/* Typography */
body{
    font-family: Kanit, Arial, Helvetica, sans-serif;
    font-weight: 400;
    background: #e9e9e9;
}
h1{
    font-weight: 400;
    font-size: 64px;
    margin-left: 2rem;
    line-height: 100%;
}
h2{
    font-weight: 500;
    margin-left: 2rem;
}
ul{
    list-style: none;
}

 /* Styles */

 /* Hero */
header{
    display: flex;
    justify-content: space-between;
    height: 68px;
}
.person{
    margin-right: 4.5%;
    display: none;
}
.person p{
    margin: -.75rem 1.5rem 1rem 1rem;
}
.bar{
    margin-left: 2rem;
}
.topLogo{
    width: 182px;
    height: 38px;
    margin: .5rem;
}
.rectangle{
    height: 33px;
    width: 40vw;
    max-width: 80%;
    background-color: #D9D9D9;
    color: #000;
    margin-right: 2rem;
    margin-top: -.8rem;
    text-align: start;
    padding-top: .25rem;
    padding-left: 2rem;
    display: none;
}
nav{
    display: none;
}
.text{
    border: #D9D9D9 3px solid;
    text-align: center;
    height: 38px;
    padding: 0 10px 0 10px;
    margin: 0 0 0 .5rem;
}
.location{
    display: none;
}
.search{
    margin-right: -.5rem;
}
.cart{
    margin-right: 1.5rem;
}
button{
    margin: 1rem 1rem 1rem 1rem;
    cursor: pointer;
    border: none;
    background-color: #e9e9e9;
    height: 18px;
}
.arrow{
    margin-left: 1rem;
}
.hero{
    background-image: url(/img/240211-asw-foamposite-1upTall.jpg);
    background-size: cover;
    background-position: 19%;
    padding: 40rem 1.5rem 1.5rem;
}
.hero-info{
    margin-left: 2rem;
    margin: 2rem 1rem 1rem 2rem;
}
.top-button{
    display: inline-flex;
    justify-content: space-between;
    background-color: #e9e9e9;
    border-radius: 15px;
    height: 43px;
    padding: .5rem 1rem 1rem 1rem;
    margin-left: 1.5rem;
}

/* Categories */
.categories{
    margin-top: 2rem;
    margin-left: 2.5rem;
}
.enter{
    display: inline-flex;
    justify-content: space-around;
    margin-top: 6rem;
}
li{
    display: inline-flex;
}
ul img{
    width: 60%;
    margin-top: 1rem;
}

/* Brands */
.brands h2{
    margin: 2rem 1rem 2rem 2.5rem;
}
.brands img{
    height: 32px;
    margin-top: .75rem;
}
.left-arrow{
    margin-right: -.5rem;
}
.brands .arrow{
    margin-left: -.5rem;
}
.brands-images{
    display: inline-flex;
    justify-content: space-around;
    margin: .5rem 1rem 1rem 1rem;
    gap: 2rem;
}

/* Sneaker Love */
.love{
    margin: 2rem 1rem 2rem 2.5rem;
}
.sneaker .love{
    margin-left: 0rem;
}
.cards{
    display: inline-flex;
    justify-content: space-around;
    margin-left: 0rem;
}
.sneaker{
    margin: 2rem;
}
.sneaker img{
    margin-bottom: 1rem;
}

/* Arrivals */
.shoe-images{
    display: inline-flex;
    justify-content: space-around;
    margin: 0rem 1rem 1rem 1rem;
    gap: .25rem;
}
.shoe-images img{
    height: 64px;
    margin-top: -1rem;
}
.shoes figcaption{
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-top: 1rem;
}
.shoe-images .arrow{
    margin-left: -.75rem;
}

