/* CSS Document */
/* Global ---------------------*/
a:link{
	text-decoration:none;
}
p{
	font-size: 1.15em;
}
h2, .more{	
	color: #2d8200;
    display: inline-block;
    transform: scale(1,1.6);
    -webkit-transform: scale(1,1.6);
    -moz-transform: scale(1,1.6);
    -ms-transform: scale(1,1.6);
    -o-transform: scale(1,1.6);
    font-size: 1.85em;
    font-weight: 700;
	padding-bottom: 10px;
}
.more{
	font-size: 1em;
}
.more a:link,  .more a:visited {
    color: #e8a518;
}
.more a:hover {
    color: #2d8200;
}
/*------------------------------*/
/*generic ---------------------*/
.mt{
	margin-top: 20px;
}
.lg_cnt{
	text-align: center;
}
.up{
	text-transform: uppercase;
}
.slant_text, .sun_list{
	font-size: 1.3em;
    font-weight: 600;
    color: #8a8a8a;
    font-style: italic;
}
.sun_list {
    list-style-image: url(../images/sun.png);
}
.red_resv{
	color: #e76006;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 700;
}
.red_resv a:link, .red_resv a:visited {
    color: #e76006;
}
.red_resv a:hover {
    color: #2d8200;
}
/*orange back to top element*/
.orn_top{
	float: right;
}
.orn_top a:link,  .orn_top a:visited {
    color: #e8a518;
}
.orn_top a:hover {
    color: #0c4f79;
}
.orn_top_line{
	border-bottom: solid 10px #e8a518;
    color: #e8a518;
    text-transform: uppercase;
	margin-top: 20px;
    margin-bottom: 20px;
}

/* --------------end or back to top ------------*/
/*-------------------------------*/
.hdr_top{
	background-color: #2d8200;
    padding-bottom: 20px;
    background-image: url(../images/01_bgrd_top.jpg);
    background-repeat: repeat-x;
    background-position-y: bottom;
}
.cont_res{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.logo{
	margin-top: 15px;
    width: 190px;
	margin-left: auto;
    margin-right: auto;
}
.md_img, .md_ftr{
	text-align: center;
}
.md_ftr{
	margin-top: 25px;
}
.so_wd{
	width: 25px;
}
.call_top{
    font-size: 1.0em;
    color: #e7b809;
	text-align:center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.phone{
    font-size: 1.26em;
    display: inline-block;
    transform: scale(1,1.2);
    -webkit-transform: scale(1,1.2);
    -moz-transform: scale(1,1.2);
    -ms-transform: scale(1,1.2);
    -o-transform: scale(1,1.2);
    padding-top: 10px;
    font-size: 1.85em;
    font-weight: 600;
}
.call_top a:link, .call_top a:visited{
    color: #e7b809;
}
.call_top a:hover {
    color: #ff6f10;
}
/* Start of nav menu -------------------------------- */
.nav_menu{
	margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-weight: 700;
}
.hdr_nav{
    background-color: #e8a518;
    background-position: 0, 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(0, 81, 160);
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(14, 65, 108);
}
.dropdown-toggle::after{
	display: none;
}
.social_icons a:link, .social_icons a:visited{
	color: #FFF;
}
.social_icons a:hover {
    color: #ff6f10;
}
.social_icons{
	font-size: 1.8em;
}
/* --------------------------------- END HEADER -----------------------------------------------*/
/* --------------------------------- Slideshow -------------------------------------------------*/
.hdr_slide{
    background-color: #043a00;
	margin-bottom: 25px;
}
/* ----------------------------------General layout --------------------------------------------*/
.hr_white{
	border: solid 1px #FFF;
}
.rounded-border {
    background-color: #e6f0e1;
    border: solid 1px #2e8002;
    padding: 20px;
    border-radius: 10px;
}
.frm_style_reserve.with_frm_style .frm_message p {
    color: #468847;
    font-size: 1.3em;
    font-weight: 500;
}
.frm_style_reserve.with_frm_style .frm_message {
    margin: 60px 0 80px;
    font-size: 14px;
}
input[type='checkbox'] {
    -webkit-appearance:none;
    width:20px !important;
    height:20px!important;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #abd;
}
/* ---------------------------------End of general layout ---------------------------------------*/

/* Start of Footer -------------------------------------------------------- */
.foot{
	background-color: #2d8200;
	padding: 20px 0 30px 0;
}
.foot p{
	color: #FFFFFF;
	font-size: 1em;
}
.foot a:link,  .foot a:visited {
    color: #FFF6D3;
}
.foot a:hover {
    color: #FFF;
}
.md_r{
	text-align: center;
}
.ft_line{
	border-bottom: solid 1px #fff;
}
.copy{
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}
.rev{
	background-color: #FFF;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 5px;
    font-size: 0.95em;
    font-style: italic;
    color: #343434;
    font-weight: 500;
}
.who{
    float: right;
    padding-right: 5px;
    margin-top: 10px;
    color: #2d8200;
    font-weight: bold;
}
.mdr_cont{
	border-top: solid 10px #757e2f;
    border-bottom: solid 10px #757e2f;
    margin-top: 40px;
    padding-bottom: 20px;
    font-size: 1.3em;
    font-weight: bold;
    color: #2b8200;
}
.mdr{
	font-size: 2em;
    font-weight: bold;
    color: #757E2F;
}
.covid{
	text-align: center;
    font-size: 1.2em;
    border: dashed 2px #0b9c00;
    padding: 20px;
	border-radius: 5px;
}
/*my custom size 367 px for a specific website */
@media (min-width: 367px) {
	.cont_phone{
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: fit-content;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.md_ftr{
		margin-top: 0;
	}
	.md_img{
		margin-top: 55px;
	}
	.hdr_nav{
		background-image: url(../images/05_menu_bgrd.jpg);
		background-repeat: repeat-x;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.logo, .lg_cnt{
		text-align:left;
	}
	.call_top{
		text-align:right;
		margin-top: 10px;
		margin-bottom: 0;
	}
	.cont_res{
	    margin-right: unset;
	}
	.cont_phone{
		float: right;
	}
	.md_r{
		margin-top: 0;
	}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 2rem;
		padding-left: 2rem;
	}
	.container{
		max-width: 1200px;
	}
	.nav_menu{
		text-align:left;
		max-width:80%;
	}
}