:root {
	--darkAzure: #002a53;
	--lightOrange: #f4e9e3;
	--darkGray: #4d4d4d;
	--orange: #ff7200;
}

html, body {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

body.home {
	background: #fff url("../img/bg-orange-rotated.png") no-repeat;
	background-size: 600px;
	background-position: -150px -175px;
}

body:not(.home) .hero {
	max-height: 700px;
}

.navbar-nav > .nav-item > .nav-link {
	font-weight: 600;
	letter-spacing: .125em;
}

.navbar-toggler {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background: linear-gradient(150deg, rgb(231,78,6), rgb(249, 179, 145));
	border: none;
}

.text-bg-primary {
	background-color: var(--darkAzure) !important;
}

.text-bg-primary.bg-element {
	background-image: url("../img/bg-blue.png");
	background-position-x: right;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: auto 75%;
}

.text-bg-secondary {
	color: #000 !important;
	background-color: var(--lightOrange) !important;
}

.text-bg-secondary.bg-element {
	background-image: url("../img/bg-orange.png");
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: auto 75%;
}

.gradient-red {
	background: linear-gradient(150deg, rgb(170, 24, 44), rgb(237, 28, 36)) !important;
}

.gradient-green {
	background: linear-gradient(150deg, rgb(21, 66, 61), rgb(4, 113, 84), rgb(2, 154, 129)) !important;
}

.gradient-light-green {
	background: linear-gradient(150deg, rgb(132, 196, 89) 45%, rgb(203, 228, 183)) !important;
}

.gradient-blue {
	background: linear-gradient(150deg, rgb(27, 20, 100), rgb(47, 65, 155)) !important;
}

.gradient-orange {
	background: linear-gradient(150deg, rgb(245, 128, 38) 50%, rgb(251, 176, 59)) !important;
}

.gradient-light-blue {
	background: linear-gradient(150deg, rgb(45, 174, 220), rgb(92, 191, 193), rgb(102, 197, 184)) !important;
}

.gradient-other-green {
	background: linear-gradient(150deg, rgb(6, 106, 8), rgb(140, 198, 63)) !important;
}

.img-filtered {
	filter: grayscale(100%) contrast(150%);
}

.hero h1, h2 {
	font-weight: 600;
	letter-spacing: .125em;
	line-height: 1.2;
}

h2 {
	line-height: 1.4;
}

.hero p strong {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: .125em;
}

.hero {
	position: relative;
	height: calc(100vh - 317px);
	overflow: hidden;
}

.hero img {
	width: 100%;
	height: calc(100vh - 317px);
	object-fit: cover;
	mask-image: linear-gradient(rgba(0,0,0,0) 20%, rgba(0,0,0,1) 80%);
}

.hero-overlay {
	position: absolute;
	height: 100%;
	z-index: 1000;
	width: 100%;
	display: flex;
}

.hero-caption {
	margin: 10% auto 0;
	align-self: start;
}

body.home .accent-u {
	max-height: 2rem;
}

.card.rounded-5 {
	border-radius: 3.5rem !important;
}

.card p.card-text {
	font-size: 1.375rem;
	font-weight: 300;
}

.card-body {
	max-width: 100%;
	margin: 0 auto;
}

.btn {
	padding: .25rem 1.5rem;
	border-radius: 2rem;
	font-size: .875rem;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-weight: 600;	
}

.btn-primary {
	color: #000;
	background-color: #fff;
	border-color: var(--orange);
	border-width: 2px;
}

.btn-primary:hover {
	color: #fff;
	background-color: var(--orange);
	border-color: var(--orange);
}

.btn-primary:before {
	display: inline-block;
	margin-left: -.5rem;
	margin-right: .5rem;
	height: 13px;
	width: 13px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ff7200' d='M477.9 75.5c4.5-11.8 1.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416 160C7.9 199-.3 211.2 0 224.7s9.1 25.4 21.9 29.6l176.8 58.9 58.9 176.8c4.3 12.8 16.1 21.6 29.6 21.9s25.7-7.9 30.6-20.5l160-416z'/%3E%3C/svg%3E");
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	background-color: var(--darkGray);
	border-color: var(--darkGray);
}

.btn-primary:hover:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M477.9 75.5c4.5-11.8 1.7-25.2-7.2-34.1s-22.3-11.8-34.1-7.2l-416 160C7.9 199-.3 211.2 0 224.7s9.1 25.4 21.9 29.6l176.8 58.9 58.9 176.8c4.3 12.8 16.1 21.6 29.6 21.9s25.7-7.9 30.6-20.5l160-416z'/%3E%3C/svg%3E");
}

