/* *********************** */
/*  GENERAL  */
/* *********************** */
/* :root {
  --small: 540;
  --medium: 720;
  --large: 960;
  --xlarge: 1140;
  --xxlarge: 1320;
} */
:root {
	--opacitySetting: 1;
	--containerWidth: 1000;
	--containerHeight: 1000;
}
body {
	font-family: Karla;
	color: #333333;
}
p {
	margin-bottom: 0px;
}
h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
hr {
	height: 2px!Important;
	width: 15rem;
}
.scroller {
    scroll-snap-type: y mandatory;
	height: 100vh;
    overflow-y: scroll;
}
main > section:not(:last-child) {
    scroll-snap-align: start;
	height: 100vh;
}
a, a:hover, a:focus {
	text-decoration: none;
	color: inherit;
	font: inherit;
	font-size: inherit;
}



.headingLines > .linedHeader {
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}
.headingLines > span {
  display: flex;
  flex-direction: row;
  line-height: 1;
}
.headingLines > span:before,
.headingLines > span:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
.headingLines > span:before {
  margin-right: 10px;
}
.headingLines > span:after {
  margin-left: 10px;
}
.headingLines > span:first-of-type:after {
  padding-left: 40%;
}
.headingLines > span:last-of-type:before {
  padding-right: 40%;
}







/* *********************** */
/*  *** END *** GENERAL  */
/* *********************** */
/* *** */
/* *** */
/* *** */
/* *********************** */
/*  SECTION - WELCOME  */
/* *********************** */
#welcomeSection {
	background-image: url('https://res.cloudinary.com/the-wrights/q_auto:best,f_auto/arctic-snow-winter-road_ulyx8w');
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #333333;
	color: white;
}
#welcomeSection h1 {
	text-transform: uppercase;
	margin-bottom: 0px;
	z-index: 10;
}
#welcomeSection h2 {
	text-transform: uppercase;
	margin-bottom: 0px;
	z-index: 10;
}
/* *********************** */
/*  *** END *** SECTION - Welcome  */
/* *********************** */
/* *** */
/* *** */
/* *** */
/* *********************** */
/*  SECTION - geoUnbound  */
/* *********************** */

#geoUnbound {
	/* position: relative; */
}
#geoUnbound > .bgImg {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -10;
	opacity: .05;
}
#geoUnbound > .bgImg > img {
	width: 95%;
	height: auto;
}

#geoUnbound > h2 {
	text-transform: uppercase;
	margin-bottom: 2rem;
	text-align: center;
}

#geoUnbound > h3 {
	margin-bottom: 0px;
}

#geoUnbound > p {
	margin-bottom: 0px;
	text-align: center;
}

#geoUnbound > hr {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.textTyper {
	margin-top: 1rem;
}

/* cursor */
.textTyper > .txt{
    border-right: 0.2rem solid #777;
    animation: blink 575ms infinite;
}
@keyframes blink {
    to{
        border-right: 0.2rem solid transparent;
    }
}


