.logo-header {
    max-width: 300px;
    max-height: 100px;
}

.cmc-cover {
    background: url(/img/cover-image.webp) no-repeat top center fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}


.cmc-copyright {
    background-color: rgba(0, 0, 0, 0.05);
}

.swiper-container {
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-colour-light {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff
}

.swiper-colour-dark {
    --swiper-navigation-color: #343a40;
    --swiper-pagination-color: #343a40
}

.radio-hide {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.radio-hide + img {
    cursor: pointer;
}
/* IMAGE STYLES */
.radio-hide + div {
    cursor: pointer;
}

/* CHECKED STYLES */
.radio-hide:checked + img {
    border: 3px solid #ffc107;
    border-radius: .25rem;
}

/* CHECKED STYLES */
.radio-hide:checked + div {
    border: 3px solid #ffc107;
    border-radius: .25rem;
}

/* Image resizing */
.resize-container {
    position: relative;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
}

.resize-container img {
    display: block
}

.resize-container:hover img,
.resize-container:active img {
    outline: 2px dashed rgba(222,60,80,.9);
}

.resize-handle-ne,
.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(222,60,80,.9);
    z-index: 999;
}

.resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

@media (max-width: 576px) {
    .mt-xs-15 {
        margin-top: 9rem!important;
    }
}
@media (max-width: 992px) {
    .mt-sm-10 {
        margin-top: 6rem!important;
    }
}

.cmc-edit {
    border: #835b85 dashed 4px;
}

.nav-link.nav-dashboard {
    border: 1px solid rgba(0,0,0,.125)
}

.nav-link.nav-dashboard.active {
    color: #212529!important;
    background-color: #ffffff!important;
    border: 1px solid rgba(0,0,0,.125)
}

.alert-fixed {
    position:fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index:9999;
    border-radius:0px
}


/*
 * Always set the map height explicitly to define the size of the div element
 * that contains the map.
 */
.googlemap {
    min-height: 400px;
    width: 100%;
}

.w-100 {
    max-width: 100%;
    height: auto !important;
}

.hero-title {
    color: #ffc107 !important;
    text-shadow: 1px 1px 2px gray;
}
.hero-subtitle {
    color: rgba(0, 105, 0, 1) !important;
    text-shadow: 1px 1px 2px #ffffff;
}