/*
 Theme Name: Dexter MT
 Theme URI: https://www.dextermt.nl/
 Description: WordPress thema - DexterMT
 Author: Brthmrk - Jim Servaas
 Author URI: https://www.brthmrk.nl
 Version: 1.0
*/

.c-logo img {
    display: block;
    width: 190px;
    height: 62px;
    object-fit: cover;
}
.c-header.is-fixed {
    background: #fff;
}
.c-header.is-fixed .c-logo__text, 
.c-footer .c-logo__text {
    fill: #1E2688;
}
.c-header.is-fixed .c-logo__square, 
.c-footer .c-logo__square {
    fill: #1E2688;
}

.c-header.is-fixed .c-menu__link, 
.c-header.is-fixed .menu__link {
    color: #000;
}

.c-header.is-fixed .c-menu__chevron, 
.c-header.is-fixed .menu__chevron {
    color: #383838;
    fill: #383838;
}


@media (min-width: 1024px) {
    .o-column__title {
        padding-right: 0px !important;
    }
    .o-column__text {
        padding-right: 0px !important;
    }
}

.space-please .o-layout--33-33-33 .o-layout__item {
	padding: 2em;
}
.space-please .o-layout--33-33-33 .o-layout__item figure {
	padding: 4em;
	padding-bottom: 0;
}
