body{
    font-family: 'Montserrat', sans-serif;
}
img{
    max-width: 100%;
    height: auto;
}
.hero-banner__upper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-banner{
    width: 100%;
}
.hero-banner__upper__middle{max-width: 15%;margin-right: 2%;}
.image-container{
    display: flex;
    /* max-width: 80%; */
    /* margin: 0 auto; */
    gap: 8vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.image-wrap {
    max-width: 34%;
}
.main-wrapper{
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /* overflow-y: hidden; */
}
.social a:last-child {
    margin-right: 1vw;
    font-weight: 700;
    text-decoration: none;
}
.plain-ml-wrapper span.input-error {
    color: red;
    /* position: absolute;
    bottom: -25px;
    left: -2px; */
    padding: 0 2px;
    font-size: 14px;
}
.plain-ml-wrapper form#mlistFormOne div.fieldWrap, .plain-ml-wrapper form#mlistFormTwo div.fieldWrap {
    position: relative;
    text-align: left;
}
.fadeOut{
    display: none;
}
.fadeIn{
    display: block;
}
.mlistSubmit:hover {
    border-color: #7ec7f9;
    background-color: #7ec7f9;
}
.mlistSubmit {
    transition: .3s ease-in-out;
    border: solid 2px #fff;
    color: #fff;
    background-color: #000;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
   
}
.intro__item img.shop-image {
    width:auto;
}

video{
    width: 100%;
    object-fit: cover;
}
body{
    background: url(../images/rudimental-BG.jpg);
    background-size: cover;
    background-position: center top;
    margin: 0;
}
.copy-text{
    margin: 0vw 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 2vw;
}
.home-image-wrap{
    max-width: 10vw;
    margin: 0 auto;
    margin-bottom: 0vw;
}
.hero-banner__upper__left.desktop-only.social {
    display: flex;
    gap: 1vw;
    margin-left: 1vw;
}
.social a {
    color: #fff;
    font-size: 1.4vw;
}
footer p, footer a,a {
    color: #fff;
    text-decoration: none;
    font-size: 1vw;
}
.button-wrap a {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 2vw;
    box-sizing: border-box;
    /* font-size: 1.5vw; */
}

.button-wrap {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 4vw;
}
.product-title {
    color: #fff;
    text-align: center;
    margin: 1.5vw 0;
    font-size: 1.2vw;
}
footer{
    text-align: center;
    margin-top: 4vw;
}
.button-wrap a{
    font-size: 1.2vw;
} 
.mobile-only{
    display: none;
}
section.products_section {
    margin-top: 4vw;
}

section.copy-home {
    margin-top: 4vw;
}
.copy-text-2 {
    color: #fff;
    text-align: center;
    padding-top: 1vw;
    font-weight: 700;
    font-size: 1.2vw;
}

@media screen and (max-width: 767px){

    .hero-banner__upper__left.desktop-only {
        display: none;
    }
    .intro__item img.shop-image {
        width: 100%;
    }
    .mlistSubmit {
        margin-bottom: 0;
    }
    .button-wrap a{
        font-size: 3.5vw;
    } 
    footer p, footer a, a{
        font-size: 3vw;
    }
}
@media screen and (max-width: 1023px){ 
    .desktop-only{
        display: none !important;
    }
    .mobile-only{
        display: block !important;
    }
    section.footer_socials.mobile-only{
        display: flex !important;
        justify-content: space-between;
        width: 86vw;
        margin-top: 4vw;
    }
    .social a.stream {
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 600;
        display: flex;
    }
    .image-wrap {
        max-width: 80%;
    }
    .image-container{
        flex-direction: column;
    }
    .hero-banner__upper__middle {
        max-width: 56vw;
        margin:0 auto;
    }
    .social a {
        color: #fff;
        font-size: 5vw;
        padding: 0vw 1vw;
    }
    .hero-banner__upper__left.desktop-only.social{
        gap: 2vw;
    }
    .copy-text{
        font-size: 5.2vw;
    }
    .copy-text-2{
        font-size:4vw;
    }
    .home-image-wrap{
        max-width: 36vw;
        margin-bottom: 2vw;
    }
    .product-title{
        font-size: 4vw;
    }
}
@media screen and (max-width: 1023px) and (orientation:landscape)
{
    .main-wrapper{
        height: auto;
    }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset !important;
    transition: #000 5000s ease-in-out 0s;
}

input[type=text], input[type=email] {
    border:1px solid #000;
    border-bottom:1px solid #fff;
}

a:hover {
    opacity: .5;
}