body.home header {
	height: 690px;
}
header {
	height: 427px;
	position: relative;
}
header .topbar {
	display: block;
	height: 90px;
	position: fixed;
	background-color: #FFF;
	top: 0px;
	width: 100%;
	z-index: 998;
	border: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
header .topbar .container {
	max-width: 1200px;
}
body.not-found header .topbar, header .topbar.fixed, header .topbar.border {
	-webkit-box-shadow: 0px 1px 6px #727272;
	-moz-box-shadow: 0px 1px 6px #727272;
	box-shadow: 0px 1px 6px #727272;
}
header .logo {
	vertical-align: top;
	display: inline-block;
	margin: 9px 0 0 calc(100% - 395px);
}
header .logo a {
	font-size: 24px;
	display: block;
}
header .logo a span {
	font-weight: 300;
	color: #3e3f44;
	vertical-align: top;
	margin-left: 8px;
	margin-top: 18px;
	display: inline-block;
}
header .logo img {
	width: 305px;
	max-height: 100%;
}
header .socials {
	float: right;
	margin-top: 28px;
}
header .socials .social {
	margin-right: 10px;
}
header .socials .social:last-of-type {
	margin-right: 0;
}
header .content {
	position: absolute;
	z-index: 1;
	top: 173px;
	width: 80%;
	left: 10%;
}
header .content h1 {
	color: #fff;
	font-size: 72px;
	line-height: 1.1em;
	font-weight: normal;
	margin-bottom: 0.1em;
	display: inline-block;
}
header .content h1 span {
	background: rgba(0, 146, 198, 0.5);
	line-height: 1.2em;
	display: inline-block;
	padding: 0em 0.3em;
	margin-bottom: 0.1em;
}
header .content p {
	color: #fff;
	font-size: 25px;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 27px;
	line-height: 1.4em;
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
header .content .scrollbutton {
	position: relative;
	top: 50px;
	right: 0;
	background-color: rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
}

header .background-image {
	position: absolute;
	top: 90px;
	width: 100%;
	height: calc(100% - 90px);
	background-size: cover;
	background-position: top center;
}
header .background-image.left {
	background-position: top left;
}
body.landing header .background-image {
	background-size: cover;
	background-position: center center;
}

/* header slider */
header .slick-slider-wrapper {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: calc(100% - 90px);
}
header .slick-slider-wrapper .slick-list {
	height: 100%;
}
header .slick-slider-wrapper .background-image {
	position: relative;
	top: 0;
	height: 100%;
	background-position: 50% 50%;
}
header .slick-arrow {
	z-index: 1;
	font-size: 0;
	position: absolute;
	top: calc(50% - 27.5px);
	cursor: pointer;
	outline: none;
	background-color: rgba(0, 146, 198, 0.7);
	border: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11px 22px;
	width: 45px;
	height: 45px;
}
header .slick-arrow:hover {
	background-color: #0092c6;
}
header .slick-next {
	background-image: url(/static/img/arrow-right-white.svg);
	right: 0;
}
header .slick-prev {
	background-image: url(/static/img/arrow-left-white.svg);
	left: 0;
}


body.landing header,
body.theme header,
body.projects.detail header {
	height: 63.5vh;
	min-height: 550px;
}

@media screen and (max-width: 1000px) {
	header .content h1 {
		background: rgba(0, 146, 198, 0.5);
		padding: 0.1em;
	}
	header .content h1 span {
		background: none;
		display: inline;
		padding: 0;
	}
}

@media screen and (min-width: 641px) and (max-width: 950px) {
	header .content h1 {
		font-size: 8.5vw;
	}
}

@media screen and (max-width: 640px) {
	header .topbar {
		height: 70px !important;
	}
	header .background-image {
		top: 70px;
		height: calc(100% - 70px);
	}
	header .slick-slider-wrapper {
		top: 70px;
		height: calc(100% - 70px);
	}
	header .menu .icon {
		margin-top: 15px !important;
		width: 35px !important;
		height: 18px !important;
	}
	header .container {
		width: 100%;
	}
	.landing header, .projects.detail header {
		height: 420px;
	}
	header .logo {
		margin-right: 0;
		margin-left: 20px;
		margin-top: 17px;
	}
	header .logo img {
		width: 200px;
	}
	header .logo a span {
		margin-top: 18px;
	}
	header .logo a {
		font-size: 4vw;
	}
	header .socials {
		display: none;
	}
	header .content h1 {
		font-size: 10vw;
	}
	header .content {
		left: 5%;
		width: 90%;
	}
}
@media screen and (max-width: 540px) {
	body.home header {
		height: 490px;
	}
	body.home header .content {
		top: 140px;
	}
	body.home header .content p {
		font-size: 5vw;
		line-height: 1.2;
		margin-bottom: 28px;
	}
}
@media screen and (max-width: 420px) {
	header .content h1 {
		margin-bottom: 16px;
	}
	header .logo {
		width: calc(100% - 130px);
	}
}
