.header-logo, .footer-logo {
  height: 50px;
}

.header-span {
  font-family: Raleway;
  font-weight: 600;
  color: #ffffff;
  padding: 0 15px;
}

.single-brand img {
  height: 50px
}

.about-icon img {
  height: 40px;
  width: 40px;
}

.project-screen-raised {
	margin-top: -640px;
}

.index-video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.index-video-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project-screen-raised {
		margin-top: -550px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project-screen-raised {
		margin-top: -500px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project-screen-raised {
		margin-top: -431px;
	}
}

@media (max-width: 575px) {
	.project-screen-raised {
		margin-top: -350px;
	}
}

.thick-grey-border {
  border: 3px solid #EFEFEF;
}