body {
	font-size: 18px;
	font-family: asap-cl, sans-serif;
	padding: 0;
	margin: 0;
}
.spacer {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	display: block;
}
p {
	line-height: 1.5em;
	text-align: justify;
}
h1 {
	color: chocolate;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 3em;
	font-family: schabo, sans-serif;
	font-weight: normal;
}
h2 {
	color: chocolate;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 2em;
	font-family: schabo, sans-serif;
	font-weight: normal;
	margin: 2em 0;
}
h2 span {
	display: inline;
	clear: none;
	letter-spacing: 0.15em;
	margin-left: 0;
	background: none;
	color: chocolate;
	padding: 0;
	width: auto;
	margin-top: 0;
}
@media only screen and (min-width: 1024px){
h2 span {
	display: block;
	clear: both;
	letter-spacing: 0.4em;
	margin-left: 4em;
	background: chocolate;
	color: white;
	padding: 0.2em 0.2em 0.1em 0.2em;
	width: 30vw;
	margin-top: -0.3em;
}
}
a {
	text-decoration: none;
	color: chocolate;
}

@font-face {
	font-family: schabo;
	src: url(schabo.otf);
}
@font-face {
	font-family: asap-cl;
	src: url(asap-cl.otf);
}

#navigation img {
	height: 4em;
	margin: 1em;
}


#nav-bottom {
	background: lightslategray;
	border-bottom: 2px solid white;
	display: none;
}
#nav-bottom ul {
	list-style-type: none;
	padding: 0;
	color: white;
	font-size: 0.8em;
	margin: 0;
	text-align: right;
}
#nav-bottom ul li {
	display: inline-block;
	margin: 0.8em 0 0.8em 2em;
	padding: 2px 0;
}
#nav-bottom ul li.tel {
	background: url(bullet-tel.svg) no-repeat left;
	background-size: 20px;
	padding-left: 24px;
}
#nav-bottom ul li.mail {
	background: url(bullet-mail.svg) no-repeat left;
	background-size: 20px;
	padding-left: 24px;
}
#nav-bottom ul li.time {
	background: url(bullet-time.svg) no-repeat left;
	background-size: 20px;
	padding-left: 24px;
}
#nav-bottom a:link {
	color: white;
}

#burger {
	float: right;
	height: 2em;
	width: 2em;
	background: #FFFFFF;
	position: relative;
	margin: 1em 1em 0 0;
}
/* Add and Format Lines */
#burgericon,
#burgericon:before,
#burgericon:after {
	content: '';
	position: absolute;
	height: 6px;
	width: 100%;
	background: black;
	transition: all .3s ease;
	border-radius: 3px;
}
/* Displace Lines */
#burgericon {
	top: 50%;
}
#burgericon:before {
	top: -0.75em;
}
#burgericon:after {
	top: 0.75em;
}
/* Hamburger Icon Close */
#burger.active {
	background: #FFFFFF;
}
#burger.active #burgericon {
	background: transparent;
	transform: rotate(-135deg)
}
#burger.active #burgericon:before,
#burger.active #burgericon:after {
	top: 0
}
#burger.active #burgericon:before {
	transform: rotate(90deg)
}
#navigation #main-nav {
	display: none;
	padding: 0;
	list-style-type: none;
}
#navigation #main-nav.active {
	display: block;
}
#navigation #main-nav li {
	display: block;
	border: 1px solid chocolate;
	border-radius: 8px;
	padding: 0.5em;
	margin: 0 0.5em 1em 0.5em;
}
#navigation #main-nav li a {
	width: 100%;
	display: block;
}

@media only screen and (min-width: 1024px){
	#burger {
		display: none;
	}
	#header ul {
		display: block;
		height: auto;
		clear: none;
		width: auto;
	}
#navigation #main-nav {
	list-style-type: none;
	padding: 1em 0;
	float: right;
	display: block;
}
#navigation #main-nav li {
	display: inline-block;
	margin: 0 0 0 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: none;
	padding: 0;
}
#nav-bottom {
	display: block;
}
#navigation img {
	height: 6em;
	margin: 1em 0;
}
}


.features {
	background: navajowhite;
	border-radius: 8px;
	padding: 1em 2em;
	margin: 3em 0 3em 0;
}
.features ul {
	list-style-type: none;
	padding: 0;
}
.features li {
	display: inline-block;
	min-width: 20em;
	margin: 0.5em;
	font-weight: bold;
	background: url(bullet-checkbox.svg) no-repeat left;
	background-size: 20px;
	background-position: 0 0;
	padding: 4px 0 4px 24px;
}

