*{
    box-sizing: border-box;
}

body{
    background-color: black;
    grid-column: 1/8;
    grid-row: 1/8;
    margin: 0%;
}

.header{
    color: rgb(40, 175, 175);
    text-align: center;
    font-size: 40px;
}
#cookiebod{
    background-image: url(cookie.jpg);
    background-size: 50%;
    opacity: 1;
    grid-column: 4/6;
}
.text{
    font-size: 19px;
    text-align: left;
    color:rgb(246, 171, 11);
}
.texty{
    font-size: 22px;
    text-align: left;
    color:rgb(246, 11, 156);
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: rgb(0, 0, 0);
}
.store{
    grid-column: 2/8;
    color: rgb(236, 32, 134);
}
.start{
    display: flex;
    flex-direction: column;
    grid-column: 2/4;
    grid-row: 3/5;
    padding-top: 20px;
}
.cookie{
    padding-bottom: 25px;
    grid-column: 2/4;
}
.recipy{
    padding-bottom: 25px;
    grid-column: 6/8;
}
.future{
    display: flex;
    flex-direction: column;
    grid-column: 6/8;
    grid-row: 3/5;
    padding-top: 20px;
    padding-bottom: 20px;
}
#hand{
    grid-column: 3/5;
    grid-row: 2/3;
    height: 100%;
    padding-left: 45px;
}
#creator{
    display: flex;
    flex-direction: column;
    grid-column: 4/6;
    grid-row: 5/6;
    padding-bottom: 50px;
}

#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;
    position: relative;
}
nav img{
    width: 70px;
    height: auto;
    margin-left: 58.145px;
    margin-right: 58.145px;
} 
nav img:hover{
    width: 80px;
}
#monster{
    position: absolute;
    top: 7px;
    display: none;
}

#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;
}
#shopwacky:hover{
    color: rgb(206, 35, 120);
}
@keyframes fade{
    from{opacity: 0;}
    to{opacity: 1;}
}
#shopwacky:hover~#monster{
    display: block;
    animation-name: fade;
    animation-duration: 1.5s;
}
#pokasocks{
    height: 100%;
    width: 100%;
    max-height: 350px;
    grid-column: 4/6;
    margin-bottom: 20px;
}

#greensocks{
    height: 100%;
    width: 100%;
    max-height: 395px;
    max-width: 395px;
}

#trisocks{
    height: 100%;
    width: 100%;
    max-height: 395px;
    max-width: 395px;
}

#wrapper{
    display: grid;
    grid-auto-rows: minmax(0px, auto);
    grid-template-columns: minmax(0px, 1fr) repeat(6, minmax(0, 175px)) minmax(0px, 1fr);
    overflow-y: hidden;
}

#wrapper2{
    grid-column: 2/8;
    grid-row: 5/7; 
    display: flex;
    justify-content: space-evenly;
    margin-bottom:25px ;
}
#wrapper3{
    grid-column:1/-1;
    grid-row: 2/4;
    display: flex;
    justify-content: space-around;
}
#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;
}
.socks:hover{
    margin-left: 10px;
    margin-bottom: 5px;
}

#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;
}

#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%;
}


@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: 100%;
    width: auto;
    margin-top: 25px;
    align-items: center;
    justify-content: center;
    grid-column: 3/-1;
}
#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;
}
#hand{
    display: none;
}
.start{
    grid-column: 2/8;
    grid-row: 2/4;
    margin-left: 10px;
}
.future{
    grid-column: 2/8;
    grid-row:4/6;
    margin-left: 10px;
}
#creator{
    grid-column: 2/8;
    grid-row:6/8;
    margin-left: 10px;
}
#cookiebod{
    background-image: none;
}
.cookie{
    padding-left: 15px;
    padding-bottom: 25px;
    grid-column: 2/8;
}
.recipy{
    padding-left: 15px;
    padding-bottom: 25px;
    grid-column: 2/8;
}
}