@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/hkgrotesk-bold.woff2') format('woff2'), url('../fonts/hkgrotesk-bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/hkgrotesk-light.woff2') format('woff2'), url('../fonts/hkgrotesk-light.ttf') format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/hkgrotesk-medium.woff2') format('woff2'), url('../fonts/hkgrotesk-medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../fonts/hkgrotesk-regular.woff2') format('woff2'), url('../fonts/hkgrotesk-regular.ttf') format('truetype');
    font-weight: 400;
}

body {
	font-family: "HK Grotesk";
	font-weight: 400;
	color: #34495E;
	height: auto;
}

a {
	color: #34495E;
}

a:hover {
	color: #34495E;
	text-decoration: underline;
}

#main {
	min-height: 100vh;
}

.splash {
	height: 100vh;
	text-align: center;
}

.v-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);	
}

.menu{
	margin-top: 30px;	
	text-align: center;
	font-size: 14px;
	line-height: 84px;
	position: absolute;
	width: 100%;
	z-index: 2;
	text-decoration: stripe;
}
.img-hero {
	margin-top: 125px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.thumb-header{
	position: absolute;
	bottom: -18px;
	left: 15px;
}
.header-container {
	top: -45px;
	position: relative;
}
.header {
	color: #FFF;
	font-size: 55px;
	line-height: 45px;
	font-weight: 700;
}
.header-small {
	color: #FFF;
	font-size: 35px;
	line-height: 25px;
	font-weight: 700;
}
.header-big {
	color: #FFF;
	font-size: 35px;
	line-height: 25px;
	font-weight: 700;
}
@media (min-width: 768px) {
	.header{
		font-size: 85px;
		line-height: 65px;
	}
	.header-container{
		top: -65px;
	}
	.header-small{
		font-size: 45px;
		line-height: 35px;
	}
	.header-big{
		font-size: 60px;
		line-height: 50px;
	}	
	.thumb-header {
		bottom: -22px;
	}			
}

@media (min-width: 992px) {
	.header-big{
		font-size: 72px;
		line-height: 55px;
	}
}

.body-text {
	font-size: 18px;
	line-height: 26px;
}
.body-header {
	font-weight: 700;	
	font-size: 22px;
	line-height: 26px;
}
.side-scroll {
	padding: 0;
}

.mb-120 {
	margin-bottom: 120px;
}

.mb-60 {
	margin-bottom: 60px;
}


.mb-48 {
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	.mb-48 {
		margin-bottom: 48px;
	}
}

.white {
	color: #FFF;
}

.white:hover{
	color: #FFF;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}
.inactive-link {
	text-decoration: line-through;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/* IMG-GRID */
.grid {
	margin-top: 125px;
}
.grid-item {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition-timing-function: ease-out;
	transition: 0.3s;
}
.grid-item:hover {
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	transition-timing-function: ease-in;
	transition: 0.5s;
}
.grid-4 {
	height: 225px;
	margin-bottom: 30px;
	background-size: 100% 100%;
	position: relative;
}
.grid-2 {
	height: 420px;
	margin-bottom: 30px;
	background-size: 100% 100%;
	position: relative;
}
.grid-1 {
	height: 225px;
	margin-bottom: 30px;
	background-size: 100% 100%;
	position: relative;
}
@media (min-width: 768px) {
	.grid-4 {
		height: 320px;
	}
	.grid-2 {
		height: 320px;
	}
	.grid-1 {
		height: 145px;
	}
}
@media (min-width: 992px) {
	.grid-4 {
		height: 480px;
	}
	.grid-2 {
		height: 480px;
	}
	.grid-1 {
		height: 225px;
	}
}
@media (min-width: 1200px) {
	.grid-4 {
		height: 550px;
	}
	.grid-2 {
		height: 550px;
	}
	.grid-1 {
		height: 260px;
	}
}