*{
    box-sizing: border-box;
}

body{
    background-color: black;
    grid-column: 1/8;
    grid-row: 1/8;
    margin: 0%;
}
#main-nav{
    color: rgb(236, 32, 134);
    text-align-last: center;
    font-size: 50px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(132, 172, 52);
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    background-color: black;
    padding: 0 0px;
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    grid-column: 1/-1;
    grid-row: 1/2;
}
nav img{
    width: 70px;
    height: auto;
    margin-left: 58.145px;
    margin-right: 58.145px;
} 
#shopwacky{
    background-color: rgb(132, 172, 52);
    color: black;
    border-radius: 75px;
    padding: 5px 10px;
    font-size: 25px;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    text-decoration: none;
    max-height: 50px;
    max-width: 200px;
}
#pokasocks{
    height: 100%;
    width: 100%;
    max-height: 350px;
    grid-column: 4/6;
    margin-bottom: 20px;
}
#wrapper3{
    grid-column:1/-1;
    grid-row: 2/4;
    display: flex;
    justify-content: space-around;
}
#greensocks{
    height: 100%;
    width: 100%;
    max-height: 395px;
    max-width: 395px;
}

#trisocks{
    height: 100%;
    width: 100%;
    max-height: 395px;
    max-width: 395px;
}

#wrapper2{
    grid-column: 2/8;
    grid-row: 5/7; 
    display: flex;
    justify-content: space-evenly;
    margin-bottom:25px ;
}
#longsocks{
    height: 100%;
    max-height: 100%;
    min-width: 370px;
    background-image: url(longsocks.jpg);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    margin-right: -17px;
}
.socks{
    text-decoration: none;
    color: rgb(206, 35, 120);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgb(132, 172, 52);
    height: max-content;
}

#shortsocks{
    height: 330px;
    max-height: 315px;
    min-width: 360px;
    background-image: url(shortsocks.jpg);
    background-repeat: no-repeat;
    font-size: 40px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 900;
    display: flex;
    justify-content: center;
}
footer{
    background-color: rgb(132, 172, 52);
    display: flex;
    grid-column: 1/-1;
    grid-row: 8/8;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    font-weight: bolder;
    text-align: center;
    font-size: large;
}
#about{
    color: black;
}
#logo2{
    background-image: url(logo.jpg);
    max-height: 75px;
    max-width: 75px;
    margin-left: 4px;
}
#aboutus{
    text-decoration: underline;
    color: black;
    padding-bottom: 0%;
    margin-bottom: 0%;
}
#wrapper{
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
}

@media only screen and (max-width: 850px){
    #wrapper{
        grid-auto-rows: minmax(0px, auto);
        grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 150px)) minmax(0px, 1fr);
    }
}

@media only screen and (max-width: 768px){
#pokasocks{
    height: 165px;
    width: auto;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
}
#wrapper3{
    display: none;
}
#wrapper2{
    flex-direction: column;
    align-items: center;
    justify-content:center ;
    margin-right: 0;
}
#longsocks{
    height: fit-content;
    width: fit-content;
    background-image: none;
    background-color: aqua;
    display: block;
    margin: 0%;
    text-align: center;
}
#shortsocks{
    height: fit-content;
    width: fit-content;
    background-image: none;
    background-color: aqua;
    margin: 25px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    text-align: center;
}
nav img{
    margin: 0;
}
#wacky{
    font-size: 75%;
    text-align: center;
}
nav{
    flex-direction: column;
}
}