@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* CSS Document */

.container-eess {
	padding-top:50px;
	width: 100%;
	height: 33%;
	background-image: url("../images/circuit-background.jpg");
    background-color: #cccccc;
}
.container-footer {
	width: 100%;
	background-color: #a5a5a5;
	padding-bottom:30px;
}
.container-footer p {
	color: #ffffff;
}
h1 {
	font-family: 'Lato', sans-serif;
	line-height: 30px;
	color: #555555;
	font-size: 24px;
	font-weight: 400;
	margin-bottom:20px;
}
p {
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	color: #555555;
	font-size: 14px;
	font-weight: 300;
}
.logo {
	display:block;
	margin-bottom:20px;
}
.logo2 {
	display:block;
	margin-top:50px;
	margin-bottom:20px;
}
.btn-primary {
  background-color: #0d4186;
  margin-bottom: 30px;
}