:root {
	--bs-body-bg: #F4F5F8;
	--bs-heading-color: #061f5c;
}

form, .card, .modal {
	--bs-body-bg: #FFF;
}


/* =============================================================================
	TYPOGRAPHY
============================================================================= */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "proxima-nova-condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 600;
}

h1, .h1 {
	font-size: 56px;
	font-weight: 400;
	font-style: italic;
}

a {
	text-decoration: none;
}

i.star {
	font-style: normal;
}


/* =============================================================================
	MAINPIC & CONTENT
============================================================================= */

.mainpic {
	height: 50vh;
	background: black url("/assets/img/mp-mobile.jpg") no-repeat center center;
	background-size: cover;
}

.mainpic .tagline {
	width: 75%;
	user-select: none;
}

.page {
	padding-top: 60px;
}

@media (min-width: 768px) {
	.mainpic {
		background: black url("/assets/img/mp-desktop.jpg") no-repeat center bottom;
		background-size: cover;
	}
	
	.mainpic .tagline {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.mainpic {
		height: 65vh;
	}
}

@media (min-width: 1800px) {
	.mainpic {
		background-size: 1800px;
	}
}


/* =============================================================================
	BODY & CONTENT
============================================================================= */

.primary-row {
	flex-direction: column-reverse;
}

@media (min-width: 768px) {
	.primary-row {
		flex-direction: row;
	}
}


/* =============================================================================
	FORMS
============================================================================= */

/* .disabled {
	cursor: not-allowed;
	opacity: .65;
	box-shadow: none;
}

.checkbox {
	font-size: 1.2em;
	position: relative;
	display: block;
}

.captcha {
	margin: 1rem 0;
} */


/* =============================================================================
	FOOTER
============================================================================= */

.copyright {
	border-top: 1px solid #ddd;
	margin-top: 45px;
	margin-bottom: 0;
	text-align: center;
}

.copyright .text-nowrap {
	padding: 15px 10px;
	display: inline-block;
}
