/* Reset */

body,div,h1,h2,h3,h4,h5,h6,p,{
    margin:0;
    padding:0;}
table{
    border-collapse:collapse;border-spacing:0;}
img{
    border:0;}


h1,h2,h3,h5,h6,p{
    font-family: 'Anton', Arial, sans-serif;
    font-weight:normal;
    font-color:#f2f2f2;
}



html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

html{
	background-color: #1a63ac;
}

body{
color: #f2f2f2;
position: relative;
font-family: 'Work Sans', Arial, sans-serif;
}


.transy{
	width: 100%;
height: 100%;
float: left;
bottom: 0%;
position: absolute;
z-index: -1;
background: url(../images/background.jpg) no-repeat top center fixed; 
opacity: 0.2;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.centered{
    width: auto
   }


.centered h1{
	padding-top: 3%;
    font-family: 'Anton', Arial, sans-serif;
	font-weight: 500;
    font-size: 85px;
    letter-spacing: 2px;
	text-transform: uppercase;
    color: #f2f2f2;
    text-align: center;
    margin: 0;
}

.centered h2{
    font-size: 40px;
    text-align: center;
    margin-top: -1%;
}

.centered h4{
	font-family: 'Work Sans', Arial, sans-serif;
	font-weight:500;
    line-height: 15px;
    font-size: 12px;
	color: #f2f2f2;
    text-align: left;
    padding-left: 5%;
}

.centered h3{
	font-family: 'Work Sans', Arial, sans-serif;
    font-size: 23px;
	font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}

.content{
	width: 80%;
	text-align: center;

	margin-bottom: 30px;
	float: left;
}

.centered p{
	font-family: 'Work Sans', Arial, sans-serif;
    font-size: 23px;
	font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 40px;
}

.centered p a{
	color: #f2f2f2;
	font-weight: 500;
	margin: 0 20px;
	text-decoration: none;
}

.centered p a:hover{
	text-decoration: none;
	color: #e2e2e2;
}

#first {
    padding-top: 50px;
}





@media only screen and (max-width: 1024px){


.centered{
	width: 80%;
	padding: 0px 10%;
}

}



@media only screen and (max-width: 768px){

.centered{
	width: 90%;
	padding: 0px 5%;
    margin-bottom: 30px;
    
}

.centered h1{
    font-size: 55px;
}

.centered h2{
    font-size: 35px;
}

.centered h3{
    font-size: 18px;
    line-height: 22px;
}

.centered p{
    font-size:18px;
    line-height: 22px;
    margin-bottom: 25px;
}
 
.centered h4{
    font-size:12px;
    margin-left: 10px;
}



}



