.main_img {
    background-image: url(../images/whitejacket.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    min-width: 360px;
    max-width: 1900px;
    height: 80vh;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    /* outline-offset: 4px; */
}

h1 {
   display: none;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
}

#new_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.new_arrivals {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.new_arrivals img {
    margin-top: 10px;
    margin-right: 10px;
    max-height: 300px;
}

.categorys {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.category_1, .category_2, .category_3 {
    display: flex;
    justify-content: center;
}

.cta_cat {
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    color: #757070;
    background-color: #fff;
    border-radius: 5px;
    border-style: solid;
    border-color: #fff;
    border-width: 10px;
    position: absolute;
    font-size: 20px;
    text-align: center;
    margin-top: 60px;
}


@media (min-width: 600px) { 
    .main_img {
        height: 90vh; 
    }

    h1 {
        margin-top: -515px;
        text-align: center;
        width: 500px;
        display: block;

    }

    .button_shop{
        position: absolute;
        margin-left: 100px;
        margin-top: 270px;
        font-size: 40px;
        outline-style: solid;
        outline-offset: 7px;
        outline-width: 2px;
        border-radius: 1px;
        text-transform: uppercase;
        background-color: transparent;
        color: #fff;
    }

}

@media (min-width: 1300px) { 
    .main_img {
        height: 100vh; 
    }
}