@import url(https://fonts.googleapis.com/css?family=Lato:400,900);

p, h3, h2, h1 {font-family: 'Lato', sans-serif!important;}

h1 {
	font-size:14px;
	color:#fff;
}

p { 
	color: #fff;
	text-transform: uppercase; 
	letter-spacing: 4px;
}
	


body {
	/*background: url('/img/bg.jpg') 50% 50% no-repeat;*/
	background: url(/img/bg2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	  
}

.margintop {
	margin-top: 100px;
}

.title {
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
/*
.smalltitle {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 43px;
	color: #fff;
	
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
*/
.smalltitle {
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	
	text-shadow: 0 1px 0 #ccc, 
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3);
}
	.red {
		color: red;
		/*text-decoration: underline;*/
	}
	
	
.incidentate {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 23px;
	color: #fff;
}	
	
.whatsapp {
	width: 26px;
}	
	
	







/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.title {
		font-size: 36px;
	}
	.smalltitle {
		font-size:20px;
	}
	
	.margintop {
		margin-top:20px;
	}
	
	.main {
		top:45%;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	p {
		font-size: 23px;
	}
	
	.title {
		font-size: 70px;
	}
	
	.smalltitle {
		font-size: 43px;
	}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.main {
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
