body
{
    background: white;
}

#footer {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 18px;

    background-color: steelblue;
    color: white;
}

.navbar-sidebar-controller {
    display: none;
}

.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);
}

#sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 500px;
}

#content {
    width: 100%;
    height: 100%;
    /**margin-top: 150px;**/
}

#content > a {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
    height: 0;
}

#designer {
    font-size: 0.8rem;
    text-align: center;
}

@media screen and (max-height: 540px){
    #navbar {
        height: 100px;
    }

    #home {
        padding-top: 100px;
    }

    #content > a {
        top: -100px;
    }
}




