*:focus {
    box-shadow: none !important;
}

body {
    font-size: 1em;
}

a {
    color: #666;
    text-decoration-style: dotted;

}

a:hover {
    text-decoration-style: solid;
}


.nav-item {
    text-transform: uppercase;
    margin-left: 1em;
}

.nav-link {
    border-bottom: 1px solid white;
}

@media screen and (min-width: 992px) {
    .nav-link:hover {
        border-bottom-color: #ccc;
    }

    .nav-link.active {
        border-bottom-color: #555;
    }
}


.header-section {
    background-size: cover;
    height: 40vh;
    position: relative;

    /* Default */
    background-image: url(../../uploads/background-images/1075064158.png);
    background-position: 50.00% 27.53%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /* Optional dark overlay for contrast */
    padding: 2rem;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.85);
    /*min-height: 150px;*/
    /*padding: 0.5em;*/
}

#header-wrapper {
    margin-top: 140px;
}

@media screen and (min-width: 992px) {
    /* Don't shrink menu font on small screens */
    .navbar-collapsed {
        font-size: 80%;
    }
}

 /* Image CAN shrink on all screens */
.navbar-collapsed img {
    height: 50px;
}


#page-content {
    margin-top: 3em;
}

h1 {
    font-size: 1.75em;
    color: #e9cf76;
    font-weight: bold;
    margin-bottom: 1.5em;
}

h2 {
    font-size: 1.25em;
    color: #e9cf76;
    font-weight: bold;
}

.homepage-links a {
    display: block;
    background-color: #4c6271;
    color: white;
    text-decoration: none;
}

.homepage-links a:hover {
    background-color: #294252;
}

footer a {
    color: #999;
}

footer a:hover {
    color: #333;
}