.slideshow {
    padding-top: 50px !important;
}

.darken {
    filter: brightness(60%);
}

.slideshowimg {
    width: 100%;
}

@media (max-width:601px) {
    .slideshowsubtitle {
        display: none;
    }
    .slideshowtitle {
        font-size: 48px !important;
        margin-bottom: -10px !important;
    }
}

.colbg {
    /* background-color: #F4F1EC!important;  */
    background-color: #12151A !important;
}

.col1,
.col1hover:hover {
    /* background-color: #D96704!important; */
    background-color: #202634 !important;
}

.col2,
.col2hover:hover {
    /* background-color: #FFCC00!important; */
    background-color: #FF6B5E !important;
}

.col3,
.col3hover:hover {
    /* background-color: #3A7859!important; */
    background-color: #3BDAC5 !important;
}

.col4,
.col4hover:hover {
    /* background-color: #C4374C!important; */
    background-color: #d6bcee !important;
}

.text1,
.text1hover:hover {
    /* color: #1E1E1E!important; */
    color: #F2F2F2 !important;
}

.text2,
.text2hover:hover {
    /* color: #5A4E42!important; */
    color: #A6B0BF !important;
}

.text3,
.text3hover:hover {
    /* color: #5A4E42!important; */
    color: #202634 !important;
}

.text4,
.text4hover:hover {
    /* color: #5A4E42!important; */
    color: #FF6B5E !important;
}