/* *********************** */
/*  *** END *** SECTION - geoUnbound  */
/* *********************** */
/* *** */
/* *** */
/* *** */
/* *********************** */
/*  SECTION - DELUXE MASONRY  */
/* *********************** */
#deluxeSection {
	background-color: #222222;
	padding: 0rem 2rem;
}
#deluxeMasonry > div {
	position: absolute;
	box-sizing: border-box;
}
#deluxeMasonry {
	position: relative;
	width: calc(var(--containerWidth) * 1px);
	height: calc(var(--containerHeight) * 1px);
}
#deluxeMasonry > .luxeSquare, #deluxeMasonry > .luxeHorizontal, #deluxeMasonry > .luxeVertical {
	display: flex;
	padding: .4rem;
	transition: .5s;
}
#deluxeMasonry > .luxeBox {
	overflow: hidden;
}
#deluxeMasonry > .luxeBox img {
	object-fit: cover;
	padding: .75rem;
	height: 100%;
	width: 100%;
}
#deluxeMasonry .luxeOverlay {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	opacity: 0;
	transition: .8s;
	color: white;
	display: flex;
    flex-direction: column;
    justify-content: center; /* space-between; */
    align-items: center;
    padding: 2rem;
	overflow: hidden;
}
#deluxeMasonry > .luxeBox> .luxeOverlay > p {
	margin-bottom: 0px;
}
/* #deluxeMasonry > .luxeBox> .luxeOverlay > h2 > a {
	text-decoration: none;
	color: inherit;
} */
#deluxeMasonry > .luxeBox> .luxeOverlay > p > a,
/* #deluxeMasonry > .luxeBox> .luxeOverlay > span > a {
	text-decoration: underline;
	color: inherit;
} */
#deluxeMasonry > div:not(.luxeSquare.sizeS, .luxeVertical) > .luxeOverlay > h2 {
	margin-bottom: 1rem;
	width: 100%;
}
#deluxeMasonry > .luxeSquare.sizeS > .luxeOverlay > h2,
#deluxeMasonry > .luxeVertical > .luxeOverlay > h2 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
}
#deluxeMasonry > .luxeSquare.sizeS > .luxeOverlay > p,
#deluxeMasonry > .luxeVertical > .luxeOverlay > p,
#deluxeMasonry > .luxeSquare.sizeS > .luxeOverlay > span,
#deluxeMasonry > .luxeVertical > .luxeOverlay > span {
	display: none;
}
#deluxeMasonry > .luxeBox> .luxeOverlay > span {
	display: block;
	text-align: end;
	width: 100%;
	margin-bottom: 0px;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}
