@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    color: #000;
    font-weight: 500;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #000;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #6f7c12;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:visited {
    color: #6f7c12;
}

a:visited:hover {
    text-decoration: none;
    color: #000;
}

.bi {
    font-size: 1.4em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-fluid .row {
    margin-right: 0;
    margin-left: 0;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    padding: 0;
    letter-spacing: 1px;
}

.bg-dark {
    background-color: #483419 !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 100px;
    margin-left: 20px;
    margin-right: 5px;
}

.nav-item {
    text-align: center;
}

.nav-link {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #f5f5db !important;
    border-bottom: 2px solid rgba(245,245,219,0);
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.nav-link:hover {
    text-decoration: none;
    border-bottom: 2px solid rgba(245,245,219,1);
    color: #f5f5db !important;
}

.nav-link:visited {
    color: #f5f5db;
    border-bottom: 2px solid rgba(245,245,219,0);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: #f5f5db !important;
    border-bottom: 2px solid rgba(245,245,219,1);
}

.dropdown-menu {
    background-color: #505050;
    margin: 0;
    min-width: 10rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .nav-link:hover {
    color: #ccc !important;
    border-bottom: 2px solid rgba(245,245,219,0);
}

.dropdown-menu .nav-link:visited {
    color: #fff !important;
}

.dropdown-menu .nav-link:visited:hover {
    color: #ccc !important;
    border-bottom: 2px solid rgba(245,245,219,0);
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.hero-bg {
    object-fit: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.hero-bg {
    background-size: cover;
    height: 400px;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('/portals/142/FSG17.jpg');
    background-position: center;
    height: 75vh;
}

/* pricing */

.Id3045 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/142/gallery/Dos%20Rios-28686.jpg');
    background-position: center;
}

/* location */

.Id3046 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/142/gallery/Dos%20Rios-28688.jpg');
    background-position: center;
}

/* about us */

.Id3047 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/142/gallery/Dos%20Rios-28713.jpg');
    background-position: center;
}

/* gallery */

.Id3319 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/portals/142/gallery/Dos%20Rios-28719.jpg');
    background-position: center;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    color: #fff;
    font-weight: 600;
}

.header-logo {
    max-width: 250px;
    width: 100%;
}

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slider p {
    margin-top: 0;
    margin-bottom: 0;
}

#MainContent li {
    list-style-type: disc;
}

.image-border {
    border-radius: 10px;
}

.green {
    background-color: #6f7c12;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

.green p,
.green h1,
.green h2,
.green h3,
.green h4,
.green h5,
.green h6 {
    color: #f5f5db;
}

.beige {
    background-color: #f5f5db;
    margin: 4% auto;
    padding: 5% 2% 3%;
}

.beige p,
.beige h1,
.beige h2,
.beige h3,
.beige h4,
.beige h5,
.beige h6 {
    color: #483419;
}

.greenborder {
    border: 1px solid #6f7c12;
    border-radius: 20px;
    overflow: hidden;
}

.greenborder .bi {
    color: #6f7c12;
}

.beigeborder {
    border: 1px solid #483419;
    border-radius: 20px;
    overflow: hidden;
}

.greenborder .bi {
    color: #483419;
}

.greenborder p,
.greenborder h1,
.greenborder h2,
.greenborder h3,
.greenborder h4,
.greenborder h5,
.greenborder h6,
.beigeborder p,
.beigeborder h1,
.beigeborder h2,
.beigeborder h3,
.beigeborder h4,
.beigeborder h5,
.beigeborder h6 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.grey {
    background-color: #f5f5f5;
}

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border: 2px solid #f5f5db;
    background-color: transparent;
    color: #fff !important;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.book-button:hover {
    background-color: #f5f5db;
    color: #000 !important;
    text-decoration: none;
}

.green-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #6f7c12;
    color: #fff !important;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.green-button:hover {
    color: #fff !important;
    background-color: #868446;
    text-decoration: none;
}

.beige-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: #483419;
    color: #fff !important;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.beige-button:hover {
    color: #fff !important;
    background-color: #32210A;
    text-decoration: none;
}

/* home page buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    transition: transform .5s ease;
}

.zoom-button:hover img {
    transform: scale(1.3);
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.text-overlay h2 {
    text-shadow: 2px 2px 4px rgba(0,0,0,.5);
    color: #fff;
}

.text-overlay a {
    color: #fff !important;
    text-decoration: none;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: #483419;
    padding-top: 2%;
    padding-bottom: 2%;
}

footer .Normal {
    color: #fff !important;
}

footer .Normal a {
    color: #cccb58;
}

footer .Normal a:hover {
    color: #fff;
    text-decoration: none;
}

footer .Normal a:visited {
    color: #cccb58;
}

footer .Normal a:visited:hover {
    color: #fff;
    text-decoration: none;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {

    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text h1 {
        font-size: 5rem;
    }

    #MainContent {
        padding-right: 5% !important;
        padding-left: 5% !important;
    }
}

@media screen and (max-width: 997px) {

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .header-logo {
        max-width: 175px;
    }
}

@media screen and (max-width: 768px) {

    .Page-Home .hero-text h3 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .Page-Home .hero-text h5 {
        font-size: 1rem;
    }
}
