/* OVERALL RULES */

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

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

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

/* LINKS */

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

a:hover {
	color: #B1C722;
}

/* BACKGROUND */

main {
	position: relative;
	background-color: #FAFAFA;
	color: #000000;
  	overflow: hidden;
}

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

.grey-bg {
	background-color: #FAFAFA;
}

/* HEADER */

header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: solid 4px #4D4436;
}

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

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

header nav h3 {
	color: #FFFFFF;
	margin-top: .5em;
	margin-right: 1em;
}

/* FOOTER */

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

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

footer p {
	margin-top: .8em;
	margin-bottom: 0;
	text-align: center;
	color: #4D4436;
}

footer p.author-signature {
	opacity: .66;
	font-size: .65em;
	color: #4D4436;
}

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: 2rem;
	line-height: 3rem;
	font-weight: 600;
	margin-top: .5em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

h2 {
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

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, .3) 50%,
		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, .5) !important;
}

.carousel-indicators button {
	background-color: #FFFFFF !important;
	opacity: .8 !important;
	height: 5px !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;
}



/* ADMIN STYLING */

table tr:first-child {
	background-color: rgba(0, 0, 0, .15);
}

table tr:nth-child(odd):not(tr:first-child) {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, .03) 0%,
		rgba(0, 0, 0, .05) 100%
	);
}

table th {
	font-weight: 600;
	text-transform: uppercase;
}

table th, table td {
	font-size: .88em;
	padding: 6px;
}

img.admin-btn {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	margin: 0 2px;
	cursor: pointer;
	transition: all .1s ease-out;
}

img.admin-btn:hover {
	transform: scale(1.15);
}

img.admin-tip {
	height: 42px;
	width: 42px;
}

hr {
	color: #4D4436 !important;
	border-color: #4D4436 !important;
	background-color: #4D4436 !important;
	opacity: .4;
}

img.admin-me-picture {
	max-height: 300px;
}

img.admin-bg-picture {
	max-height: 300px;
}

b {
	font-weight: 600 !important;
}
