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;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overscroll-behavior-y: none;
}

#legal, #privacy, #michigan {
	padding-bottom: 150px;
	flex: 1;
}

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

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

.text-white {
	color: white;
}
