body {
	font-family: Arial, sans-serif;
  	color: #5a5a5a;
}
.table.table-striped td {
  color: #5a5a5a;
}
body h1 {
	font-family: 'Squada One';
  font-size: 28px;
  color: #337ab7;
}
body h2 {
	font-family: 'Squada One';
  font-size: 22px;
  color: #337ab7;
}
a:not(.btn):link {
  color: #337ab7;
}
a:not(.btn):hover {
  color: #23557f;
}
a:not(.btn):visited {
  color: #337ab7;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e3e3e2;
  color: #e3e3e2;
}
.nav-link {
	font-family: 'Squada One';
  font-size: 18px;
  color: #337ab7;	
}
.camp {
	font-family: "Tinos", serif;
	font-weight: 700;
  	font-size: 17px;
	letter-spacing: 0.5px;
	font-style: normal;
	color: black;
}
.campkop {
	font-family: "Tinos", serif;
	font-weight: 700;
  	font-size: 22px;
	letter-spacing: 0.5px;
	font-style: normal;
	color: black;
}
.campplat {
	font-family: "Tinos", serif;
	font-weight: 400;
	font-style: normal;
	color: black;
}
.dropdown-menu {
	font-size: 14px;
}
.bg-camp {
  background-color: #f1d8a3
}
.btn-primary {
	background-color: #337ab7;
}
.btn-primary:hover {
	background-color: #23557f;
}
.btn-camp {
	font-family: "Tinos", serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	background-color: #603000;
}
.btn-camp:hover {
	font-family: "Tinos", serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	background-color: #562a00;
}
.bg-grijs {
	background-color: #e3e3e2;
}
.bg-verloop {
  background: linear-gradient(
    to right,
    #e3e3e2 0,
    #ffffff calc(50% - 490px),
    #ffffff calc(50% + 490px),
    #e3e3e2 100%
  );
}
.bg-verloopcamp {
  background: linear-gradient(
    to right,
    #f1d8a3 0,
    #ffffff calc(50% - 490px),
    #ffffff calc(50% + 490px),
    #f1d8a3 100%
  );
}
.studiodanielc {
	background-color: #337ab7;
	color: white;
	height: 50px;
}
.studiodanielc a {
    color: white !important;
    text-decoration: none;
}

.studiodanielc a:hover {
    color: white;
	text-decoration: underline;
}

.studiodanielc a:visited {
    color: white;
}