@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

header {
	padding: 10px 10px 10px 10px;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #FAF8EC;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color: #C8B897
}

.style-logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 120px;
	display: block;
	padding-bottom: 10px;
}

.style-logo-bot {
	float: right;
	margin-right: 10px;
	max-width: 60px;
	display: block;
	padding-bottom: 10px;
}

.style-img-sm {
	margin: auto;
	max-width: 300px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.style-img-med {
	margin: auto;
	max-width: 600px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.style-img-large {
	margin: auto;
	max-width: 1000px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.image-container {
    margin: 5px auto;
    max-width: 600px;
    display: flex; /* Aligns child elements side-by-side */
    justify-content: center; /* Centers the images horizontally within the container */
    gap: 10px; /* Adds space between the images */
}

.image-container-wide {
    margin: 5px auto;
    max-width: 1000px;
    display: flex; /* Aligns child elements side-by-side */
    justify-content: center; /* Centers the images horizontally within the container */
    gap: 10px; /* Adds space between the images */
}

.video-container {
	width: 100%; /* Spans full width on phones */
	max-width: 800px; /* Optional: limits size on desktop */
	margin: auto;
}

video {
	width: 100%;
	aspect-ratio: 16 / 9; /* Change to 9/16 for mobile-first vertical video */
	object-fit: cover; /* Ensures the video fills the area if ratios differ */
}

iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.column {
    flex: 1; /* Distributes available space equally to both columns */
    padding: 5px; /* Adds internal padding around each image */
}

.column img {
    margin: auto;
    max-width: 300px; /* Ensures the image does not exceed 300px */
    height: auto; /* Maintains the image's aspect ratio */
}
    
.column-wide {
    flex: 1; /* Distributes available space equally to both columns */
    padding: 5px; /* Adds internal padding around each image */
}

.column-wide img {
    margin: auto;
    max-width: 1000px; /* Ensures the image does not exceed 1000px */
    height: auto; /* Maintains the image's aspect ratio */
}

.style-table {
	margin: auto;
	width: auto;
	min-width: 200px;
	max-width: 1000px;
	padding-bottom: 0px;
}

.style-head {
	display: flex;
	justify-content: center;
}

.style-nav ul {
	list-style: none;
	float: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 8px;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}

.headerback {
	background-color: #FAF8EC;
	background-size: cover;
	padding: 10px 10px 10px 10px;
}

h1 {
	font-size: 58px;
	color: #725624;
	margin-bottom: 10px;
	margin-left: 10px;
}

h1a {
	font-size: 50px;
	color: #725624;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 26px;
	font-style: italic;
	color: #725624;
	margin-bottom: 10px;
	margin-left: 40px;
}


h2a {
	font-size: 28px;
	font-style: italic;
	color: #725624;
	margin-bottom: 10px;
	margin-left: 10px;
}

h2b {
	font-size: 40px;
	color: #000000;
	font-weight: 700;
	padding-bottom: 80px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h2c {
	font-size: 26px;
	font-style: italic;
	color: #725624;
	margin-bottom: 0px;
	margin-left: 0px;
}

h3 {
	font-size: 22px;
	font-style: italic;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 70px;
}

h3a {
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3b {
	font-size: 26px;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3c {
	font-size: 16px;
	font-style: italic;
	color: #725624;
	margin-bottom: 0px;
	margin-left: 0px;
}


h4a {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	margin-left: 0px;
}

p {
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 20px;
	line-height: 1.5;
}

.bullet {
	font-size: 16px;
	color: #000000;
	margin-bottom: 20px;
	margin-left: 70px;
	line-height: 1.5;
}

.bullet2 {
	font-size: 16px;
	color: #000000;
	margin-left: 30px;
	line-height: 1.5;
}

.button {
	border: 2px #FFFFFF solid;
	background-color: #DFDFDF;
	padding: 8px 5px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 150px;
}

.button2 {
	border: 2px #FFFFFF solid;
	background-color: #546030;
	padding: 8px 5px;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.button3 {
	border: 1px #000000 solid;
	background-color: #6E6D70;
	padding: 8px 5px;
	border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	min-width: 150px;
}

.footer-text {
	font-size: 13px;
	margin-bottom: 10px;
	padding: 10px 0px 0px 0px;
}

.contact-text {
	font-size: 16px;
	margin-bottom: 10px;
	padding: 60px 0px 0px 0px;
}

.col {
	width: 100%;
}

.coltxt {
	float: left;
	background-color: #FFFFFF;
	height: auto;
	min-height: 30px;
	width: 100%;
}

.coltop {
	float: left;
	text-align: center;
	background-color: #C8B897;
	width: 100%;
}

.col-ban-left {
	padding-right: 5px;
	width: 100%;
	min-height: 100px;
}
	
.col-ban-right {
/*	width: 0%;*/
	min-height: 100px;
	/*max-height: 400px;*/
}

.col-pa-right {
	width: 100%;
	background-color: #FAF8EC;
	height: auto;
	min-height: 30px;
	min-width: 10;
}

.col-md-right {
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
	min-height: 30px;
	min-width: 10;
}

.style-logo {
	float: right;
}

/* Mobile */
@media (max-width: 320px) {
	

	h1a {
		font-size: 40px;
	}


	h2a {
		font-size: 24px;
	}
	
	.video-container {
		max-width: 300px; /* Optional: limits size on mobile */
		max-height: 200px;
}
	
	video {
		max-width: 300px; /* Optional: limits size on mobile */
		width: 50%;
		object-fit: contain; /* Ensures the video fills the area if ratios differ */		
	}

	.style-nav {
		float: none;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col {
		float: left;
	}
	
	.banner {
		min-height: 100px;
		max-height: 300px;
	}
	
	.col-ban-left {
		width: 100%;
	}
	
	.col-ban-right {
		width: 0%;
	}
}

/* Extra Small Tablets */
@media (min-width: 321px)and (max-width: 619px) {
	
	.style-nav {
		float: none;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col {
		float: left;
	}
	
	.col-ban-left {
		width: 45%;
	}
	
	.col-ban-right {
		width: 55%;
	}
}

/* Small Tablets */
@media (min-width: 620px)and (max-width: 767px) {
	
	.style-nav {
		float: none;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col {
		float: left;
	}
	
	.col-ban-left {
		width: 25%;
	}
	
	.col-ban-right {
		width: 75%;
	}
}


/*Tablet View*/
@media (min-width: 768px)and (max-width: 1023px) {

	.style-nav {
		float: none;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col {
		float: left;
	}

	.col-ban-left {
		width: 20%;
	}
	
	.col-ban-right {
		width: 80%;
	}
}

/*Desktop View*/
@media (min-width: 1024px){
	body {
		max-width: 1200px;
	}

	.style-nav {
		float: none;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	.col {
		float: left;
	}

	.col-ban-left {
		width: 20%;
	}
	
	.col-ban-right {
		width: 80%;
	}
}