p, h1, h2, h3, h4, h5, ul, li, ol {
	font-family: 'Droid Sans', sans-serif;
}

h1 {
	text-align: center !important;
	color: #CFE6FF !important;
}

h3, h4, h5 {
	color: #CFE6FF !important;
}

ul, ol, li {
	color: white;
}

.img-EM {
	margin-left:auto;
	margin-right:auto;
	padding-top: 25px;
}

.mechanical .img-EM {
	width: 450px;
	height: 600px;
}

.img-EM2 {
	width: 500px !important;
	height: 300px !important;
	padding-top: 25px;
}


/*NAVIGATION*/

.navbar {
	background-color: #242424;
	border-bottom: 1px solid #b9b9b9;
	font-family: 'Lato', sans-serif;
}

.navbar a {
	color: #cccccc !important;
}

.navbar a:hover {
	color: #ffffff !important;
	background-color: #646464 !important;
}

.navbar-header .navbar-brand {
	color: white !important;
	font-size: 1.5em;
}

/*HEADER*/
.header {
	padding: 100px 0 20px 0;
	background: url(../img/header-back-img.png) no-repeat center center;
	background-size: cover;
	width: 100%;
	border-bottom: 2px solid #c9c9c9;
}

.header h1 {
	font-family: 'Pacifico', cursive;
	font-size: 7.5em;
}

.header p {
	color: white;
	font-size: 1.3em;
}

@media(max-width:768px) {

	.header {
		text-align: center;
		padding-top: 40px;
	}
	.header h1 {
		font-size: 4em;
	}

	.header p {
		font-size: 1em;
	}
}

/*Tab*/
ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #242424;
}

ul.tab li {
	float: left;
}

ul.tab li a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 14px 148.25px 14px 149px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
	border-right: 1px solid white;
}

ul.tabel li a{
	padding: 14px 123.40px 14px 123.25px !important;
}

ul.tab li a:hover {
	background-color: #646464;
}

ul.tab li a:focus, .active {
	background-color: #ccc;
}

.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

/*Mechanical*/
.mechanical {
	padding: 60px 0 40px 0;
	background-image: url("../img/back.jpeg");
	height: 100%;
	border-bottom: 2px solid #c9c9c9;
}

.mechanical h1 {
	text-align: center;
}

.mechanical ul, p, tr, th, td {
	color: #ffffff;
}

.img-desc {
	color: black;
	text-align: center;
	font-style: italic;
}

.mechanical h3, h4 {
	font-weight: bold;
}

/*Electronic*/
.electronics {
	padding: 60px 0 40px 0;
	background-image: url("../img/back.jpeg");
	border-bottom: 2px solid #c9c9c9;
}

.electronics th, td{
	padding-left: 10px;
}
/*Programming*/
.code {
	padding: 60px 0 40px 0;
	background-image: url("../img/back.jpeg");
	border-bottom: 2px solid #c9c9c9;
}

p.codefont {
	background-color: #DEEFDE;
	text-align: left;
	padding-left: 50px;
	color: #35354D;
}

.comments {
	font-weight: bold;
	color: #49684A !important; 
}

/*Results*/
.results {
	padding: 60px 0 40px 0;
	background-image: url("../img/back.jpeg");
	border-bottom: 2px solid #c9c9c9;
}

video {
	width: 500px;
	height: 300px;
}

/*Team*/
.team {
	padding: 60px 0 40px 0;
	background-image: url("../img/back.jpeg");
	border-bottom: 2px solid #c9c9c9;
}

.img-t {
	height: 300px;
	width: 250px;
	padding-top: 35px;
}

p.team-text {
	text-align: center;
}

/*Footer*/
 .footer {
 	background-color: #242424;
 	text-align: center;
 	color: #cccccc;
 }