body {
    padding-top: 60px;
    padding-bottom: 60px;
}

@font-face {
    font-family: "Lato Regular";
    src: url("/static/fonts/Lato-Regular.ttf");
}

.navbar-default .navbar-brand {
    color: white;
}


.navbar-fixed-top .container-fluid {
    background-color: #337ab7;
}

.navbar-fixed-top .navbar-brand p {
    color: white;
}

.navbar-fixed-bottom .container-fluid {
    background-color: white;
    padding-left: 0px;
}

.navbar-fixed-bottom .navbar-left {
    margin-top: -40px;
}

.navbar-fixed-bottom p {
    color: white;
    font-size: small;
    margin-top: 50px;
}

.alert-federa {
    border-radius: 0 !important;
    color: #1c2024;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-left: 4px solid #b50000;
    text-shadow: none;
}
