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


*:focus  
{  
    outline: none;  
}  

a {color:#fff; text-decoration: none;}
a:hover {text-decoration: none; color: #7fc0cb;}



::selection {
	background: #7fc0cb; 
	color:#fff;
	}
	
::-moz-selection {
	background: #7fc0cb;
	color:#fff;
}



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;
}

.socials {
	width: 96%;
	padding: 0 2%;
	text-align: right;
	position: fixed;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	bottom: 20px;
	color: #fff;
	-webkit-animation: fadein 10s;
	-moz-animation: fadein 10s;
	-ms-animation: fadein 10s;
	-o-animation: fadein 10s;
	animation: fadein 10s;
}

.grid{
	float: left;
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 6s; /* Firefox < 16 */
        -ms-animation: fadein 6s; /* Internet Explorer */
         -o-animation: fadein 6s; /* Opera < 12.1 */
            animation: fadein 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 10s;
       -moz-animation: fadein 10s; 
        -ms-animation: fadein 10s; 
         -o-animation: fadein 10s; 
            animation: fadein 10s;
}

@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;
	}
	
	.socials {
	    width: 90%;
	    padding: 0 5%;
    }
    
    .socials i {
	    font-size: 28px !important;
    }
		
}
