header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

header ul.nav-links {
	justify-content: flex-end;
}

header .apply-btn {
	background-color: #FFB764;
	border-radius: 40px;
	font-family: 'ProximaNova-Bold';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	transition: 0.3s all ease;
	display: none;
	margin-right: 25px;
}

@media (min-width: 1251px) {
	.mobile-menu {
		display: none !important;
	}
}

.mobile-menu .buttons .btn {
	margin: 0;
}

.mobile-menu #login {
	display: flex;
	align-items: center;
}

body {
	padding-top: 82px;
}

#legal {
	padding-bottom: 150px;
}

#legal .letter-head {
	font-family: 'Times New Roman';
}

#privacy {
	padding: 75px 0 150px 0;
	min-height: calc(100vh - 229px - 82px);
}

.btn-link {
	display: block;
	text-decoration: underline;
	margin: 15px 0;
}