
@font-face{
    font-family: uglydave;
    src: url(fonts/uglydave/Ugly-Dave-Alternates-Regular.woff2);
}

@font-face{
    font-family: pixel;
    src: url(fonts/PixelOperator.ttf);
    
}

@font-face{
    font-family: msgothic;
    src: url(fonts/MSGOTHIC.ttf);
}

h2 {
    font-family: uglydave;
    text-transform: uppercase;
    color: #1773b7;
    line-height: 25px;
    font-size: 30px;
    
}

body{
    font-family: msgothic;
    background-image: url(https://64.media.tumblr.com/7e3fa496460a0332339cb2b3ac63d7bc/8f0587a5e3b9dd27-ae/s100x200/f964bb81f7c666a1eff3afe5e0e7b12b64515153.png)
}

img{
    width: 50%;
    height: 50%;
    
}

a{
    color: #135381;
    font-style: italic;
}

a:hover {
    font-size: 105%;
}

figure{
    margin: 5px;
}

figcaption{
    text-align: center;
    line-height: 6px;
}

/* completely hide decorative sidebar on mobile */
@media screen and (max-width: 1080px) {
    .staticDiv {
       visibility: hidden;
    }
}

.centeredStaticBox{
    position: relative;
    margin: auto;
    margin-top: 11px;
    width: 500px;
    height: 600px;
}

/* ^ the box above is sized to be a rough frame of what will fit comfortably on the average computer screen. things can peek out of the box, but shouldnt be fully outside of it, or it'll wind up hidden in the flexbox. /*

/* increase main content div anc center it when sidebar is invisible (mobile) */
@media screen and (max-width: 1080px) {
    .dynamicDiv {
        display: block !important;
        width: 65% !important;
        min-width: 300px;
        margin: auto !important;
        position: static !important;
        
    }
}

.dynamicDiv{
    
    display: inline;
    margin-top: 25px;
    box-sizing: border-box;
    width:50%;
    margin: 5px;
    min-width: 500px;
    right: 25px;;
    position: absolute;
    overflow: hidden;
}

.headerBar{
    color: #ffffff;
    background-color: #1773b7;
    margin: auto;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    align-content: center;
    height: 22px;
}

.footerBar{
    color: #ffffff;
    background-color: #1773b7;
    margin: auto;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: center;
    height: 22px;
    
}

.microTitle{
    color: #ffffff;
    background-color: #1773b7;
    margin: auto;
    box-sizing: border-box;
    overflow: auto;
    width: 100%;
    padding-left: 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    align-content: center;
    height: 22px;
}

.dynamicDivBox{
    border: #143650 solid 2px;
    background-color: #fdf7f7;
    min-height: 600px;
    height: fit-content;
    padding: 5px; 
    padding-bottom: 20px;
    display: flexbox;
}

.dynContentBoxLeft{
    
    margin-top: 10px;
    float: left;
    width: 25%;
    height: fit-content;
   
}

.dynContentBoxRight{
    margin-top: 20px;
    float: right;
    padding-right: 10px;
    width: 70%;
    
}

.navContentBox{
    background-color: #ece4e4;
    border: black double;
    overflow-wrap: anywhere;
    box-sizing: border-box;
    width: 100%;
    padding-left: 8px;
    font-size: 18px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mainContentBox{
    background-color: #ece4e4;
    border: black double;
    overflow-wrap: anywhere;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 12px;
}

.extraContentBox{
    background-color: #ece4e4;
    border: black double;
    overflow-wrap: anywhere;
    margin: auto;
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    padding: 12px;
}

.dynContentBoxExtra{
    box-sizing: border-box;
    position: relative;
    margin-left: 12px;
    margin-top: 420px;
    margin-right: 12px;
    width: 97%;
    
}

.titleFloat{
    border: black double ;
    background-color: #ece4e4;
    margin: auto;
    position: relative;
    width: fit-content;
    min-width: 375px;
    top: 65px;
}

.statusFloat{
    box-sizing: border-box;
    border: black double;
    background-color: #ece4e4;
    position: relative;
    margin: auto;
    width: 120px;
    height: 70px;
    top: 50px;
    right: 160px;
    
}

.decorFloatImg{
    width: fit-content;
}

#imgStar{
    position: absolute;
    width: 251px;
    top: 74px;
    left: -65px;
    transform: rotate(-66deg);
}

#imgStar2{
    position: absolute;
    width: 235px;
    top: 288px;
    left: 401px;
    transform: rotate(-31deg);
     pointer-events: none;
}

#imgSmile{
    position: absolute;
    width: 205px;
    top: 115px;
    left: 389px;
    transform: rotate(19deg);
    pointer-events: none;
}

#imgTape{
    position: absolute;
    width: 177px;
    top: 195px;
    left: 530px;
    transform: rotate(-4deg);
    pointer-events: none;
        
}

#imgTape2{
    position: absolute;
    width: 123px;
    top: 339px;
    left: 427px;
    transform: rotate(-13deg);
    pointer-events: none;
}



#imgFlower{
    position: absolute;
    width: 259px;
    top: 22px;
    left: 3px;
    transform: rotate(-8deg)
}

.changelog{
    box-sizing: border-box;
    width: 125px;
    position: absolute;
    top: 225px;
    left: 91%;
    border: double;
    transform: rotate(4deg)
}

#changelog::-webkit-scrollbar{
    width: 4px;
    
    
}

.enterButton{
   background-color: #ece4e4;
    border: #143650 double;
    border-radius: 30px;
    position: absolute;
    transform: rotate(-3deg);
    justify-items: center;
    width: 180px;
    height: 48px;
    top: 360px;
    left: 312px;
}

.pagedollBox{
    box-sizing: border-box;
    position: absolute;
    top: 139px;
    left: -75%;
    width: 439px;
    height: 202px;
}

#enterButtonText{
    line-height: 2px;
}

#pagedollfillerbox{
    height: 90%;
    box-sizing: border-box;
    border-bottom-left-radius: 15px;
     border-bottom-right-radius: 15px;
}
    