html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

img {
	width:100%;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;

    z-index:1032;
}
.contact_top {
  width: 100%;
  background-color: #c2e4c7;
  color: #334f55;
  font-size: 20px;
  font-family: 'Staatliches', cursive;
}
.contact_top_content_left {
  width: 100%;
  text-align: left;
}
.contact_top_content_right {
  width: 100%;
  text-align: right;
}
.contact_top p {
  padding: 0px;
  margin: 0px;
}
.navbar {
  color: #FFF;
  font-size: 22px;
  padding: 10px 0px 10px 0px;
  font-family: 'Staatliches', cursive;
}
.navbar a:link {
  color: #000!important;
}
.navbar a:hover {
  color: #c2e4c7!important;
}
.navbar a:visited {
  color: #000!important;
}
.navbar-toggler {
  padding: 0px;
  border: 0px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 40px;
  padding-right: 0px;
}
.navbar button {
  outline: none!important;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("img/menu.png");
}
.navbar-collapse {
  flex-grow: 0;
}
.header {
  width: 100%;
  background-color: #FFF;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 10px #000;
  background-image: url("img/bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.header_streamer {
  padding: 350px 0px 350px 0px;
}
.segment1 {
  width: 100%;
  padding: 100px 0px 100px 0px;
  background-color: #334f55;
  color: #FFFF;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  background-image: url("img/grid1.jpg");
  background-position: bottom;
  background-repeat: repeat-x;
}
.segment2 {
  width: 100%;
  padding: 100px 0px 100px 0px;
  background-color: #fdfbf0;
}
.segment2 .card {
  background-color: #f3ebcd;
}
.segment3 {
  width: 100%;
  padding: 60px 0px 60px 0px;
  background-color: #FFF;
}
.segment4 {
  width: 100%;
  padding: 250px 0px 250px 0px;
  background-color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
  background-image: url("img/bg_streamer.jpg");
	background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.segment5 {
  width: 100%;
  padding: 250px 0px 250px 0px;
  background-color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #FFF;
  text-shadow: 0px 0px 10px #000;
  text-align: center;
background-position: center;
  background-image: url("img/bg_recenties.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.segment6 {
  width: 100%;
  padding: 100px 0px 100px 0px;
  background-color: #c2e4c7;
  text-align: center;
  background-image: url("img/steps.jpg");
  background-position: center center;
  background-size:cover;
  background-repeat: no-repeat;
}
.segment6 img {
  border-radius: 1000px;
  margin-bottom: 30px;
  border: 8px solid #dddddd;
}
.menu {
  width: 100%;
  padding: 40px;
  background-color: #000;
  box-shadow: 0px 0px 10px #000;
  font-family: 'Neucha', cursive;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
  color: #FFF;
  background-image: url("img/menukaart.jpg");
  background-size: cover;
}
.menu hr {
  mergin: 10px 0px 10px 0px;
  background-color: gray;
}
[class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.card {
  background-color: #FFF;
  font-size: 15px;
  color: #000;
  border: 0px;
  border-radius: 0px;
}
.card-title {
  font-size: 22px;
  color: #000;
}
.jumbotron {
  padding: 60px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 0px;
  margin-bottom: 0px;
  background-color: #f3ebcd;
  background-image: url("img/tarieven.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 270px;
}
.segment6 .jumbotron {
  background-color: #abd3b1;
  background-image: url("img/kiekaboo.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 130px;
}
.streamer {
  width: 100%;
  text-align: center;
  padding: 30px 0px 30px 0px;
  background-image: url("img/sreamer-line.png");
  background-position: center;
  background-repeat: repeat-x;
}
.center_streamer {
  width: 100%;
  text-align: center;
}
.segment2 .center_streamer {
  width: 100%;
  text-align: center;
  font-weight: 400px;
  color: #c2e4c7;
}
.button_streamer {
  width: 100%;
  text-align: center;
}
footer {
  width: 100%;
  background-color: #334f55;
  color: #FFF;
  padding: 90px 0px 50px 0px;
  background-image: url("img/grid2.jpg");
  background-position: top;
  background-repeat: repeat-x;
}
.footer a {
  color: #445965;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer_heading {
  width: 100%;
  color: #c2e4c7;
  font-size: 25px;
  padding: 10px 0px 10px 0px;
  font-family: 'Staatliches', cursive;
}
.footer_ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer_ul li {
  padding: 5px 0px 5px 0px;
}
.bottom_border {
  background-image: url(img/element.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.form-control {
  font-size: 14px;
  background-color: #000;
  border: 1px solid #718585;
  border-radius: 100px;
}
.btn {
  background-color: #334f55;
  border: 0px;
  font-size: 15px;
  font-weight: 700;
  text-shadow: none;
  color: #FFF!important;
  padding: 15px 25px 15px 25px;
  border-radius: 50px;
}
.btn:hover {
  background-color: #3f7884;
  color: #FFF;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #263238 !important;
}
.navbar .btn {
  background-color: #818181!important;
}
.navbar .btn:hover {
  background-color: #000!important;
  color: #FFF;
}
.header .btn {
  margin: 10px!important;
}
h1 {
  font-size: 40px;
  color: #c2e4c7;
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
}
h2 {
  font-size: 30px;
  font-family: 'Staatliches', cursive;
  text-transform: uppercase;
}
.streamer h2 {
  font-size: 50px;
  color: #c2e4c7;
}
.header h2 {
  font-size: 50px;
  padding-bottom: 0px;
  color: #FFF;
}
.header_volg h2 {
  font-size: 40px;
  padding-bottom: 5px;
  color: #FFF;
}
.segment2 h2 {
  font-size: 30px;
  color: #334f55;
}
.segment6 h2 {
  font-size: 30px;
  color: #334f55;
}
h3 {
  font-size: 20px;
  color: #334f55;
  text-transform: uppercase;
  font-family: 'Staatliches', cursive;
}
.segment2 h3 {
  font-size: 25px;
  color: #334f55;
}
.segment4 h3 {
  font-size: 50px;
  color: #FFF;
}
.card h3 {
  margin-bottom: 0px !important;
}
.segment5 h3 {
  font-size: 50px;
  color: #FFF;
}
h4 {
  font-size: 27px;
  font-family: 'Staatliches', cursive;
}
a:link {
  color: #c2e4c7;
  text-decoration: none;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
}
a:visited {
  color: #c2e4c7;
}
a:hover {
  color: #3f7884;
}
.header_streamer a:link {
  color: #FFF;
  text-decoration: underline;
}
.header_streamer a:visited {
  color: #FFF;
}
.header_streamer a:hover {
  color: #c2e4c7;
}
.contact_top a:link {
  text-decoration: none;
}
.contact_top a:hover {
  text-decoration: underline;
}
.segment1 a:link {
  text-decoration: underline;
}
.segment4 a:link {
  color: #FFF;
  text-decoration: underline;
}
.segment4 a:visited {
  color: #FFF;
}
.segment4 a:hover {
  color: #c2e4c7;
}
.segment5 a:link {
  color: #FFF;
  text-decoration: underline;
}
.segment5 a:visited {
  color: #FFF;
}
.segment5 a:hover {
  color: #c2e4c7;
}
.footer a:link {
  color: #FFF;
}
.footer a:visited {
  color: #FFF;
}
.footer a:hover {
  color: #c2e4c7;
}
.contact_top a:link {
  color: #334f55;
}
.contact_top a:visited {
  color: #334f55;
}
.contact_top a:hover {
  color: #334f55;
}
.card a:link {
  color: #FFF;
  width: 100%;
  display: table;
}
.card a:visited {
  color: #FFF;
}
.card a:hover {
  color: #000;
}

td {
  vertical-align: top;
}
@media only screen and (max-width: 992px) {
  .navbar {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
 .navbar-brand {
	  width:50%;
  }
  .header_streamer {
    padding: 100px 0px 100px 0px;
	line-height:22px;
  }
  .header_streamer_volg {
    padding: 100px 0px 100px 0px;
  }
  .segment1 {
    padding: 30px 0px 30px 0px;
  }
  .segment2 {
    padding: 30px 0px 30px 0px;
  }
  .segment3 {
    padding: 30px 0px 30px 0px;
  }
  .segment4 {
    padding: 30px 0px 30px 0px;
	line-height:22px;
  }
  .segment5 {
    padding: 30px 0px 30px 0px;
	line-height:22px;
  }
  .segment6 {
    padding: 30px 0px 30px 0px;
  }
  footer {
    padding: 30px 0px 20px 0px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0px;
    padding-right: 0px;
    border-bottom: solid 1px #445965;
  }
  .contact_top {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .contact_top [class*="col-"] {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  h1 {
    font-size: 30px;
	line-height:32px;
  }
  .header h2 {
    font-size: 30px;
	line-height:32px;
    color: #FFF;
  }
  .segment4 h3 {
    font-size: 30px;
	line-height:32px;
    color: #FFF;
  }
  .segment5 h3 {
    font-size: 30px;
	line-height:32px;
    color: #FFF;
  }
  .jumbotron {
  background-image: url("img/tarieven_mob.jpg");
  padding-bottom: 270px;
}
}
@media only screen and (max-width: 768px) {
  .segment1 {
    padding: 20px 0px 20px 0px;
  }
  .segment2 {
    padding: 20px 0px 20px 0px;
  }
  .segment3 {
    padding: 20px 0px 20px 0px;
  }
  .segment4 {
    padding: 50px 0px 50px 0px;
  }
  .segment5 {
    padding: 50px 0px 50px 0px;
  }
  .segment6 {
    padding: 20px 0px 20px 0px;
  }
  .streamer {
    padding: 20px 0px 20px 0px;
    background-image: none;
  }
  footer {
    padding: 20px 0px 20px 0px;
  }
  .contact_top_content_left {
    text-align: center;
  }
  .contact_top_content_right {
    text-align: center;
  }
}
