/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
 body {
  font-family: 'Gill sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white; 
}

html {
  width: 100%;
  height: 100%; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Gill sans', 'Cabin', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase; 
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px; 
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px; 
  } 
}

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: grey; 
}
a:focus, a:hover {
  text-decoration: none;
  color: grey; 
}

#mainNav {
  font-family:  'Helvetica Neue', 'Cabin', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #ffff4c; 
}
#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: black;
  border: 1px solid white; 
}
#mainNav .navbar-brand {
  font-weight: 700; 
}
#mainNav a {
  color: black; 
}
#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out; 
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent; 
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent; 
}
@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.5s ease-in-out, padding-top 0.s ease-in-out, padding-bottom 0.5s;
    -moz-transition: background 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-bottom 0.5s;
    transition: background 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-bottom 0.5s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent; 
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: white; 
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.5); 
  }
  #winNav .nav-link.active:hover {
    color: grey; 
  } 
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: #ffff4c;
}

/*! dit is de NL en ENG background */    

.backgroundNL {
 background: url("../img/DAD_BLACK4.png") no-repeat center center scroll;
 background-color: #ffff4c;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 background-size: contain;
 padding-bottom: 10px;
}
.backgroundENG {
 background: url("../img/TAS_BLACK4.png") no-repeat center center scroll;
 background-color: #ffff4c;
 -webkit-background-size: contain;
 -moz-background-size: contain;
 -o-background-size: contain;
 background-size: contain;
 padding-bottom: 10px;
}

.masthead .intro-body {
 display: table-cell;
 vertical-align: bottom; 
 padding-bottom: 20px;
}
.masthead .intro-body .brand-heading {
 font-size: 50px; 
}
.masthead .intro-body .intro-text {
 font-size: 18px; 
}
@media (min-width: 768px) {
 .masthead {
  height: 100%;
  padding: 0; 
}
.masthead .intro-body .brand-heading {
  font-size: 100px; 
}
.masthead .intro-body .intro-text {
  font-size: 22px; 
} 
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  color: black;
  border: 2px solid black;
  border-radius: 100% !important;
  background: transparent; 
  position: bottom;}
  .btn-circle:focus, .btn-circle:hover {
    color: grey;
    outline: none;
    background: rgba(255, 255, 255, 0.1); 
  }

  /*! dit is de witte en gekleurde sectie */    
  .white-section {
    padding-top: 150px;
    padding-bottom: 150px; 
    background-color: white;
  }

  .color-section {
    padding-top: 150px;
    padding-bottom: 150px; 
    background-color: #ffff4c;
  }

/*.about-section {
  background: url("https://www.frickandtraa.com/data/upload/images/about/arnoud.jpg") no-repeat center center scroll;
  padding-top: 150px;
  padding-bottom: 150px; 
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 25%; 
  }*/

  .btn {
    font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    border-radius: 0; 
  }

  .btn-default {
    color: #000;
    border: 1px solid #000;
    background-color: transparent; 
  }
  .btn-default:focus, .btn-default:hover {
    color: grey;
    border: 1px solid #000;
    outline: none;
    background-color: #FF0; 
  }

  ul.banner-social-buttons {
    margin-top: 0; 
  }
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; 
    } 
  }
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      display: block;
      margin-bottom: 10px;
      padding: 0; 
    }
    ul.banner-social-buttons li:last-child {
      margin-bottom: 0; 
    } 
  }

  footer {
    padding: 10px 0; 
  }
  footer p {
    font-size: 14px;
    margin: 0; 
  }

  ::-moz-selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.5);
    text-shadow: none; 
  }

  ::selection {
    background: #fcfcfc;
    background: rgba(255, 255, 255, 0.5);
    text-shadow: none; 
  }

  img::selection {
    background: transparent; 
  }

  img::-moz-selection {
    background: transparent; 
  }

  body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5); 
  }