@media (max-width: 650px) and (orientation: landscape){
	#deluxeMasonry .luxeOverlay {
    	padding: 1rem;
	}
	#deluxeMasonry .luxeOverlay > h2 > small {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		font-size: .5rem;
	}
	#deluxeMasonry .luxeSquare.sizeS {
		width: calc(var(--containerWidth) * .25px);
		height: calc(var(--containerWidth) * .25px);
	}
	#deluxeMasonry .luxeSquare.sizeM {
		width: calc(var(--containerWidth) * 1px);
		height: calc(var(--containerWidth) * 1px);
	}
	/* #deluxeMasonry .luxeSquare.sizeL {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .6px);
	} */
	#deluxeMasonry .luxeHorizontal.sizeS {
		width: calc(var(--containerWidth) * 1px);
		height: calc(var(--containerWidth) * .5px);
	}
	/* #deluxeMasonry .luxeHorizontal.sizeM {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .2px);
	} */
	#deluxeMasonry .luxeVertical.sizeS {
		width: calc(var(--containerWidth) * .5px);
		height: calc(var(--containerWidth) * 1px);
	}
	/* #deluxeMasonry .luxeVertical.sizeM {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .6px);
	} */
}
@media (max-width: 650px) and (orientation: portrait){
	#deluxeMasonry .luxeOverlay {
    	padding: 1rem;
	}
	#deluxeMasonry .luxeOverlay > h2 > small {
		display: block;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		font-size: .5rem;
	}
	#deluxeMasonry .luxeOverlay > button {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    margin: 0;
    font-family: inherit;
    text-transform: none;
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
    padding: .75rem .75rem;
    font-size: 1rem;
	cursor: pointer;
    color: white;
    background-color: transparent;
	z-index: 5000;
	}
	#deluxeMasonry .luxeSquare.sizeS {
		width: calc(var(--containerWidth) * .5px);
		height: calc(var(--containerWidth) * .5px);
	}
	#deluxeMasonry .luxeSquare.sizeM {
		width: calc(var(--containerWidth) * 1px);
		height: calc(var(--containerWidth) * 1px);
	}
	/* #deluxeMasonry .luxeSquare.sizeL {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .6px);
	} */
	#deluxeMasonry .luxeHorizontal.sizeS {
		width: calc(var(--containerWidth) * 1px);
		height: calc(var(--containerWidth) * .5px);
	}
	/* #deluxeMasonry .luxeHorizontal.sizeM {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .2px);
	} */
	#deluxeMasonry .luxeVertical.sizeS {
		width: calc(var(--containerWidth) * .5px);
		height: calc(var(--containerWidth) * 1px);
	}
	/* #deluxeMasonry .luxeVertical.sizeM {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .6px);
	} */
}
@media (min-width: 651px) and (orientation: portrait) {
	#deluxeMasonry .luxeSquare.sizeS {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .2px);
	}
	#deluxeMasonry .luxeSquare.sizeM {
		width: calc(var(--containerWidth) * .4px);
		height: calc(var(--containerWidth) * .4px);
	}
	#deluxeMasonry .luxeSquare.sizeL {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .6px);
	}
	#deluxeMasonry .luxeHorizontal.sizeS {
		width: calc(var(--containerWidth) * .4px);
		height: calc(var(--containerWidth) * .2px);
	}
	#deluxeMasonry .luxeHorizontal.sizeM {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .2px);
	}
	#deluxeMasonry .luxeVertical.sizeS {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .4px);
	}
	#deluxeMasonry .luxeVertical.sizeM {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .6px);
	}
}
@media (min-width: 651px) and (orientation: landscape) {
	#deluxeMasonry .luxeSquare.sizeS {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .2px);
	}
	#deluxeMasonry .luxeSquare.sizeM {
		width: calc(var(--containerWidth) * .4px);
		height: calc(var(--containerWidth) * .4px);
	}
	#deluxeMasonry .luxeSquare.sizeL {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .6px);
	}

	#deluxeMasonry .luxeHorizontal.sizeS {
		width: calc(var(--containerWidth) * .4px);
		height: calc(var(--containerWidth) * .2px);
	}
	#deluxeMasonry .luxeHorizontal.sizeM {
		width: calc(var(--containerWidth) * .6px);
		height: calc(var(--containerWidth) * .2px);
	}

	#deluxeMasonry .luxeVertical.sizeS {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .4px);
	}
	#deluxeMasonry .luxeVertical.sizeM {
		width: calc(var(--containerWidth) * .2px);
		height: calc(var(--containerWidth) * .6px);
	}
}
/* BELOW USED AS BASE WITHOUT JAVASCRIPT */
#deluxeMasonryNoJs > .luxeBox{
	overflow: hidden;
	display: flex;
	padding: .4rem;
	transition: .5s;
	position: absolute;
	box-sizing: border-box;
}
#deluxeMasonryNoJs > .luxeBoximg {
	object-fit: cover;
	height: 100%;
	width: 100%;
	padding: .75rem;
}
#deluxeMasonryNoJs .luxeOverlay {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	opacity: 0;
	transition: .8s;
	color: white;
	display: flex;
    flex-direction: column;
    justify-content: center; /* space-between; */
    align-items: center;
    padding: 2rem;
	overflow: hidden;
}
#deluxeMasonryNoJs .luxeOverlay:hover {
	opacity: 1;
}
/* #deluxeMasonryNoJs a {
	text-decoration: underline;
	color: inherit;
} */
#deluxeMasonryNoJs > .luxeBox> .luxeOverlay > p {
	display: none;
	margin-bottom: 0px;
}
#deluxeMasonryNoJs h2 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 0px;
	width: 100%;
}
#deluxeMasonryNoJs > .luxeBox> .luxeOverlay > span {
	display: block;
	text-align: end;
	width: 100%;
	margin-bottom: 0px;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}
