.navbar-black {
    background-color: white;
    border-bottom: 1px solid rgba(38, 108, 149, 0.5);;
}

.navbar-transparent-bg {
    background-color: rgba(38, 108, 149, 0.5);
    color:white!important;
    /*background-color: rgba(2, 72, 96, 0.25)*/
}

.header-transparent {
    background: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    overflow: hidden;
}

.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

@media (min-width: 576px) {
    .image-wrapper {
        padding-bottom: 80%;
    }
}

.floatingLabels .just-validate-error-label {
    width: 100%;
}

.heartIcon:hover {
    color: red!important;
}

.heartIcon {
    font-size: 22px;
    cursor: pointer;
    color: rgba(2, 72, 96, 0.25) !important;
}

.activeFavorite {
    color: red!important;
}

.fade-in-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-on-scroll.active {
    opacity: 1;
    transform: translateY(0);
}

#homepage_highlight_banner {
    background-image:url(../images/banners/pool.webp);
    background-position: bottom;
    background-size: cover;
}

@media (min-width: 768px) {
    #homepage_highlight_banner {
        background-position: center;
    }
}

.countryLaws:hover h3 {
    text-decoration: underline;
}
.countryLaws:hover img {
    filter: brightness(75%);
}
.countryLaws img {
    transition: filter 0.3s ease;
}

.filterRemove {
    cursor: pointer;
    margin-left: 0.25rem;
}

.filterRemove:hover {
    color: red;
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.text-green {
    color: #96c92c !important;
}

.text-lightblue {
    color: rgba(4, 135, 155, 1) !important;
}

.text-lightblue-soft {
    color: rgba(4, 135, 155, 1) !important;
}

.text-darkblue {
    color: #024860;
}

.text-smokewhite {
    color:  #e4ecef!important;
}

.text-black-75 {
    color: rgba(0, 0, 0, 0.75) !important;
}

.bg-lightblue {
    background-color: rgba(4, 135, 155, 1) !important;
}

.bg-darkblue {
    background-color: #024860;
}

.bg-darkblue-soft {
    background-color: rgba(38, 108, 149, 0.25) !important;
}

.bg-darkblue-soft-solid {
    border: 2px solid #CED4DA
}

.bg-darkblue-medium {
    background-color: rgba(38, 108, 149, 0.9) !important;
}

.bg-danger-medium {
    background-color: rgba(214, 41, 62, 0.9) !important;
}

.bg-green {
    background-color: #96c92c !important;
}

.bg-green-soft {
    background-color: rgba(150, 201, 44, 0.75) !important;
}

.bg-green-soft-50 {
    background-color: rgba(150, 201, 44, 0.5) !important;
}

.bg-okidogipaws {
    background-image: url(../images/banners/okidogi_paws.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: static;
}

.bg-blue-gradient {
    background: #024860 linear-gradient(
            to bottom,
            #024860 0%,
            rgba(4, 135, 155, 1) 100%
    );
}

.bg-white-transparent-90 {
    background-color: rgba(255, 255, 255, 0.90) !important;
}

.bg-white-transparent-75 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-white-transparent-50 {
    background-color: rgba(255, 255, 255, 0.50) !important;
}

.hover-lightblue:hover {
    color: rgba(4, 135, 155, 1) !important;
}

footer {
    background-color: #024860;
}

.hp-banner {
    background-image:url(https://images.okidogi.be/images/banner.webp);
    background-color: #dbe3e6;
    background-position: right;
    background-size: cover;
}

#map {
    height: 200px;
}

.strikediag {
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, indianred 50.5%, transparent 52.25%);
    color: indianred;
}

footer .nav-link:hover {
    color: #96c92c!important;
}

.badge-lm {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    font-weight: bold;
    font-size: 18px;
}

.badge-lm-secondary {
    position: absolute;
    top: 50px;
    right: 10px;
    z-index: 10;
    font-weight: bold;
    font-size: 18px;
}

.primary-hover:hover {
    color: rgba(38, 108, 149, 0.5) !important;
    background-color: rgba(38, 108, 149, 1) !important;
    cursor: pointer;
}

.grecaptcha-badge { visibility: hidden; !important; }

.fc-event {
    display: none !important;
}

.fc-daygrid-day-events {
    display: none !important;
}

.fc-daygrid-day-number {
    color: black!important;
}

.fc-col-header-cell-cushion {
    color: black;
}

.fc-next-button {
    color: whitesmoke;
    background-color: #024860;
}

.occupied-day{
    background: repeating-linear-gradient(
            45deg,
            indianred 0px,
            indianred 10px,
            rgba(38, 108, 149, 0.5) 10px,
            rgba(38, 108, 149, 0.5) 20px
    );
    color: hotpink;
}

.fc-day-today .fc-daygrid-day-number {
    color: rgba(38, 108, 149, 1) !important;
    font-weight: bold;
    border: 1px solid;
}

#calendar {
    min-height: 500px!important;
}

#description p {
    margin-bottom: 0 !important;
}

#giveawaysubmit:hover {
    color: white !important;
    background-color: rgba(4, 135, 155, 1) !important;
    border-color: rgba(4, 135, 155, 1) !important;
    transition: 0.35s ease;
}

.blogsoverview .card-title {
    color: #024860!important;
}

.blogsoverview .blogCard {
    cursor: pointer;
}

.blogCard {
    border: 1px rgba(4, 135, 155, 0.15) solid !important;
    transition: box-shadow 0.2s ease-in-out,
            transform 0.2s ease-in-out;
}

.blogCard:hover {
    /* a soft shadow using your border color */
    box-shadow: 0 4px 8px rgba(4, 135, 155, 0.2);
    /* lift it just a hair */
    transform: translateY(-1px);
}
