body {
	font-family: 'Lato', sans-serif;
	background-color:#d5d5d5;
}
.container{
}
.card {
	margin-bottom:25px;
}
.text-yellow{
	color:#ffc620;
}
.neumann-blue, .neumann-blue a{
	color:#189bd1;
}

.logo-section {
	background:url("../assets/header.jpg");
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:cover;
}
.footer {
	background:url("../assets/footer.jpg");
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:contain;
	background-color:#2a84a6;
	min-height:450px;
	vertical-align:middle;
}
.footer-content {
	margin-top:10%;
}
.footer-text {
	font-size:18px;
	font-weight:bold;
	padding-top:30px;
}
.footer-logo {
	float:left;
	border-right:1px solid #FFF;
	margin-right:20px;
	padding-right:20px;
	max-width:150px;
}

.bottom {
	background-color:#505050;
	font-size:13px;
	font-weight:bold;
}
.bottom .left{
	float:left;
	padding-top:5px;
}
.bottom .right {
	float:right;
}
.white-section {
	background:url("../assets/white-bg-corner.png");
	background-repeat:no-repeat;
	background-position:bottom right;
	background-color:#FFF;
	padding:25px;
}
.gray-section {
	background:url("../assets/gray-bg-corner.png");
	background-repeat:no-repeat;
	background-position:bottom right;
	background-size:100%;
	background-color:#efefef;
	padding:25px;
}
.logo {
	max-width:300px;
}
.section-title {
	margin-top:25px;
	margin-bottom:25px;
	text-align:center;
	font-weight:bold;
}
.industry .card-header{
	background-color:#ffc620;
	position:relative;
	text-align:center;
	margin:0px;
	padding:8px;
}
.industry .card-header h6{
	margin:0px;
	font-weight:bold;
}

.industry .card-header img{
	position:absolute;
	top:0px;
	left:-20px;
	max-height:36px;
}
.industry .card-body {
	min-height:280px;
}
.industry .card-body img {
	margin:10px 10px 10px 10px;
	max-width:130px;
}
.industry-small .card-body img {
	max-width:100px;
}

.module-item {
	text-align:center;
	font-weight:bold;
	background-image:url("../assets/1h.png");
	background-position:center;
	background-repeat:repeat-x;
}
.module-item .card-title {
	background-color:#FFF;
}

.module-item img {
	margin-top:30px;
	margin-bottom:10px;
	border-left:20px solid #FFF;
	border-right:20px solid #FFF;
}
.impact h1{
	font-weight:bold;
	font-size:90px;
}
.impact .card-body{
	min-height:170px;
	font-size:18px;
}
.schedule {
	font-size:18px;
}
.logo-head img{
	max-height:100px;
}	
.logo-head {
	border-radius:70px;
	background-color:#FFF;
	text-align:center;
	width:150px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	vertical-align:middle;
	margin-top:-25px;
	margin-bottom:-25px;
}

@media only screen and (max-width: 600px) {
	.footer {
		min-height:0px;
	}
	.footer-content {
		margin-top:0;
	}
	.footer-text {
		padding-top:0px;
		font-size:16px
	}
	.logo-head{
		margin-top:0px;
		margin-bottom:0px;
	}
	.module-item {
		background-image:url("../assets/1v.png");
		background-position:center;
		background-repeat:repeat-y;
	}
	.module-item img {
		margin-top:30px;
		margin-bottom:10px;
		border-top:20px solid #FFF;
		border-bottom:20px solid #FFF;
	}
}