/*
	Theme name: Marinka 2020
	Author: Renier Vermaak
	Author URI: https://reniervermaak.nl/
	Version: 1.0
	Text Domain: marinka
*/

@import url("style-starter.css?t=0121921");
@import url("https://use.typekit.net/sir3nkw.css");

html {
	font-family: futura-pt, sans-serif;
	background-color: #8fa6a2;
	background: rgb(122,152,147);
	background: linear-gradient(0deg, rgba(122,152,147,1) 0%, rgba(166,193,181,1) 100%);
	min-height: 100%;
	overflow-x: hidden;
}

body {
	width: 100%;
    overflow-x: hidden;
}

.hidden {
	display: none;
}

.clear, .row, .column-group {
	display: block;
	clear: both;
}
.clear:before, .clear:after,
.row:before, .row:after,
.column-group:before, .column-group:after,
.entry-content:before, .entry-content:after {
	content: "";
	display: block;
	clear: both;
}

.row .column,
.column-group .column,
.column-group.columns-2 .column,
.column-group.columns-3 .column,
.column-group.columns-4 .column {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin: 0;
}

.entry-content h1,
.entry-content h2 {
	font-family: filson-pro, sans-serif;
	font-size: 2.0em;
}

.breadcrumbs {
	font-size: 0.8em;
	margin-bottom: 0.75em;
}
.breadcrumbs a {
	color: #fff;
}

figure {
	display: block !important;
}

body.page .entry-content h2 {
	font-size: 1.5em;
	hyphens: auto;
}
body.page .entry-content h3 {
	font-size: 1.2em;
	line-height: initial;
	text-transform: none;
	font-weight: bold;
	font-style: italic;
	hyphens: auto;
}

.entry-content p a {
	color: inherit;
}

#page-background {
	display: none;
	position: fixed;
	z-index: -1;
	left: 0;
	top: 90px;
	width: 100%;
	height: 100%;
}
	#page-background .image {
		position: absolute;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: 50% 0;
		background-position: top left;
	}

	#page-background.top.left .image {
		background-position: top left;
	}
	#page-background.middle.center .image {
		background-position: 50% 50%;
	}

.row .column.column-page-image img {
	display: block;
	width: 100%;
	height: auto;
}	

#header {
	width: 100%;
	background-color: #fff;
}
	#header .row .column {
		float: left;
		width: auto;
	}

	#header .row .column .menu li a {
		color: rgb(122,152,147);
		text-decoration: none;
		font-size: 1.3em;
		opacity: 0.7;
	}

	#header .row .column .menu li.current-menu-item a {
		opacity: 1;
	}

.inner {
	padding: 1.0em;
}

.logo {
	font-family: filson-pro, sans-serif;
}

#header .logo {
	display: inline-block;
}

#header .logo .title {
	font-weight: 300;
    font-size: 1.75em;
    letter-spacing: 0.1em;
}
#header .logo .sub-title {
	font-weight: 200;
	font-size: 0.96em;
	letter-spacing: 0.06em;
	padding-top: 0.2em;
}

#header .logo .title a,
#header .logo .sub-title a {
	color: #7a9993;
	text-decoration: none;
}

.toggleMenu {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
	background-color: #7a9992;
	padding: 0.5em;
	line-height: 1.0em;
}
	.toggleMenu i,
	.toggleMenu span {
		display: inline-block;
	}

	.toggleMenu span {
		font-size: 1.1em;
	}

#nav {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 1.0em;
	box-sizing: border-box;
	line-height: initial;
}
	#nav.open {
		display: block;
	}

	#header .row .column {
		width: 100%;
	}

.container {
	
}
.entry-content.container {
	max-width: 600px;
	padding: 1.0em;
}

.row .column.column-bg {
	margin-top: 0;
	background-color: rgba(122, 153, 146, 0.55);
	color: #fff;
	box-sizing: border-box;
}

.uagb-block-621e9644-b375-4195-9f5a-a0d77a42d9d4 > .uagb-section__overlay {
	background: none !important;
}

.has-medium-font-size {
	font-size: 1.3em !important;
	line-height: initial;
}

.entry-content {
	color: #fff;
	font-size: 1.2em;
}
body.home .entry-content {
	color: #333;
}

.entry-content a.btn {
	display: inline-block;
	background: #fff;
	color: #399d93;
	padding: 0.5em 1em;
	border-radius: 5px;
	text-decoration: none;
}

.entry-content a.btn.btn-small {
	padding: 0.25em 0.5em;
	border-radius: 4px;
	font-size: 0.8em;
}

.entry-content a.btn:hover {
	background: rgba(255,255,255,0.8);
	text-decoration: none;
}

.entry-content .event-item {
	margin: 0 0 1.0em 0;
}

.entry-content .event-item h2 {
	margin-bottom: 10px;
}
.entry-content .event-item h2 a {
	color: #fff;
}

.entry-content h1.page-title {
	font-family: filson-pro, sans-serif;
	font-size: 1.8em;
	padding: 20px;
	margin-bottom: 0;
}
.entry-content section {
	padding: 20px;
}

.entry-content .post-review {
	margin-bottom: 1.0em;
}

.entry-content .post-review h3 {
	font-size: 1.5em;
	text-transform: none;
}
.entry-content .post-review blockquote {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);
	padding: 1.0em;
	font-size: 0.88em;
	margin-left: 1.5em;
	color: #1d1c1c;
	border-radius: 10px;
}

