/* OVERALL RULES */

html * {
	font-family: "Montserrat", sans-serif !important;
	font-weight: 300;
	max-width: 100vw;
}

section {
	width: 100vw;
	background-color: rgba(0, 0, 0, .5);
	padding: 2.5em 0;
	margin: 2.5em 0;
	border-top: solid 4px rgba(255, 255, 255, .5);
	border-bottom: solid 4px rgba(255, 255, 255, .5);
}

::selection {
	background-color: #E7FF4C;
	color: #191712;
}

/* LINKS */

a {
	text-decoration: none;
	color: #BDD22F;
}

a:hover {
	color: #E7FF4C;
}

a.decorated-link::before {
	display: inline-block;
	content: "⌜";
	line-height: 12px;
	vertical-align: top;
	margin-right: -2px;
	opacity: .5;
}

a.decorated-link::after {
	display: inline-block;
	content: "⌟";
	line-height: 10px;
	vertical-align: bottom;
	margin-left: -2px;
	opacity: .5;
}

.green-text {
	color: #BDD22C;
}

/* BACKGROUND */

main {
	position: relative;
	color: #FFFFFF;
  	overflow: hidden;
}

main::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("/_img/bg/bg.jpg");
	background-size: cover;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	filter: saturate(.25) blur(1px);
  	transform: scale(1.05);
  	z-index: -1;
}

.main-content {
	background-color: rgba(19, 17, 11, .75);
	padding-top: 1.5em;
}

/* HEADER */

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

header nav.bg-dark {
	background-color: #332D24 !important;
}

header nav img {
	margin-right: 1em;
	object-fit: contain;
}

header nav a.navbar-brand {
	max-width: calc(100% - calc(56px + 1.5rem)) !important;
}

header nav li.nav-item {
	margin: 0 1em;
}

header nav li.nav-item a.nav-link {
	color: #D8D8D8 !important;
	transition: all .1s ease-out;
}

header nav li.nav-item a.nav-link:hover {
	transform: scale(1.1) translateY(-1px);
	color: #FFFFFF !important;
}

header nav li.nav-item a.nav-link.active {
	color: #BDD22F !important;
}

header nav li.nav-item a.nav-link.active:hover {
	color: #E7FF4C !important;
}

header .scroll-container {
	background-color: #4D4436;
}

header .scroll-container .scroll-meter {
	height: 4px;
	width: 0vw;
	background-color: #BDD22F;
}

/* FOOTER */

footer {
	position: relative;
	top: 0;
	left: 0;
	padding: 1.5em 0 1em 0;
	background-color: #332D24;
	border-top: solid 1px #BDD22F;
	z-index: 9998;
}

footer img {
	display: block;
	margin: 0 auto;
}

footer p {
	margin-top: .75em;
	margin-bottom: 0;
	text-align: center;
	color: #BDD22F;
}

footer p.footer-address {
	margin-top: .4em;
	font-size: .8em;
	color: #FFFFFF;
}

footer p.author-signature {
	opacity: .25;
	font-size: .65em;
	color: #FFFFFF;
}

footer .hidden-admin-button {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 5%;
	background-color: transparent;
	cursor: auto;
	z-index: 10000;
}

/* TITLES */

