html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Montserrat', sans-serif, 'Helvetica', 'Arial', serif;
}


*:focus  
{  
	outline: none;  
}  

a {color:#2f3844; text-decoration: none;}
a:hover {text-decoration: none; color: #769196}



::selection {
	background: #769196; 
	color:#000;
	}
	
::-moz-selection {
	background: #769196;
	color:#000;
}



img {
	border:0;
	max-width: 100%;
	height: auto;
}

.main{
	float: left;
	width: 100%;
	position: relative;
}

.content {
	color: #454545;
	width: 96%;
	padding: 0 2%;
	text-align: center;	
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	top: 45%;
	transform: translateY(-50%);
	-webkit-animation: fadein 6s;
	   -moz-animation: fadein 6s; 
		-ms-animation: fadein 6s; 
		 -o-animation: fadein 6s; 
			animation: fadein 6s;
}

.content h1 {
	font-size: 55px;
	margin-bottom: 18px;
	color: #769196;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.content h2{
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 26px;
	margin-top: 0;
}

.content h3{
	text-transform: uppercase;
	letter-spacing: 2px;
}

.mail {
	font-size: 20px;
}


.grid{
	float: left;
	width: 100%;
	height: 100%;
	/*opacity: 0.2;
	-webkit-animation: fadeout 6s;
	   -moz-animation: fadeout 6s; 
		-ms-animation: fadeout 6s; 
		 -o-animation: fadeout 6s; 
			animation: fadeout 6s;*/
}

.grid1{
	background: url(images/grid-1.jpg) no-repeat center center;
	background-size: cover;
}


/*
img.logo{
	position: absolute;
	max-width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
z-index: 1000;
top: 50%;
transform: translateY(-50%);
	-webkit-animation: fadein 6s;
	   -moz-animation: fadein 6s; 
		-ms-animation: fadein 6s; 
		 -o-animation: fadein 6s; 
			animation: fadein 6s;
}
*/
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}




@keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0.2; }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0.4; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0.2; }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0.2; }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0.2; }
}






@media (max-width: 490px) {	
	
	.content h1 {
		font-size: 42px;
	}
	
	.content h2 {
		font-size: 24px;
	}
	
	.mail {
		font-size: 17px;
	}
		
}