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;
}
.two, .plastic, .delusional, .guns, .tom, .posters, .home, .portfolio, .postersbox, .homebox, .portfoliobox, .twobox, .delusionalbox, .gunsbox, .tombox, .plasticbox {
    position: absolute;
}
.postersbox, .homebox, .portfoliobox, .twobox, .delusionalbox, .gunsbox, .tombox, .plasticbox {
    padding: 0px;
    width: 70%;
    height: 40%;
}
.twobox, .delusionalbox, .gunsbox, .tombox, .plasticbox {
    border: 6px solid black;
    box-shadow: 0.5em -0.5em rgb(0, 217, 255);
}
.twobox, .delusionalbox, .plasticbox, .gunsbox, .tombox {
    background-size: cover;
}
.twobox {
    max-width: 150px;
    max-height: 300px;
}
.twobox {
    background-image: url(thumbnails/four.jpg);
    bottom: 6%;
    right: 6%;
    z-index: 5;
}
.two {
    bottom: -10px;
    right: -6px;
}
.delusionalbox {
    max-width: 220px;
    max-height: 200px;
}
.delusionalbox {
    background-image: url(thumbnails/reality.png);
    top: 10%;
    right: 10%;
    z-index: 10;
}
.delusional {
    bottom: -10px;
    right: -6px;
}
.gunsbox {
    background-image: url(thumbnails/guns.jpg);
    max-width: 150px;
    max-height: 250px;
    top: 10%;
    left:35%;
    z-index: 7;
}
.guns {
    bottom: -10px;
    right: -3px;
}
.tombox {
    background-image: url(thumbnails/tom.jpg);
    max-width: 200px;
    max-height: 200px;
    top: 30%;
    left:40%;
    z-index: 6;
}
.tom {
    bottom: -10px;
    right: -3px;
}
.plasticbox {
    background-image: url(thumbnails/plastic.png) ;
    max-width: 250px;
    max-height: 130px;
    top: 50%;
    left:60%;
    z-index: 5;
}
.plastic {
    bottom: -10px;
    right: -3px;
}
.postersbox, .portfoliobox, .homebox {
    font-size: 1.2rem;
    background-color: white;
}
.postersbox, .portfoliobox {
    border: 3px solid rgb(0, 217, 255);
    box-shadow: 0.3em -0.3em rgb(0, 217, 255);
}
.postersbox {
    -webkit-text-fill-color: rgb(0, 217, 255);
    left: 15%;
    bottom: 13%;
    max-width: 150px;
    max-height: 100px;
    z-index: 3;
}
.posters {
    bottom: -7px;
    left: -2%;
}
.portfoliobox, .homebox {
    border: 3px solid rgb(0, 0, 0);
}
.portfoliobox {
    left: 8%;
    bottom: 10%;
    max-width: 200px;
    max-height: 60px;
    z-index: 2;
}
.portfolio {
    bottom: -7px;
    left: -2%;
}
.homebox {
    left: 5%;
    bottom: 5%;
    max-width: 100px;
    max-height: 200px;
    box-shadow: 0.3em -0.3em black;
}
.home {
    writing-mode: vertical-rl;
    top: -2%;
    left: -8px;
}
.delusionalbox:link, .gunsbox:link, .homebox:link, .plasticbox:link, .portfoliobox:link, .tombox:link, .twobox:link, .delusionalbox:visited, .gunsbox:visited, .homebox:visited, .plasticbox:visited, .portfoliobox:visited, .tombox:visited, .twobox:visited {
    -webkit-text-fill-color: black;
}
.delusionalbox:hover, .gunsbox:hover, .plasticbox:hover, .tombox:hover, .twobox:hover, .portfoliobox:hover {
    border-color: rgb(0, 217, 255);
    -webkit-text-fill-color: rgb(0, 217, 255);
}
.delusionalbox:hover, .gunsbox:hover, .plasticbox:hover, .tombox:hover, .twobox: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) {
    .two, .plastic, .delusional, .guns, .tom, .posters, .home, .portfolio {
        font-size: 50%;
   }
}
@media (min-height: 400px) and (max-height: 549px) {
    .two, .plastic, .delusional, .guns, .tom, .posters, .home, .portfolio {
        font-size: 70%;
   }
}
@media (min-height: 550px) and (max-height: 600px) {
    .two, .plastic, .delusional, .guns, .tom, .posters, .home, .portfolio {
        font-size: 80%;
   }
}
@media (min-width: 768px) and (max-width: 1010px) {
    .two, .plastic, .delusional, .guns, .tom, .posters, .home, .portfolio {
        font-size: 80%;
   }
}
@media (min-width: 479px) and (max-width: 767px) {
    .twobox, .delusionalbox, .gunsbox, .tombox, .plasticbox {
        position: relative;
        width: 40vw;
        max-width: 70vw;
        margin: 20px auto;
        height: 30vh;
        bottom: 0;
        left:10vw;
        display: block;
   }
    .two, .plastic, .delusional, .guns, .tom, .posters, .home, .portfolio {
        font-size: 85%;
   }
    .postersbox, .homebox, .portfoliobox {
        position: relative;
        width: 30vw;
        max-width: 40vw;
        margin: 20px auto;
        height: 20vh;
        bottom: 0;
        right: 0;
        display: block;
   }
}
.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: 55vh;
}
.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;
}
.numbertext {
    color: rgb(0, 217, 255);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
@media (max-width: 480px) {
    .twobox, .delusionalbox, .gunsbox, .tombox, .plasticbox {
        position: relative;
        width: 80%;
        max-width: 80%;
        margin: 20px auto;
        height: 40vh;
        bottom: 0;
        left: 3vw;
        display: block;
   }
    .two, .plastic, .delusional, .guns, .tom, .posters, .home, .portfolio {
        font-size: 70%;
   }
    .postersbox, .homebox, .portfoliobox {
        position: relative;
        width: 25vw;
        max-width: 30vw;
        margin: 20px auto;
        height: 20vh;
        bottom: 0;
        right: 0;
        display: block;
   }
}