body {
	background-color: #fcfafc;
}

.jumbotron {
	background-image: url("imgs/bluett.jpg");
	background-size: auto auto;
}

.maxw1140 {
    max-width: 1140px;
}

.display-5,
.lead {
	color: white;
}

ul.timeline {
	list-style-type: none;
	position: relative;
}

ul.timeline:before {
	content: ' ';
	background: #d4d9df;
	display: inline-block;
	position: absolute;
	left: 29px;
	width: 2px;
	height: 100%;
	z-index: 400;
}

ul.timeline>li {
	margin: 20px 0;
	padding-left: 20px;
}

ul.timeline>li:before {
	content: ' ';
	background: white;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #22c0e8;
	left: 20px;
	width: 20px;
	height: 20px;
	z-index: 400;
}

.multipleimgs img
{
   margin-bottom:10px; /*to have the space under the image*/
}

.iframe-wrapper {
  position: relative;
  padding-top: 60%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
