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


*:focus  
{  
    outline: none;  
}  

a {color:#BBA48E; text-decoration: none;}
a:hover {text-decoration: none; color: #000}



::selection {
	background: #BBA48E; 
	color:#fff;
	}
	
::-moz-selection {
	background: #BBA48E;
	color:#fff;
}



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

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

.content {
	color: #051A06;
	width: 96%;
	padding: 0 2%;
	text-align: center;	
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1000;
	top: 45%;
	max-width: 800px;
	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: #051A06;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

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

.content p {
	margin: 30px 0;
}

.mail {
	font-size: 20px;
}


.grid{
	float: left;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	-webkit-animation: fadeout 6s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadeout 6s; /* Firefox < 16 */
        -ms-animation: fadeout 6s; /* Internet Explorer */
         -o-animation: fadeout 6s; /* Opera < 12.1 */
            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: 520px) {	
	
	.content h1 {
		font-size: 42px;
	}
	
	.content h2 {
		font-size: 14px;
		font-weight: 500;
	}
	
	.content {
	  width: 92%;
	  padding: 0 4%;
	}
	
	.mail {
	    font-size: 15px;
	}
		
}
