body {
  padding-top: 3.5rem;
}
#main-banner {
	background: url(/static/assets/image/High-tech-background-blue-styles-vector-01.jpg) no-repeat 50% 50%;
	background-size: cover;
	width: 100%;
	overflow:hidden;
	color: white;
	height: 400px;
}
#banner {
	background: url(/static/assets/image/High-tech-background-blue-styles-vector-01.jpg) no-repeat 50% 50% rgba(0, 0, 0, 2);
	background-size: cover;
	width: 100%;
	overflow:hidden;
	color: white;
	height: 150px;
	margin-bottom: 50px;
}
#footerBanner {
	width: 100%;
	overflow:hidden;
	margin-top: 1em;
	height: 150px;
	font-size: 0.6em;
	text-align: center;
}
.image {
	height: 1.5em;
	width: auto;
	margin-right: 1em;
  }
.display-img {
	height: 20em;
	width: auto;
  max-width: 100vw;
  margin: auto;
  }