body
{
    background: white;
}

#footer {
    height: auto;
    min-height: auto;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;

    background-color: white;
    color: #2D2D2D;;

    /*background-color: #2D2D2D;*/
    /*color: #70ab25;*/
    opacity: 0;
}

#footer.animation {
    animation-fill-mode: forwards;
    animation-duration: 1000ms; /* the duration of the animation */
    animation-timing-function: ease-out; /* how the animation will behave */
    animation-delay: 2000ms; /* how long to delay the animation from starting */
    animation-iteration-count: 1; /* how many times the animation will play */
    animation-name: fadein; /* the name of the animation we defined above */
}

.navbar-top {
    background-color: transparent;

    box-shadow: rgb(169,171,174) 0 0 0 0;
    -webkit-box-shadow: rgb(169,171,174) 0 0 0 0;
    -moz-box-shadow: rgb(169,171,174) 0 0 0 0;
    -o-box-shadow: rgb(169,171,174) 0 0 0 0;
}

.navbar-top {

    fill: rgb(169,171,174);
    color: rgb(169,171,174);
}

#nav-bar-animation-bar {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 100px;
    width: 10px;
    height: 100vh;
    z-index: 100;
    padding-bottom: 100vh;
}

#nav-bar-animation-bar-canvas {
    width: 100%;
    height: 100%;
}

#nav-bar-animation-bar {
    animation-fill-mode: forwards;
    animation-duration: 500ms; /* the duration of the animation */
    animation-timing-function: linear; /* how the animation will behave */
    animation-delay: 1250ms; /* how long to delay the animation from starting */
    animation-iteration-count: 1; /* how many times the animation will play */
    animation-name: fadein; /* the name of the animation we defined above */
}

#content {
    width: calc(100vw - 100px);
    min-height: 100vh;
    display: inline-block;
    /*overflow-x: visible;*/
    /*overflow-y: hidden;*/
    white-space: nowrap;
    margin-left: 100px;

}

#content > a {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
    height: 0;
}

#designer {
    font-size: 0.8rem;
    text-align: center;
}

#loadscreen {
    background-color: #ffffff;
}

@media screen and (max-height: 540px){



}




