a,
a:focus,
a:hover {
    color: #fff !important;
    text-decoration: none;
}

.cover-heading {
    font-size: 3.2em;
    color: #ffffff;
    text-shadow: 0 0.05rem 0.1rem black;
}

.menu-wrapper {
    border-bottom: 3px;
    border-bottom: #ffffff;
    border-style: none none solid;
    width: 80%;
    height: 180px;
    margin: 50px auto 0;
    max-width: 1300px;
}

.col-md-2 {
    align-self: flex-end;
    text-align: center;
}

.bg-dark {
    background-color: #222222 !important;
}

@media (min-width: 1115px) {
    .navbar {
        display: none;
    }
}

@media (max-width: 1115px) {
    .menu-wrapper {
        display: none;
    }
}

@media (max-width: 1115px) {
    .cover-heading {
        display: none;
    }
}
