.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;
}

#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;
    /*margin-top: 2em;*/
    /*border-top: 1px solid #343a40!important;*/
    /*min-height: 200px;*/
    background-color: #343a40;
        /*background-position: center; !* Center the image *!*/
    /*background-repeat: no-repeat; !* Do not repeat the image *!*/
    /*background-size: auto 200px;*/
    /*background-image:  url("../img/logo/white_logo_transparent.svg");*/
}

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;
}

/*footer ul {*/
/*    color: black;*/
/*    list-style-position: inside;*/
/*    list-style-type: circle;*/
/*}*/

/*footer ul li {*/
/*    font-size: 0.8em;*/
/*    !*display: inline-block;*!*/
/*    float: left;*/
/*    color: white;*/
/*}*/

/*.table {
    margin-top: 2em;
}*/

/*.home {*/
    /*margin: 0;*/
/*}*/

/*.home .row div {*/
    /*padding: 0;*/
/*}*/