body, html {
    padding: 0;
    background-color: #f8f4f1;
}

/* ---------------------------------------------------------------------------------- Colors */

.bg-nav {
    background-color: #f8f4f1;
}

.bg-stone {
    background-color: #ede9e6;
}

.text-brown {
    color: #7d6a58;
}

/* ----------------------------------------------------------------------------------- Fonts */

h1, h2, h3, h5, .number-list, .submit-btn {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
}

.nav-link, p, .list-text, .accordion-body, label, .form-control, h4, ul, input, .btn-1 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

b {
    font-weight: 600;
}

/* ---------------------------------------------------------------------------------- Navbar */

#nav {
    height: 95px;
    -moz-transition: height 0.3s ease;
    -ms-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease;
}

.logo {
    height: 3.5rem;
}

.navbar-toggler {
    border: none;
    color: #b9b9a4;
    font-size: 2rem;
}

.navbar-toggler:hover {
    color: #ffbe98;
}

.navbar-toggler:focus {
    border: none;
}

.navbar-collapse {
    text-align: right;
    padding-right: 12px;
}

.nav-link {
    color: #7d6a58;
    font-size: 1.1rem;
}

.nav-link:hover {
    color: #ffbe98;
}

.btn-2 {
    border: 2px solid #b9b9a4;
    border-radius: 0.375rem;
    color: #b9b9a4;
    font-weight: 500;
    font-size: 1.1rem;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: .3s ease-in-out;
}

.btn-2:hover {
    background-color: #b9b9a4;
    color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* ---------------------------------------------------------------------------------- Header */

header img {
    height: calc(100vh - 119px);
    object-fit: cover;
    filter: brightness(65%);
    margin-top: 107px;
}

.header-text {
    position: absolute;
    left: 1.5rem;
    top: calc(95px + 2rem);
}

h1 {
    font-size: 4rem;
}

.tagline {
    font-size: 1.3rem;
}

.btn-1 {
    background-color: #ffbe98;
    border-radius: 0.375rem;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    padding-top: 11px;
    padding-bottom: 11px;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.btn-1:hover {
    background-color: #ffa672;
    color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

/* ------------------------------------------------------------------------------------- Why */

h2 {
    font-size: 2.5rem;
}

.number-list {
    font-size: 2rem;
    color: #b9b9a4;
}

.list-text {
    font-size: 1.25rem;
}

.list-bg {
    background-color: #b9b9a4;
    border-radius: 0.375rem;
}

.welcome-img {
    height: 45vh;
    object-fit: cover;
    box-shadow: 2px 2px 5px #a1a1a1;
    object-position: 50% 40%;
}

/* -------------------------------------------------------------------------------- Packages */

.card-stone {
    background-color: #ede9e6;
    border-radius: .375rem;
    box-shadow: 2px 2px 5px #a1a1a1;
    transition: .3s ease-in-out;
}

.card-stone:hover {
    transform: scale(1.02);
}

h3 {
    font-size: 2rem;
}

li {
    margin-bottom: 0.5rem;
}

/* -------------------------------------------------------------------------------- Benefits */

.accordion-button {
    font-size: 1.1rem;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #7d6a58;
}

.accordion-item:last-of-type {
    border-bottom: none;
  }

.accordion-button {
    color: #7d6a58;
    background-color: #ede9e6;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.accordion-button:not(.collapsed) {
    color: #7d6a58;
    background-color: #ede9e6;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    color: #7d6a58;
    background-color: #ede9e6;
    padding-bottom: 2rem;
}

/* ----------------------------------------------------------------------------------- About */

.about-img {
    height: 45vh;
    object-fit: cover;
    box-shadow: 2px 2px 5px #a1a1a1;
    object-position: 50% 25%;
}

/* ------------------------------------------------------------------------------------ Faqs */

.faq {
    border-bottom: 2px solid #ede9e6;
    color: #7d6a58;
    font-size: 1.5rem;
}

.answer {
    color: #7d6a58;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.box {
    flex-grow: 1;
    background-color: #f8f4f1;
    border-radius: 0.375rem;
    box-shadow: 2px 2px 5px #a1a1a1;
    transition: .3s ease-in-out;
}

.box:hover {
    transform: scale(1.02);
}

/* --------------------------------------------------------------------------------- Contact */

form {
    border-radius: 0.375rem;
    background-color: #ede9e6;
    box-shadow: 2px 2px 5px #a1a1a1;
}

label {
    color: #7d6a58;
    font-size: 0.9rem;
}

.form-control {
    border: none;
    color: #7d6a58;
    background-color: #f8f4f1;
}

.form-control:focus {
    color: #7d6a58;
    border-color: #ede9e6;
    box-shadow: none;
}

/* ------------------------------------------------------------------------------- Thank You */

.thankyou-text {
    margin-top: calc(95px + 5rem);
}

.footer-thankyou {
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* --------------------------------------------------------------------------------- Privacy */

.privacy-text {
    margin-top: calc(95px + 2rem);
}

p a {
    color: #b9b9a4;
}

p a:hover {
    color: #ffbe98;
}

/* ---------------------------------------------------------------------------------- Footer */

footer {
    background-color: #b9b9a4;
}

footer p, footer h3 {
    color: #fff;
}

footer a {
    color: #fff;
    transition: .3s ease-in-out;
}

footer a:hover {
    color: #7d6a58;
}

/* --------------------------------------------------------------------------- Media Queries */

@media screen and (max-width: 575px) {
    .hidden-sm {
        display: none;
    }
}

@media screen and (min-width: 576px) {
    .logo {
        height: 3rem;
    }
}

@media screen and (min-width: 768px) {
    header img {
        height: 50vh;
    }
}

@media screen and (min-width: 992px) {
    header img {
        height: 70vh;
    }
    .list-text {
        font-size: 1.15rem;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-brand {
        margin-left: 8.33333333%;
    }
    .navbar-collapse {
        margin-right: 8.33333333%;
    }
    .header-text {
        left: 8.33333333%;
    }
}

@media screen and (min-width: 1400px) {
    .navbar-brand {
        margin-left: 16.66666667%;
    }
    .navbar-collapse {
        margin-right: 16.66666667%;
    }
    .header-text {
        left: 16.66666667%;
    }
    li {
        margin-bottom: 0rem;
    }
    .privacy-text {
        margin-top: calc(95px + 3rem);
    }
}

@media screen and (min-width: 1800px) {
    .padding-widescreen {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (min-width: 2000px) {
    .padding-widescreen {
        padding-left: 15%;
        padding-right: 15%;
    }
}