body {
    background-color: #f6f4f2;
}

.fp-logo-mobile {
    max-width: 180px;
    margin-right: 30px;
}

.offcanvas .nav-link {
    color: #e4e4e4;
}

.offcanvas .navbar-nav {
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .offcanvas .fp-signup-button {
        background: #d4ad5e;
        color: white;
        margin-left: 10%;
        margin-right: 10%;
    }

    body {
        padding-bottom: 120px;
    }

    .fp-signup-button-container {
        width:100%;
    }
}

@media only screen and (min-width: 768px) {
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: initial;
    }
    .offcanvas .fp-signup-button {
        background: #d4ad5e;
        color: white;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .fp-floating-button-section {
        display: none;
    }
}

.section-banner {
    margin-top:10px;
    margin-bottom:10px;
}

.fp-floating-button-section {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 13px 25px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.fp-floating-button {
    width: 100%;
    background: #d4ad5e;
    color: white;
    border: none;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    display:block;
    text-decoration:none;
    text-align: center;
}

.navbar-toggler,
.navbar-toggler:focus {
    border: none !important;
    padding-right: 0;
    box-shadow: none !important;
}

.section-form {
    margin-bottom: 50px;
}

.fp-signup-form {
    max-width: 800px;
    margin: 0 auto;
}

.section-form .card {
    padding-top: 20px;
    padding-bottom: 40px;
}

.fp-signup-form .btn-primary {
    background: #d4ad5e;
    border: none;
    padding: 10px 100px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.fp-floating-button-section{
    transition: opacity .35s ease;
}
.fp-floating-button-section.is-hidden{
    opacity: 0;
    pointer-events: none;
}