* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
	background-color: #1b170e;
	background-image: url('../images/102-bg.webp?v=1.01');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	color: #fcfbf8;
	font-family: "Poppins", sans-serif;
	font-size: clamp(0.875em, 1vw, 1em);
	font-weight: 400;
}
body, html {
	display: flex;
	flex-direction: column;
	height: 100%;
}
h1 {
	border-bottom: 1px solid #4B4633;
	color: #ffcc00; /* color: #F4CA35; LIGHT-YELLOW */
	font-size: 28px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h2, h3, h4 {
	color: #fcfbf8;
	font-family: "Russo One", sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-bottom: 7px;
}
h3, h4 {
	text-transform: uppercase;
}
p {
	line-height: 1.75;
	padding-bottom: 20px;
}
a:link, a:active {
	color: #fbea74;
	text-decoration: underline;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
a:visited {
	color: #ffcc00;
}
a:hover {
	color: #ffcc00;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0 0 25px 40px;
}
li {
	line-height: 1.5;
	padding-bottom: 10px;
}
img {
	border: 0;
}
.cryptedmail:after {
	content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}
/*** BODY ***/
header {
	background-color: #000000;
	background-image: url('../images/header.webp?v=1.01');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	margin: 0 auto;
	padding: 75px 0px;
	width: 100%;
}
header div:nth-child(2) {
	padding-right: 15px;
}
.logo {
	position: relative;
	top: -57px;
}
section {
	/*box-shadow: 0 10px 15px 15px rgba(0,0,0,0.5);*/
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	margin: 0 auto;
	max-width: 1100px;
	width: 100%;
}
.body {
	background-color: #2a251a;
}
.body-container {
	padding: 40px 40px;
}
/*** MENU ***/
.navigate {
	background-color: #4B4633;
	background-image: url('../images/pattern-w.webp?v=1.01');
	background-repeat: repeat;
	background-position: top center;
}
.navigate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    overflow: hidden;
    padding-left: 20px;
}
.navigate a {
	background-color: transparent;
	color: #ffffff;
	float: left;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	text-decoration: none;
}
.navigate a:active, .navigate a:hover {
	background-color: rgba(255,204,0,0.9);
	color: #272727;
	font-size: 16px;
	padding: 10px;
	text-decoration: none;
}
.dropdown {
	float: left;
	overflow: hidden;
	z-index: 99;
}
.dropdown .dropbtn {
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: rgba(255,204,0,0.9);
	color: #272727;
	font-weight: 700;
}
.dropdown:hover .dropbtn {
	background-color: #FFCC00;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 411px;
	background-color: rgba(255,204,0,0.9);
	box-shadow: 0px 14px 14px rgba(0,0,0,0.7);
	min-width: 200px;
	z-index: 99;
}
.dropdown-content a {
	border-top: 0;
	border-bottom: 1px solid #cca300;
	color: #272727;
	display: block;
	font-size: 14px;
	font-weight: 600;
	float: none;
	padding: 8px;
	text-decoration: none;
	text-align: left;
}
.dropdown-content a:hover {
	/*background-color: rgba(93,74,0,0.9);*/
	background-color: #242424;
	border-top: 0;
	border-bottom: 1px solid #cca300;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 8px;
}
/*
.dropdown-content a:first-child {
	border-top: 1px solid #cca300;
}
*/
.dropdown-content a:last-child {
	border-bottom: 0px;
}
.dropdown:hover .dropdown-content {
	display: block;
}
#mobile-menu {
	display: none;
}
.float-right {
	float: right;
	padding-left: 20px;
}
a.pdf-ext::after {
	content: ".pdf";
	font-size: 0.825em;
	font-style: italic;
	padding-left: 1px;
}
/* TABLES */
.mesa {
	padding: 10px 0 40px;
}
.mesa table {
	background-color: rgba(101,97,89,0.2);
	border-collapse: collapse;
	width: 100%;
}
.mesa table tr.first {
	background-color: #656159;
	border-bottom: 2px solid #191713 !important;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	text-shadow: 0 1px 2px rgb(17, 17, 17, 0.6);
}
.mesa table tr.first:hover {
	background-color: #656159 !important;
}
.mesa table tr:hover {
	background-color: rgb(82,77,68,0.4);
}
.mesa table td {
	border-bottom: 1px solid #2d2820;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mesa table td.tdOne {
	width: 100px;
	text-align: center;
}
.mesa table td.tdTwo {
	width: 100px;
	text-align: center;
}
.mesa table td.tdThree {

}
.mesa table td.tdFour {
	width: 100px;
	text-align: center;
}
.mesa table td.tdFive {
	width: 120px;
	text-align: center;
}
.notes {
	font-style: italic;
	padding-bottom: 5px;
}
.btn-add {
	background-color: #FFCC00;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0px 2px 3px 0 rgba(0,0,0,0.4);
	color: #222222 !important;
	cursor: pointer;
	display: inline;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	padding: 7px 10px;
	text-transform: uppercase;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn-add:hover {
	background-color: #b28e00;
	box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	color: #020202 !important;
}
/*** SCROLL TO TOP ***/
a.scroll-to-top {
    position: fixed;
    inset: auto 1em 1.5em auto;
    background-color: #272727;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    color: #FFFFFF;
    font-size: 0.825em;
    padding: 10px 7px;
    text-decoration: none;
    z-index: 9;
}
a.scroll-to-top:hover {
    background-color: #000000;
    color: #FFFFFF;
}
/*** FOOTER ***/
footer {
	display: flex;
	align-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 0;
	background-color: #363127;
	border-top: 4px solid #4B4633;
	font-size: 12px;
	padding: 20px 10px;
	text-align: center;
}
footer div:nth-child(1) {
	
}
footer div:nth-child(2) {
	flex-grow: 2;
}
footer div:nth-child(3) {
	
}
footer > div {
	flex: 1;
}
footer span {
	font-weight: 700;
	text-transform: uppercase;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer p {
	padding-bottom: 0;
}