@font-face {
    font-family: Byte;
    src: url('fonts/byte.ttf');
}

html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

h1 {
    font-family: 'Byte';
    font-size: 1.75em;
    margin: 4px;
    color: white;
    text-shadow: 2px 2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, -2px -2px 0 #000, 2px 0px 0 #000, 0px 2px 0 #000, -2px 0px 0 #000, 0px -2px 0 #000;   
}

h2 {
    font-family: 'Byte';
    font-size: 1.25em;
    font-weight: normal;
    margin: 4px;
    color: black;
     text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff; 
}

h3 {
    font-family: 'Byte';
    font-size: 1em;
    font-weight: normal;
    margin: 2px;
    color: black;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff; 
}

h4 {
    font-family: 'Byte';
    font-size: 1em;
    font-weight: normal;
    margin: 2px;
    color: black;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff; 
}

body {
    font-family: "Byte", ms ui gothic, sans-serif;
    font-size: 1em;
    margin: 0;
    background-color: #D1ECFF;
    background-image: url(decor/BGS/other/windowsxp.png);
    background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: top;
}

p {
    margin: 10px;
    
}

hr.dotted {
    border-top: 1px dotted #000;
    border-bottom: 0;
    margin: 6px;
}

.container {  
    display: grid;
    grid-template-columns: 400px 850px;
    grid-template-areas:
        "leftsidebar main"
        "leftsidebar main"
        "footer footer";
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 10px;
}

.container a {
    color: cornflowerblue;
}

.container a:hover {
    color: slateblue;
}

.leftsidebar {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
}

.main { 
    grid-area: main;
    background-color: whitesmoke;
}

.galleryinfo {
    padding: 11px;
}

.galleryinfotext {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar {
    padding: 5px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.tablinks {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92px;
    height: 30px;
    border: 1px solid black;
    padding: 5px;
    margin: 2px;
    font-family: "Byte", ms ui gothic, sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: black !important;
    text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff; 
    background: linear-gradient(to bottom, white 1%, #ffd3e8 49%, #ffb5d8 51%, white 100%);
    transition: transform .25s ease;
}

.tabcontent {
    
    
}

.gallery {
    background-image: url(decor/BGS/tile/aesthetics/dots/tinydots.gif);
    margin: 10px;
    overflow: auto;
    border: 1px solid black;
    background-color: white;
    height: 831px;
}

.gallerysubheader {
    background-image: url(decor/BGS/tile/aesthetics/dots/tinydots.gif);
    border: 1px dotted black;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    align-items: center;
}

.gallerycontent {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.footer { 
    grid-area: footer;
    background: linear-gradient(to bottom, white 1%, #ffd3e8 49%, #ffb5d8 51%, white 100%);
    border: 1px solid black;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 10px;
}
                    
.boxheader {
    background: linear-gradient(to bottom, white 1%, #ffd3e8 49%, #ffb5d8 51%, white 100%);
    border-bottom: 1px solid black;
    padding: 2px;
    text-align: center;  
}

.charasection {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    grid-gap: 8px;
    padding: 8px;
}

.charasubheader {
    background-image: url(decor/BGS/tile/aesthetics/dots/tinydots.gif);
    border: 1px dotted black;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.charascroll {
    width: auto;
    overflow: auto;
    margin: 5px;
    padding: 0px;
    background-color: white;
    height: 310px;
}

.chara {
    height: 250px;
    width: 250px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px dotted black;
    background-image: url(decor/BGS/tile/aesthetics/dots/tinydots.gif);
}

.charaimg {
    display: block;
    max-height: 240px;
    max-width: 240px;  
}

.charaimg:hover {
    transform: scale(0.95);
}

.charaimg:active {
    transform: scale(0.9);
}

.charaimgblur {
    filter: blur(10px);
    display: block;
    max-height: 240px;
    max-width: 240px;  
}

.charaimgblur:hover {
    transform: scale(0.95);
    filter: blur(0px);
}

.charaimgblur:active {
    transform: scale(0.9);
}

.box {
    background-color: white;
    border: 1px solid black;
}

.boxfooter {
    background: linear-gradient(to bottom, white 1%, #ffd3e8 49%, #ffb5d8 51%, white 100%);
    height: 5px;
    border-top: 1px solid black;
}

#goback {
    position: fixed;
    right: 0px;
    bottom: 0px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    transition: transform 0.25s ease;
}

#goback:hover {
    transform: scale(0.95);
}

#goback:active {
    transform: scale(0.9);
}


.clicky {
    transition: transform 0.25s ease;
}

.clicky:hover {
    transform: scale(0.9);
}

.clicky:active {
    transform: scale(0.8);
}



