

/*
  75 YEARS SLIJKERMAN.nl / JK Webdesign.nl APRIL 2021

  Text - #202739

  rood - c62a2a
  oranje - f36f24
  geel - f4df0c
  groen - c7d32c
  groen - a1c23b
  groen - 58a646
  blauw - 1d9dd8
  paars - 482e77
  paars - 802a7e

    Bootstrap Breakpoints: 576px, 768px, 992px, 1200px
*/


@font-face {
  font-family: 'Futura';
  src: url('Futura Light Regular.otf');
}



html,
body {
  margin: 0;
  padding: 0;
  background:#f3f3f3;
  color: #202739;
  font-family: 'Futura', sans-serif;
  font-weight: normal;
  font-size: 1em;
  overflow-x: hidden;
}



/*
    TYPOGRAPHY / CONTENT
*/

a {
  color: #70b0e0;
  text-decoration: none;
}

a:hover {
  color: #70b0e0;
  text-decoration: none;
}

p{
  margin: 0px 0px 16px 0px;
}

h1, h2, h3, h4, h5, h6{
  color: #202739;
  font-family: 'Futura', sans-serif;
  margin: 3em 0em 1.5em 0em;
  padding: 0;
  line-height: 1.4em;
  font-size: 2em;
  font-weight: normal;
}

h1{
  margin: 0;
  line-height: 1.1em;
  font-size: 5em;
  text-transform: uppercase;
}

h2{
  font-size: 1.8em;
  text-transform: uppercase;
}

h3{
  font-size: 1.4em;
}


@media only screen and (max-width:768px){
  h1{
    font-size: 4em;
  }


}



.wrapper{
  margin: 0 auto;
  max-width: 1200px;
  padding:0px 0px;
}

@media only screen and (max-width:768px){
  .wrapper{
    padding:0px 16px;
  }
}

.margin-bottom{
  margin-bottom: 44px;
}

.wrapper-half-right{
  max-width: calc( 1200px/2 );
}



#site-header{
  height: 80px;
  background: white;
}

#site-header #site-logo{
  height: 40px;
  display: block;
  margin: 0;
  float: right;
  margin-top: 20px;
  margin-right: 16px;

}

#header-title{
  background-image: url(/img/ColorSplashBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 44px 8px;
}

#header-title img{
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
}


#youtube-video  {
  position: relative;
  padding-bottom: 57%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

#youtube-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


#videoplayer{
  display: block;
  width: 100%;
}


#video-nav{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

#video-nav a{
  position: relative;
  display: block;
}

#video-nav a img{
  border: 1px #fff solid;
  transition-duration: 0.2s;
  width: 100%;
}

@media only screen and (max-width:660px) {
  #video-nav{
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}

#video-nav a.active img{
  border: 1px #c62a2a solid;
}

#video-nav a::after{
  content:'';
  display: block;
  position: absolute;
  top: calc( 50% - 40px );
  left: calc( 50% - 40px );
  width: 80px;
  height: 80px;
  background-image: url('/img/icon_play.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  transition-duration: 0.1s;
  transform-origin: center center;
  transform: scale(0.9);
}

@media only screen and (max-width:768px){
  #video-nav a::after{
    transform: scale(0.5);
  }
}


#video-nav a:hover::after{
  /*transform: scale(1.03);*/
}

/*#videoplayer {*/
/*  display:none;*/
/*  position: fixed;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  min-width: 100%;*/
/*  min-height: 100%;*/
/*  width: auto;*/
/*  height: auto;*/
/*  z-index: -100;*/
/*  !*-webkit-transform: translateX(-50% translateY(-50%;*!*/
/*  transform: translateX(-50%) translateY(-50%);*/
/*}*/

/*@media (min-width: 62em){*/
/*  #videoplayer {*/
/*  display:block;*/
/*  }*/
/*}*/






div.introduction{
  background:#233928;
  color: white;
}

div.introduction h2,
div.introduction h3,
div.introduction h4{
  margin-top: 0;
  color: white;
}

div.text-padding{
  padding: 44px 20px;
}

@media only screen and (max-width:768px){
  div.introduction .row .introduction-photo{
    padding:0;
  }
  div.text-padding{
    padding: 32px 0;
  }
}

img.img-responsive{
  width: 100%;
}

img.img-cover{
  height: 100%;
  object-fit: cover;
}


.img-inline{

}


.content img.img-inline,
.content img.img-responsive{
  border:2px #fff solid;
}



div.text-center{
  text-align: center;
}



div.photo{
  width: auto;
  padding-bottom: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}







#site-footer{
  background:#233928;
  color: white;
  padding: 32px 8px;
  /*text-align: center;*/
  /*text-transform: uppercase;*/
  /*font-size: 4em;*/
  /*line-height: 1em;*/
  /*font-weight: bold;*/
}

#site-footer h2,
#site-footer h3,
#site-footer h4{
  margin-top: 0;
  color: white;
  line-height: 2em;
}

#site-footer a{
  text-decoration: none;
  color: #fff;
}

#site-footer a:hover{
  text-decoration: underline;
}


.footer-left h3{
  font-size: .8em;
  display: inline-block;
  padding: 0 4em .4em 0;
  margin: 0 0 .8em 0;
  border-bottom: 1px white solid;
}

.footer-left address,
.footer-left .contact{
  padding: 0px 0px 0px 16px;
  font-size: .6em;
  line-height: 1.8em;
}

.footer-right{
  text-align: right;
  font-size: .8em;
}


@media only screen and (max-width:768px){
  .footer-left{
    text-align: center;
  }

  .footer-left h3 {
    padding: 0 2em .4em 2em;
  }

  .footer-left address,
  .footer-left .contact{
    padding: 0;
  }

  .footer-right{
    text-align: center;
    padding-top: 2em;

  }

}