html {
    scroll-behavior: smooth !important;
}
#deets {
    background:#89B758; 
    color:rgba(255, 255, 255, 0.5);
}
.navbar-dark {
    background:#89B758;
    background-image: url('/images/stone.jpg') !important;
}
.navbar-nav .nav-item a.nav-link {
    color:#fff !important;
    text-shadow: 1px 1px 3px #000;
    font-size: 18px;
}
.green_bg {
    background:#10253d !important;
}
#deets a {
    color:rgba(255, 255, 255, 0.5) !important;
}
#footer {
    background:#89B758;
    background-image: url('/images/stone.jpg') !important;
    text-shadow: 1px 1px 4px #000;
    color:#fff;
}
#footer a {
    color:#fff !important;
    text-decoration: underline;
}
#footer p {
    line-height: 5px;
}
body {
    background:#fff;
}
.display_photo {
    position:relative;
    color:#fff;
    background-position: center;
    background-size: cover;
    width: 100%;
    height:400px;
}
.bottom {
    position: absolute;
    bottom: 0;
    background: #111;
    opacity: 0.7;
    width: 100%;
    padding: 5px 10px;
    font-size:22px;
    text-align: center;
}
#paris {
    background-image: url('/images/paris.jpg');
}
#banner {
    background-image: url('/images/banner.jpg');
    background-position: center;
    background-size:cover;
    height:600px;
}
#banner h2 {
    background:rgba(40, 86, 40,0.6);
    color:#fff;
    font-size:42px;
    margin-top:3em;
    padding:10px 20px ;
    text-transform: uppercase;
    font-weight: bold;
    padding-left:4em;
}
#brochure_bar {
    color:#fff;
    background-image: url('/images/stone.jpg');
    background-position: center;
    background-size: cover;
}
#brochure_bar .bar_text {
    text-shadow: 1px 1px 5px #000;
}
#slideshow .carousel .carousel-item img {
    height:400px;
}
#slideshow .carousel .carousel-item h5 {
    background:rgba(0, 0,0, 0.5);
}
#gmap iframe {
    width:100%;
    height:400px;
}
#testimonials .title {
    font-size: 42px;;

}
#testimonials {
    background:#10253d;
    color:#fff;
}
#contact .title {
    font-size:42px;
    font-weight: bold;
}
#contact a {
    color:#000 !important;
}
#sideshow img{
    height:200px;
    width:100%;
}
#why h2.title {
    font-size:42px;
}
#why p{
    font-size: 20px;
    margin-bottom: 1em;
}
#why .fas {
    font-size:62px;
}
#gallery h2 {
    font-size:52px;
}
#gallery h3 {
    font-size:28px;
}
#gallery .img_box {
    border-radius: 15px;
    padding:1em;
    background:#464545;
    border:4px solid #10253d;

}
#gallery img {
    width:100%;
}
#jungle {
    background: linear-gradient(rgba(34, 38, 43, 0.6), rgba(34, 38, 43, 0.6)), url(/images/jungle.jpg);
    background-position: center;
    color:#fff;
}