/* Global styles */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;

    /* Prevent inheritance from `body` */
}

/* Base structure */
.coverdiv {
    background-image: url('chesterfield-wallpaper-m (1).jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
    .coverdiv {
        background-image: url('chesterfield-wallpaper.jpg');
    }
}

/* Header styles */
.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

/* Logo styles */
.grootlogo {
    margin-right: 30px;
    height: 150px;
    width: 150px;
}

.container2 {
    display: flex;
    align-items: center;
    margin-bottom: 130px;
    justify-content: center !important;
}

@media (max-width: 575px) {
    .grootlogo {
        margin-right: 5px;
        height: 100px !important;
        width: 100px !important;
        margin-bottom: 20px;
    }

    .container2 {
        margin-bottom: 25px;
        flex-direction: column !important;
    }
}

/* Main content styles */
.mainmobiel,
.main {
    margin-bottom: 100px !important;
    color: white;
}

.float-start {
    display: block;
    margin-right: 7px !important;
}

/* Footer styles */
.footer,
.footercentrum {
    text-align: left;
    color: #ffffff !important;
    width: 100%;
    padding-left: 10px;
}

p.lead2 {
    margin-top: 17px !important;
}

.footercentrum {
    max-width: 650px !important;
    padding-bottom: 10px !important;
}

/* Search results styles */
#livesearch {
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% - 2px);
    background-color: white;
    border: 1px solid #fbc201;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: none;
    color: #fbc201 !important;
    text-align: left;
    padding-left: 5%;
    text-shadow: none!important;
}

#livesearch.visible {
    display: block;
}

#livesearch ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#livesearch ul li {
    padding: 8px 12px;
    cursor: pointer;
}

#livesearch ul li:hover {
    background-color: #f5f5f5;
}

a {
    color: #fbc201 !important;
    text-decoration: underline;
    text-shadow: none!important;
}
