.cblock-footer-wrapper{
    position: relative;
    /*background-color: whitesmoke;*/
}


.cblock-footer{
    position: relative;
    background-color: var(--base-dark-color);
}

.block-footer-whitebg{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: white;
}


.cblock-footer-image{
    position: relative;
}

.cblock-footer-image > img{
    object-fit: cover;
    width: 100%;

}






.cblock-footer-title > p{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
    color: white;
}
/*
.cblock-footer-link{

}
*/
.cblock-footer-link-btn{
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
}

.cblock-footer-link-btn:hover{
    color: var(--logo-color);
}


@media only screen {
    .block-footer-whitebg{
        height: 10vh;
    }
    .cblock-footer-title > p{
        font-size: 32px;
    }
    .cblock-footer-link{
        text-align: left;
    }
    .cblock-footer-link-btn{
        font-size: 16px;
    }

}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
    .block-footer-whitebg{
        height: 15vh;
    }
    .cblock-footer-title > p{
        font-size: 40px;
    }
    .cblock-footer-link{
        text-align: right;
    }
    .cblock-footer-link-btn{
        font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}