/* General container and overlay setup */
.container-cover {
    position: relative;
    /* text-align: center; */
    color: white;
}

.container-cover img {
    width: 100%;
    height: 250px !important;
}

.overlay-text {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%);
    /* text-align: center; */
    padding: 10px;
    font-family: Calibri !important
}

.overlay-text h1 {
    font-size: 40px;
    /* Responsive font size */
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin: 0 0 15px 0;
}

.overlay-text p {
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    margin: 10px 0;
    line-height: 1.5;

}

.overlay-text a {
    margin-top: 0px;
    display: inline-block;
    font-size: 16px;
}

.custom-panel {
    background-color: #ffffff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    margin-bottom: 30px;
    border-color: #ffffff !important;
    /* padding: 20px 1%; */
}

.thumbnail {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: auto !important;
    height: 340px;
    margin-bottom: 40px;
}

.custom-margin {
    margin-top: 10%;
}

.custom-img {
    padding: 0 20px;
    margin-top: 5%;
    width: 100%;
    border-radius: 0px;
}



.custom-btn {
    padding: 8px 16px;
}

.btn-primary {
    color: #131212 !important;
    background-color: #fcfdfd !important;
    border: #ffffff 1px solid !important;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #131212 !important;
    background-color: #fcfdfd !important;
    padding: 8px 14px !important;
    border-color: #285e8e !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #0a0a0a !important;
    background-color: #fcfdfd !important;
}