* {
    margin: 0;
    padding: 0;
    font-family: monospace;
}

.mobileWarning {
    display: none;
}

@media (pointer: coarse) {
    .mobileWarning {
        display: flex !important;
        width: 120%;
        height: fit-content;
        position: absolute;
        top: 50%;
        font-size: 200%;
        background-color: red;
        color: white;
        font-weight: bold;
        padding: 10% 0;
        border-top: white 2px solid;
        border-bottom: white 2px solid;
        justify-content: center;
        z-index: 8;
    }
}

body {
    background-image: url(/resources/background.png);
}

#box {
    width: 1000px;
    height: 800px;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#backdrop {
    width: 1000px;
    height: 800px;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #a7a7a7; 
    border: 4px outset;
    border-radius: 20px;
    z-index: 1;
}

#header {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

#logoBox {
    width: 30%;
    height: 25%;
    position: absolute;
    top: 10%;
    left: 16.5%;
    transform: translate(-50%, -50%);
    background-color: #c0c0c0; 
    border: 4px outset;
    border-radius: 20px;
    text-align: center;
    padding: 15px 15px;
    z-index: 3;
    box-shadow: 2px 2px 2px;
}

#logoBox a {
    font-size: 50px;
    border: 4px inset;
    border-radius: 15px;
    padding: 0 10px 5px 10px;
    background-color: white;
    height: 60px;
    text-decoration: none;
    font-weight: bolder;
    color: black;
    box-shadow: 2px 2px 2px inset;
}

#logoBox a:visited {
    color: black;
    text-decoration: none;
}

#buttonBox {
    width: 70%;
    height: 25%;
    position: absolute;
    top: 15%;
    left: 66%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.hButton {
    float: right;
    z-index: 3;
}

.hButtonCurrent {
    float: right;
    z-index: 3;
}

.hButton button {
    height: 800px;
    width: 200px;
    margin: 7px;
    margin-top: -8px;
    background-color: #c0c0c0; 
    border: 4px outset;
    border-radius: 20px;
    z-index: 4;
    box-shadow: 2px 2px 2px;
}

.hButtonText {
    font-size: 35px;
    margin-top: -395px;
    font-weight: bolder;
}

.hButton button:hover {
    cursor: pointer;
    background-color: #cdcdcd;
    margin-top: -15px;
}

.hButtonCurrent button {
    height: 800px;
    width: 200px;
    margin: 7px;
    margin-top: -15px;
    background-color: #cdcdcd; 
    border: 4px outset;
    border-radius: 20px;
    z-index: 4;
    box-shadow: 2px 2px 2px;
}

.hButtonCurrent button:hover {
    cursor: pointer;
    background-color: #dadada;
    margin-top: -20px;
}

#backPlate {
    width: 1050px;
    height: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #cdcdcd; 
    border: 4px outset;
    border-radius: 20px;
    z-index: 4;
    display: flex;
    box-shadow: 2px 2px 2px;
}

#bigBox {
    margin: 25px 0 20px 25px;
    width: 750px;
    height: 705px;
    float: left;
    display: flex;
    flex-direction: column;
    z-index: 5;
}

#titleBox {
    width: 758px;
    height: 106px;
    padding: 35px;
    border: 4px inset;
    margin-bottom: 11px;
    background-color: black;
    box-sizing: border-box;
}

#titleBox h1 {
    color: white;
    font-size: 20px;
}

#littleBox {
    margin: 25px;
    width: 250px;
    height: 700px;
    float: right;
    display: flex;
    flex-direction: column;
    z-index: 5;
}

#pictureBox {
    width: 750px;
    height: 500px;
    border: 4px inset;
}

#downloadBox {
    margin: 25px 0 0 0;
    width: 757px;
    height: 75px;
    color: slategray;
}

#noteBox {
    padding: 10px 0 0 30px;
    width: 400px;
    height: 50px;
}

#noteBox p {
    font-size: large;
    text-wrap: wrap;
}

#downloadButton {
    margin-top: -60px;
    float: right;
    height: 60px;
    width: 300px;
    border: 4px outset;
}

#downloadButton:hover {
    cursor: pointer;
}

#downloadButton p {
    color: rgb(77, 86, 95);
    font-size: 30px;
    font-weight: bold;
}

#teensyBox {
    background: black;
    width: 235px;
    height: 302px;
    border: 4px inset;
    margin-bottom: 16px;
    overflow-y: scroll;
    padding: 10px;
    box-sizing: border-box;
}

#teensyBox p {
    color: white;
    font-size: 20px;
}

#tinyBox {
    background-color: black;
    width: 235px;
    height: 302px;
    border: 4px inset;
    margin-bottom: 20px;
    overflow-y: scroll;
    padding: 10px;
    box-sizing: border-box;
}

#tinyBox p {
    color: white;
    font-size: 20px;
}

#navBox {
    margin-top: 9px;
    width: 220px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#navBox2 {
    padding: 0;
    width: 200px;
    height: 50px;
    margin: 2px 0 0 12px;
    display: flex;
    flex-direction: row;
}

.navButtonLeft {
    position: static;
    float: left;
    height: 50px;
    width: 75px;
    border: 4px outset;
    box-sizing: border-box;
}

.navButtonLeft:hover {
    cursor: pointer;
}

.navButtonRight {
    position: static;
    float: right;
    height: 50px;
    width: 75px;
    border: 4px outset;
    box-sizing: border-box;
}

.navButtonRight:hover {
    cursor: pointer;
}

#pageNumBox {
    position: static;
    text-align: center;
    margin-top: 17px;
    font-size: 15px;
    width: 50px;
    height: 50px;
    color: slategray;
}

.navButtonOff {
    position: static;
    float: left;
    height: 50px;
    width: 75px;
    border: 4px inset;
    box-sizing: border-box;
    background-color: #a7a7a7;
}

.navButtonOff:hover {
    cursor: auto;
    background-color: #a7a7a7;
}

/*  

#a7a7a7 - 1
#b4b4b4 - 2
#c0c0c0 - 3
#cdcdcd - 4
#dadada - 5

*/