/* RESET */
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-size: 100%;
	 font: inherit;
	 vertical-align: baseline;
}*/

/* GENERAL STYLES */
/*	
*{
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}
	
html, body{
	width:100%;
	height:80%;
	background-color:black;
	overflow:hidden;
}	
	
a{
   color:#ffb319; 
   text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}
	
.emails{	
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1;
}	


	.button {
  border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight:bold;
}

.button {	
		background-color: #4CAF50;
		}
		
.center {
  margin: 0;
  position: absolute;
  top: 75%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


	
.email_icon{
	position:absolute;
}	
	
.email_speed_1{
	-webkit-animation: rotation 0.5s infinite linear;
	-moz-animation: rotation 0.5s infinite linear;
	animation: rotation 0.5s infinite linear;
}
	
.email_speed_2{
	-webkit-animation: rotation 0.7s infinite linear;
	-moz-animation: rotation 0.7s infinite linear;
	animation: rotation 0.7s infinite linear;
}
	
.email_speed_3{
	-webkit-animation: rotation 0.9s infinite linear;
	-moz-animation: rotation 0.9s infinite linear;
	animation: rotation 0.9s infinite linear;
}	
	
.email_speed_4{
	-webkit-animation: rotation 1s infinite linear;
	-moz-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
}
	
.wrapper{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:2;
}

.box_wrapper{
	background-image: url('box-bg.jpg');
	display: block;
	max-width: 525px;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
	
.box{
   padding: 20px 20px;
   margin: 0 auto;
   height: 225px;
  position: relative;
}
	
p{
	margin: 0 auto;
	text-align: center;
	padding: 10px 20px;
}
	
p img{
   max-width:130px;
   width: 100%;
   height: 100%;
}
	
#copy{
	font-family: sans-serif;
	font-size: 28px;
	color: #595959;
	line-height: normal;
	font-weight: 300;
}
	
@-webkit-keyframes rotation{
	from{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to{
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}	
*/

/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
/*
@media screen and (max-width: 600px) {
  .resub a {
    float: none;
    width: 100%;
	position:relative;
  }*/
  
 
 @media screen and (max-width: 1920px) {
  .logo_div img {
    
    width: 200px;
	height:200px;
  }
 }
 
  @media screen and (max-width: 768px) {
  .logo_div img {
    
    width: 160px;
	height:160px;
  }
 }
  
   @media screen and (max-width: 320px) {
  .logo_div img {
    
    width: 100px;
	height:100px;
  }
 }
  
  
  
  
 .logo_div{
	 
	 margin-top:180px;
 }
 
 .center {
	  display: block;
	  margin-left:auto;
	 margin-right:auto;
	 
	 
  }
  
  .top_div {
	  
	border: 1px solid white; background-color:white; top: 10px; height:250px;
	display: block;
	max-width: 525px;
	width: 100%;
	margin: 0 auto;
	border-radius: 15px;
	position: relative;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
  }
  
  a{
   color:#ffb319; 
   text-decoration: none;
}

p{
	font-family:Sans-serif;
	font-size:20px;
}

.button {
  border: none;
  color: white;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight:bold;
  background-color: #1FB258;
  font-size:24px;
  font-family:Times New Roman;

		}
		
.bottom_div{
	
	text-decoration: underline; 
	text-align:center; 
	margin-top:50px;	
}		