@media (orientation: landscape){
	#deluxeMasonryNoJs {
		position: relative;
		width: 100%;
		height: 100%;
	}
	#deluxeMasonryNoJs > .luxeBox{
		width: 25%;
		height: 50%;
	}
	#deluxeMasonryNoJs #luxe1 {
		left: 0%;
		top: 0%;
	}
	#deluxeMasonryNoJs #luxe2 {
		left: 25%;
		top: 0%;
	}
	#deluxeMasonryNoJs #luxe3 {
		left: 50%;
		top: 0%;
	}
	#deluxeMasonryNoJs #luxe4 {
		left: 75%;
		top: 0%;
	}
	#deluxeMasonryNoJs #luxe5 {
		left: 0%;
		top: 50%;
	}
	#deluxeMasonryNoJs #luxe6{
		left: 25%;
		top: 50%;
	}
	#deluxeMasonryNoJs #luxe7 {
		left: 50%;
		top: 50%;
	}
	#deluxeMasonryNoJs #luxe8 {
		left: 75%;
		top: 50%;
	}
}
@media (orientation: portrait) {
	#deluxeMasonryNoJs {
		position: relative;
		width: 100%;
		height: 100%;
	}
	#deluxeMasonryNoJs > .luxeBox{
		width: 50%;
		height: 25%;
	}
	#deluxeMasonryNoJs #luxe1 {
		left: 0%;
		top: 0%;
	}
	#deluxeMasonryNoJs #luxe2 {
		left: 50%;
		top: 0%;
	}
	#deluxeMasonryNoJs #luxe3 {
		left: 0%;
		top: 25%;
	}
	#deluxeMasonryNoJs #luxe4 {
		left: 50%;
		top: 25%;
	}
	#deluxeMasonryNoJs #luxe5 {
		left: 0%;
		top: 50%;
	}
	#deluxeMasonryNoJs #luxe6{
		left: 50%;
		top: 50%;
	}
	#deluxeMasonryNoJs #luxe7 {
		left: 0%;
		top: 75%;
	}
	#deluxeMasonryNoJs #luxe8 {
		left: 50%;
		top: 75%;
	}
}
/* *********************** */
/*  *** END *** DELUXE MASONRY SECTION  */
/* *********************** */
/* *** */
/* *** */
/* *** */
/* *********************** */
/*  SECTION - CHECK US OUT  */
/* *********************** */
#checkUsOut {
	background-color: #333333;
	color: white;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}

#checkUsOut #vlogBox,
#checkUsOut #igBox  {
	position: relative;
	height: 45%;
	width: 100%;
	display: flex;
}
#checkUsOut #igBox  {
	margin-left: 2rem;
	margin-right: auto;
}
#checkUsOut #vlogBox {
	margin-left: auto;
	margin-right: 2rem;
}
#checkUsOut .headingLines {
	margin: auto;
}
#checkUsOut img {
	width: 60%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
/* #checkUsOut .imgOverlayWrapper {
	position: relative;
	height: 100%;
	max-height: 100%;
} */
@media (max-width: 767px) {
	#checkUsOut .headingLines {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		min-width: 60%;
		height: auto;
		min-height: 30%;
		padding: 2rem 3rem;
		background-color: rgba(0, 0, 0, 0.5);
	}
	#checkUsOut .headingLines > span,
	#checkUsOut .headingLines > .linedHeader {

	}
	#checkUsOut img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	#checkUsOut #vlogBox,
	#checkUsOut #igBox {
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 575px) {
	#checkUsOut .headingLines {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
		min-height: 30%;
		padding: 2rem 3rem;
		background-color: rgba(0, 0, 0, 0.5);
	}
}
/* *********************** */
/*  *** END *** SECTION - Check Us Out  */
/* *********************** */
/* *** */
/* *** */
/* *** */
/* *********************** */
/*  SECTION - MAP  */
/* *********************** */
#mapSection {
	display: flex;
	flex-direction: column;
	background-color: whitesmoke;
	position: relative;
	align-items: center;
	justify-content: center;
}
#mapSection > p {
	font-size: 1.5rem;
}
#mapSection > #mainMapWrapper {
	width: 100%;
	height: 75%;
	margin-right: auto;
	margin-left: auto;
}
#mapSection > #mainMapListButton {
	position: absolute;
	top: 5%;
	left: 5%;
	border: none;
	font-size: 1.25rem;
}
#mapSection > #mainMapListButton:focus {
	box-shadow: none;
}
.offcanvas .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.854 3.646a.5.5 0 0 1 0 .708L8.207 8l3.647 3.646a.5.5 0 0 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 0 1 .708 0zM4.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 1 0v-13a.5.5 0 0 0-.5-.5z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	opacity: .75;
	font-size: 1.5rem;
}

