
footer {
    min-height: 15.6vh;
    background-color: #333;
    color: #999;
    padding: 25px;
}

footer .fa {
    font-size: 3rem;
}

footer a {
    text-decoration: none;
    font-weight: bold;
    color: #999;
}

footer a:hover {
    text-decoration: none;
    font-weight: bolder;
    color: #999;
}

nav {
    min-height: 5vh;
}

.content {
    background-image: url("../img/Background Image.png");
    background-size: cover;
    background-position: center center;
    min-height: 79.4vh;
    color: #fff;
}

.logo {
    max-height:40px;
    padding: 0px;
}

.logo-lg {
    max-height: 100%;
    max-width: 100%;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,0,0,0.9);
}

.carousel {
    min-height: 79.4vh;
}

.carousel-inner, .carousel-item, .carousel-item>div {
    min-height: inherit;
}

.Display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

strong.strong {
    font-size: 150%;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

address {
    font-weight: thin;
}

#UnderConstruction .lead{
    font-size: 1.75rem;
}