@charset "utf-8";
/* CSS Document */

@font-face {
font-family: "newLato";
src: url("../fonts/lato-v16-latin-regular.ttf");
src: url("../fonts/lato-v16-latin-regular.woff") format("woff"),
url("../fonts/lato-v16-latin-regular.eot") format("opentype"),
url("../fonts/lato-v16-latin-regular.svg") format("svg");
}
body{
    font-family: "newLato";
    color: white;
    margin: 0px;
    font-style: normal;
    font-weight: 300;
    background-color: #2c2f33;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix {
  overflow: auto;
}

.responsive {
  width: 100%;
  height: auto;
}

.page-wrapper{
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}

.top-banner{
    height: 205px;
    padding-top: 20px;
    background-image: url("../img/backgroundfinal.png");	
	background-position: center;
	background-size: cover;
}

#logo{
	width: 441px;
	height: 120px;
	float: left;
	margin-left: 20px;
	max-width: 300px;
}

.top-banner img {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nav-bar ul{
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
	width: 100%;
}

.nav-bar a{
	text-decoration: none;
	color: white;
	background-color: #99aab5;
	display: block;
	margin-bottom: 5px;
	margin-right: 0%;
	margin-left: 0%;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: normal;
	font-weight: 600;
	font-size: 1.3em;
}

.navbar-nav > li{
	font-weight: 800;
}

.nav-bar a:hover{
	color: #104e8b;	
}

h2, h3 {
	color: #ffe976;
}

.main {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#welcome{
	font-size: calc(16px + 1.5vw);
}

.featured-images {
	display: block;
	width: 100%;
}

.container-featured {
	margin: 2%;
}

#pic1{
	background-image:url("../img/b1500a.jpg");
	background-position: center;
}

#pic2 {
	background-image: url("../img/2636b.jpg");
	background-position: center;
}

#pic3 {
	background-image: url("../img/capsule.png");
	background-position: center;
}

#pic4 {
	background-image: url("../img/vlsilab.jpg");
	background-position: center;
}

.featured_img {
	width: 150px;
	border-radius: 100%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: thick;	
}

.featured-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-size: cover;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#topic-two-img {
	width: 100%;
	background-size: cover;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	width: 100%;
	background: #23272a;
	padding: 20px;
	box-sizing: border-box;	
	text-align: center;
	margin-right: 0%;
	margin-left: 0%;
}
.bottomnav ul{
	text-align: center;
	list-style-type: none;
	padding-left: 0px;
	width: 100%;
}


.bottomnav .blank {
	width: 0.1%;
}

.sponsor-img{
	max-width: 768px;
}

.copyright h4 {
    font-size: 8px;
	text-align: center
}

@media screen and (min-width:768px){
	.nav-bar a{
		width: 20%;
		float: left;
		/*
		width: 19%;
		margin-right: 0.5%;
		margin-left: 0.5%;
		*/
	}
}

@media screen and (min-width:960px){
	.container-featured {
		float: left;
		margin-left: 1%;
		margin-right: 1%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 48%;
	}
	
	.topic-one {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;			
	}
	
	.topic-two {
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;			
	}
}
