@charset "UTF-8";
.navbar_bgcolors {
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(255,163,0,1.00) 0%,rgba(195,73,0,1.00) 99.95%);
	background-image: -moz-linear-gradient(270deg,rgba(255,163,0,1.00) 0%,rgba(195,73,0,1.00) 99.95%);
	background-image: -o-linear-gradient(270deg,rgba(255,163,0,1.00) 0%,rgba(195,73,0,1.00) 99.95%);
	background-image: linear-gradient(180deg,rgba(255,163,0,1.00) 0%,rgba(195,73,0,1.00) 99.95%);
}
.navtext_font {
	color: #FFFFFF;
}
.navbar_toggler_color {
	color: #FFFFFF;
}
@media (max-width: 767px) {
    .brandimage_scale {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 5000px) {
    .brandimage_scale {
        width: 80%;
    }
}
@media (min-width: 1025px) {
    .brandimage_scale {
        width: 40%;
    }
}
.google_font1 {
	font-family: 'IM Fell English SC', serif;
}
.google_font2 {
	font-family: 'Playfair Display', serif;
}
.google_font3 {
	font-family: 'Pacifico', cursive;
}
.fontsize_XXL {
	font-size: xx-large;
}
.fontsize_XL {
	font-size: x-large;
}
.fontsize_L {
	font-size: large;
}
.fontsize_M {
	font-size: medium;
}
.fontsize_S {
	font-size: small;
}
.fontsize_XS {
	font-size: x-small;
}
.font_color_white {
	color: #FFFFFF;	
}
.font_color_white a {
	color: #FFFFFF;	
}
.font_color_white a:hover {
	text-decoration: none;	
}
.text_Gradient_Brown {
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#502922), to(#734835));
	background: -webkit-linear-gradient(bottom, #502922, #734835);
	background: -moz-linear-gradient(bottom, #502922, #734835);
	background: -o-linear-gradient(bottom, #502922, #734835);
	background: linear-gradient(bottom, #502922, #734835);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h1{
 	font-family: 'IM Fell English SC', serif;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#502922), to(#734835));
	background: -webkit-linear-gradient(bottom, #502922, #734835);
	background: -moz-linear-gradient(bottom, #502922, #734835);
	background: -o-linear-gradient(bottom, #502922, #734835);
	background: linear-gradient(bottom, #502922, #734835);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h2{
 	font-family: 'IM Fell English SC', serif;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#502922), to(#734835));
	background: -webkit-linear-gradient(bottom, #502922, #734835);
	background: -moz-linear-gradient(bottom, #502922, #734835);
	background: -o-linear-gradient(bottom, #502922, #734835);
	background: linear-gradient(bottom, #502922, #734835);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

h3{
 	font-family: 'IM Fell English SC', serif;
	background: -webkit-gradient(linear, 100% 0, 0 0, from(#502922), to(#734835));
	background: -webkit-linear-gradient(bottom, #502922, #734835);
	background: -moz-linear-gradient(bottom, #502922, #734835);
	background: -o-linear-gradient(bottom, #502922, #734835);
	background: linear-gradient(bottom, #502922, #734835);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

p{
	font-family: 'Playfair Display', serif;
}
.imagecropA{
  height: 100%;
}
.disclaimer {
	font-size: 7pt;
}
.image_cover  {
height: 100%
}
.font_red {
	text-shadow: 0px 0px #FF0000;
}
.video-responsive {
	width: 100%;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}
.video-responsive iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
a {
  color: #cc3300;
}
a:visited {
  text-decoration: none;
}
.orange_bg {
	background-image: -webkit-linear-gradient(270deg,rgba(255,183,0,1.00) 0.10%,rgba(255,80,0,1.00) 99.95%);
	background-image: -moz-linear-gradient(270deg,rgba(255,183,0,1.00) 0.10%,rgba(255,80,0,1.00) 99.95%);
	background-image: -o-linear-gradient(270deg,rgba(255,183,0,1.00) 0.10%,rgba(255,80,0,1.00) 99.95%);
	background-image: linear-gradient(180deg,rgba(255,183,0,1.00) 0.10%,rgba(255,80,0,1.00) 99.95%);
}
.bg_color_lightgrey
{
	background-color: rgba(240,240,240,1.00)
}
.border_10px {
	padding-top: 10px;	
}
.btn {
  background-color:   rgba(255, 255, 255, 0); /* background */
  border: none; /* Remove borders */
  color:  white; /* White text */
  padding: 0px 10px; /* Some padding */
  font-size: 26px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
}
/* Darker background on mouse-over */
.btn:hover {
  color:  #563206;
}
.bg_ltgrey {
	background-color: rgba(18, 18, 18, 0.07) 
}
.dropdown_styling {
	background-image: linear-gradient(180deg,rgba(255,163,0,1.00) 0%,rgba(195,73,0,1.00) 99.95%);
}
.dropdown_text {
	color: #FFFFFF;
	font-size: large;	
}
.footer_links a {
	color: #FFFFFF;
}
.footer_links a visited{
	color: #e6e6e6;
}

@media only screen and (max-width: 600px) {
  .col {
    display: block;
    width: 100%;
  }
}

.round_corners {
	border-radius: 15px;
}

.hoa_nav {
	background-color: #3A2719;
}

.hoa_nav a:hover {
    background-color:  color: #FFA600;
}

.hoa_btn {
  background-color:  #e27300 !important; /* background */
  padding: 10px 10px; /* Some padding */
  font-size: 26px; /* Set a font size */
}

.orange_font {
	color: #cc3300  !important;
	font-family: 'IM Fell English SC', serif;
}