/* 
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-double-left" viewBox="0 0 16 16">
  <path fill-rule="evenodd" d="M8.354 1.646a.5.5 0 0 1 0 .708L2.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>
  <path fill-rule="evenodd" d="M12.354 1.646a.5.5 0 0 1 0 .708L6.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/>
</svg>
 */

#offCanvasMenuLabel {
	margin-bottom: 0px;
	font-weight: 500;
    line-height: 1.5;
    font-size: 1.3rem;
	display: block;
}
.offcanvas-header {
	flex-direction: column;
	align-items: stretch;
}
.offcanvas-header > div:first-of-type {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.offcanvas-header > div:nth-child(2) {
	margin-top: 1.2rem;
	margin-bottom: 0px;
}
ul#listOfSojourns {
	list-style: none;
	margin: 0px;
	/* margin-top: 1.5rem; */
	padding: .7rem;
}
ul#listOfSojourns > li {
	cursor: pointer;
	padding: 1rem;
	border-radius: 1.5rem;
	transition-duration: 500ms;
}
ul#listOfSojourns > li:hover {
	background-color: #333333;
	color: white;
}
ul#listOfSojourns > li:not(:first-of-type) {
	margin-top: 2.5rem;
}
#listOfSojourns .headingLines {
	margin: auto;
}
#listOfSojourns .headingLines > .linedHeader {
	line-height: 2;
}
#mapSection .mainMapPopup h3 {
	font-size: 1rem;
}

#pointInfoBox {
	position: absolute;
	bottom: 20%;
	left: 50%;
	min-width: 70%;
	transform: translateX(-50%);
	background-color: white;
	padding: 2rem;
	color: #333333;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
#pointInfoBox > h3 {
	margin-left: 2rem;
	border-bottom: 2px solid white;
	line-height: 1.5;
}
#pointInfoBox > p {
	font-size: 1.2rem;
}
/* #pointInfoBox a {
	text-decoration: none;
	color: inherit;
	font: inherit;
	font-size: inherit;
} */
#pointInfoBox > span {
	margin-left: auto;
}
.animateIn.poiSpecial {
	animation-duration: .5s;
	animation-name: poiSpecialIn;
	animation-fill-mode: forwards;
}
@keyframes poiSpecialIn {
  from {
    opacity: 0;
	bottom: -20%;
	border-radius: 30rem;
  }
  to {
    opacity: 0.9;
	bottom: 20%;
	border-radius: .5rem;
  }
}
.animateOut.poiSpecial {
	animation-duration: .5s;
	animation-name: poiSpecialOut;
	animation-fill-mode: forwards;
}
@keyframes poiSpecialOut {
  from {
    opacity: 0.9;
	bottom: 20%;
	border-radius: .5rem;
  }
  to {
    opacity: 0;
	bottom: -20%;
	border-radius: 30rem;
  }
}

/* #mapSection .mapboxgl-popup-content {
	background-color: brown;
} */
/* *********************** */
/*  SECTION - ABOUT US  */
/* *********************** */
#aboutUsSection {
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
#aboutUsSection > div > h2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1.3rem;
	padding-bottom: 1rem;
	border-bottom: solid 2px #333333;
}
#aboutUsSection > div > h3 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
}
#aboutUsSection > div > p {
	font-size: 1.3rem;
	text-align: center;
}
#aboutUsSection > div > p:first-of-type {
	width: 60%;
	max-height: 40%;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}
