@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
}

::selection {
	background: black;
	color: rgba(146,181,35,1.00);
}

@font-face {
	font-family: Dancing;
	src: url("../fonts/DancingScript-VariableFont_wght.ttf");
	font-weight: 400 700;
}

@font-face {
	font-family: Heebo;
	src: url("../fonts/Heebo-VariableFont_wght.ttf");
	font-weight: 100 900;
}

html, body, div, span, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  abbr, address, cite, code,  del, dfn, em, img, ins, kbd, q, samp,  small, strong, sub, sup, var,  b, i,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, menu, nav, section, summary,  time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family: "Heebo", sans-serif;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.2;
}

h1 {
	font-size: 2.488em;
	font-weight: 400;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	word-wrap: break-word;
}

h2 {
	font-size: 2.074em;
	font-weight: 400;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	word-wrap: break-word;
}

h3 {
	font-size: 1.728em;
	font-weight: 400;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	word-wrap: break-word;
}

h4 {
	font-size: 1.440em;
	font-weight: 400;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	word-wrap: break-word;
}

h5 {
	font-size: 1.200em;
	font-weight: 300;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	word-wrap: break-word;
}

h6 {
	font-size: 1.000em;
	font-weight: 300;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	word-wrap: break-word;
}

p {
	font-size: 1.440em;
	line-height: 1.728em;
	margin: 1.6em;
}

b {
	font-weight: 500;
}

article, aside, details, figcaption, figure,  footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid rgba(146,181,35,0.5);
	margin: 1.2em 0em 2.6em 0em;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*#########################################################################*/
/*#########################################################################*/
/*#########################################################################*/

/*-----START GENERAL-----*/

.clear::after {
	content: "";
	clear: both;
	display: table;
}

.wrapper {
	position: relative;
	margin: 0 auto;
}

.font-dancing {
	font-family: "Dancing", sans-serif !important;
	font-weight: 400;
}

.font-biggest {
	font-size: 2.9856em;
}

.font-bigger {
	font-size: 1.440em;
}

.font-middle {
	font-size: 0.833em;
}

button {
	background-color: rgba(146,181,35,0.30);
	border: none;
	margin: 1em 0.4em;
	padding: 0;
}

button a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	font-size: 1.440em;
	color: black;
	padding: 0.8em 1.440em;
	text-decoration: none;
	cursor: pointer;
}

button a:hover {
	background-color: rgba(146,181,35,0.10);
}

.flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner {
	position: fixed;
	background-color: rgba(213,234,146,1.00);
	text-align: center;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2em 0 1.4em 0;
}

.banner p {
	line-height: 1em;
	margin: 0;
}

.banner p a {
	font-size: 0.833em;
}

.banner button {
	margin-top: 2em;
}

.banner a {
	color: black;
}

.no-display {
	display: none;
}

.action-button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(146,181,35,0.10);
	box-shadow: none/*0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)*/;
	padding: 0.6em 1.3em !important;
	overflow: hidden;
	cursor: pointer;
}

.action-button:before {
	content: "";
	width: 2.3em;
	height: 2.3em;
	margin: 0em;
	padding: 0em;
	display: inline-block;
}

#tel:before {
	background: url("../icons/phonecall.svg");
	background-repeat: no-repeat;
	filter: invert(0.2);
}

#mail:before {
	background: url("../icons/mail.svg");
	background-repeat: no-repeat;
	filter: invert(0.2);
}

/*-----END GENERAL-----*/
/*#########################################################################*/
/*-----START HEADER-----*/


.header {
	position: relative;
}

.header-font {
	font-size: 1.728em;
}

#logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 10em;
}

#logo img {
	width: 7em;
	height: 7em;
	margin-left: 1.0em;
}

#logo p {
	line-height: 1.2em;
	margin-left: 0.6em;
	margin-right: 3.4em;
}

/*-----END HEADER-----*/
/*#########################################################################*/
/*-----START NAV-----*/

nav {
	position: relative;
	background-color: rgba(146,181,35,0.30);
}

#nav-links {
	display: none;
}

.menu {
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	overflow: hidden;
}

.menu a {
	display: block;
	flex-grow: 1;
	padding: 1em 1.4em;
	font-size: 1.2em;
	cursor: pointer;
	color: black;
	text-decoration: none;
	white-space: nowrap;
}

.menu a:hover {
	background-color: rgba(146,181,35,0.30);
	color: black;
}