.btn-secondary {
	color: #000;
	background-color: var(--lightOrange);
	border-color: var(--lightOrange);
}

.btn-secondary:hover {
	background-color: var(--darkGray);
}

.pill {
	display: flex;
	background: red;
	height: 4.875rem;
	margin: 1.5rem 1.5rem 0;
	padding: .5rem 1.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 2.5rem;
}

.pill img {
	max-width: 100%;
	max-height: 100%;
}

.pill-fill {
	object-fit: cover;
	padding: 0;
	overflow: hidden;
}

.pill-fill img {
	width: 100%;
	object-fit: cover;
}

.lead {
	line-height: 1.3;
}

.lead + .lead {
	margin-top: 2.75rem;
}

.text-large {
	font-size: 1.125rem;
	/*letter-spacing: .125em;*/
	font-weight: 300;
	line-height: 1.5;
}

.dl-grid {
	display: flex;
	flex-wrap: wrap;
}

.dl-grid dt {
	margin-top: 1rem;
	margin-bottom: .5rem;
	font-size: 1.375rem;
	/*letter-spacing: .125em;*/
	font-weight: 600;
	align-content: center;
}

.dl-grid dd {
	margin-bottom: 1rem;
	line-height: 1.5;
	font-weight: 300;
	font-size: 1.125rem;
	/*letter-spacing: .125em;*/
}

footer {
	color: #333;
	box-shadow: 0 -5px 50px rgba(51, 51, 51, .125);
}

footer img {
	height: revert-layer !important;
}

footer p {
	font-weight: 300;
}

footer p small {
	font-size: .75rem;
}

footer p.text-uppercase {
	letter-spacing: .125em;
}

.nav-social > li > a {
	background-color: var(--darkGray);
	height: 2.75rem;
	width: 2.75rem;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-social svg {
	color: #fff;
	height: 2rem;
}

@media(min-width: 768px) {	
	body.home {
		background-size: 800px;
		background-position: -300px -150px;
	}
	
	body:not(.home) header  {
		position: absolute;
		width: 100%;
		z-index: 1003;
	}
	
	body:not(.home) .hero-caption {
		margin-top: 0;
		align-self: center;
	}
	
	.hero-caption {
		max-width: 75%;
	}
	
	.accent-u {
		max-height: 100%;
	}
	
	.offcanvas {
		max-width: 65%;
	}
	
	.text-bg-primary.bg-element,
	.text-bg-secondary.bg-element {
		background-size: auto 100%;
	}
	
	.hero {
		height: calc(100vh - 475px);
	}
	
	.hero img {
		height: calc(100vh - 450px);
	}
	
	.dl-grid dt {
		margin-top: 0;
		margin-bottom: 0;
		width: 33%;
	}
	
	.dl-grid dd {
		margin-top: 1rem;
		margin-bottom: 1rem;
		width: 66%;
	}
}

@media(min-width: 992px) {
	.text-lg-start {
		text-align: left !important;
	}
	
	.w-lg-50 {
		width: 50%;
	}
	
	.w-lg-100 {
		width: 100% !important;
	}
	
	.hero {
		height: calc(100vh - 126px);
	}
	
	.hero img {
		height: calc(100vh - 126px);
	}
}

@media(min-width: 992px) and (max-width: 1199px) {
	.hero-caption {
		margin-top: 5%;
	}
	
	.card p.card-text {
		font-size: 1.125rem;
	}
}

@media(min-width: 1200px) {	
	.w-xl-50 {
		width: 50%;
	}
	
	body.home {
		background-size: 1200px;
		background-position: -300px -250px;
	}
	
	body.home .hero-caption {
		max-width: 30%;
	}
	
	.hero-caption {
		max-width: 40%;
	}
	
	.hero h1, h2 {
		font-size: 2.375rem;
	}
	
	.lead {
		font-size: 2.125rem;
	}
	
	.text-bg-primary.bg-element,
	.text-bg-secondary.bg-element {
		background-position-y: top;
		background-size: auto 125%;
	}
}