body {
    background-image: url(thumbnails/grid.jpg);
    background-position: top;
    background-repeat: repeat;
    font-family: 'Days One', sans-serif;
    font-size: 30px;
    overflow-x: hidden;
}
.hello, .space, .reality, .zines, .portfolio, .home, .hellobox, .spacebox, .realitybox, .zinesbox, .portfoliobox, .homebox {
    position: absolute;
}
.hellobox, .spacebox, .realitybox, .zinesbox, .portfoliobox, .homebox {
    padding: 0px;
    width: 70%;
    height: 50%;
}
.hellobox, .spacebox, .realitybox {
    border: 6px solid black;
    box-shadow: 0.5em -0.5em rgb(0, 217, 255);
}
.hellobox, .spacebox, .realitybox {
    background-size: cover;
}
.spacebox {
    max-width: 15vw;
    max-height: 50vh;
}
.spacebox {
    background-image: url(thumbnails/emptyspace.jpg);
    bottom: 20%;
    right: 6%;
    z-index: 10;
}
.space {
    bottom: -10px;
    right: -6px;
}
.realitybox {
    max-width: 25vw;
    max-height: 40vh;
}
.realitybox {
    background-image: url(thumbnails/reality.png);
    bottom: 10%;
    right: 20%;
    z-index: 6;
}
.reality {
    bottom: -10px;
    right: -6px;
}
.hellobox {
    max-width: 15vw;
    max-height: 30vh;
}
.hellobox {
    background-image: url(thumbnails/hello.jpg);
    top: 13%;
    left: 20%;
    z-index: 14;
}
.hello {
    bottom: -10px;
    right: -6px;
}
.zinesbox, .portfoliobox, .homebox {
    font-size: 1.2rem;
    background-color: white;
}
.zinesbox, .portfoliobox {
    border: 3px solid rgb(0, 217, 255);
    box-shadow: 0.3em -0.3em rgb(0, 217, 255);
}
.zinesbox {
    -webkit-text-fill-color: rgb(0, 217, 255);
    left: 14%;
    bottom: 15%;
    max-width: 5vw;
    max-height: 10vh;
    z-index: 3;
}
.zines {
    bottom: -7px;
    left: -2%;
}
.portfoliobox, .homebox {
    border: 3px solid rgb(0, 0, 0);
}
.portfoliobox {
    left: 8%;
    bottom: 10%;
    max-width: 10vw;
    max-height: 5vh;
    z-index: 2;
}
.portfolio {
    bottom: -7px;
    left: -2%;
}
.homebox {
    left: 5%;
    bottom: 5%;
    max-width: 5vw;
    max-height: 20vh;
    box-shadow: 0.3em -0.3em black;
}
.home {
    writing-mode: vertical-rl;
    top: -2%;
    left: -8px;
}
.galeriaall {
    display: none;
    position: fixed;
    z-index: 99;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
   ;
}
.galeriacontent {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 105vh;
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.slides {
    display: none;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
    background-color: rgb(0, 217, 255);
}
.numbertext {
    color: rgb(0, 217, 255);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.hellobox:link, .spacebox:link, .realitybox:link, .zinesbox:link, .portfoliobox:link, .portfoliobox:visited, .homebox:link, .hellobox:visited, .spacebox:visited, .realitybox:visited, .zinesbox:visited, .homebox:visited {
    -webkit-text-fill-color: black;
}
.realitybox:hover, .hellobox:hover, .spacebox:hover, .portfoliobox:hover {
    border-color: rgb(0, 217, 255);
    -webkit-text-fill-color: rgb(0, 217, 255);
}
.realitybox:hover, .hellobox:hover, .spacebox:hover {
    box-shadow: 1em -1em rgb(0, 217, 255);
}
.portfoliobox:hover {
    box-shadow: 0.7em -0.7em rgb(0, 217, 255);
}
.homebox:hover {
    border-color: rgb(238, 255, 0);
    -webkit-text-fill-color: rgb(238, 255, 0);
    box-shadow: 0.7em -0.7em rgb(238, 255, 0);
}
@media (max-height: 399px) {
    .hello, .space, .reality, .zines, .portfolio, .home {
        font-size: 50%;
   }
}
@media (min-height: 400px) and (max-height: 549px) {
    .hello, .space, .reality, .zines, .portfolio, .home {
        font-size: 70%;
   }
}
@media (min-height: 550px) and (max-height: 600px) {
    .hello, .space, .reality, .zines, .portfolio, .home {
        font-size: 80%;
   }
}
@media (min-width: 768px) and (max-width: 1010px) {
    .hello, .space, .reality, .zines, .portfolio, .home {
        font-size: 80%;
   }
}
@media (min-width: 479px) and (max-width: 767px) {
    .hellobox, .spacebox, .realitybox {
        position: relative;
        width: 50vw;
        max-width: 60vw;
        margin: 20px auto;
        height: 30vh;
        bottom: 0;
        right: 0;
        display: block;
   }
    .hello, .space, .reality, .zines, .portfolio, .home {
        font-size: 85%;
   }
    .zinesbox, .portfoliobox, .homebox {
        position: relative;
        width: 30vw;
        max-width: 40vw;
        margin-top: 5%;
        height: 20vh;
        bottom: 0;
        right: 0;
        display: block;
   }
}
@media (max-width: 480px) {
    .hellobox, .spacebox, .realitybox {
        position: relative;
        width: 40vw;
        max-width: 60vw;
        margin: 20px auto;
        height: 30vh;
        bottom: 0;
        right: 0;
        display: block;
   }
    .hello, .space, .reality, .zines, .portfolio, .home {
        font-size: 70%;
   }
    .zinesbox, .portfoliobox, .homebox {
        position: relative;
        width: 30vw;
        max-width: 40vw;
        margin-top: 5%;
        height: 20vh;
        bottom: 0;
        right: 0;
        display: block;
   }
    .brandbox {
        margin-top: 130%;
   }
}
