body {
    background: #d8c09c;
    font-size: 18px;
}

/**FORM VALIDATION**/
#captcha {
	display:inline-block;
}

input.error, select.error, textarea.error {
	border:1px solid red;
}

.errormsg {
	display:block;
	width:100%;
	position:relative;
}

.red {
	color:red!important;
}

label.error {
	color:red!important;
	font-size:13px!important;
	z-index:1000;
	font-weight:normal;
	width:auto;
	position:absolute;
	top:-3px;
	left:10px;
	background:#FFF;
	border:1px solid #bbb;
	border-radius:5px;
	padding:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,0.15);
}
label.error:before {
	content:"";
	position:absolute;
	border-style:solid;
	border-color:#bbb transparent;
	display:block;
	width:0;
	top:-10px; 
	bottom:auto;
	left:20px;
	border-width:0 10px 10px;
}
label.error:after {
	content:"";
	position:absolute;
	border-style:solid;
	border-color:#fff transparent;
	display:block;
	width:0;
	top:-9px;
	bottom:auto;
	left:21px;
	border-width:0 9px 9px;
}
/**END FORM VALIDATION**/

@media(max-width: 1399px) {
    .header-title p {
        font-size: 20px !important;
    }
}

@media(max-width: 991px) {
    .phone-top p:nth-of-type(2) {
        font-size: 24px !important;
    }

    .nav-link {
        font-size: 20px !important;
        line-height: 3em;
    }

    .testimonials-facilities {
        line-height: inherit !important;
    }

    .dropdown-menu a {
        font-size: 20px !important;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .home-gallery {
        display: flex;
        align-items: flex-end;
    }
}

@media(max-width: 575px) {
    .gal-container {
        display: flex;
        justify-content: center;
    }

    footer .list-group-item {
        border: none !important;
        font-size: 12px;
        width: 100%;
    }

    .testimonials-facilities {
        line-height: 30px !important;
    }
}

@media(min-width: 991px) {
    .bi-telephone-fill {
        visibility: hidden;
    }
}

@media(max-width: 1199px) {
    .home-container h5 a {
        font-size: 20px !important;
    }
}


.navbar-toggler {
    background:#FFF;
}

.phone-top {
    margin-top: 2rem;
    font-size: 24px;
    font-style: italic;
    color: #fff;
    font-weight: 500;
    line-height: 2rem;
}

.phone-top p:nth-of-type(2) {
    font-size: 32px;
}

.bi-telephone-fill {
    color: #fff;
    font-size: 33px;
}

.header-row {
    padding-top: 1rem;
    background: #05700b;
}

.header-title {
    font-family: "Luxurious Roman", serif;
}

.header-title p {
    font-size: 24px;
    font-style: italic;
    color: #fff;
    font-weight: 500;
}

h1 {
    margin: 2rem 0;
}

.nav-row {
    background: #262727;
}

.navbar a:focus {
    color: #fff;
}

.navbar li a {
    color: #f4bf35;
    font-size: 18px;
}

.navbar li a:hover {
    color: #fff;
}

.dropdown-toggle:focus {
    color: #fff !important;
}

.dropdown-menu {
    background: #262727;
    border-radius: 0;
}

.dropdown-item {
    border-top: 1px solid #fff;
}

.dropdown-item:hover {
    background: none;
}

.main-container {
    background: #fff;
}

#lightgallery h3 {
    color: #004c02;
    font-family: 'Times New Roman', Times, serif;
}

.photo-gallery img {
    border: 1px solid black;
}

.home-gallery h5 {
    color: #004c02;
    font-size: 23px;
    font-style: italic;
}

.home-gallery a {
    color: #05700b;
    text-decoration: none;
}

.home-gallery a:hover {
    text-decoration: underline;
}

.testimonials-facilities {
    line-height: 12px;
}

.home-nav-links {
    list-style-position: inside;
    list-style-type: none;
    font-weight: 600;
}

.home-nav-links a,
.footer-container li a,
.main-body-links {
    color: #003300;
}

.form-btn-submit {
    background: #004c02;
    color: #fff;
    font-size: 18px;
}

.form-btn-submit:hover {
    border: 1px solid #004c02;
    background: #fff;
    color: #004c02;
}

.form-control {
    border-color: rgba(0, 51, 0, 0.445);
}

.form-control:focus {
    border-color: #05700b;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 76, 3, 0.336);
}

.footer-container {
    margin-bottom: 2rem;
    background: #fff;
}

.footer-container ul {
    list-style: none;
}

.footer-container ul {
    font-size: 16px;
}

.copy-row {
    padding-top: 50px;
    color:#003300;
    font-size: 12px;
}

.copy-row a {
    text-decoration: none;
    color: #003300;
}

.sitemap-list li a {
    color: #004c02;
}