@font-face {
  font-family: PlayfairDisplay;
  src: url(fonts/PlayfairDisplay-Regular.ttf);
}

@font-face {
  font-family: WorkSans;
  src: url(fonts/WorkSans-Regular.ttf);
}


body {
	margin: 0 auto;
	padding: 0;
	font-family: WorkSans, sans-serif;
	color: #333;
	font-size: 0.9em;
	background: #fffff1;
	}

h1 {
	font-family: PlayfairDisplay, serif;
	font-size: 2em;
	color: #6a9457;
	}

h2 {
	font-family: PlayfairDisplay, serif;
	font-size: 1.5em;
	color: #6a9457;
	}

p {
	line-height: 1.5em;
	}


a {
	text-decoration: none;
	color: #6a9457;
	}

a:hover {
	text-decoration: underline;
	color: #6a9457;
	}


header {
	display: block;
	width: 100%;
	background: transparent;
	position: absolute;
	z-index: 1;
	top: 0;
	}

.logo {
	display: block;
	float: left;
	margin: 3% 10% 0 10%;
	}

.logo a:hover {
	text-decoration: none;
	}

.menu {
	padding: 4%;
	}

.small {display: none;
	}

ul	{
	list-style-type: none;
	}

li	{
	display: inline;
	}

table {width: 500px;
	}
td {text-align: left;}


.menu a	{
	text-decoration: none;
	margin-left: 3%;
	font-weight: bold;
	font-size: 1.2em;
	color: #6a9457;
	}

.menu a:hover {
	padding-bottom: 5px;
	color: #6a9457;
	border-bottom: 4px solid #6a9457;
	}

.menu a:active {
	padding-bottom: 5px;
	color: #6a9457;
	border-bottom: 4px solid #6a9457;
	}

.slogan {
	margin: 0 0 0 10%;
	padding: 10% 3% 0 3%;
	}

.slogan h1 {
	color: #fff;
	font-size: 3em;
	}

button {
	background: #6a9457;
	color: #f4f4f2;
	padding: 2%;
	border-radius: 25px;
	font-size: 1em;
	border: none;
	cursor: pointer;
	}


.box {
	box-sizing: border-box;
	display: block;
	background-color: rgba(255,255,255,0);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border: none;

}


.hero {
	background-image: linear-gradient(0deg, rgba(97,139,55,0.8) 0%,rgba(233,255,234,0.8) 100% ),url("images/voet_landscape.jpg");	
	}

.afspraak {
	background-image: linear-gradient(0deg, rgba(44,127,145,0.8) 0%,rgba(236,250,253,0.8) 100% ),url("images/lippen.jpg");
	}

.producten {
	background-image: linear-gradient(0deg, rgba(44,127,145,0.8) 0%,rgba(236,250,253,0.8) 100% ),url("images/masker.jpg");
	}	

.team {
	background-image: linear-gradient(0deg, rgba(44,127,145,0.8) 0%,rgba(236,250,253,0.8) 100% ),url("images/makeup.jpg");
	}	

.contact {
	background-image: linear-gradient(0deg, rgba(44,127,145,0.8) 0%,rgba(236,250,253,0.8) 100% ),url("images/stenen2.jpg");
	}	



.title {
	margin: 0 0 0 10%;
	padding: 10% 3% 0 3%;
	}

.title h1 {
	font-size: 3em;
	color: #fff;
	}


.content {
	background-image: linear-gradient(0deg, rgba(255,255,241,1) 0%, rgba(233,255,234,1) 100%);
	display: block;
	height: 50%;
	padding:2% 15% 7% 15%;
	margin-top: -5px;
	text-align: center;
	}

.content h1 {
	text-align: center;
	}

iframe {
	border-radius: 30px;
	}

.block {
	display: block;
	border-radius: 30px;
	background: #fff;
	padding: 4%;
	margin: 3% 3% 10% 3%;
	text-align: left;
	border: 1px #F9F7F6 solid;
	box-shadow: 0px 41px 43px -24px rgba(0,0,0,0.37);
	box-sizing: border-box;
	}

.block:after {
	content: "";
	display: table;
	clear: both;
	}

img.left {
	float: left;
	margin: 20px;
	overflow: none;
	display: inline;
	}

img.big {
	margin-top: 30px;
	}

h1.left {
	text-align: left;
	}

.left {
	text-align: left;
	}

.block1 {
	display: inline;
	border-radius: 30px;
	background: #fff;
	float: left;
	padding: 4%;
	margin: 3% 2% 6% 4%;
	width: 35%;
	text-align: center;
	border: 1px #F9F7F6 solid;
	box-shadow: 0px 41px 43px -24px rgba(0,0,0,0.37);
	}

.block2 {
	display: inline;
	border-radius: 30px;
	background: #fff;
	float: left;
	padding: 4%;
	margin: 3% 2% 6% 4%;
	width: 35%;
	text-align: center;
	border: 1px #F9F7F6 solid;
	box-shadow: 0px 41px 43px -24px rgba(0,0,0,0.37);
	}


.height160 {
	overflow: none;
	min-height: 160px;
	}

.height250 {
	overflow: none;
	min-height: 250px;
	}

footer {
	text-align: center;
	background: #fccc4a;
	height: 35%;
	color: #908071;
	font-size: 0.8em;
	margin-top: 5%;
	}

footer p {
	text-align: center;
	margin: 0;
	}


@media screen and (min-width: 500px) {
  .sidenav {display: none;}
}	

/* --------- tablet ------------- */

@media (max-width: 850px) {

.menu {display:none;
	 }

.logo img {
	width: 75%;
	}

.small {
	display: block;
	float: right;
	color: #6a9457;
	font-size: 2em;
	margin: 6% 6% 0 0;

	}

.slogan {
	padding: 15% 1% 0 1%;
	}

.slogan h1 {
	font-size: 2em;
	}

.block {
	padding: 5%;
	margin: 0 0 10% 0;
	}

}


/* --------- mobiel ------------- */

@media (max-width: 500px) {

.menu {display:none;
	 }

.logo img {
	width: 75%;
	}

.small {
	display: block;
	position: absolute;
	top: 3%;
	right: 3%;
	float: right;
	color: #6a9457;
	font-size: 2em;
	}

.slogan {
	padding: 25% 1% 0 1%;
	}

.slogan h1 {
	font-size: 1.3em;
	}

h1 {
	font-size: 1.5em;
	} 

.title {
	padding: 10% 3% 10% 3%;
	}

.title h1 {
	padding-top: 15%;
	font-size: 2em;
	}

.content {
	padding:3% 1% 7% 1%;
	}

.blocki {
	padding: 1%;
	margin: 0 0 15% 0;
	text-align: center;
	}

.block2 {	
	display: block;
	float: none;
	width: 90%;
	padding: 2% 2% 5% 2%;
	}
	

.block3 {
	display: block;
	float: none;
	width: 90%;
	min-height: 10px;
	}

.height250 {
	min-height: 10px;
	}

table {
	width: 100%;
	font-size: 0.7em;
	}




/* --------- animated letters ------------- */
	
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}



/* --------- animated letters ------------- */

/*------------- Nav -------------------*/
.nav {
	cursor: pointer;

}		

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #6a9457;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fefefe;
  display: block;
  transition: 0.3s;
  cursor: pointer;	
}

.sidenav a:hover {
  color: #fccc4a;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



}

/*------------- End Nav -------------------*/