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

body {
	margin:0px;
	background-size:cover;
	background-repeat:no-repeat;
	height:100%;
	background-attachment:fixed;
	background-position:center center;
}


#masthead {
	width:100%;
	height:500px;
	background-color:rgba(0,0,0,0.85);
	position:absolute;
	top:0px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.45);
}

#homeimg {
	width:100%;
	height:100px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	float:left;
}

#homeimg img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#homeimg {
	border:0px;
}

#nav {
	width:100%;
	height:50px;
	margin-top:10px;
}

#nav a {
	font-family: 'Amatic SC', cursive;
	color:rgba(13,209,16,1.00);
	text-decoration:none;
	font-size:50px;
	
	display:block;
	width:100%;
	height:65px;
	text-align:center;
	clear:both;
	transition:.5s;
}

#nav a:hover {
	background-color:rgba(13,209,16,.75);
	color:rgba(0,0,0,1.00);
}

#content {
	animation: fadein 1s;
	
	width:90%;
	clear:both;
	position:relative;
	float:left;
	margin-top:520px;
	background-color:rgba(0,0,0,0.90);
	margin-left:2%;
	border-radius:20px;
	padding:10px;
	font-family: 'Amatic SC', cursive;
	color:rgba(13,209,16,1.00);
	font-size:30px;
	text-align:center;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#content p {
	font-size:27px;
}

#content p a {
	font-size:27px;
	text-decoration:none;
	font-family: 'Amatic SC', cursive;
	color:rgba(0,166,250,1.00);
	transition:.5s;
}

#content p a:hover {
	font-size:27px;
	text-decoration:none;
	font-family: 'Amatic SC', cursive;
	color:rgba(255,0,4,1.00);
}

#content2 {
	animation: fadein 1s;
	
	width:90%;
	position:relative;
	float:left;
	clear:both;
	margin-top:5px;
	background-color:rgba(0,0,0,0.90);
	margin-left:2%;
	border-radius:20px;
	padding:10px;
	font-family: 'Amatic SC', cursive;
	color:rgba(13,209,16,1.00);
	font-size:30px;
	text-align:center;
	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#content2 p {
	font-size:27px;
}

#content2 p a {
	font-size:27px;
	text-decoration:none;
	font-family: 'Amatic SC', cursive;
	color:rgba(0,166,250,1.00);
	transition:.5s;
}

#content2 p a:hover {
	font-size:27px;
	text-decoration:none;
	font-family: 'Amatic SC', cursive;
	color:rgba(255,0,4,1.00);
}

#iac {
	width:200px;
	height:200px;
	
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:580px;
	margin-bottom:40px;
}

#iac img {
	border:0px;
}


#footer {
	width:100%;
	height:30px;
	background-color:rgba(0,0,0,0.85);
	position:fixed;
	bottom:0px;
	text-align:center;
	padding-top:2px;
	box-shadow: 0px -2px 10px rgba(0,0,0,0.45);
	
	font-family: 'Amatic SC', cursive;
	color:rgba(13,209,16,1.00);
	font-size:20px;
}
