main {
    background-color: rgb(242, 247, 26);
}

.logo-text p span {
    white-space: nowrap;
}
.logo-text p {
    margin-top: 4.2em;
    font-family: barlow-medium, barlow, sans-serif;
    font-size: 17px;
    font-weight: bold;
}
.quotes {
    display: none;
    font-size: 30px;
    font-weight: 650;
    white-space: nowrap;
    margin: 0px;
}
.extra-quote {
    display: none;
    font-size: 34px;
    font-weight: 650;
    white-space: nowrap;
    margin: 0px;
    color: rgb(242, 247, 26);
}

/* About Us Section */
#about-us {
    margin-bottom: 4rem;
}
.about-text h3 {
    font-family: 'enriqueta', serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 18px;
}
.about-text p {
    font-family: 'barlow', sans-serif;
    font-size: 17px;
}
.justify-pg {
    text-align: justify;
}

#bottom-buttons {
    padding-bottom: 3em;
}
.landing-page-buttons {
    display: flex;
    gap: 3rem;
    justify-content: center;
}
.landing-page-a-button {
    display: inline-block;
    width: 192px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: black;
    padding: 2px;
    font-size: 23px;
    font-family: 'enriqueta', serif;
    font-weight: 700;

    border-image: url('/assets/img/torn-btn-bg.svg') ;
    border-image-repeat: stretch;
    border-image-slice: 22;
    border-image-width: 55px;
    border-image-outset: 8px;

    transition: all 1s ease;
}

.landing-page-a-button:hover {
    background-color: white !important;
    color: black !important;
}


.landing-page-big-button {
    display: flex;
    margin: 3rem 0 3rem 0;
    justify-content: center;
}
.landing-page-big-a-button {
    display: inline-block;
    width: 244px;
    height: 47px;
    text-align: center;
    text-decoration: none;
    color: rgb(104, 170, 251) !important;
    background-color:black;
    padding: 5px;
    font-size: 23px;
    font-family: 'enriqueta', serif;
    font-weight: 700;

    border-image: url('/assets/img/torn-btn-bg.svg') ;
    border-image-repeat: stretch;
    border-image-slice: 22;
    border-image-width: 55px;
    border-image-outset: 8px;

    transition: all 1s ease;
}
.landing-page-big-a-button:hover {
    background-color: rgb(104, 170, 251);
    color: black !important;
}

@media screen and (max-width: 449px) {
    .logo-with-hero {
        display: flex;
        flex-direction: column;
        padding: 0em 0 2em 0 !important;
    }
    .logo-with-hero .logo-text {
        width: 80%;
        align-self: center;
    }
    .logo-with-hero .logo-hero {
        width: 80%;
        align-self: center;
    }
    .logo-text p {
        margin-top: 0em;
        margin-bottom: 0px;
        font-size: 14px;
    }
    .quotes, .extra-quote {
        font-size: 14px;
    }

    .about-text p {
        font-size: 14px;
    }

    .landing-page-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: center;
        align-items: center;
    }
    .landing-page-a-button {
        width: 124px;
        height: 32px;
        padding: 5px;
        font-size: 14px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 6px;
    }

    .landing-page-big-button {
        display: flex;
        margin: 2rem 0 2rem 0;
        justify-content: center;
    }
    .landing-page-big-a-button {
        width: 124px;
        height: 32px;
        padding: 5px;
        font-size: 14px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 6px;
    }
}

@media screen and (min-width: 450px) {
   .logo-with-hero {
        display: flex;
        padding: 0em 0 2em 0 !important;
    }
    .logo-with-hero .logo-text {
        width: 45%;
    }
    .logo-with-hero .logo-hero {
        width: 55%;
    }
    .logo-text p {
        margin-top: 2.8em;
        font-size: 11.5px;
        letter-spacing: -0.2px;
    }
    .quotes, .extra-quote {
        font-size: 12px;
    }

    .about-text p {
        font-size: 15px;
    }

    .landing-page-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }
    .landing-page-a-button {
        width: 124px;
        height: 32px;
        padding: 5px;
        font-size: 14px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 6px;
    }
    
    .landing-page-big-button {
        display: flex;
        margin: 2rem 0 2rem 0;
        justify-content: center;
    }
    .landing-page-big-a-button {
        width: 200px;
        height: 36px;
        padding: 5px;
        font-size: 16px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 6px;
    }
}

@media screen and (min-width: 600px) {
    .logo-with-hero {
        display: flex;
        padding: 1em 0 2em 0 !important;
    }
    .logo-with-hero .logo-text {
        width: 40%;
    }
    .logo-with-hero .logo-hero {
        width: 60%;
    }
    .logo-text p {
        margin-top: 3.4em;
        font-size: 12.5px;
        letter-spacing: -0.3px;
    }
    .quotes, .extra-quote {
        font-size: 18px;
    }

    .about-text p {
        font-size: 16px;
    }

    .landing-page-buttons {
        display: flex;
        gap: 1rem;
        justify-content: center;
    }
    .landing-page-a-button {
        width: 142px;
        height: 38px;
        padding: 2px;
        font-size: 18px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 8px;
    }

    .landing-page-big-button {
        display: flex;
        margin: 2rem 0 2rem 0;
        justify-content: center;
    }
    .landing-page-big-a-button {
        width: 212px;
        height: 44px;
        padding: 5px;
        font-size: 20px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 8px;
    }
}


@media (min-width: 768px) {
    .logo-with-hero {
        display: flex;
        padding: 1em 0 2em 0 !important;
    }
    .logo-with-hero .logo-text {
        width: 38%;
    }
    .logo-with-hero .logo-hero {
        width: 62%;
    }
    .logo-text p {
        margin-top: 4.2em;
        font-size: 14px;
        letter-spacing: -0.4px;
    }
    .quotes, .extra-quote {
        font-size: 24px;
    }

    .about-text p {
        font-size: 17px;
    }

    .landing-page-buttons {
        display: flex;
        gap: 2rem;
        justify-content: center;
    }
    .landing-page-a-button {
        width: 192px;
        height: 38px;
        padding: 2px;
        font-size: 20px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 8px;
    }

    .landing-page-big-button {
        display: flex;
        margin: 3rem 0 3rem 0;
        justify-content: center;
    }
    .landing-page-big-a-button {
        width: 244px;
        height: 47px;
        padding: 5px;
        font-size: 22px;
        border-image-slice: 22;
        border-image-width: 55px;
        border-image-outset: 8px;
    }
}

@media screen and (min-width: 992px) {
    .logo-with-hero {
        display: flex;
        padding: 3em 0 2em 0 !important;
    }
    .logo-with-hero .logo-text {
        width: 40%;
    }
    .logo-with-hero .logo-hero {
        width: 60%;
    }
    .logo-text p {
        margin-top: 4.4em;
        font-size: 16px;
        letter-spacing: -0.4px;
    }
    .quotes, .extra-quote {
        font-size: 28px;
    }

    .landing-page-a-button {
        font-size: 22px;
    }
    .landing-page-big-a-button {
        font-size: 24px;
    }
}