html {
    cursor: url('../images/cursor.png'), auto;
}

.press-start-2p-regular {
    font-family: "Press Start 2P", system-ui;
    font-weight: 400;
    font-style: normal;
}

.architects-daughter-regular {
    font-family: "Architects Daughter", cursive;
    font-weight: 400;
    font-style: normal;
}

a {
    font-family: "Press Start 2P", system-ui;
    font-size: 18px;
}

a:link {
    transition: 0.6s;
    color: rgb(113, 91, 239)
}

a:visited {
    transition: 0.6s;
    color: rgb(168, 91, 239)
}

a:hover {
    color: rgb(175, 218, 255);
    place-items: center;

    font-size: 19px;
    transition: 0.6s;
    text-shadow: rgb(141, 2, 169) 0px 0px 15px;
    text-shadow: rgb(94, 29, 206) 0px 0px 15px;
    cursor: url('../images/select.png'), auto;
}

h1 {
    font-family: "Press Start 2P", system-ui;
    color: rgb(180, 133, 224);
    /* text-shadow: rgb(122, 85, 187) 0px 0px 15px; */
    font-size: 30px;

    animation-timing-function: ease-in-out;
    animation-name: h1Change;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes h1Change {
    from {
        text-shadow: rgb(97, 62, 255) 0px 0px 20px;
    }

    to {
        text-shadow: rgb(156, 75, 255) 0px 0px 20px;
    }
}

h2 {
    font-family: "Press Start 2P", system-ui;
    color: rgb(158, 115, 199);
    font-size: 20px;
    padding-top: 6px;
}

h3 {
    font-family: "Press Start 2P", system-ui;
    color: rgb(103, 100, 193);
    font-size: 17px;
    padding-top: 6px;
}

h4 {
    margin-top: 10px;
    font-family: "Architects Daughter", cursive;
    font-weight: bolder;
    font-size: 30px;
    color: rgb(167, 90, 238);
}

p {
    font-family: "Architects Daughter", cursive;
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.4;
}

.red {
    animation-timing-function: linear;
    animation-name: redChange;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    font-weight: bolder;
}

@keyframes redChange {
    from {
        color: rgb(255, 140, 140);
        text-shadow: rgb(255, 97, 97) 0px 0px 10px;
    }

    to {
        color: red;
        text-shadow: rgb(59, 0, 0) 0px 0px 15px;
    }
}

.link {
    font-family: "Architects Daughter", cursive;
    margin-top: 20px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.4;
}


.link:link {
    transition: 0.1s;
    color: rgb(131, 203, 239)
}

.link:visited {
    transition: 0.1s;
    color: rgb(134, 100, 213)
}

.link:hover {
    font-size: 20px;
    transition: 0.4s;
    color: rgb(161, 192, 219);
}

body {
    background-image: url('../images/omori_background.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* height: 100vh; */
    padding: 30px;
    /* margin:0; */
}

.footer_container {
    display: grid;
    grid-template-columns: auto auto;
    grid-template-areas: "footer_l footer_r";
    background-color: black;
    outline: 2px solid black;
    border: 4px solid white;
    color: white;
    font-family: "Architects Daughter", cursive;
    font-size: larger;
    margin-top: 30px;
}

.footer_l {
    grid-area: footer_l;
    padding: 20px;
    text-align: left;
}

.footer_r {
    grid-area: footer_r;
    padding: 20px;
    text-align: right;
}

/* footer {
    margin: ;
} */

.header_container {
    display: grid;
    grid-template-columns: 200px 860px 130px 50px 130px;
    grid-template-areas: "home blank gallery blank2 to_do";
    /* margin: 2%; */
    font-family: "Press Start 2P", system-ui;
    font-size: large;
    background-color: black;
    outline: 2px solid black;
    border: 4px solid white;
    color: white;
    /* padding: 20px; */
    margin-bottom: 20px;
}


.home {
    grid-area: home;
    text-align: left;
    padding: 20px;
}

.gallery {
    grid-area: gallery;
    text-align: right;
    padding: 20px;
}

.to_do {
    grid-area: to_do;
    text-align: right;
    padding: 20px;
}

.blank {
    grid-area: blank;
    float: initial;
    margin-left: 50px;
    margin-top: 8px;
}

.titleCard {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    outline: 2px dashed black;
    border: 2px dashed white;
    width: "94%";
}

#fade_zero {
    animation-timing-function: ease-in;
    animation-name: fade;
    animation-duration: 0.2s;
}

#fade_one {
    animation-timing-function: ease-in;
    animation-name: fade;
    animation-duration: 0.5s;
}

#fade_two {
    animation-timing-function: ease-in;
    animation-name: fade;
    animation-duration: 1s;
}

#fade_three {
    animation-timing-function: ease-in;
    animation-name: fade;
    animation-duration: 1.5s;
}

#fade_four {
    animation-timing-function: ease-in;
    animation-name: fade;
    animation-duration: 2s;
}

