/* Fouc Fix */

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

.wrapper{
}

/* Shared styles */
h1,h2,h3,h4,h5{
	letter-spacing: 2px;
}

p{
	letter-spacing: 0.5px;
}

blockquote{
	font-weight: bold;
	letter-spacing: 1px;
}

.valign{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.anchor{
	position: absolute;
	margin-top: -50px;
}

section ul{
	list-style: none;
}

section li:before {
  content: '\f06d';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #CD5C5C;
}

.menu-spacer{
	clear: both;
	position: relative;
}

.vh{
	min-height: 100vh;
}

.bg-img{
	background-size: cover;
	background-position: center;
}

.padded{
	padding: 30px 0px 30px 0px;
}

.line{
	width: 200px; 
	height: 3px; 
	background: #EF4545; 
	margin: 20px 0px 20px -20px;
}

.overlay{
	position: absolute;
	width: 100%; 
	height: 100%;
	background-color: rgba(236, 240, 241, 0.2);
}

/* Nav */
nav{
	background: #D7A3A3;
	color: #EF4545;
	font-weight: bold;
	position: fixed;
	z-index: 999; 
	width: 100%;
}

nav a{
	color: #EF4545;
	font-weight: bold;
}

/* Notification */ 
.notify{
	background: #fff;
	position: relative;
	height: auto;
	padding: 15px 0px 0px 0px;
	color: #EF4545;
	border-bottom: 2px solid #EF4545;
}


/* Section */ 
section{
	position: relative;
	padding: 30px 0px 30px 0px;
}

.content{
	padding: 15px 0px 15px 0px;
}

footer{
	text-align: center;
}

footer a{
	color: #000;
}

.bottom-bar{
	padding: 15px 0px 10px 0px;
	border-top: 2px solid #EF4545;
}

.contact{
	background: #FFDBC3;
	padding: 30px 0px 15px 0px;
}

ul.prijslijst{
}

ul.prijslijst li{
}

ul.prijslijst li span{
	float: right;
}