@import '/css/nav.css';
@import '/css/footer.css';
@import '/css/brand-anim.css';
@import '/css/nav-logo-anim.css';
@import '/css/hero-logo-anim.css';
@import '/css/mob-nav.css';

.section-2 .container{
    background-image: url('/img/mess.JPG');
    background-size: 100vw;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.text-container{
    width: 100%;
    padding: 100px 20%;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.555);
    color: white;
    line-height: 25px;
}

.text-container p{
    font-family: 'Urbanist';
    font-weight: 300;
    letter-spacing: 1px;
}

.text-container h2{
    font-family: 'Urbanist';
    font-size: 20px;
    font-weight: 200;
    line-height: 45px;
    letter-spacing: 2px;
  }

.text-container h1{
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 45px;
    line-height: 45px;
}

strong{
    color: #bda146;
}

@media (max-width: 1000px) {
    .section-2 .container{
        background-image: none;
        background-color: #000000;
        background-size: 100vh;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .text-container{
        width: 100%;
        padding: 15% 10%;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.555);
        color: white;
        line-height: 21px;
    }
}
