@font-face {
	font-family: "BananaGrotesk";
	src: url('fonts/BananaGrotesk-Regular.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "BananaGrotesk";
	src: url('fonts/BananaGrotesk-Medium.otf') format("opentype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	font-weight: 500;
}

html {
	height: 100%;
	overflow: hidden;
}

body {
	text-align: center;
	background: #FCF6EF;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

body * {
	font-family: "BananaGrotesk", serif;
	font-size: 16px;
	font-weight: 400;
}

body > div {
	margin: auto;
	height: 100%;
}

body > div > div {
	position: relative;
	height: 100%;
	margin-left: 24px;
	margin-right: 24px;
}

a { color: #C0A24C }

#top-margin {
	height: 8vh;
	min-height: 96px;
	max-height: 160px;
}

#content-container, #image-container {
	display: block;
	width: 100%;
}

#content-container {
	/*margin-top: 10vh;*/
}

#wordmark {
	margin-bottom: 4px;
	width: 100%;
	max-width: 316px;
}

#tagline { 
	margin-top: 4px;
	margin-bottom: 48px;
}

#tagline, #tagline * {
	font-weight: 500;
	font-size: 20px;
	/**/
}

#tagline img {
	vertical-align: middle;
	height: 66px;
}

#tagline span {
	/*margin-top: -8px;*/
	display: block;
}

#diamond {
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-bottom-color: #2A0050;
	position: relative;
	top: -6px;
}
#diamond:after {
	content: '';
	position: absolute;
	left: -6px;
	top: 6px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top-color: #2A0050;
}

#contact { margin-top: 24px }

#image-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#image-container img {
	width: 100%;
	scale: 160%;
	transform-origin: center top;
	transform: translateY(-10%);
	/*max-width: ;*/
}

@media screen and (min-width: 576px) { /* if screen is wider than  */
	#image-container img {
		scale: 140%;
		transform-origin: center top;
		transform: translateY(0%);
	}
}

@media screen and (min-width: 768px) { /* if screen is wider than  */
	body > div { max-width: 1200px }

	#top-margin {
		height: 10vh;
		min-height: 120px;
		max-height: 424px;
	}

	#wordmark {
		margin-bottom: 0;
		max-width: 532px
	}

	#tagline {
		margin-top: -4px;
		margin-bottom: 0;
	}

	#image-container img {
		scale: 120%;
		transform-origin: center top;
		transform: translateY(10%);
	}
}

@media screen and (min-width: 100vh) { /* if screen is wider than a square */

	html {
		height: initial;
		overflow: visible;
	}

	body {
		height: initial;
		overflow: visible;
	}

	#tagline br { display: none }
	#tagline span {
		margin-top: initial;
		display: initial;
	}

	#image-container {
		position: relative;
		margin-top: 64px;
	}

	#image-container img {
		position: relative;
		scale: initial;
		transform: initial;
		width: 100%;
		max-width: 840px;
	}
}