.active {
	background-color: rgba(146,181,35,1.0);
	color: white !important;
}

.menuicon {
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	padding: 0 1em;
	cursor: pointer;
	z-index: 1000;
}

.stroke1, .stroke2, .stroke3 {
	width: 2.3em;
	height: 2px;
	background-color: black;
	margin: 6px 0;
	transition: 0.4s;
}

.change .stroke1 {
	transform: translate(0, 0.73em) rotate(-45deg);
}

.change .stroke2 {
	opacity: 0;
}

.change .stroke3 {
	transform: translate(0, -0.73em) rotate(45deg);
}

/*-----END NAV-----*/
/*#########################################################################*/
/*-----START SECTION-----*/

section {
	position: relative;
}

.forest {
	position: relative;
	width: 100%;
	height: 50em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/forest.webp");
	z-index: -10;
}

.talk {
	position: relative;
	width: 100%;
	height: 30em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/talk.webp");
	z-index: -10;
}

.balance {
	position: relative;
	width: 100%;
	height: 25em;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/balance.webp");
	z-index: -10;
}

/*-----END SECTION-----*/
/*#########################################################################*/
/*-----START ARTICLE-----*/

article {
	padding: 5em 0;
	text-align: center;
}

.align-left {
	text-align: left !important;
}

.inset {
	padding: 0 3em !important;
}

article.odd-bg {
	background-color: rgba(146,181,35,0.10);
}

article.even-bg {
	background-color: rgba(146,181,35,0.40);
}

.heading-frame {
	position: relative;
	display: block;
	background-color: rgba(255,255,255,0.0);
	border-bottom: 1px solid rgba(146,181,35,0.5);
	line-height: 2.2em;
	text-transform: uppercase;
	margin-bottom: 0.7em;
}

article img {
	display: block;
	max-width: 25em;
	margin: 2.6em auto 3em auto;
}

article a {
	color: black;
}

article ul {
	padding-left: 3.8em;
}

cite {
	font-size: 1.200em;
	font-style: italic;
	line-height: 2em;
}

/*-----END ARTICLE-----*/
/*#########################################################################*/
/*-----START FOOTER-----*/

footer {
	text-align: center;
	padding: 2em;
}

footer a {
	font-size: 1.200em;
	color: black;
	padding-bottom: 4em;
	text-decoration: underline;
}

footer a:first-of-type {
	margin-right: 0.8em;
}

footer a:hover {
	cursor: pointer;
}

/*-----END FOOTER-----*/
/*#########################################################################*/
/*#########################################################################*/
/*#########################################################################*/
/*#########################################################################*/
/*#########################################################################*/

@media only screen and (min-width: 992px) {
	
	body {
		font-size: 15px;
	}
	
	/*-----START GENERAL-----*/

	.wrapper {
		position: relative;
		width: 992px;
		margin: 0 auto;
	}
	
	.flex {
		flex-direction: row;
	}
	
	.action-button {
		padding: 0.8em 1.6em !important;
	}
	
	.action-button:before {
		width: 2.6em;
		height: 2.6em;
	}

	/*-----END GENERAL-----*/
	/*#########################################################################*/
	/*-----START HEADER-----*/

	.header-font {
		font-size: 2.074em;
	}

	#logo {
		height: 14em;
	}

	#logo img {
		width: 12em;
		height: 12em;
		margin-left: 0;
	}

	#logo p {
		margin-right: 0;
	}

	/*-----END HEADER-----*/
	/*#########################################################################*/
	/*-----START NAV-----*/
	
	#nav-links {
		display: flex !important;
	}

	.menu {
		flex-direction: row;
	}
	
	.menuicon {
		display: none;
	}

	/*-----END NAV-----*/
	/*#########################################################################*/
	/*-----START SECTION-----*/
	
	.forest {
		height: 46em;
	}
	
	.talk {
		height: 46em;
	}
	
	.balance {
		height: 70em;
	}
	
	/*-----END SECTION-----*/
	/*#########################################################################*/
	/*-----START SECTION-----*/
	
	
	
	/*-----END SECTION-----*/
	/*#########################################################################*/
	/*-----START ARTICLE-----*/
	
	
	
	/*-----END ARTICLE-----*/
	/*#########################################################################*/
	/*-----START FOOTER-----*/
	
	
	
	/*-----END FOOTER-----*/
	/*#########################################################################*/
}