.button {
	background: chocolate;
	color: white;
	display: inline-block;
	padding: 1em;
	margin: 1em 1em 1em 0;
	font-weight: bold;
	min-width: 10em;
	border-radius: 8px;
	transition: all .5s ease;
}
.button:hover {
	background: black;
}


#hero {
	position: relative;
	overflow: hidden;
	max-height: 50em;
	margin: 0 0 4em 0;
}
#hero img {
	width: 100%;
}
#hero .fond {
	width: 25%;
	margin: 8em 20vw 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	background: chocolate;
	padding: 1em 2em;
	border-radius: 1em 1em 0 0;
	background: white;
}
.cta-main {
	display: block; 
	padding: 0.5em; 
	color: white; 
	background: chocolate; 
	border: 2px solid chocolate;
	border-radius: 8px; 
	font-weight: bold; 
	width: auto; 
	margin: 2em 0 1em 0;
	max-width: 20em;
}
.cta-lower {
	display: block; 
	padding: 0.5em; 
	color: chocolate; 
	background: white; 
	border: 2px solid chocolate;
	border-radius: 8px; 
	font-weight: bold; 
	width: auto; 
	margin: 1em 0;
	max-width: 20em;
}




.grid {
	margin: 2em -0.5em 4em -0.5em;
}
.grid::before, .grid::after { /*Clearfix part 1*/
	content: "";
	display: table;
}
.grid::after { /*Clearfix part 2*/
	clear: both;
}
.grid .item {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}
.grid.small .item {
	width: 25%;
}
.grid img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.grid img.portrait {
	width: 100%;
	height: auto;
}
.grid img.landscape {
	width: auto;
	height: 100%;
}
.grid .spacer {
	border-radius: 8px;
	overflow: hidden;
	margin: 0.5em;
	height: 35vw;
	position: relative;
}
.grid.small .spacer {
	height: 200px;
	position: relative;
}

#footer {
	padding: 1em;
	background: lightslategray url(stones-grey.jpg) no-repeat right;
	color: white;
	margin: 5em 0 0 0;
}
#footer .spacer {
	background: lightslategray;
	display: block;
}
#footer .spacer::before, #footer .spacer::after { /*Clearfix part 1*/
	content: "";
	display: table;
}
#footer .spacer::after { /*Clearfix part 2*/
	clear: both;
}
#footer::before, #footer::after { /*Clearfix part 1*/
	content: "";
	display: table;
}
#footer::after { /*Clearfix part 2*/
	clear: both;
}
#footer a {
	color: white;
}
#footer .div1, #footer .div2 {
	float: left;
	width: 50%;
}
#footer .div2 ul {
	margin: 0 0 3em 0;
	list-style-type: none;
	padding: 0;
}
#footer .div2 li {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
	border-bottom: 1px solid white;
}
address {
	margin: 0 0 3em 0;
	font-style: normal;
	line-height: 1.5em;
}
#footer .div1 ul {
	margin: 0 0 3em 0;
	list-style-type: none;
	padding: 0;
}
#footer .div1 li {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0;
}
#footer .div1 li.tel {
	background: url(bullet-tel.svg) no-repeat left;
	background-size: 30px;
	padding-left: 40px;
}
#footer .div1 li.mail {
	background: url(bullet-mail.svg) no-repeat left;
	background-size: 30px;
	padding-left: 40px;
}
#footer .div1 li.time {
	background: url(bullet-time.svg) no-repeat left;
	background-size: 30px;
	padding-left: 40px;
}
#smallprint {
	margin: -1em 0;
	padding: 0.5em 0;
	background: black;
	color: white;
}
#smallprint::before, #smallprint::after { /*Clearfix part 1*/
	content: "";
	display: table;
}
#smallprint::after { /*Clearfix part 2*/
	clear: both;
}
#smallprint a {
	color: white;
}
#smallprint p {
	float: left;
}
#smallprint ul {
	list-style-type: none;
	padding: 0;
	display: inline-block;
	float: left;
}
#smallprint li {
	display: inline-block;
	margin: 0 0 0 2em;
	padding: 0;
	line-height: 1.5em;
}