@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* Hero */
#hero {
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/hero.png');
        /* background-image: linear-gradient(rgba(50, 50, 50, 0.6), rgba(50, 50, 50, 0.6)), url('../images/hero.png'); */
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#hero h1 {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
}
#hero h2 {
    font-family: "Cinzel", serif;
    font-style: normal;
    letter-spacing: .8rem;
    color: #FFF;
}
#hero h5 {
    letter-spacing: .8rem;
    color: #FFF;
}
#hero img {width: 100px;}
#hero a {letter-spacing: .3rem;}

/* Banner */
#banner {background-color: #184ca0;}
#banner h2 {
    font-family: "Cinzel", serif;
    font-style: normal;
}
#banner img {width: 80%;}

/* Amenities */
#amenities h2 {
    font-family: "Cinzel", serif;
    font-style: normal;
    color: #184ca0;
}
#amenities .card {border: 1px solid #184ca0;}

/* Suites */
#suites h2 {
    color: #184ca0;
    font-family: "Cinzel", serif;
}
#suites .col-md-5 p {margin-top: 250px;}
#suites .card {border: 1px solid #184ca0;}

/* Home */
#home {background-color: #184ca0;}
#home .card {
    background-color: #184ca0;
    color: #FFF;
    border: 1px solid #FFF;
}

/* Feedback */
#feedback {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/feedback.webp');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#feedback h2 {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF; 
}

/* Footer */
#footer {
    background-color: #184ca0;
}

#footer .card {
    background-color: #184ca0;
    border: 1px solid #FFF;
}

#footer ul li {
    color: #FFF;
    list-style-type: none;
    margin-left: -30px;
}

#footer h2 {
    font-family: "Cinzel", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF; 
}

@media (max-width: 992px) {
    #banner img {width: 100%;}
    #suites .col-md-5 p {margin-top: 60px;}
}
