@charset "utf-8";

/*

   General styles for the whole site
   Author: Kyle Snyder
   Date:   12/14/24

   Filename: general.css

*/

@font-face {
    font-family: Grenze;
    src: url("Grenze/Grenze-Regular.ttf") format("truetype");
    font-weight: normal;
}


@font-face {
    font-family: Grenze;
    src: url("Grenze/Grenze-Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: "Play Pretend";
    src: url("PlayPretend/PlayPretend.otf") format("opentype");
    font-weight: normal;
}

@font-face {
    font-family: "Blocker";
    src: url("Blocker/Blocker.otf") format("opentype");
    font-weight: normal;
}

html {
    height: 100%;
    background-color: rgb(150, 150, 150);
    color: black;
    font-size: 12px;
    font-family: Grenze, Verdana, Geneva, sans-serif;
    background: url("hexagon-pattern-2657990_1280.png") top left / 20% repeat content-box; /* https://pixabay.com/illustrations/hexagon-pattern-pattern-hexagon-2657990/ I edited it to make it darker*/
}

body {
    margin: 0;
    background-color: rgb(150, 150, 150);
}

a {
}

p {
   font-weight: normal;
}

header {
    width: 100%;
    margin: 0px 0px 0 0px;
    background: linear-gradient(black, rgba(0, 0, 0, 0));
}

 header a #bag_icon {
    position: absolute;
    right: 30px;
    top: 50px;
    width: 5%;
    min-width: 50px;
    max-width: 75px;
}

header > figure {

    width: 100%;
    margin: 0px auto 10px auto;
    display: block;
    align-content: center;
    text-align: center;
}

header img {
    width: 300px;
    margin: 0px auto;
    display: block;
}

header figcaption {
    font-size: 3em;
    font-weight: bold;
    color: white;
}

nav.headernav {
    width: 100%;
    margin: 20px 0 0 0;
    /*border: 1px solid red;*/
}

header > nav {
    
}

nav.headernav ul {
    display: flex;
    flex-flow: row nowrap;
    padding: 0px 20px;
}

nav.headernav ul li {
    flex: 1 1 auto;
    margin: 5px 0px;
    padding: 0;
    /*border: 1px solid red;*/
    text-align: center;
    list-style-type: none;
    font-size: 2em;
    height: 40px;
}

nav.headernav ul li a:active, nav.headernav ul li a:hover {
    background-color: rgb(90, 90, 90);
}

nav.headernav ul li a{
    /*border: 1px solid red;*/
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0 0 0;
    background-color: gray;
    font-weight: bold;
    color: black;
    transition: transform 0.25s linear;
}



nav.headernav ul li a:active,
nav.headernav ul li a:hover {
    transform: scale(1.1);
}















footer {
    height: 180px;
    padding: 0px;
    width: 100%;
    margin: 60px 0 -10px 0;
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    color: black;
}

footer ul {
    list-style-type: none;;
}

footer li:nth-of-type(6) {
    color: black;
}

.footernav {
    
    /*border: 1px solid green;*/
    height: 100%;
    width: 100%;
    padding: 0px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    flex: 1 100%;
    column-gap: 0%;
}

.footernav a, .footernav li {
    color: darkgrey;

}

nav.footernav ul, nav.footernav div {
    /*border: 1px solid blue;*/
    align-items: flex-start;
    max-height: 70%;
    width: 30%;
    font-size: 1.5em;
}

nav.footernav ul:first-of-type {
    justify-items: start;
    padding: 0;
}

nav.footernav ul:nth-of-type(1) li {
    /*border: 1px solid green;*/
    column-gap: 0px;
    line-height: 25px;
}

nav.footernav ul:nth-of-type(2) {
    border: 0px solid red;
    text-align: center;
    align-items: center;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0px;
    width: 15%;
}

nav.footernav ul:nth-of-type(2) li {
    margin: 0px;
    width: 30%;
}


.footernav div {
    align-content: center;
    justify-items: end;
}

.footernav div img {
    width: 40%;
    display: block;
}

li.icons a {
    width: 45%;
    display: inline-block;
    margin: 0;
}

li.icons a:hover,
li.icons a:active {
    transform: scale(1.2);
}

li.icons a:nth-of-type(2) {
    float: right;
    align-items: start;
    height: 30px;
    margin: 5px 0 0 0;
}

li.icons img {
    height: 40px;
    display: block;
    margin: 0px;
}

li.icons a:nth-of-type(2) img {
    height: 30px;
    margin: 0px;
}

li.icons {
    height: 50px;
    width: 70px;
    margin: 0px auto;
}