body {
  background-color: #f5efed;
  overflow: hidden;
}

section {
  height: 600px;
  /*background-image: linear-gradient(to bottom, rgba(0, 121, 193, 0.75) 0%, rgba(70, 93, 255, 0.75) 100%), url(http://bluebeam.com/uk/bluebeamchallenge/_assets/bg-hero.jpg);*/
  background-image: linear-gradient(to bottom, #1e579a 0%, rgba(70, 187, 255, 0.75) 100%), url(http://bluebeam.com/uk/bluebeamchallenge/_assets/bg-hero.jpg);
}
section h1 {
  margin-top: 50px;
  margin-bottom: 350px;
  color: white;
}

p {
  /*font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;*/
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
}

h2 {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  		    font-size: 22px;
			color: #1e579a;
			font-weight: 600;
}

.timeline {
  width: 100%;
  position: relative;
  perspective: 5000px;
}
.timeline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #d5dfe5;
  border-radius: 15px;
  top: 34px;
}
.timeline .timeline-item {
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  		top: -46px;
}
.timeline .timeline-item:hover:after {
  transform: scale(1.5, 1.5);
}
.timeline .timeline-item.selected:after {
  background-color: #1c77c3;
  border: 5px solid #56cbf9;
  transform: scale(1.5, 1.5);
}
.timeline .timeline-item:after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 69px;
  left: 50%;
  margin-left: -15px;
  background-color: #f5efed;
  border: 5px solid #d5dfe5;
  content: "";
  border-radius: 50%;
  transition: transform .5s ease;
}
.timeline .timeline-item .timeline-content {
	position: absolute;
    top: -220px;
    display: none;
    width: 325px;
    left: -60px;
    cursor: auto;
}
.timeline .timeline-item .timeline-content.fadeIn {
  animation-delay: .2s;
}
.timeline .timeline-item .timeline-content.animated {
  display: block;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

/*.flex-items-default {
  width: 224px;
  height: 150px;
}*/
			.flex-items-default {
			  width: 162px;
			  height: 150px;
			}
					@media only screen and (max-width: 1024px) and (min-width: 760px) {
						.flex-items-default {
						  width: 9.5em;
						  height: 150px;
						}
					}
					@media only screen and (max-width: 768px) and (min-width: 410px) {
						.flex-items-default {
						  width: 7.25em;
						  height: 150px;
						}
					}
					@media only screen and (max-width: 414px) and (min-width: 360px) {
						.flex-items-default {
						  width: 3.85em;
						  height: 150px;
						}
					}
					

.dropdown {
  width: 375px;
  height: 250px;
  background: white;
  box-shadow: 0 3px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: absolute;
  top: -275px;
  animation-duration: .2s;
  transition: left .3s ease;
}
.dropdown .inner {
  position: relative;
  width: 100%;
  height: 250px;
}
.dropdown .inner .arrow-down {
  position: absolute;
  bottom: -19px;
  /*left: 50%;*/
  		left: 44.3%;
  margin-left: -20px;
}
		@media only screen and (max-width: 1024px) {
			.dropdown .inner .arrow-down {
			  display:none;
			}
		}
		
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid white;
}

.animated {
  display: block;
}

.material-icons {
  position: absolute;
  top: 189px;
  left: 160px;
  width: 100%;
  color: white;
  font-size: 33px;
  			display:none;
}

.hexagon {
  position: relative;
  width: 75px;
  height: 43.30px;
  background-color: #1c77c3;
  margin: 21.65px 0;
  left: 50%;
  margin-left: -37px;
  top: 25px;
  		display: none;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 37.5px solid transparent;
  border-right: 37.5px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 21.65px solid #1c77c3;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 21.65px solid #1c77c3;
}