@font-face {
	font-family: 'SignPainter Web';
	src: url('/_resources/themes/master/fonts/signpainterhousescript.woff2') format('woff2'),
       url('/_resources/themes/master/fonts/signpainterhousescript.woff') format('woff');
 	font-display: block;
}

body {
	font-family: 'Roboto', sans-serif;
	background: white;
	font-size: 1.1rem;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	color: #343434;
	position: relative;
}

header nav {
	margin-right: 15%;
}

header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header li {
	display: inline-block;
	margin-right: 30px;
}

header li:last-of-type {
	margin-right: 0px;
}

header nav a,
.buttons a {
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
}

header nav a {
	color: #343434;
	padding-bottom: 3px;
	opacity: 1;
}

	header nav a.active {
		opacity: 0.6;
		border-bottom: none;
	}

nav.language {
	position: absolute;
	z-index: 20;
	right: 2%;
	top: 0;
	padding: 0 20px 5px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

	nav select {
		background: transparent;
		border: none;
		color: white;
		font-family: 'Roboto', sans-serif;
	}

	nav select:focus {
		outline: none;
	}

/* Header & Hamburger menu */
header#top {
	padding: 50px 0 30px 0;
	line-height: 1;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

	#logo {
		font-family: 'SignPainter Web', sans-serif;
		line-height: 1;
		padding-left: 3%;
		margin: 0;
		font-size: 2.8rem;
		
	}

#nav-toggle {
	display: none;
	margin-right: 3%;
	position: relative;
	background: transparent;
	border: none;
	font-size: 30px;
	cursor: pointer;
	cursor: hand;
	transition: 0.3s;
	z-index: 10;
}

#primary-navigation {
	display: block;
}

	@media only screen and (max-width: 500px) {
		header#top {
			padding: 50px 0 10px 0;
		}
		
		#logo {
			font-size: 2em;
		}

	}

	@media only screen and (max-width: 1024px) {
		header#top {
			padding: 50px 0 20px 0;
			overflow: visible;
		}
		
		#nav-toggle {
			display: block;
			color: black;
		}

		#primary-navigation[hidden] {
			display: none;
		}

		#primary-navigation {
			position: absolute;
			background: white;
			width: 100%;
			box-sizing: border-box;
			top: 100px;
			box-shadow: 0px 60px 84px -43px rgba(0,0,0,0.4);
		}

		#primary-navigation li {
			display: block;
			margin: 30px 0;
			text-align: center;
		}

		#primary-navigation li a {
			font-size: 1.1rem;
		}

	}

	@media only screen and (min-width: 1100px) {
		#logo {
			font-size: 3.2em;
		}
	}


#logo a {
	text-decoration: none;
	color: #343434;
}


main {
	background: none;
	padding-bottom: 0;
}

main.bg {
	padding-bottom: 5%;
}

main ul li, main ol li {
	margin: 20px 0;
}

main section {
	width: 80%;
}

h1, h2, h3 {
	font-family: 'SignPainter Web', sans-serif;
	margin: 40px 0;
	line-height: 1.1;
	font-weight: normal;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 3rem;
}

	@media only screen and (max-width: 500px) {
		h1 {
			font-size: 3rem;
			margin-bottom: 0px;
		}

		h2 {
			font-size: 2.2rem;
			margin: 0;
		}

	}

h3 {
	font-size: 2.6rem;
}


section {
	background-repeat: no-repeat;
	margin: auto;
}

section.hero {
	width: 100%;
	background-size: contain;
}

section.hero img {
	width: 100%;
}

#hero {
	background-sizez: contain;
	background-repeat: no-repeat;
	background-position: 50% 65%;
	padding-top: 250px;
	display: flex;
   	justify-content: flex-start;
   	align-items: flex-end;
}

	#hero article {
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		padding: 50px 140px 10px 20px;
		
	}

	#hero h1 {
		margin: 0;
		color: white;
		line-height: 1;
		font-size: 2.4rem;
	}

	@media (width > 640px) {
		#hero {
			padding-top: 10%;
			background-position: 30% 50%;
		}

		#hero h1 {
			font-size: 3.0rem;
		}

		#hero article {
			width: 500px;
			height: 380px;
			background-size: contain;
			padding: 100px 140px 40px 40px;
		}
	}
	

	#hero p, #hero a {
		color: white;
	}

	#hero a {
		text-decoration: none;
		border-bottom: 1px dotted white;
	}

