/* GENERAL & HELPERS */
body {
	color: black;
	background-color: #F2EEEB;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	-ms-overflow-style: none; /* for Internet Explorer, Edge */
  	scrollbar-width: none; /* for Firefox */
  	overflow-y: scroll; 
}

body::-webkit-scrollbar {
	display: none; /* for Chrome, Safari, and Opera */
}

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	opacity: 1;
	color: inherit;
}

.hoverHand:hover {
	cursor: pointer;
}

.brandedBorder {
	border: solid black 2px;
	border-radius: 0% 0% 10% 0%;
}

.fs-xxl {
	font-size: xx-large;
}

.scroll-smooth {
	scroll-behavior: smooth;
}

.mx-8 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.z-top {
	z-index: 10000;
}


/* LINK STYLING */
/* Note that these classes are applied to a wrapper-div around the a href */
.linkDiv {
	font-size: 1.15rem;
	font-weight: 600;
	border-bottom: solid 2px;
	color: inherit;
}

.linkDiv-passive {
	font-size: 1.15rem;
	font-weight: 600;
	border-bottom: solid 2px #515151;
	color: #515151;
}

.linkDiv-active {
	font-size: 1.15rem;
	font-weight: 600;
	color: inherit;
	border-bottom: solid 2px #C3AB9E;
}

.linkDiv-passive-sm {
	font-size: 1rem;
	font-weight: 600;
	border-bottom: solid 2px #515151;
	color: #515151;
}

.linkDiv-active-sm {
	font-size: 1rem;
	font-weight: 600;
	color: inherit;
	border-bottom: solid 2px #C3AB9E;
}


/* BACKGROUND COLORS */
.bgColor-lightTan {
	position: absolute;
	background-color: #D7CEC0;
	height: 100%;
	width: 100vw;
	top: 0px;
	right: auto;
	bottom: auto;
	left: calc(0px - (100vw - 100%) / 2);
	z-index: -1;
}

.bgColor-middleTan {
	position: absolute;
	background-color: #E4DBCF;
	height: 100%;
	width: 100vw;
	top: 0px;
	right: auto;
	bottom: auto;
	left: calc(0px - (100vw - 100%) / 2);
	z-index: -1;
}

.bgColor-darkTan {
	position: absolute;
	background-color: #C3AB9E;
	height: 100%;
	width: 100vw;
	top: 0px;
	right: auto;
	bottom: auto;
	left: calc(0px - (100vw - 100%) / 2);
	z-index: -1;
}


/* SECTION ONE */
.sectionOne {
	margin-top: -56px;
	padding-top: 0px;
}

.sectionOne .specialFixes {
	padding-top: 56px;
}

.sectionOne .specialFixes .card {
	background-color: #F2EEEB;
}

@media (max-width: 575px) {
    .sectionOne .specialFixes {
		background-image: url("../assets/img/nordic-bridge.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 5rem;
		height: 50vh;
		position: relative;
		margin-bottom: 0px;
	}
}

@media (min-width: 575px) and (max-width: 991px) {
	.sectionOne .specialFixes .row {
		position: absolute;
		transform: translate(-50%,0%);
		bottom: -100px;
		left: 50%;
		width: 100%;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
		padding: 2rem;
	}
	.sectionOne .specialFixes {
		background-image: url("../assets/img/nordic-bridge.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		padding: 5rem;
		height: 80vh;
		position: relative;
		margin-bottom: 100px;
	}
}


/* SECTION TWO */
.bg-secTwo{
	position: absolute;
	background-color: #D7CEC0;
	height: 100%;
	width: 100vw;
	top: 60%;
	right: auto;
	bottom: auto;
	left: calc(0px - (100vw - 100%) / 2);
	z-index: -10;
}

@media (max-width: 767px) {
	.sectionTwo .marginFix {
		margin-top: -100px;
		z-index: -1;
	}
	.sectionTwo .bgExtra {
		background-color: rgba(242, 238, 235, 0.4);
	}
}


/* SECTION THREE */
#accordionDiv {
	max-width: 650px;
	min-height: 350px;
}

#accordionDiv > div {
	border-bottom: solid 2px;
}


/* SECTION FOUR */
.sectionFour ul li {
	border-bottom: 1px solid;
	min-height: 100px;
	display: flex;
    flex-direction: column;
	justify-content: center;
	font-weight: bold;
	padding-left: 3rem;
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' clip-rule='evenodd'/></svg>");
	background-position: left;
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
	padding-bottom: 12px;
	padding-top: 12px;
}

.sectionFour ul {
  padding-left: 0rem;
  list-style-type: none;
}

.sectionFour ul li:last-child {
	border-bottom: none;
}

.sectionFour ul li span {
	font-size: smaller;
	display: block;
	font-weight: normal;
	font-style: italic;
}


/* SECTION FIVE */
#inspContainer .card {
	height: 100%;
	width: 85%;
	border: solid 2px;
}

.quoteSource p {
	font-weight: bold;
	margin-bottom: 0px;
}

@media (max-width: 991px) {
	.quoteText {
		font-size: 1.1rem;
		font-weight: 100;
		line-height: 1.5rem;
		letter-spacing: 0.1rem;
		padding: 0 2rem;
	}
	.quoteSource {
		font-size: 1rem;
		padding: 1.5rem 1.5rem;
	}
	.superQuotation {
		font-size: 2rem;
	}
}

@media (min-width: 992px) {
	.quoteText {
		font-size: 1.5rem;
		font-weight: 200;
		line-height: 2rem;
		letter-spacing: 0.1rem;
		padding: 0 3rem;
	}
	.quoteSource {
		font-size: 1.2rem;
		padding: 2rem 2rem;
	}
	.superQuotation {
		font-size: 3rem;
	}
}

@media (min-width: 1400px) {
	.quoteText {
		font-size: 2.5rem;
		font-weight: 200;
		line-height: 3rem;
		letter-spacing: 0.2rem;
		padding: 0 3rem;
	}
	.quoteSource {
		font-size: 1.5rem;
		padding: 2rem 2rem;
	}
	.superQuotation {
		font-size: 4rem;
	}
}


/* SECTION SIX */
.bg-secSix{
	position: absolute;
	background-color: #E4DBCF;
	height: 100%;
	width: 100vw;
	top: 50%;
	right: auto;
	bottom: auto;
	left: calc(0px - (100vw - 100%) / 2);
	z-index: -10;
}


/* SECTION SEVEN */
#pricesDiv {
	border: 2px solid;
	border-top: none;
}

.sectionSeven > div:first-child > div{
	border: 2px solid;
	border-bottom: none;
	margin-bottom: 0px;
}

.sectionSeven > div:first-child > div div {
	margin-right: 2rem;
}

@media (max-width: 991px) {
	.sectionSeven > div:first-child {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		padding-top: 10px;
		background-color: #E4DBCF;
		z-index: 10;
	}
}

@media (min-width: 992px) {
	#pricesDiv .columnBorder {
		border-right: solid 2px;
	}
}

.ctaButton {
	font-size: 1.2rem;
	font-weight: 600;
}

.ctaButton:hover {
	font-size: 1.2rem;
	font-weight: 600;
}


/* FOOTER SECTION */
footer {
	background-color: #393838;
	color: white;
}

footer p {
	font-size: smaller;
}

footer h2 {
	font-size: 1.25rem;
}

footer > div:last-child p {
	font-size: x-small;
}




/* 
THIS WAS USED IN SECTION SEVEN..
ALSO MIGHT AFFECT THE NAV?
IF NOT, DELETE
@media (max-width: 990px) {
	.sticky-row {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
		background-color: #E4DBCF;
	}
}*/
