/*todo: may want to put this for overall style from main.min and then tweak bootstrap settings
 */
body {
    /*    font-size: 18px;*/
    /*color: #141414;*/
    /*    font-family: Lato, sans-serif;*/
    /*    font-weight: 400;*/
    /*    line-height: 1.8;*/
    /*    overflow-x: hidden;*/
    /*    position: relative;*/
}

/* display background color black on navbar scroll */
.navbarScroll.navbarDark {
    background-color: black;
}

/*colour for the navbar text*/
.navbar-brand, .nav-link, .navbar-toggler-icon {
    color: white;
    font-weight: 400;
}

.navbar-brand:hover, .nav-link:hover {
    color: #edb712;
}


.hero-image {
    height: 100vh;
    background: url('hero-imgs/quilt5.jpeg');
    background-size: cover;
    position: relative;
}

.sign-up-prompt {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: 250ms all;
    z-index: 99;

}

.sign-up-prompt a {
    color: white;
    text-decoration: none;
}

.sign-up-prompt {
    position: fixed;
    width: 100%;
    bottom: 0;
    /*text-align: center;*/
    font-size: 40px;
    cursor: pointer;
    color: white;
    background-color: #edb712;
    display: block;
    /*border: none;*/
    padding: 14px 28px;

}

.sign-up-prompt:hover {
    color: #2bacd6;
}

/* text css above hero image*/
.hero_title {
    font-size: 4.5rem;
}

.hero_desc {
    font-size: 2rem;
}

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(0, 7, 0, 0.5);
}

/* section image in each section fixme: */
.section-image {
    width: 100%;
}

.join-working {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    /*background: url();*/
    background-size: 100%;
    z-index: 999999;
    display: none;
}

.blue-word {
    color: #2bacd6;
}

.yellow-word {
    color: #edb712;
}

.modal-content {
    background-color: #2bacd6;
    color: #fff;
    border: 0; /*no black border*/
}

.modal-header .modal-title {
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.modal-body p {
    color: #fff;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
}

.modal form input:focus {
    outline: none;
}

.modal input, #modal textarea, .password-recovery input, .password-recovery textarea {
    padding: 0 10px;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 46px;
    background: #f0f0f0;
    margin: 0 0 20px;
    width: 100%;
    border-radius: 2px;
    /*border: 1px solid #1e262d;*/
    /*outline: none;*/
    border-width: 0;
}

.modal-body button {
    width: 100%;
    background: #edb712;
    color: #fff;
    padding: 16px 30px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
    transition: all .3s;
    margin: 0 0 20px;
    /*outline: none;*/
    /*border: 1px solid #1e262d;*/
    border-width: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-transform: lowercase;
    margin: 30px 0;
}

.iframe-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.join-main {
    margin: 60px 0;
}

.hero-image .hero_title {
    font-size: clamp(2.8rem, 5vw, 4.5rem);
    font-weight: 500;
    margin: 0;
}

.hero-image .hero-text {
    padding: 30px;
}

.flexsection {
    margin: clamp(3rem, 7vw, 5rem) 0;
    scroll-margin-top: 80px;
}

.flexsection .home-page-section-title {
    font-weight: 600;
    margin: 15px 0;
}

.flexsection .mobile {
    display: block;
}

.flexsection .desktop {
    display: none;
}

.flexsection.alt .row {
    flex-direction: row-reverse;
}

.flexsection .mediacol {
    margin-bottom: 20px;
}

.flexsection .vidcol {
    position: relative;
}

.flexsection .vidcol .iframe-wrap,
.flexsection .vidcol video {
    border-radius: 3px;
    height: 89%;
    left: 13%;
    margin-top: 2.5%;
    object-fit: cover;
    padding: 0;
    position: absolute;
    width: 74%;
    z-index: 1;
}

nav.navbar {
    font-family: 'Poppins', sans-serif;
    padding: 15px 0;
}

nav.navbar ul li {
    margin-left: 29px;
}

nav.navbar ul a {
    font-size: 18px;
    text-transform: uppercase;
}

nav.navbar button:focus:not(:focus-visible) {
    border: none;
    box-shadow: none;
    outline: none;
}

nav.navbar .navbar-brand {
    font-size: 20px;
    margin: 0 12px 0 0;
}

nav.navbar .navbar-brand .desktop {
    display: none;
}

nav.navbar .navbar-nav {
    padding: 5px 0;
}

/*nav.navbar .container {*/
/*    justify-content: flex-start;*/
/*}*/
#navbarSupportedContent {
    background: #000;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

@media (min-width: 576px) {
    nav.navbar .navbar-brand {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .flexsection .vidcol video {
        height: 88%;
        margin-top: 2%;
    }

    nav.navbar .navbar-brand .desktop {
        display: inline-block;
    }

    nav.navbar .container {
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .flexsection {
        scroll-margin-top: 100px;
    }

    .flexsection .home-page-section-title {
        margin: 0 0 15px 0;
    }

    .flexsection .mobile {
        display: none;
    }

    .flexsection .desktop {
        display: block;
    }

    .flexsection .mediacol {
        margin-bottom: 0;
    }

    nav.navbar {
        padding: 25px 0;
    }

    nav.navbar .navbar-nav {
        justify-content: flex-end;
        padding: 0;
    }

    #navbarSupportedContent {
        background: none;
        position: static;
    }
}
