@font-face {
	font-family: "Segoe UI";
	src: url(fonts/segoeui.ttf);
}

@font-face {
	font-family: "HK Grotesk";
	src: url(fonts/hk-grotesk.regular.ttf);
}

@font-face {
	font-family: Juliette;
	src: url(fonts/juliette.otf);
}

body {
	height: 100vh;
	margin: 0;
	background-color: #ffffff;
}

.background-img {
	position: absolute;
	top: 60px;
	left: 60px;
	right: 60px;
	bottom: 60px;
	width: calc(100% - 120px);
	height: calc(100% - 120px);
	object-fit: cover;
	z-index: -1;
	
	@media (max-width: 1200px) {
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		width: 100%;
		height: 100%;
	}
}

div.intro {
	text-align: center;
	line-height: 100vh;
}

div.primary {
	line-height: 1.5;
	display: inline-block;
	vertical-align: middle;
}

div.title {
	font-family: "Segoe UI", sans-serif;
	font-size: calc(5vw);
	color: #FF9900;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, .4);	
	text-align: center;
	position: absolute;
	top:36%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	z-index: 2;

	@media (max-width: 768px) {
		width: 90%;
		font-size: 20px;
	}
}

div.title span {
	letter-spacing: 47px;
	@media (max-width: 768px) {
		letter-spacing: 14px;
	}
	
}

div.title span:last-child {
	letter-spacing: 0;
}

div.signature {
	font-family: "Juliette", sans-serif;
	font-size: calc(5.4vw);
	color: #000000;
	text-align: center;
	position: absolute;
	top:51%;
	left: 50%;
	transform: translateX(-50%);
	
	@media (max-width: 768px) {
		width: 90%;
		font-size: 52px;
	}
	
}

div.occupation {
	font-family: "HK Grotesk", sans-serif;
	font-size: 17px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	padding: 3px 36px 0 36px;
	position: absolute;
	top:68.5%;
	left: 50%;
	transform: translateX(-50%);
	max-width: 65%;
	
	@media (max-width: 768px) {
		padding: 3px 20px 0 20px;
	}
}

div.occupation span {
	letter-spacing: 24px;
	@media (max-width: 768px) {
		letter-spacing: 12px;
	}
	
}

div.occupation span:last-child {
	letter-spacing: 0;
}

div.follow-us {
	font-family: "HK Grotesk", sans-serif;
	font-size: 16px;
	letter-spacing: 8px;
	font-weight: 100;
	color: #000000;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
}

div.follow-us-links {
	color: #FFFFFF;
	position: relative;
	top: 10px;
}

div.follow-us-links img {
	width: 26px;
	border-radius: 50%;
}

div.follow-us-links img:hover {
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
	cursor: pointer;
}

a {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}
