.navbar {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 98%;
    margin-top: 19px;
    margin-left: 1%;
    border: 1px none #000;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0);
    opacity: 1;
    font-family: Montserrat, sans-serif;
}

.desktopnavheader {
    display: block;
    overflow: visible;
    margin-left: 19px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 46px;
}

.desktopvidmain {
    display: block;
    width:100%;

}

.desktopnavheader>img {
    width: 350px;
    margin-top: 10px;
}

.mobilenavheader {
    display: none;
    overflow: visible;
    margin-left: 19px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 46px;
    margin-top: 8px;
}
.mobilevidmain {
    display: none;
}

.mobilenavheader>img {
    width: 250px;
    margin-top: 10px;
}

.container {
    width: 100%;
    min-width: 100%;
    margin-top: 0px;
    border: 1px none #000;
    border-radius: 5px;
    opacity: 1;
}

.navlink {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.navlink:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.navlink.w--current {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    color: #333;
}

.footer {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    overflow: visible;
    width: 100%;
    height: 50px;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px none #000;
    background-color: #000;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    text-align: right;
}

.text-block-2 {
    position: absolute;
    left: auto;
    top: 12px;
    right: 0px;
    bottom: 20px;
    display: inline-block;
    padding-right: 29px;
    font-family: Montserrat, sans-serif;
    color: #fff;
}

.socials {
    display: inline-block;
    width: 100%;
    padding-right: 260px;
    vertical-align: middle;
    padding-top: 5px;
}

.socials>a {
    text-decoration: none;
}

.socialsimg {
    padding: 5px;
}

.email {
    filter: invert(100%);
    padding: 6px !important;
}

.div-block {
    position: relative;
    bottom: 15px;
    display: block;
    margin-right: 5px;
    padding-top: 0px;
    opacity: 0.72;
}

.heading {
    position: absolute;
    left: 10%;
    top: 20%;
    right: auto;
    bottom: auto;
    font-family: Mayonaise, sans-serif;
    font-size: 200px;
}

.abouttext {
    position: relative;
    left: 10%;
    top: 125px;
    /* overflow: scroll; */
    width: 80%;
    margin-top: 0px;
    padding-bottom: 100px !important;
}

.aboutpagetext {
    position: relative;
    left: 10%;
    top: 125px;
    /* overflow: scroll; */
    width: 80%;
    margin-top: 0px;
    padding-bottom: 100px !important;
}

.aboutpageheader {
    position: relative;
    left: 0%;
    top: 0px;
    margin-top: 40px;
    padding-top: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: 700;
}

.abouttextbody {
    position: relative;
    margin-right: 0%;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    height: auto;
}

.text-span {
    position: relative;
    left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.abouttextheader {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
}

.aboutnameheader {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.abouttitleheader {
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
}

.abouttextparagraph {
    position: relative;
    top: 5px;
    margin-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}

.teambrandtitle {
    font-weight: 600;
    font-style: italic;
}

.careerstextheader {
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.paragraph {
    font-family: Montserrat, sans-serif;
}

.body-2 {
    font-family: Montserrat, sans-serif;
}

.careersheader {
    font-size: 18px;
}

.div-block-2 {
    margin-top: 38px;
    font-size: 18px;
}

.text-block-3 {
    margin-top: 35px;
    font-size: 18px;
}

.link {
    color: #333;
}

.portfolioheader {
    font-size: 22px;
    font-weight: 700;
}

.gofundmeheader {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 60px !important;
}

.body-3 {
    clear: both;
}

.text-span-2 {
    position: static;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.brand {
    padding-bottom: 20px;
}

.responsive-wrapper {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .heading {
        left: 1%;
        font-size: 120px;
    }
    .icon {
        position: relative;
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
    }
    .mobilenavheader {
        display: none;
    }
    .landingheader {
        margin-top: 0px;
        font-size: 60px;
        line-height: 45px;
    }
    .navlink {
        background-color: hsla(0, 0%, 100%, 0.86);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .navlink:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navlink.w--current {
        border: 1px solid #000;
        border-radius: 5px;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .w-nav-menu {
        background-color: rgba(255, 255, 255, .7) !important;
    }
}

@media (max-width: 767px) {
    .icon {
        position: absolute;
        right: 15px;
        width: auto;
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
    }
    .mobilenavheader {
        display: none;
    }
    .mobilevidmain {
        display: none;
    }

    .landingheader {
        top: 30%;
        font-size: 50px;
        line-height: 40px;
    }
    .navlink {
        background-color: hsla(0, 0%, 100%, 0.86);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .navlink:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navlink.w--current {
        border: 1px solid #000;
        border-radius: 5px;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .w-nav-menu {
        background-color: rgba(255, 255, 255, .7) !important;
    }
}


@media (max-width: 479px) {
    .desktopnavheader {
        display: none;
    }
    .desktopvidmain {
        display: none;
    }
    .mobilevidmain {
        display: block;
    }
    .flags{
        position:relative;
        left:unset;
        bottom:unset;
        margin-top:20px;
        text-align: center;
        width: 100%;
    }
    .product-video-small{
        width:100%;
        margin-top:5px;
    }
    .product-stuff-container{
        margin-left: 5%;
    }
    .navlink {
        background-color: hsla(0, 0%, 100%, 0.86);
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .navlink:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .navlink.w--current {
        border: 1px solid #000;
        border-radius: 5px;
        -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
    .icon {
        position: relative;
        right: auto;
        transform: scale(1.6);
    }
    .abouttext {
        left: 15px;
        height: auto;
    }
    .aboutpagetext {
        top: 100px;
        text-align: center;
        height: auto;
    }
    .mobilenavheader {
        display: block;
        margin-left: 0px;
        font-size: 35px;
    }
    .landingheader {
        left: 1%;
        top: 20%;
        right: 1%;
        font-size: 50px;
        line-height: 40px;
        padding: 5%;
    }
    .landingtext {
        /* margin-top: 50px; */
    }
    .gofundmeheader {
        font-size: 40px;
        line-height: 40px;
        position: relative;
    }
    .w-nav-menu {
        margin-top: 20px;
        background-color: rgba(255, 255, 255, .7) !important;
        opacity: 1;
    }
    .menu-button {
        margin-right: 0px;
        padding-top: 18px;
        padding-left: 18px;
        background-color: transparent;
    }
    .menu-button.w--open {
        background-color: hsla(0, 0%, 78.4%, 0);
    }
    .sectionone>.videocontainer {
        top: 32%;
    }
    .text-block-2 {
        top: 15px;
        right: 10px;
        padding-right: 0px;
        font-size: 10px;
    }
    .footerlogo {
        width: 150px;
        margin-top: -3px;
    }
    .socials {
        padding-right: 200px;
    }
    .socialsimg {
        padding: 0px;
        width: 25px;
        padding-top: 8px;
    }
    .columnone {
        width: 20%;
        top: 5px;
        left: 0px;
        bottom: 0px;
    }
    .columntwo {
        left: 20%;
        width: 80%;
        top: 0px;
        right: 0px;
        bottom: 0px;
    }
    .contactcareer {
        padding-bottom: 150px !important;
        display: block;
        height: auto;
    }
    .designedby {
        height: 25px;
        text-align: right;
        position: absolute;
        right: 18px;
        left: unset;
        bottom: -3px;
        font-family: Montserrat, sans-serif;
        font-size: 1em;
    }
}