@keyframes fade {
    from {
        opacity: 0%;
    }

    to {
        opacity: 100%;
    }
}

.home_container {
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 200px 200px;
    grid-template-areas: "map_area, test"
        "pluto_spaceway pluto_info";
    /* margin: 2%; */
    font-family: "Press Start 2P", system-ui;
    font-size: large;
    /* background-color: black;
    outline: 2px solid black;
    border: 4px solid white; */
    color: white;
    padding: 20px;
}

.upper_home_grid {
    /* height: 60%; */
    display: grid;
    grid-template-columns: auto;
    margin-top: 30px;
    /* padding: 2% 2% 0% 2%;             */
}

.lower_home_grid {
    /* height: 50%; */
    margin-top: 30px;
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-gap: 30px;
    /* padding: 2% 2% 0% 2%;             */
}

.panel {
    background-color: black;
    outline: 2px solid black;
    border: 4px solid white;
    color: white;
}

.home_map_grid {
    /* height: 94%; */
    display: grid;
    grid-template-columns: 4fr 5.8fr;
    grid-gap: 20px;
    padding: 10px;
}

.panel_info {
    border: 0px solid white;
}

.pluto_spaceline_grid {
    /* height: 94%; */
    display: grid;
    grid-template-columns: 35fr 65fr;
    grid-gap: 20px;
    padding: 10px;
}

.pluto_grid {
    /* height: 94%; */
    display: grid;
    grid-template-columns: 40fr auto;
    grid-gap: 20px;
    padding: 10px;
}

.quote {
    color: rgb(250, 250, 161);
    font-style: italic;
    font-weight: bold;
    text-shadow: rgb(238, 255, 0) 0px 0px 5px;
}

#blue {
    color: rgb(193, 202, 255);
    font-style: italic;
    font-weight: bold;
    text-shadow: rgb(46, 0, 211) 0px 0px 5px;

    animation-timing-function: ease-in-out;
    animation-name: blueChange;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes blueChange {
    from {
        color: rgb(193, 202, 255);
        text-shadow: rgb(159, 132, 255) 0px 0px 20px;
    }

    to {
        color: rgb(135, 139, 255);
        text-shadow: rgb(82, 34, 255) 0px 0px 10px;
    }
}

#bagel_toast:hover {
    content: url(../images/basil_expression.gif);
    cursor: url('../images/select.png'), auto;
}

#aubrey_toast:hover {
    content: url(../images/aubrey_expression.gif);
    cursor: url('../images/select.png'), auto;
}

#omori_toast:hover {
    content: url(../images/omori_expression.gif);
    cursor: url('../images/select.png'), auto;
}

#hero_toast:hover {
    content: url(../images/hero_expression.gif);
    cursor: url('../images/select.png'), auto;
}

#kel_toast:hover {
    content: url(../images/kel_expression.gif);
    cursor: url('../images/select.png'), auto;
}

#aubrey_toast:active {
    content: url(../images/aurbrey_click.gif);
    cursor: url('../images/select.png'), auto;
}

#bagel_toast:active {
    content: url(../images/basil_click2.gif);
    cursor: url('../images/select.png'), auto;
}

#omori_toast:active {
    content: url(../images/omori_click.gif);
    cursor: url('../images/select.png'), auto;
}

#kel_toast:active {
    content: url(../images/click.gif);
    cursor: url('../images/select.png'), auto;
}

#hero_toast:active {
    content: url(../images/click.gif);
    cursor: url('../images/select.png'), auto;
}

.logo {
    height: 20px;
}

#light {
    height: 100px;
    margin-top: -160px;
    margin-left: -13px;
    margin-right: -13px;
}

.explore_upper_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    grid-gap: 30px;
}

.location_grid {
    display: grid;
    grid-template-columns: 3fr 7fr;
    grid-gap: 20px;
    padding: 10px;
    background-color: black;
    place-items: center;
    outline: 2px solid black;
    border: 4px solid white;
    color: white;
}

.explore_lower_box {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 60px;
    grid-gap: 30px;
}

.explore_grid_left {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-gap: 20px;
    padding: 10px;
    background-color: black;
    outline: 2px solid black;
    border: 4px solid white;
    color: white;
}

.explore_grid_right {
    display: grid;
    grid-template-columns: 7fr 4fr;
    grid-gap: 20px;
    padding: 10px;
    background-color: black;
    outline: 2px solid black;
    border: 4px solid white;
    color: white;
}

#shake:hover {
    animation: shake 0.5s;
    cursor: url('../images/select.png'), auto;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.album_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    margin-top: 30px;
    grid-gap: 30px;
}

.album_text {
    padding: 10px;
    background-color: black;

    outline: 2px solid black;
    border: 4px solid white;
    color: white;
    margin-top: -20px;
}

.album_image {
    padding: 0px;
}

.image_size {
    width: 444px;
    border: 4px solid white;
    outline: 2px solid black;
    margin-top: 20px;
    object-position: center;
}