.overlay {
	position: relative;
	padding: 5% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

	.overlay:before {
	  content: "";
	  position: absolute;
	  left: 0; right: 0;
	  top: 0; bottom: 0;
	}

	.overlay section {
		text-align: center;
		color: white;
		z-index: 10;
		position: relative;
		width: 75%;
	}

	.overlay section h2, .overlay section p {
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	}

	.overlay ul.buttons {
		text-align: center;
		align-items: center;
    	justify-content: center;
	}

	@media only screen and (min-width: 768px) {
		.overlay section {
			width: 40%;
		}
	}

section.content img, section.landing img  {
	border-radius: 3px;
}



section.content article > * {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

section.content article > img {
	width: 100%;
}

section.landing {
	margin-top: 5%;
	display: flex;
	gap: 40px;
}

section.landing article:has(img) {
	display: flex;
	gap: 40px;
	flex: 1 1 0;
	width: 0;
}

section.landing article:has(img) > * {
	flex-grow: 1;
 	flex-basis: 0;
  	min-width: 0;
}

section.landing article img {
	align-self: flex-start;
}

section.landing article h2, section.landing article h3 {
	margin-top: 0px;
}

section.landing.right article img {
	order: 2;
}

section.landing article .buttons {
	margin-top: auto;
}

section.landing article ul:not(.buttons) li,
section.landing article ol li {
	margin: 5px 0;
}

@media only screen and (max-width: 500px) {
	section.content article > * {
		width: 100%;
	}

	section.landing article:has(img) {
		display: block;
	}

	section.landing article img {
		width: 100%;
		margin-bottom: 30px;
	}
}

.buttons {
	margin: 40px 0 0 0;
}

ul.buttons {
	list-style-type: none;
	margin: 0 0 40px 0;
	padding: 0;
	display: flex;
	width: 100%;
}

ul.buttons li {
	margin-right: 20px;
}

.buttons a {
	display: inline-block;
	padding: 15px 25px;
	border-radius: 5px;
	box-sizing: border-box;
	font-weight: 500;
	font-weight: 600;
}

	@media only screen and (max-width: 500px) {
		ul.buttons {
			display: block;
		}

		.buttons a {
			width: 100%;
			text-align: center;
		}
	}

.buttons a.img {
	padding: 0;
	border: 0;
	opacity: 0.9;
}

	.buttons a.img img {
		width: 100%;
		height: auto;
	}

.buttons a.img:hover {
	background: none;
	opacity: 1;
}

.buttons .filled {
	color: white;
}

.buttons a:hover {
	background: #343434;
	transition: 0.5s;
	color: white;
}

.buttons .outline {
	border: 3px solid #343434;
	padding: 12px 20px;
	color: #343434;
	background: white;
}


footer section {
	background: #343434;
	padding: 5%;
	color: white;
	text-align: center;
}

footer section:first-of-type {
	color: #343434;
	display: flex;
	align-items: flex-end;
  	justify-content: space-between;
}

footer section:first-of-type div.contact {
	flex: 0 0 50%;
}

footer section:first-of-type div.social h4 {
	margin: 0 0 20px 0;
	font-size: 0.9rem;
	text-transform: uppercase;
}

footer section:first-of-type div.social img {
	width: 40px;
	height: auto;
}

footer section:last-of-type p,
footer .buttons a {
	font-size: 0.8em;
}

footer section:last-of-type p {
	margin: 0;
}

footer section:last-of-type a {
	text-decoration: none;
	opacity: 0.8;
}

footer section:last-of-type a:hover {
	text-decoration: underline;
}

footer section h3 {
	margin: 0px;
}

footer .buttons a {
	padding: 7px 30px;
}

footer section p span {
	display: block;
	margin: 5px 0 0 0;
}

footer section p span a {
	margin-right: 20px;
}

footer section p span a:last-of-type {
	margin-right: 0px;
}

@media only screen and (min-width: 1024px) {
	footer section {
		padding: 5% 20%;
		text-align: left;
	}

	footer section p span {
		margin: 0 0 0 20px;
		display: inline-block;
	}
}


/** COLORS **/
header nav a:hover,
nav.language li.current a,
footer section:last-of-type a,
#nav-toggle:hover
{
	color: #E3A880;
}

.cc-btn {
	background: #6FB7A3 !important;
	transition: all 0.3s;
}

.cc-btn:hover {
	background: #4A8C7C !important;
}

header nav a:hover {
	border-bottom: 2px solid #E3A880;
}

.buttons .filled,
nav.language {
	background: #E3A880;
}

footer section:first-of-type {
	background: #FFF2EA;
}

/** IMAGES **/
#hero article {
	background-image: url(../images/bg-swirl.png);
}

main.bg {
	background: url(../images/bg-leaves.png) bottom left  / 28% auto no-repeat, url(../images/bg-flower.png) 200% 50% / 70% auto no-repeat fixed;
}

main.footer-bg {
	background: url(../images/bg-leaves.png) bottom left  / 28% auto no-repeat;
}

.overlay:before {
	background: rgba(227,168,128,.3);
}

/** Cookie consent **/
.cc-window {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    -webkit-transition: transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-top {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-animate.cc-revoke.cc-active.cc-bottom {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-revoke:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: .5em;
}
.cc-revoke:hover {
    text-decoration: underline;
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}
.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em;
    text-decoration: underline;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active, .cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75;
}
.cc-close:focus, .cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 1em;
}
.cc-floating>.cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.cc-window.cc-banner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}
.cc-compliance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-floating .cc-compliance>.cc-btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cc-btn+.cc-btn {
    margin-left: .5em;
}
@media print {
    .cc-revoke, .cc-window {
    display: none;
}
}@media screen and (max-width:900px) {
    .cc-btn {
    white-space: normal;
}
}@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
    top: 0;
}
.cc-window.cc-bottom {
    bottom: 0;
}
.cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
}
.cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.cc-window.cc-floating {
    max-width: none;
}
.cc-window .cc-message {
    margin-bottom: 1em;
}
.cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
.cc-window.cc-banner .cc-message {
    margin-right: 0;
}
}
.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em;
    margin-bottom: 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0;
}