.entry-content .post-review blockquote p {
	margin-left: 0;
	font-weight: normal;
}
.entry-content .post-review blockquote p:last-child {
	margin-bottom: 0;
}

#footer {
	position: relative;
	width: 100%;
	height: 250px;
	margin-top: 0;
	overflow: hidden;
	z-index: 100;
}

section div.skew {
	display: block;
    position: absolute;
    left: -20px;
    top: -10%;
    overflow: visible;
    width: 120%;
    min-height: 80%;
    background: #fff;
    z-index: 0;
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -sand-transform: rotate(-4deg);
}

section .uagb-section__overlay {
	
}

body.home section.wp-block-uagb-section {
	padding-bottom: 150px;
}

.entry-content .wp-block-button__link {
	font-size: 1.3em;
}

/*#footer .skew .inner {
	display: block;
	width: 88.8%;
	text-align: right;
	font-size: 1.5em;
}
	#footer .menu li {
		display: inline-block;
	}
		#footer .menu li a {
			display: inline-block;
			padding: 0 0.5em;
			font-weight: 100;
			color: #5f7571;
			text-decoration: none;
			letter-spacing: 0.04em;
			line-height: 2em;
		}*/

/* certain ratio */


@media only screen and (min-width: 568px) {
	#footer {
		height: 200px;
	}
}		

@media only screen and (min-width: 768px) {
	.row .column.column-page-image img {
		display: none;
	}
	#page-background {
		display: block;
	}
	.has-medium-font-size {
		font-size: 1.4em !important;
		line-height: initial;
	}

	#header .logo {
		font-size: 1.2em;
	}

	#header {
		top: 0;
		left: 0;
		position: relative;
		z-index: 1000;
	}
		body.admin-bar #header {
			
		}

	#header .row .column {
		width: 50%;
		box-sizing: border-box;
	}

	.toggleMenu {
		display: none;
	}
	#nav {
		display: block;
		font-size: 0.9em;
		padding: 1.2em;
	}

	#header .row .column .menu {
		text-align: right;
	}

	#header .row .column .menu li {
		display: inline-block;
	}
		#header .row .column .menu li a {
			display: block;
			padding: 1.0em 0.5em;
			font-size: 1.0em;
		}	

	body.home .entry-content > section {
		position: relative;
		height: 80%;
		box-sizing: border-box;
	}

	body.home .wp-block-uagb-section > .uagb-section__inner-wrap {
		position: absolute;
		width: 96%;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 920px;
		margin: 0px auto;
	}

	#footer {
		height: 180px;
	}

	#footer .skew {
		min-height: 100%;
		top: 35%;
	}

	.row.row-100vh {
		height: 100%;	
	}

	.row .column.column-50 {
		width: 100%;
	}

	.row.row-100vh {
		height: 100%;	
	}

	.row .column.column-50 {
		width: 50%;
		height: calc(100% - 96px);
		overflow-y: auto;
	}
		/*body.admin-bar .row .column.column-50 {
			height: calc(100% - 128px);
		}*/

	html, body {
		overflow: hidden;
	}
	html.home, body.home {
		overflow: auto;
	}
	

	.row .column.column-bg {
		margin-top: 0;
		padding-top: 1.0em;
		background-color: rgba(17, 34, 33, 0.5);
		background-color: rgba(161, 167, 77, 0.75);
		background-color: rgba(85, 148, 142, 0.75);
	}
	.row .column.column-bg h1.page-title {
		text-align: left;	
	}

	body.home section.wp-block-uagb-section {
		padding-bottom: 100px;
	}

	.entry-content p.intro-tekst {
		font-size: 30px !important;
	}
}

@media only screen and (min-width: 768px) and (min-aspect-ratio: 9/5) {
	#page-background .image {
		background-size: contain;
		background-repeat: no-repeat;
	}

	#page-background .overlay {
		background: rgb(143,166,162);
	    background: linear-gradient(-90deg, rgba(143,166,162,1) 50%, rgba(0,255,0,0) 100%);
	    position: absolute;
	    top: 0;
	    right: 0;
	    height: 100%;
	    width: 50%;
	}

	body.page-id-33 #page-background .overlay {
		width: 44%;
	}
}

@media only screen and (min-width: 768px) and (max-aspect-ratio: 3/2) {
	#page-background .image {
		background-size: cover;
		background-repeat: no-repeat;
	}
}

@media only screen and (min-width: 783px) {
	#page-background {
		top: 0px;
	}
	body.admin-bar #page-background {
		top: 32px;
	}
}

@media only screen and (min-width: 1024px) {
	#header .logo {
		font-size: 1.2em;
	}

	#header .row .column.logo {
		width: 40%;
	}
	#header .row .column.column-menu {
		width: 60%;
	}

	#nav {
		font-size: 1.2em;
		padding: 0.86em;
	}

	body.home section.wp-block-uagb-section {
		padding: 0px !important;
	}

	body.page-template-page-align-right .container:before,
	body.page-template-page-align-right .container:after {
		content: '';
		display: block;
		clear: both;
	}

	.entry-content.container {
		padding: 2.0em;
	}

	.entry-content p.intro-tekst {
		font-size: 33px !important;
	}

}

@media only screen and (min-width: 1200px) {
	/*#header .logo {
		font-size: 1.4em;
	}
	#header .logo.inner {
		padding: 2.0em;
	}
*/
	/*.has-medium-font-size {
	    font-size: 1.8em !important;
	}*/
}

@media only screen and (min-height: 600px) {
	
}

@media only screen and (min-height: 750px) {
	
	
}