html,
body {
    overflow-x: hidden;
    background-color: #fff !important;
}
section {
    padding-top: 120px;
}
section.section-padding-bottom {
    padding-bottom: 120px;
}
.btn-custom-bg {
    background-color: #769293 !important;
    outline-color: #769293 !important;
    border-color: #769293 !important;
}
.btn-custom-bg:hover {
    background-color: transparent !important;
    outline-color: #769293 !important;
    border-color: #769293 !important;
    color: #769293 !important;
}
.btn-custom-outline {
    background-color: transparent !important;
    outline-color: #769293 !important;
    border-color: #769293 !important;
    color: #769293 !important;
}
.btn-custom-outline:hover {
    background-color: #769293 !important;
    color: #fff !important;
}

.nav-links a {
    font-size: 16px !important;
}
nav.public-nav {
    height: 96px;
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: saturate(100%) blur(0px);
    width: 100%;
    transform: translate(0px);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 0px 1rem;
    position: absolute;
    z-index: 999;
    transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), background-color 250ms cubic-bezier(0.23, 1, 0.32, 1);
}
.signin-nav-btn,
.get-started-nav-btn {
    font-size: 1em !important;
    text-decoration: none;
}
.signin-nav-btn {
    color: #fff;
}

.hero-text-container {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 4;
    max-width: 650px;
}
.hero-text-container h1,
.section-title {
    font-size: 3.5em;
}

.hero #heroVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0px;
}
.hero-video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    background-color: rgb(0, 0, 0);
    z-index: 3;
    opacity: 0.5;
}
.hero .wave {
    width: 100%;
    position: absolute;
    bottom: -3px;
    z-index: 3;
}
.pricing-container {
    background-image:url('../../images/site/homepage/floral-pricing.jpg');
    background-repeat: no-repeat;
    background-size:contain;
}
.highlighted-payment-option {
    background-color: #769293 !important;
}
.custom-line-break {
    margin-bottom:35px;
    color: #fff;
}
footer {
    background-color:#769293;
    padding: 100px 0px 50px 0px;
}
.footer-wave {
    top: 0;
}