#aboutUsSection > div > p:nth-of-type(3) {
	font-size: 2rem;
}
#aboutUsSection > button {
	border: none;
	margin-top: 2rem;
	font-size: 1.25rem;
}
#aboutUsSection > button:focus {
	box-shadow: none;
}
footer{
	height: 10%;
	width: 100%;
	background-color: #333333;
	color: white;
	display: flex;
}
footer > p {
	text-align: center;
	margin: auto;
	font-size: 1.1rem;
}
/* *********************** */
/*  *** END *** SECTION - About Us  */
/* *********************** */
/* *** */
/* *** */
/* *** */
/* *********************** */
/*  @MEDIA QUERIES  */
/* *********************** */
/* X-SMALL */
@media (max-width: 575px) {
	#welcomeSection h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 1.7rem;
	}
	h3 {
		font-size: 1.2rem;
	}
	#geoUnbound > p {
		font-size: 1.07rem;
	}
	#pointInfoBox {
		width: 90%;
	}
	#pointInfoBox p {
		font-size: 1rem;
	}
}
/* SMALL */
@media (min-width: 576px) {
	#welcomeSection h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.4rem;
	}
	h3 {
		font-size: 1.9rem;
	}
	#geoUnbound > p {
		font-size: 1.2rem;
	}
}
/* MEDIUM */
@media (min-width: 768px) {
	#welcomeSection h1 {
		font-size: 4rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2.5rem;
	}
	#geoUnbound > p {
		font-size: 1.5rem;
	}
}
/* LARGE */
@media (min-width: 992px) {
	#welcomeSection h1 {
		font-size: 5rem;
	}
	h2 {
		font-size: 4rem;
	}
	h3 {
		font-size: 3.5rem;
	}
	#geoUnbound > p {
		font-size: 2rem;
	}
}
/* X-LARGE */
@media (min-width: 1200px) {
	#welcomeSection h1 {
		font-size: 6rem;
	}
	h2 {
		font-size: 4rem;
	}
	h3 {
		font-size: 3.5rem;
	}
}
/* XX-LARGE */
@media (min-width: 1400px) {
	#welcomeSection h1 {
		font-size: 6rem;
	}
	h2 {
		font-size: 4rem;
	}
	h3 {
		font-size: 3.5rem;
	}
}
/* *********************** */
/*  *** END *** @MEDIA QUERIES  */
/* *********************** */
/* *** */
/* *** */
/* *** */
/* *********************** */
/*  ANIMATIONS  */
/* *********************** */

/*  ** ENTRANCES ** */
/* FADE OUT */
.animateIn > .fadeInPlace, .animateIn.fadeInPlace {
	animation-duration: 1s;
	animation-name: fadeIn;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: var(--opacitySetting);
  }
}
/* FADE IN FROM TOP */
.animateIn > .fadeTop, .animateIn.fadeTop {
	animation-duration: 1s;
	animation-name: fadeInFromTop;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translate3d(0, -150%, 0);
  }

  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* FADE IN FROM TOP LEFT */
.animateIn > .fadeTopLeft, .animateIn.fadeTopLeft {
	animation-duration: 1s;
	animation-name: fadeInFromTopLeft;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-150%, -150%, 0);
  }
  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* FADE IN FROM LEFT */
