@charset "utf-8";
/* CSS Document */
body{
	font-family: futura-pt, sans-serif;
	font-style: oblique;
	font-weight: 300;
	margin: 0;
	background-color:#242424;
	height:auto;
}
#topnav{
	background-color:#98007e;
	padding:1rem;
	font-size:1rem;
	top:0;
}
#topnav a{
	color:#fff;
	text-align: left;
	text-decoration: none;
	padding: 1.5rem;
}
#topnav a:hover{
	color:#b2081e;
}
#topnav a.active{
	background-color:#000;
	color:#b2081e;
}
span{
	text-align: right;
	margin: 0;
}
#landing-text3 h1{
	color:#89BBe4;
	text-align: center;
}
#landing-text3 h4{
	color:#B0B0B0;
	text-align: center;
}

img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:30%;
}
#about h1{
	color:#b2081e;
	text-align: center;
	font-style: normal;
}
#about{
	color:#eee;
}
#connect h1{
	color: #b2081e;
	text-align: center;
	font-style: normal;
}
#connect h2{
	color:#89BBe4;
	text-align: left;
	font-style: normal;
}
p{
	color: #eee;
	text-align:left;
}