h1 {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 600;
	margin-top: .5em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: 
        linear-gradient(
        	to right, 
            rgba(189, 209, 52, 0) 0%, 
            rgba(189, 209, 52, 0.15) 25%, 
            rgba(189, 209, 52, 0.15) 75%, 
            rgba(189, 209, 52, 0) 100%
        ) 0 50% / 100% 15% no-repeat;
	text-shadow: 0 0 4px rgba(189, 209, 52, .7);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media (max-width: 768px) {
	h1 {
		font-size: 2.25rem;
	}
}

h2 {
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgba(189, 209, 52, .33);
}

h3 {
	font-size: 1.7rem;
	line-height: 1.7rem;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0 0 4px rgba(189, 209, 52, .33);
}

h4 {
	font-size: 1.3rem;
	font-weight: 200;
	text-align: left;
	text-transform: uppercase;
	margin-top: -.3em;
}

h5 {
	text-transform: uppercase;
	margin-top: .5em;
	margin-bottom: .1em;
}

h6 {
	font-size: .9rem;
	font-weight: 200;
	line-height: 1.8rem;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	background-color: rgba(0, 0, 0, .5);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

/* IMAGES */

img {
	max-width: 100%;
	object-fit: cover;
	min-width: 0;
	min-height: 0;
}

.thumbnail-container > img.thumbnail {
	z-index: 12000;
	transform: scale(1.075);
	transition: all .3s ease-out;
}

.thumbnail-container:hover > img.thumbnail {
	transform: none;
}

/* VIDEOS */

video {
	max-width: 100%;
}

/* LAYOUTS */

.ratio-9-16 {
	aspect-ratio: 9 / 16;
}

.ratio-16-9, .ratio-16-9-js {
	aspect-ratio: 16 / 9;
}

.full-canvas {
	width: 100%;
	height: 100%;
}

.no-overflow {
	overflow: hidden;
}

/* PARAGRAPHS */

p {
	font-size: 1em;
	text-align: justify;
}

p.signature {
	font-size: 1.4em;
	line-height: 1em;
	font-weight: 500;
	color: #BDD22F;
	text-align: center;
	margin-bottom: 4px;
}

p.subsignature {
	font-size: .8em;
	font-weight: 200;
	text-align: center;
	margin-bottom: 0;
}

p.hidden-legend-zipcode {
	position: absolute;
	top: .6rem;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 1.1rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-shadow: 0 0 4px rgba(25, 23, 18, .8);
}

p.hidden-legend-city {
	position: absolute;
	top: 1.8rem;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: .8rem;
	line-height: .9rem;
	font-weight: 400;
	text-shadow: 0 0 4px rgba(25, 23, 18, .8);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

p.hidden-legend-address {
	position: absolute;
	bottom: .6rem;
	left: 0;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	font-size: .9rem;
	line-height: 1rem;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding: 0 .8rem;
}

/* OVERLAYS */

.thumbnail-container {
	color: #FFFFFF;
	cursor: pointer;
	transform: skew(-5deg);
}

.thumbnail-container > img.thumbnail ~ .hidden-legend-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(
		to bottom,
		rgba(25, 23, 18, .8) 0%,
		rgba(25, 23, 18, .8) 10%,
		rgba(25, 23, 18, .4) 50%,
		rgba(25, 23, 18, .8) 90%,
		rgba(25, 23, 18, .8) 100%
	);
	width: 100%;
	height: 100%;
	z-index: 12001;
	opacity: 0;
	transition: all .3s ease-out;
}

.thumbnail-container:hover > img.thumbnail ~ .hidden-legend-overlay {
	opacity: 1;
}

.ops-overview {
	transform: skew(-5deg);
}

.ops-overview a .ops-overview-img-container {
	overflow: hidden;
}

.ops-overview a .ops-overview-img-container > img {
	transform: scale(1.125);
	transition: all .3s ease-out;
}

.ops-overview h6 {
	color: #DADADA;
}

.ops-overview a:hover .ops-overview-img-container > img {
	transform: none;
}

.ops-overview:hover h6 {
	color: #FFFFFF;
	text-shadow: 0 0 4px rgba(255, 255, 255, .5);
}

/* CONTACT FORM */

.form-group {
	margin-bottom: 1.25em;
}

.form-group label {
	margin-bottom: .25em;
}

.form-group input {
	margin-bottom: .6em;
}

.form-group input:not(input#object) {
	text-transform: uppercase;
}

input[type="text"] {
	color: #333;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 1px;
}

:focus{
	outline: none;
}
 
.effect-17 {
	border: 0;
	padding: 4px 0;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}

.effect-17 ~ .focus-border{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #4caf50;
	transition: 0.4s;
}

.effect-17:focus ~ .focus-border,
.has-content.effect-17 ~ .focus-border{width: 100%; transition: 0.4s; left: 0;}
.effect-17 ~ label{position: absolute; left: 0; width: 100%; top: 9px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px;}
.effect-17:focus ~ label, .has-content.effect-17 ~ label{top: -16px; font-size: 12px; color: #4caf50; transition: 0.3s;}

/* CUSTOM BOOTSTRAP ROW/COLS MANAGEMENT */

.row-flex {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.col-flex {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* CUSTOM CAROUSEL BUTTONS */

button.carousel-control-prev, button.carousel-control-next {
	background-color: rgba(0, 0, 0, .66) !important;
	transition: all 0.2s ease-out;
}

button.carousel-control-prev:hover, button.carousel-control-next:hover {
	background-color: rgba(0, 0, 0, .6) !important;
}

.carousel-indicators button {
	background-color: #FFFFFF !important;
	opacity: .8 !important;
	height: 6px !important;
	border-radius: 3px !important;
	border: solid 1px rgba(0, 0, 0, .45) !important;
	transition: all 0.2s ease-out;
}

.carousel-indicators button.active {
	background-color: #B6C410 !important;
	opacity: .95 !important;
}
