/* ----- Navbar Styling ----- */

/*  nav layout */
.topnav-centered {
    float: none;
    position: absolute;
    top: 50%;
}

/* spaces nav img from margin  */
nav img{
    margin-left: 3%;
    padding-top: 0.25%;
    padding-bottom: 0.25%;
}

/* Spaces out from img in nav */
.navbar-title {
    margin-left: 2%;
}

/*  gets rid of the underline for "Audio Art" in nav */
nav > a:hover{
    text-decoration: none;
}

/* Controls footer - static vs. fixed (scrolls)  */
footer{
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-top: 5%;
}
