*, *::after, *::before{
    box-sizing: border-box;
}
body{
    margin: 0px;
    font-family: "Open Sans";
    background-color: #FFF6E9;
}
@font-face{
    font-family: Open Sans;
    src: url(../../Fonts/OpenSans-VariableFont_wdth\,wght.ttf);
}
nav{
    background-color: #BBE2EC;
    padding-top: 1px;
}
#nav-links > ul{
    text-align: center;
    list-style: none;
}
#nav-links > ul > li,
#nav-links > ul > a > li{
    display: inline;
    padding-right: 30px;
    color: rgb(0, 0, 0);
    font-family: "Open Sans";
    font-weight: bold;
}
a{
    text-decoration: none;
}
h1{
    text-align: center;
    padding: 20px;
    font-family: "Open Sans";
}
h2{
    color: black;
}
#tshirt_photo{
    height: 100px;
    padding-right: 40px;
}
#shorts_photo{
    height: 100px;
    padding-right: 40px;
}
#troussers_photo{
    height: 100px;
}
#row{
    display: flex;
    justify-content: center;
    margin-left: 100px;
    margin-right: 100px;
}
.photo_border{
    width: 28vw;
    height: auto;
    background-color:#35b196;
    float: left;
    display:flex;
    border-radius: 17px; 
    margin-right: 15px;
    flex-direction: column;
    text-align: center;
}
.photo_border > ul{
    text-align: left;
}
.photo{
    height: 200px;
    display: block;
    margin: auto;
    margin-top: 17px;
    border-radius: 10px;

}
.clothing_title{
    font-family: "Open Sans";
    
}
.photo_border > a {
    text-decoration: none;
}
.clothing_description{
    font-family: "Open Sans";
}
footer{
    background-color: #BBE2EC;
    padding-bottom: 1px;
    margin-top: 100px;
    text-align: center;
    font-family: "Open Sans";
}
#contact-button{
    text-align: center;
    padding-top: 12vh;
}
#contact-button > a > button{
    height: 12vh;
    width: 27vw;
    border-radius: 10px;
    background-color: #5ca3d3;
}
.buy_button{
    margin-top: 20px;
    margin-bottom: 20px;
    height: 7vh;
    width: 12vw;
}

@media only screen and (max-width: 600px) {
    #row{
        display: block;
        margin: 0;
        
    }
    .photo_border{
        width: 80vw;
        margin: auto;
        left: 50%;
        transform: translate(-50%);
        position: relative;
        margin-bottom: 5vh;
    }
    .buy_button{
        width: 40vw;
        border-radius: 5vw;
        background-color: #5ca3d3;
        color: black;
    }
    #contact-button > a > button{
        width: 45vw;
        height: 7vh;
        margin-top: 4vh;
        color: black;
    }
}

@media only screen and (min-width: 601px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}