.animateIn > .fadeLeft, .animateIn.fadeLeft {
	animation-duration: 1s;
	animation-name: fadeInFromLeft;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromLeft {
  from {
    opacity: 0;
    transform: translate3d(-150%, 0, 0);
  }
  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* FADE IN FROM BOTTOM LEFT */
.animateIn > .fadeBottomLeft, .animateIn.fadeBottomLeft {
	animation-duration: 1s;
	animation-name: fadeInFromBottomLeft;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-150%, 150%, 0);
  }
  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* FADE IN FROM BOTTOM */
.animateIn > .fadeBottom, .animateIn.fadeBottom {
	animation-duration: 1s;
	animation-name: fadeInFromBottom;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromBottom {
  from {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
  }
  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* FADE IN FROM BOTTOM RIGHT */
.animateIn > .fadeBottomRight, .animateIn.fadeBottomRight {
	animation-duration: 1s;
	animation-name: fadeInFromBottomRight;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromBottomRight {
  from {
    opacity: 0;
    transform: translate3d(150%, 150%, 0);
  }
  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* FADE IN FROM RIGHT */
.animateIn > .fadeRight, .animateIn.fadeRight {
	animation-duration: 1s;
	animation-name: fadeInFromRight;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromRight {
  from {
    opacity: 0;
    transform: translate3d(150%, 0, 0);
  }
  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* FADE IN FROM TOP RIGHT */
.animateIn > .fadeTopRight, .animateIn.fadeTopRight {
	animation-duration: 1s;
	animation-name: fadeInFromTopRight;
	animation-fill-mode: forwards;
}
@keyframes fadeInFromTopRight {
  from {
    opacity: 0;
    transform: translate3d(150%, -150%, 0);
  }
  to {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
}
/* ** EXITS ** */
/* FADE OUT */
.animateOut > .fadeInPlace, .animateOut.fadeInPlace {
	animation-duration: 1s;
	animation-name: fadeOut;
	animation-fill-mode: forwards;
}
@keyframes fadeOut {
  from {
    opacity: var(--opacitySetting);
  }
  to {
    opacity: 0;
  }
}
/* FADE OUT AND UP */
.animateOut > .fadeTop, .animateOut.fadeTop {
	animation-duration: 1s;
	animation-name: fadeOutUp;
	animation-fill-mode: forwards;
}
@keyframes fadeOutUp {
  from {
    opacity: var(--opacitySetting);
  }
  to {
    opacity: calc(--opacitySetting);
    transform: translate3d(0, -150%, 0);
  }
}
/* FADE OUT AND TOP LEFT */
.animateOut > .fadeTopLeft, .animateOut.fadeTopLeft {
	animation-duration: 1s;
	animation-name: fadeOutTopLeft;
	animation-fill-mode: forwards;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
	transform: translate3d(-150%, -150%, 0);
  }
}
/* FADE OUT AND LEFT */
.animateOut > .fadeLeft, .animateOut.fadeLeft {
	animation-duration: 1s;
	animation-name: fadeOutLeft;
	animation-fill-mode: forwards;
}
@keyframes fadeOutLeft {
  from {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-150%, 0, 0);
  }
}
/* FADE OUT AND BOTTOM LEFT */
.animateOut > .fadeBottomLeft, .animateOut.fadeBottomLeft {
	animation-duration: 1s;
	animation-name: fadeOutBottomLeft;
	animation-fill-mode: forwards;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
	transform: translate3d(-150%, 150%, 0);
  }
}
/* FADE OUT AND BOTTOM */
.animateOut > .fadeBottom, .animateOut.fadeBottom {
	animation-duration: 1s;
	animation-name: fadeOutBottom;
	animation-fill-mode: forwards;
}
@keyframes fadeOutBottom {
  from {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
  }
}
/* FADE OUT AND BOTTOM RIGHT */
.animateOut > .fadeBottomRight, .animateOut.fadeBottomRight {
	animation-duration: 1s;
	animation-name: fadeOutBottomRight;
	animation-fill-mode: forwards;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
	transform: translate3d(150%, 150%, 0);
  }
}
/* FADE OUT AND RIGHT */
.animateOut > .fadeRight, .animateOut.fadeRight {
	animation-duration: 1s;
	animation-name: fadeOutRight;
	animation-fill-mode: forwards;
}
@keyframes fadeOutRight {
  from {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(150%, 0, 0);
  }
}
/* FADE OUT AND TOP RIGHT */
.animateOut > .fadeTopRight, .animateOut.fadeTopRight {
	animation-duration: 1s;
	animation-name: fadeOutTopRight;
	animation-fill-mode: forwards;
}
@keyframes fadeOutTopRight {
  from {
    opacity: var(--opacitySetting);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
	transform: translate3d(150%, -150%, 0);
  }
}
/* *********************** */
/*  *** END *** ANIMATIONS  */
/* *********************** */