@font-face {
	font-family: BrownLL;
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/BrownLL-Regular.otf) format("truetype")
}

@font-face {
	font-family: BrownLL;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/BrownLL-Bold.otf) format("truetype")
}

@font-face {
	font-family: BrownLL;
	font-weight: 200;
	font-style: normal;
	src: url(../fonts/BrownLL-Light.otf) format("truetype")
}

@font-face {
	font-family: BrownLL;
	font-weight: 700;
	font-style: italic;
	src: url(../fonts/BrownLL-BoldItalic.otf) format("truetype")
}

@font-face {
	font-family: BrownLL;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/BrownLL-Bold.otf) format("truetype")
}

/* 
:root {
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%
}

body,
html {
	height: auto;
	width: 100%;
	overflow-x: hidden;
	font-size: 18px;
	line-height: 1.65;
	font-family: din-2014, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #333
}

*/ 

h1, .h1 {
  margin-top: 0;
}

.takeover {
	font-family: BrownLL, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
	background-color: transparent;
	position: unset;
	overflow-x: hidden
}

.takeover h1 {
	font-family: BrownLL, sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 5em;
	margin-bottom: -8px
}

.takeover h4 {
	color: #000;
	margin-top: 30px;
	font-weight: 500;
}

.takeover #header-1 {
	transform: translate(100px);
	opacity: 0
}

.takeover #header-2 {
	transform: translate(150px);
	opacity: 0
}

.takeover #header-1a,
.takeover #header-2a {
	transition: transform .8s ease-in-out;
}

.takeover__content {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden
}

.takeover__content:hover {
	text-decoration: none
}

.takeover__overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	top: 0;
	height: 75vh;
	background: black;
	overflow: hidden;
	transition: width .8s 1s ease-in-out
}

.takeover__overlay h1 {
	width: max-content;
	color: #fff
}

.takeover__main-photo {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	height: 47vw;
	max-height: 804px;
	background: white;
	z-index: -1;
	background-image: url(../images/main-images-v2.jpg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translate(300px) scale(1.4)
}

.takeover__go {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	text-decoration-color: #0000;
	transition: text-decoration-color .8s ease-in-out
}

.takeover.loaded .takeover__overlay {
	width: 0%
}

.takeover.loaded .takeover__content {
	background-color: transparent;
	transition: background-color .5s 1s ease-out
}

.takeover.loaded .takeover__main-photo {
	opacity: 1;
	transform: translate(0) scale(1);
	transition: opacity .8s 1.2s ease-in-out, transform .8s 1s ease-in-out
}

.takeover.loaded #header-1 {
	transform: translate(0);
	opacity: 1;
	transition: opacity 1.2s ease-in-out, transform .9s ease-in-out
}

.takeover.loaded #header-2 {
	transform: translate(0);
	opacity: 1;
	transition: opacity 1s .2s ease-in-out, transform .9s .1s ease-in-out
}

.takeover:hover .takeover__main-photo {
	transform: translate(0) scale(1.05);
	transition: transform .8s ease-in-out
}

.takeover:hover .takeover__go {
	text-decoration-color: #000
}

.takeover:hover #header-1a {
	transform: translate(35px)
}

.takeover:hover #header-2a {
	transform: translate(15px)
}

.navbar .nav-link {
	background-color: transparent
}

@media (max-width: 2000px) {
	.takeover__main-photo {
		background-image: url(../images/main-images-v1.jpg)
	}
}

@media (max-width: 991px) {
	.takeover h1 {
		font-size: 3.5em
	}

	.takeover .intro-section {
		padding-bottom: 10em
	}
}

@media (max-width: 768px) {
	.takeover .intro-section {
		padding-top: 30vw;
		padding-bottom: 2em
	}
}

@media (max-width: 700px) {
	.takeover__main-photo {
		height: 40vh
	}

	.takeover h1 {
		font-size: 3em
	}

	.takeover .intro-section {
		padding-top: 40vw
	}
}