/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%;  }
body{margin:0; }
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 700px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 940px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1380px) {
	.container {
		max-width: 1300px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-4,
.col-8,
.col-12,
.col-sm-6,
.col-md-6,
.col-lg-3,
.col-lg-9 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.h-100 {
	height: 100%;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.d-none {
	display: none !important;
}

@media (min-width: 576px) {
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {

    .col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
    .col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-md-none {
		display: none !important;
	}
	.d-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) {
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.d-lg-none {
		display: none !important;
	}
	.d-lg-block {
		display: block !important;
	}
}


/*============================================
	Fonts
============================================*/

@font-face {
    @import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');
	font-family: 'Questrial', sans-serif;
}



/*============================================
	Main
============================================*/

:root {
	--main-color: #4d1232;
	--primarycolor: #79b943;
	--lightgrey-color: #f2f2f2;
	--white: #fff;
}

html {
	width: 100%;
	height: 100%;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Helvetica', serif;
}

body {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: var(--main-color);
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*,
*:before,
*:after {
	box-sizing: border-box
}

a {
	text-decoration: none;
	-webkit-transition: color 200ms ease 0s;
	transition: color 200ms ease 0s
}


/*============================================
	Global
============================================*/

.sr-only {
	overflow: hidden;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	height: 1px;
	border: 0;
	clip: rect(0, 0, 0, 0)
}

.space-10 {
	margin-bottom: 10px;
}

.space-30 {
	margin-bottom: 30px;
}

.space-50 {
	margin-bottom: 50px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.image-full-height {
	width: auto;
	max-width: initial;
	height: 100%;
}

.bg-white {
	background-color: var(--white);
}

.list-clean {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.text-center {
	text-align: center;
}

.text-uppercase {
	text-transform: uppercase;
}

.title-5 {
	font-size: 0.875rem;
}

.title-0.white,
.title-1.white,
.title-2.white,
.title-3.white,
.title-5.white,
p.white,
span.white,
.white {
	color: var(--white);
}




a.link-inherit,
a.link-inherit:hover {
	color: inherit;
}

a.link-inherit:hover {
	opacity: 0.6;
}

.sep {
	height: 4px;
	width: 65px;
	background-color: var(--orange);
}

.sep.grey {
	background-color: var(--lightgrey-color);
}
img {
    max-width:100%;
}

@media only screen and (min-width: 768px) {
	.space-md-0 {
		margin-bottom: 0;
	}
	.padding-top-md-60 {
		padding-top: 60px;
	}
	.padding-bottom-md-60 {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.padding-top-xl-70 {
		padding-top: 70px;
	}
	.padding-bottom-xl-70 {
		padding-bottom: 70px;
	}
}


/*============================================
	Header
============================================*/

.site-header {
	position: relative;
	height: 100px;
	background-color: var(--white);
	border-bottom-width: 20px;
    border-bottom-style: solid;
    border-color: var(--primarycolor);
	z-index: 2;
}

.logo {
	height: 35px;
    max-width:100%;
}
.contactbutton {
    display:inline-block;
    padding:0 5px;
    float:right;
}
.contactbutton img {
    height:20px;
}

.menu-button-wrapper {
	float: right;
	font-size: 1rem;
	line-height: 1;
	position: relative;
}

.menu-button {
	position: relative;
	color: var(--main-color);
	font-size: inherit;
	font-family: 'montserratregular';
	letter-spacing: 1px;
	line-height: initial;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: none;
	height: 50px;
	padding: 10px 15px;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.site-header {
		height: 100px;
	}
	.logo {
		height: 45px;
	}
    .contactbutton img {
        height:30px;
    }
}

@media (min-width: 1200px) {
	.site-header {
		height: 120px;
	}
	.logo {
		height: 50px;
	}
}





/*============================================
	Footer
============================================*/

.site-footer {
	border-top-width: 20px;
    border-top-style: solid;
    border-color: var(--primarycolor);
}
.site-footer a {
    color:var(--main-color);
}
.site-footer a:hover {
    color:var(--primarycolor);
}

.logo-footer {
	height: 40px;
}

