@charset "utf-8";
/* CSS Document */

body{
    font-family: lato;
    color: #9cb4c8;
    margin: 0px;
    background-color: #071928;
    font-style: normal;
    font-weight: 300;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}
.page-wrapper{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.top-banner{
    width: 100%;
    height: 370px;
    background-image: url(../Images/Oak%20Hill%20Shuttle.jpg);
    background-position: center center;
    background-size: cover;
	padding-top: 20px
}
#logo{
	width: 25%;
	float: right;
	margin-right: 20px;
	max-width: 175px;
}
.top-banner img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.top-banner h1{
    font-size: 24px;
    text-align: center;
    color: #030B9D;
    font-family: acme;
    font-style: normal;
    font-weight: 400;
}
.top-banner p{
    font-size: 10px;
    text-align: left;
    color: #7295BD;
    font-family: acme;
    font-style: normal;
    font-weight: 400;
    margin-top: 0px;
}
nav ul{
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
}
nav a{
    text-shadow: 0px 0px;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #5A6773;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 5px;
    padding-bottom: 6px;
    font-family: bad-script;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
}
nav a:hover{
	background-color: #3E678B;
}
h2,h3{
    color: #ff6600;
    	
}
h2 a{
	color: #ff6600;
	text-decoration: none;
}
h2 a:hover{
	color: #3E678B;
}
a{
    text-decoration: none;
    color: #5A6773;
}
.main{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.container-featured{
	margin: 2%;
}
.feature-images{
	display: block;
	width: 100%;
}
#pic1{
	background-image: url("../Images/florida-map.jpg");
}
#pic2{
	background-image: url("../Images/Lagoon.jpg")
}
#pic3{
	background-image: url("../Images/Ocean.jpg")
}#pic4{
	background-image: url("../Images/sunset.jpg")
}
.featured-img{
	width: 150px;
	border-radius: 100%;
	height: 150px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: thick;
}
.featured-img:hover{
	color: #FF6600;
}
.feature-images{
	text-align: center;
}
.featured{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
}
#topic-one-img{
	width: 100%;
	background-image: url("../Images/Feb 9 009.jpg");
	background-size: cover;
	height: 300px;
}
#topic-two-img{
	width: 100%;
	background-image: url("../Images/2017-10-07 14.13.45.jpg");
	background-size: cover;
	height: 300px;
}
.footer{
    width: 100%;
    background: #5A6773;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    text-align: center;
    font-size: large;
    font-weight: bold;
	}
footer a{
    color: #021FFF
}
@media screen and (min-width:768px){
	nav a{
		width: 20%;
		float:left;
	}
	#topic-two-img{
		width: 48%;
		margin-right: auto;
		margin-left: auto;
		float: left;
	}
	.topic-one{
		margin-bottom: 20px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	
}

@media screen and (min-width:960px){
	.container-featured{
    float: left;
    width: 48%;
	margin-left: 1%;
    margin-right: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;		
	}
	.topic-one{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float:left;
	}
	.topic-two{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float:left;
	}
	#topic-one-img{
		width: 100%;
	}
	#topic-two-img{
		width: 100%;
	}
}
