/*

				https://www.w3schools.com/howto/tryhow_css_parallax_demo.htm
				https://www.w3schools.com/colors/colors_picker.asp

				https://www.w3schools.com/howto/howto_js_sidenav.asp
				https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_sidenav

*/
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-vu {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("/inc/img/backgrounds/nash_depth_BW.jpg");
  min-height: 300px;
}
.bgimg-2 {
  background-image: url("/inc/img/backgrounds/nash_depth_BW.jpg");
  min-height: 125px;
}
.bgimg-4 {
  background-image: url("/inc/img/backgrounds/quadra.jpg");
  min-height: 250px;
}
.bgimg-6 {
  background-image: url("/inc/img/backgrounds/genl detail.jpg");
  min-height: 250px;
}

.caption {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center;
  color: #000;
}
.bg_dark, .bg_light{
	padding: 20px 80px; /*tb lr*/
	text-align: justify;
}

.bg_dark{
	color: #ddd;
	background-color: #282E34;
}
.bg_light{
	color: #777;
	background-color: white;
}
h2 {
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  text-align:center;
}
h3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 16px "Lato", sans-serif;
  text-align:center;
}
h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font: 14px "Lato", sans-serif;
  text-align:center;
}
.contact{
  letter-spacing: 2px;
  text-align:left;
}
.inner{
	margin: auto;
	width: 700px;
}
@media only screen and (max-width: 600px){.inner{margin: auto;width: 400px;}}

.inner a, .modalfooter a{
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #777;
	border: 1px solid transparent;
}
.inner a:hover, .modalfooter a:hover{text-decoration: underline; border: 1px solid #FCB715;}
.indent{margin-left:20px;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6 {background-attachment: scroll;}
}
/* SIDENAVIGATION*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: #222;
	overflow-x: hidden;
	padding-top: 40px;
	border-right: 1px solid #222;
	transition: 0.5s;
}
.sidenav a, .sidenav span {
	padding: 2px 2px 2px 32px;
	text-decoration: none;
	font-size: 20px;
	cursor:pointer;
	display: block;
	white-space: nowrap;
	transition: 0.5s
}
/*.sidenav a:hover, .offcanvas a:focus, .sidenav span:hover{color: #f1f1f1;}*/
.sidenav a:hover, .offcanvas a:focus, .sidenav span:hover{color: #B6CE8E;}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
   color: #c1c1c1;
}
.sidenav hr {
	display: block;
	height: 0px;
	border: 0;
	border-top: 1px solid #FCB715;
	margin: 0 0;
	padding: 0;
}
.aScroll {color: #c1c1c1;}
@media screen and (max-height: 600px) {/*450*/
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*open menu button*/

/*	amp orange: #FCB715;
 *	AMP GREEN : #B6CE8E;
 *	LGHT GREEN: #DCE6C8;
 *	DRKBLUE #008CBA;
 *	LGHTBLUE #00ace6;
 *	
 *	
 */
.menubtn{left: 16px;}
.musicfinderbtn{right: 16px;}
.menubtn, .musicfinderbtn{
	position: fixed;
	top: 16px;
	z-index: 1;
	border: none;
	outline: none;
	display: table;
	background-color: #B6CE8E;
	color: white;
	padding: 0 15px;
	border-radius: 10px;
	transition: 0.5s
}
.menubtn .icon, .musicfinderbtn .icon{
	font-size:28px;
	vertical-align:middle;
	display: table-cell;
}
.menubtn .txt, .musicfinderbtn .txt{
	padding-left:10px;
	font-size:14px;
	vertical-align:middle;
	display: table-cell;
	letter-spacing: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}
#totop:hover, .musicfinderbtn:hover{background-color: #FCB715;}
.musicfinderbtn .txt:hover{text-decoration: underline;}
/*totop*/
#totop {
	font-size: 26px;
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 1;
	border: none;
	outline: none;
	background-color: #555;
	color: white;
	cursor: pointer;
	padding: 0 15px;
	border-radius: 10px;
	transition: 0.5s
}
#totop:hover{background-color: #FCB715;}
/*pagenav*/
.pagenav{margin:auto;width: 700px;text-align:center;}
.pagenavbtn {
	font-size: 26px;
	text-decoration: none;
	color: #aaa;
	cursor: pointer;
	border-radius: 10px;
	transition: 0.5s
}
.pagenavbtn:hover{color: #FCB715;}
/*https://www.w3schools.com/css/tryit.asp?filename=trycss_buttons_hover*/
.button {
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	cursor: pointer;
}
.buttonBlue {
	background-color: white; 
	color: black; 
	border: 2px solid #008CBA;
}
.buttonBlue:hover {
	background-color: #008CBA;
	color: white;
}
/*The Modal (background)*/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 3; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modalcontent {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {opacity:0} 
	to {opacity:1}
}

@keyframes animatetop {
	from {opacity:0}
	to {opacity:1}
}

/* The Close Button */
.modalclose {
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modalclose:hover,
.modalclose:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modalheader {
	padding: 2px 16px;
	/*background-color: #5cb85c;
	color: white;*/
	border-bottom: 1px solid #777;
}

.modalbody {
	padding: 2px 16px;
	max-height:500px;
	overflow-y:auto;
}

.modalfooter {
	padding: 12px 16px;
	border-top: 1px solid #777;
	text-align:center;
	/*background-color: #5cb85c;
	color: white;*/
}
/*https://www.w3schools.com/howto/howto_js_tabs.asp*/
div.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
div.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}
div.tab button:hover {background-color: #ddd;}
div.tab button.active {background-color: #ccc;}
.tabcontent0, .tabcontent1, .tabcontent2 {
	display: none;
	padding: 6px 12px;
	min-height:300px;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}
@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}
/*table*/
#table_tarieven {
    border-collapse: collapse;
    width: 670px;
}
#table_tarieven td {
	padding: 0px;
	border-bottom: 1px solid #f2f2f2;
}
/*#table_tarieven tr:nth-child(even){background-color: #f2f2f2;}*/
#table_tarieven tr:hover {background-color: #fafafa;}