@charset "utf-8";
/* CSS Document */
body{
	font-family:     Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-color: aliceblue;
	margin: 0px;
	font-weight: 300;
}

.clearfix::after {
	content: "";
	clear: none;
	display: table;
}

.clearfix {
	overflow: auto;
}

.page-wrapper{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.top-banner {
    width: 100%;
    height: 240px;
    background-image: url(../images/1556905726344.jpg);
    background-position: center center;
    background-size: cover;
	padding-top: 20px;
}

#logo{
	width: 50%;
	float: left;
	margin-left: 20px;
	max-width: 200px;	
}

.top-banner img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.top-banner h1{
	font-size: 24px;
	text-align: center;
	color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 300;
}

nav ul{ 
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
}

nav a{
	text-decoration: none;
	color: white;
	display: block;
	margin-bottom: 4px;
	background-color: #002454;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
	font-weight: 400;
	font-size: 1.3em;	
}
nav a:hover{
	background-color: #FAC01A;
}

h2,h3{
	color: #002454;
}

.main{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.container-featured{
	margin: 2%;
}

.feature-subs{
	display: block;
	width: 100%;
	
}

#pic1{
	background-image: url("../images/lumberjackmotor.jpg");

}
#pic2{
	background-image: url("../images/David-Willy.jpg");
}
#pic3{
	background-image: url("../images/oldteam.jpg");
	
}
#pic4{
	background-image: url("../images/5bd1300feecb1.image.jpg");
}

.featured-img{
	width: 150px;
	height: 150px;
	background-size: cover;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: thick;
	
}

.feature-subs{
	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-1-img{
	width: 100%;
	background-image: url(
	"../images/Stock_Campus_Drone_23AUG19_00131.jpg");
	background-size: cover;
	height: 500px;
}

#topic-2-img{
	width: 100%;
	background-image: url(
	"../images/unnamed.jpg");
	background-size: cover;
	height:500px;
}

.footer{
	width: 100%;
	background: #FAC01A;
	padding: 20px;
	box-sizing: border-box;
}

@media screen and (min-width: 763px){
	nav a{
		width: 20%;
		float: left;
	}
	#topic-2-img{
		width: 48%;
		float: left;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.footer{
		}
	.topic-1{
		margin-bottom: 20px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	}

@media screen and (min-width: 960px){
	.container-featured{
		float:left;
		margin-left: 1%;
		margin-right: 1%;
		box-sizing: border-box;
		width: 48%;
	}
	.topic-1{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
	.topic-2{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
	}
	#topic-1-img{
		width:100%;
	}
	#topic-2-img{
		width:100%;
	}
}
