/* ----- Landingspage ----- */
html {
	min-height: 100%;
	height: 100%;
}

body {
	height: 100%;
	font-family: "Work Sans", sans-serif;
	color: #fff;
}

#nugtr-video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}

.alignment {
	height: 100%;
	width: 100%;
}

.kaushan {
	font-family: "Kaushan Script", cursive;
	font-size: 100px;
	text-align: center;
	-moz-transform: rotate(355deg);
	-webkit-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	-ms-transform: rotate(355deg);
	transform: rotate(355deg);
}

.lora {
	font-family: "Lora", serif;
	font-size: 70px;
	line-height: 83px;
}

.bg-headings {
	margin-bottom: 5rem;
	-moz-transform: rotate(355deg);
	-webkit-transform: rotate(355deg);
	-o-transform: rotate(355deg);
	-ms-transform: rotate(355deg);
	transform: rotate(355deg);
}

.bg-headings > h1 {
	color: #000;
	margin: 0;
}

.bg-headings > h1 > span {
	padding: 0px 40px;
}

.bg-headings > h1:first-of-type > span {
	background-color: #ffb32f;
}

.bg-headings > h1:last-of-type > span {
	background-color: #ffffff;
}

.nugtr-logo > a > svg {
	max-height: 30px;
}

.btn {
	color: #000;
	background-color: #ffb32f;
	font-weight: 600;
	padding: 0.75rem 2rem;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.btn:hover {
	font-size: 1.1rem;
}

.btn > i {
	margin-left: 12.5px;
}

@media screen and (max-width: 576px) {
	.bg-headings {
		margin-bottom: 1rem;
	}
	.bg-headings > h1:last-of-type > span {
		position: relative;
		top: -15px;
	}
	.lora {
		font-size: 40px;
		line-height: 63px;
	}
}

@media screen and (max-height: 699px) {
	body {
		font-size: 0.9rem;
		line-height: 1.4;
	}

	.kaushan {
		font-size: 80px;
	}
}
