/**
 * Fancy SP OGG Footer
 */
footer{
    background-color:#434343;
    color:white;
}

footer .container{
    max-width:800px;
}

footer .row{
    padding:40px 0px;
}

footer .header{
    border-bottom:1px solid white;
}

/* Fancy Footer Menu */

footer .menu{
    text-align:center;
}

footer .menu ul{
    list-style:none;
    padding:0px;
    margin-bottom:0px;
}

footer .menu ul li{
    display:inline-block;
    text-transform:uppercase;
    padding:10px;
    font-weight:bold;
    font-size:15px;
    color:white;
}

@media (max-width: 500px){
    footer .menu ul li{
        display:block;
    }
}

footer nav ul li a{
    text-decoration:none;
    color:white;
}

footer nav ul li a:focus{
    text-decoration:none;
    color:white;
}

footer nav ul li a:hover{
    text-decoration:underline;
    color:white;
}

footer .footer-footer{
    font-size:15px;
}

footer .footer-bottom{
    font-size:13px;
}

footer .footer-bottom a, footer .footer-footer a{
    color:white;
}

footer .footer-bottom a:hover, footer .footer-footer a:hover{
    color:white;
}

footer .footer-bottom a:focus, footer .footer-footer a:focus{
    color:white;
}