/*
Theme Name: Okaia 2022
Theme URI: https://www.okaia.nl
Author: Okaia
Author URI: https://www.okaia.nl
*/
header {
	z-index: 99;
}


section.cover .callout :last-child {
	margin-bottom: 0;
}
section.cover .callout {
	left: 15px;
}


@media only screen and (min-width: 40em) {
	.medium-align-right {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 40em) {
	section.cover .callout {
		position: relative;
		left: unset;
		bottom: unset;
		margin: 0 15px;
		margin-bottom: -15px;
	}
	section.cover .callout .icon{
		width: 20px;
		height: 20px;
		transform: translatey(-3px);
	}
	section.cover .callout p {
		font-size: 16px;
		line-height: 1;
	}
}


.block-text .image {
	min-height: 300px;
	object-fit: cover;
	width: 100%;
}
@media only screen and (min-width: 40em) {
	.block-text .image {
		min-height: 500px;
	}
}

.cover .image {
	height: 200px;
    object-fit: cover;
}
@media only screen and (min-width: 40em) {
	.cover .image {
		height: 400px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 40em) { 
	.bottom-footer .menu a{
		padding-left: 0;
	}
}