:root {
    --white: white;
    --black: black;
}

.body {
    background-image: url('../img/bg.jpeg');
    background-position: center;
    background-repeat: no-repeat;   /* stop tiling */
    background-size: 100% 100%;/* scale to fill, keeping aspect ratio */
}

.section {
    height: 190px;
}

.navbar-no-shadow-container {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 20px 20px;
}

.container-regular {
    width: 100%;
    max-width: 1260px;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-link {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 20px 5px 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
}

.nav-link:hover {
    color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
}

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-dropdown-toggle {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

.nav-dropdown-toggle:hover {
    color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

.nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}

.nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
}

.nav-button-wrapper {
    margin-left: 120px;
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

.button-primary:hover {
    color: #fff;
    background-color: #32343a;
}

.button-primary:active {
    background-color: #43464d;
}

.hero-heading-left {
    height: auto;
    padding: 40px 30px 10px;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.hero-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

.hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 50%;
    display: flex;
}

.margin-bottom-24px {
    margin-bottom: 50px;
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #eeeeee;
    text-shadow: #333333 0px 1px 4px;
}

.heading {
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    font-weight: 600;
    color: #eeeeee;
    text-shadow: #333333 0px 1px 8px;
}

.socials {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #eeeeee;
}

.text-span, .italic-text {
    font-weight: 800;
}

.image {
    aspect-ratio: auto;
}

.button {
    background-image: url('../img/Download_on_the_App_Store_Badge_US-UK_RGB_blk_092917.svg');
    background-position: 50%;
    background-size: 100%;
}

.body-2 {
    background-image: url('../img/bg.jpeg');
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: auto;
    background-attachment: fixed;
}

.rich-text-block {
    color: #000;
    background-color: #fff;
    margin-bottom: 60px;
    padding: 40px;
    font-family: Montserrat, sans-serif;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .34);
}

.body-3 {
    background-image: url('../img/bg.jpeg');
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: auto;
    background-attachment: fixed;
}

.link-block-2 {
    margin-right: 10px;
}

.image-3, .image-4 {
    min-height: 56px;
    max-height: 56px;
}

@media screen and (max-width: 991px) {
    .nav-menu-wrapper {
        background-color: rgba(0, 0, 0, 0);
    }

    .nav-menu {
        background-color: #fff;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding-left: 0;
        display: flex;
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .menu-button {
        padding: 12px;
    }

    .menu-button.w--open {
        color: #fff;
        background-color: #a6b1bf;
    }

    .container {
        max-width: 728px;
    }

    .hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px;
    }

    .hero-split {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        padding-left: 0;
    }

    .nav-menu {
        flex-direction: column;
        padding-bottom: 30px;
        padding-left: 0;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .nav-dropdown {
        flex-direction: column;
        align-items: center;
        display: flex;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
        box-shadow: none;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .hero-heading-left {
        padding: 60px 15px;
    }
}

@media screen and (max-width: 479px) {
    .nav-menu {
        flex-direction: column;
    }

    .nav-button-wrapper {
        width: auto;
    }

    .container {
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .link-block-2 {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .image-3 {
        height: 48px;
        max-height: 48px;
    }

    .image-4 {
        height: 48px;
        min-height: auto;
        max-height: 48px;
        margin-left: 0;
    }
}

.social-icon-link{
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #eeeeee;
}

.social-icon-link-instagram {
    -webkit-mask: url("../img/instagram.svg") no-repeat center / contain;
    mask: url("../img/instagram.svg") no-repeat center / contain;
}

.social-icon-link-twitter {
    -webkit-mask: url("../img/twitter.svg") no-repeat center / contain;
    mask: url("../img/twitter.svg") no-repeat center / contain;
}

.social-icon-link-linkedin {
    -webkit-mask: url("../img/linkedin.svg") no-repeat center / contain;
    mask: url("../img/linkedin.svg") no-repeat center / contain;
}


