﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: pixelFont;
    src: url("/ADDSBP__.TTF");
}

@font-face {
    font-family: pixelCursive;
    src: url("/VeniceClassic.ttf")
}

body {
    color: black;
    background-image: url("/flowery_background.jpg");
    background-repeat: repeat;
}

p, li {
    margin: 20px 20px;
    font-family: pixelCursive, Arial;
    color: #377036;
    font-size: 18px;
}

h1, h2, h3 {
    margin: 20px 20px;
    font-family: pixelCursive, Arial;
    color: #24d4c4;
}

.teabag{
    height: 100px;
}

hr {
    margin: 10px 10px;
    border-top: 10px;
    background-color: darkseagreen;
    border-color: darkseagreen;
}

.pic{
    height: 200px;
    margin: 20px 20px;
}

.picscontainer{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.titleimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.button-sonic {
    background-image: url("/sign.png");
    padding: 0px;
    width: 96px;
    height: 60px;
    background-size: cover;
    color: black;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.sonic-sprite {
    visibility: hidden;
    background-image: url("/sonic-ready.gif");
    width: 48px;
    height: 48px;
    margin: 20px 10px;
}

.page {
    width: 900px;
    margin: 0 auto;
    min-height: 1050px;
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 150px;
}

.sidebar {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 700px;
    width: 20%;
    /*background-color: #F5CF8E;*/
}

.content {
    float: left;
    min-height: 700px;
    width: 80%;
    background-color: #F5CF8E;
}

.footer {
    clear: both;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.button-container {
    display: flex;
    flex-direction: row;
}

.sonics-container {
    display: flex;
    flex-direction: column;
    justify-self: flex-start;
}

.button8831{
    height: 31px;
    width: 88px;
    margin: 5px;
}

.entrance {
    background-image: url("/door_closed.png");
    width: 117px;
    height: 160px;
    margin: auto;
}

.entrance:hover {
    background-image: url("/door_open.png");
    width: 117px;
    height: 186px;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0%, 100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(80px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

    .snowflake:nth-of-type(0) {
        left: 1%;
        -webkit-animation-delay: 0s, 0s;
        animation-delay: 0s, 0s
    }

    .snowflake:nth-of-type(1) {
        left: 10%;
        -webkit-animation-delay: 1s, 1s;
        animation-delay: 1s, 1s
    }

    .snowflake:nth-of-type(2) {
        left: 20%;
        -webkit-animation-delay: 6s, .5s;
        animation-delay: 6s, .5s
    }

    .snowflake:nth-of-type(3) {
        left: 30%;
        -webkit-animation-delay: 4s, 2s;
        animation-delay: 4s, 2s
    }

    .snowflake:nth-of-type(4) {
        left: 40%;
        -webkit-animation-delay: 2s, 2s;
        animation-delay: 2s, 2s
    }

    .snowflake:nth-of-type(5) {
        left: 50%;
        -webkit-animation-delay: 8s, 3s;
        animation-delay: 8s, 3s
    }

    .snowflake:nth-of-type(6) {
        left: 60%;
        -webkit-animation-delay: 6s, 2s;
        animation-delay: 6s, 2s
    }

    .snowflake:nth-of-type(7) {
        left: 70%;
        -webkit-animation-delay: 2.5s, 1s;
        animation-delay: 2.5s, 1s
    }

    .snowflake:nth-of-type(8) {
        left: 80%;
        -webkit-animation-delay: 1s, 0s;
        animation-delay: 1s, 0s
    }

    .snowflake:nth-of-type(9) {
        left: 90%;
        -webkit-animation-delay: 3s, 1.5s;
        animation-delay: 3s, 1.5s
    }

    .snowflake:nth-of-type(10) {
        left: 25%;
        -webkit-animation-delay: 2s, 0s;
        animation-delay: 2s, 0s
    }

    .snowflake:nth-of-type(11) {
        left: 65%;
        -webkit-animation-delay: 4s, 2.5s;
        animation-delay: 4s, 2.5s
    }