/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 80px;
    padding-bottom: 20px;
    color: #333436 !important;
}

nav .navbar-nav li a {
    color: #333436 !important;
}

a.nav-link:hover {
    color: #E10707 !important;
}

#topheader .navbar-nav li.active > a {
    color: #E10707 !important;
    border-bottom: 2px solid black;
    border-color: #E10707;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

#appSummary {
    justify-content: center;
}

#appFooter {
    padding-top: 25px;
}

#containerCarousel {
    margin-top: 15px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}

/*
.jumbotron {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    color: inherit;
    background-color: #ffffff;
}

.text-muted {
    color: #333436 !important;
}
*/