/* Bottom Part Of Website*/
.end{
    background: #d9d9d9;
}
.end p{
    margin-left: 2rem;
}
.end .last{
    background-color: #eeeeee;
    border-radius: 15px;
    text-align: left;
    padding: .75rem 1rem 1rem 1rem;
    margin-top: 1rem;
    width: 93%;
    height: 3rem;
}
.end button {
    background-color: #d9d9d9;
}
.more-info{
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.main-h2{
    margin-top: 1rem;
}
.info{
    font-size: 14px;
    margin: .5rem;
}
.social{
    font-size: 18px;
}
.end i{
    margin: 1rem;
}
.final{
    border-bottom: 2px solid #000;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: .5rem;
    margin-top: 3rem;
    width: 30.5%;
}
.final-service{
    border-bottom: 2px solid #000;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: .5rem;
    margin-top: 1.5rem;
    width: 29%;
}
.final-links{
    border-bottom: 2px solid #000;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: .5rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    width: 19%;
}
footer p{
    font-size: 14px;
    margin-left: 2rem;
    margin: 1rem 1rem 1.5rem 2rem;
}
.price{
    color: #999999;
    display: block;
    padding-right: 7rem;
}
.flag {
    width: 20%;
    margin-left: 2rem;
}

@media screen and (min-width: 800px){
    header{
        height: 120px;
        border-bottom: #D9D9D9 3px solid;
    }
    header button{
        display: inline-flex;
        justify-content: end;
        margin-top: 4rem;
    }
    .person{
        display: inline-flex;
    }
    .rectangle{
        display: inline;
    }
    nav{
        display: flex;
    }
    nav ul{
        gap: 3rem;
        margin: 1rem 0 1rem 1.5rem;
    }
    .location{
        margin-left: 58%;
        display: flex;
        margin-top: 2rem;
    }
    .location p{
        margin: -.6rem 1rem 1rem 1rem;
    }
    .bar{
        display: none;
    }
    .cart{
        margin-left: 20rem;
    }
    .topLogo{
        width: 325px;
        height: 68px;
        margin-left: 4rem;
        margin-top: 1.5rem;
    }

    .hero{
        max-height: 500px;
        background-position: 0rem .05rem;
    }
    h1{
        margin-top: -23%;
        margin-left: 60%;
    }
    .hero-info{
        margin-left: 60%;
        max-width: 540px;
        font-size: 24px;
    }
    .top-button{
        margin-left: 60%;
        margin-top: 3%;
    }

    .categories{
        margin: 2rem 0 1rem 6.5rem;
    }
    .cat-images{
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-left: 4rem;
    }
    .cat-images li{
        margin-bottom: 3rem;
    }
    .enter{
        margin-top: 25%;
        margin-left: 5%;
    }

    .brands{
        margin: 2rem 0 2rem 4rem;
    }
    .brands img{
        width: 10%;
        height: 30%;
    }
    .brands .arrow{
        margin-top: 2%;
    }
    .left-arrow{
        margin-top: 2%;
    }

    .sneakers{
        display: flex;
        margin-left: 4rem;
    }
    .inner{
        margin-right: 15%;
        display: inline-flex;
        height: 60%;
    }
    .inner .cards{
        margin-top: 30%;
        margin-left: 2rem;
    }

    .love{
        margin-left: 6rem;
    }
    .shoes{
        margin-top: -15rem;
    }
    .shoes img{
        width: 60%;
        height: 80%; 
    }
    .shoe figcaption{
        font-size: 16px;
        margin-left: -40%;
        margin-top: 2rem;
    }
    .shoe{
        margin-right: -20%;
    }

    .last-buttons{
        display: flex;
        padding-top: 3rem;
        margin-left: 4rem;
        margin-right: 5rem;
    }
    .more-info{
        display: flex;
        justify-content: space-between;
        margin-left: 4rem;
        margin-right: 14rem;
    }
    .end .last{
        width: 130%;
    }
    .ending{
        display: flex;
        justify-content: space-between;
        margin: 4rem 6rem 5rem 4rem;
    }
    .socials{
        margin-right: 4rem;
    }
    .ending h2{
        width: 15%;
        margin: 1rem;
    }
    footer{
        display: flex;
        margin-left: 1rem;
        justify-content: space-between;
        padding-bottom: 3%;
    }
    .right{
        padding-left: 48%;
    }
}