@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/messycomputer.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-areas:
        "header"
        "main"
        "footer";
    max-width: 750px;
    margin: 0 auto;
    padding-top: 10px;
}

.container a {
    color: cornflowerblue;
}

.container a:hover {
    color: slateblue;
}

.main { 
    grid-area: main;
    display: grid;
    grid-template-columns: 464px 286px;
    grid-template-areas: 
        "resources buttons";
    background-color: whitesmoke;
}

.buttons {
    grid-area: buttons;
    padding: 10px;
    padding-left: 0px;
}

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

.buttonsimgsfriends {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    overflow: auto;
    max-height: 150px;
}

.buttonsimgs {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row wrap;
    overflow: auto;
    max-height: 750px;
}

.buttonsimgsmini {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-flow: row wrap;
    overflow: auto;
    max-height: 250px;
}

.resources {
    grid-area: resources;
    padding: 10px;
}

.resources p {
    margin: 0px;
    font-size: 0.75em;
}

.resources ul {
    margin: 0px;
    margin-right: 5px;
    margin-left: 20px;
    padding: 5px;
    padding-left: 15px;
    list-style-image: url(decor/PIXELS/heart/heartteeny.gif);
    border-left: 1px dotted black;
}

.resources li {
    margin-left: 20px;
}

.resources details {
    padding: 5px;
    padding-left: 15px;
}

.resourcesheader {
    background-image: url(decor/BGS/tile/aesthetics/dots/tinydots.gif);
    border-bottom: 1px solid black;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resourcessubheader {
    background-image: url(decor/BGS/tile/aesthetics/dots/tinydots.gif);
    border: 1px dotted black;
    padding: 5px;
    margin: 5px;
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

.resourcesfooter {
    background-image: url(decor/BGS/tile/aesthetics/dots/tinydots.gif);
    height: 5px;
    border-top: 1px solid black; 
}

.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;  
}

.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;
}

.button {
    width: 88px;
    height: 31px;
    transition: transform 0.25s ease;
}

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

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

.minibutton {
    width: 32px;
    height: 32px;
    transition: transform 0.25s ease;
}

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

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

#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);
}




