@charset "utf-8";
/* CSS Document */


/*Desktop / Global View*/

body {
	font-family: 'Roboto', sans-serif;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #C3B8B2;
}

.col {
	float: left;
	padding: 1%;
}

.col-lg {
	width: 31.3%;
}


.slicknav_menu {
	display: none;
}

#menu{
	float: right;
}

#menu li {
	display: inline-block;
}

#menu li a {
	text-decoration: none;
	color: #5B5858;
	padding: 7px;
	font-size: 18px;
}

header {
	padding: 10px 0px 20px 7px;
}

.hero {
	background-image: url("images/NAU_Windturbine_Dark.JPG");
	padding: 52px 0px 72px 72px;
	background-size: cover;
	text-align: center;
}

.subheading {
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 45px;
	margin-bottom: -45px;
}

.copyright {
	text-align: center;
	color: #000;
	font-size: 15px;
	margin-bottom: -45px;
	margin-top: 50px;
}

.team {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-row {
  display: flex;
  justify-content: space-between; /* this will add equal space between each image */
  padding-bottom: 20px;
  padding-top: 20px;
}

h1 {
	text-align: center;
	color: #fff;
	font-weight: 800;
	font-size: 52px;
	margin-bottom: -10px;
}

.heading-body-copy {
	text-align: center;
	color: #FAC01A;
	font-weight: 500;
	font-size: 25px;
	margin-right: 20%;
}

h2 {
	text-align: center;
	font-size: 25px;
	color: #000;
	padding: 0px;
}

h3 {
	text-decoration: underline;
	text-align: center;
	font-size: 40px;
	color: #000;
	padding: 0px;
}

h4 {
	text-decoration: none;
	text-align: center;
	font-size: 28px;
	color: #000;
	padding: 0px;
}

#docs li a {
	text-decoration: none;
	text-align: center;
	font-size: 40px;
	color: #3211B7;
	padding: 0px;
}

.hsbottomtext {
	text-align: justify;
	width: 315px;
	display: block;
	margin: 0 auto;
	color: navy;
	font-size: 16px;
}

.title {
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	padding: 0px;
}

.shpeel {
	background-color: darkgrey;
	padding: 5px;
}

.about-us {
	text-align: center;
	background-color: #00ADB5;
	padding: 8px 20px;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

.vids {
	padding: 10px;
	text-align: center;
}







/*Tablet View*/

@media (max-width: 768px){
	
	#menu li {
		display: block;
		text-align: right;
	}	
	
	.col-md {
		width: 48%
	}
}






/*Mobile View*/

@media (max-width: 500px){

	.slicknav_menu {
	display: block;
}

	#menu{
		display: none;
	}
	
	.col-sm {
		width: 100%
	}
	
	.col {
		padding: 0;
	}
	
}