@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

h1{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	color: #fff;
	font: normal;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
}

.header{width: 100%;margin-top:3%}
#logo{width: 100%;}

.section-1{width: 100%;}
.section-1 img{margin:25px;}
.images{width: 90%; margin-left: auto; margin-right: auto;}

.section-2{width: 80%; margin-left: auto; margin-right: auto;}

a{color: #fff;
font-size: 20px;
text-decoration: none;}

a:hover{
	color: #ae0917;
}

.button{border: 1px solid #fff;
border-radius: 24px;
padding:5px;
width: 250px;
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 35px;
margin-bottom: 35px;
}

.button:hover{
	border-color: #ae0917;
}


#underconstruction{
	font-family:  'Pacifico', cursive;
	font-size: 41px;
	color: #ffffff;
	text-align: center;
}

.footer{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: 35px;
}

.footer a{
	font-size: 15px;
	color: #808080;
}

.footer a:hover{
	color: #ae0917;
}
