.navbar-nav li a.nav-link,
.navbar-nav li a.nav-link:visited,
.navbar-nav li a.nav-link:hover {
    /*color: white;*/
    /*font-weight: bold;*/
    font-size: 1.2em;
}

.bg-dark {
    background-color: #687480!important;
}

#wrapper {
    min-height: 100vh;
}

#content {
    padding-bottom: 2em;
}

h1 {
    font-size: 1.5em;
    text-transform: initial;
    /*margin-bottom: 1em;*/
}

#contact {
    list-style-type: none;
    padding-left: 0px;
}

.row {
    margin-bottom: 1em;
}

td, th {text-align: center}

.spacer {
    margin-top: 2em;
}

.container{
    margin-top: 146px;
}

.home.container{
    margin-top: 96px;
}

.home .carousel {
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    margin-top: 76px;
}

footer {
    padding-bottom: 2em;
    background-color: #687480;
}

footer .container {
    margin-top: 0;
    color: white;
    /*font-size: 0.7em;*/
    font-size: 0.8em;
}

footer .logo {
    text-align: center;
    margin-top: 1.5em;

}

footer h5 {
    font-size: 1.2em;
    margin-top: 2em;
    margin-bottom: 0.5em;
}

footer a, footer a:visited   {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

.carousel-cell {
    width: 100%;
    height: 300px;
    margin-right: 10px;
}