* {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

body {
  background-color: #fffef6;
  overflow-x: hidden;
}


/** -------------------------------- Afbeeldingen **/

img {
  width: 100%;
}


/** -------------------------------- Navigatiebalk **/

.navbar-toggler {
  top: -30px;
  border-color: #ed6e2c;
  border-radius: 0px;
  right:0px;
}

.navbar-nav {
  text-align: center;
}

.navbar a {
  color: #ed6e2c;
  font-size: 12px;
}

.navbar a:hover, .active{
  font-weight: bold;
}

.bg-faded {
  background-color: transparent
}

.navbar {
  padding: 0;
  margin-top: 40px;
  margin-bottom: -10px;
}

.navbar-toggleable-md .navbar-nav .nav-link {
  padding-right: 14px;
  padding-left: 0;
}

.fa-bars {
  color: #ed6e2c;
}

/** -------------------------------- Footer **/

.mobile-footer {
  color: #ed6e2c;
}

.boeken, .dossier {
  text-decoration: none;
  color: #ed6e2c;
}

.boeken:hover, .dossier:hover {
  text-decoration: none;
  color: #ed6e2c;
font-weight: bold;
}

/** -------------------------------- Titels **/

h4,
h1,
h2,
h3 {
  font-family: 'Domine', serif;
}

h1 {
  font-size: 50px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.hoofdtitel {
  margin-top: 20px;
  margin-bottom:20px;
}

h2 {
  font-weight: bold;
}

hr {
  border-color: black;
}

/* The animation code */
@keyframes example {
  0%   {left:850px; top:0px;}
  100% {left:0px; top:0px;}
}

/* The element to apply the animation to */
.hoofdtitel {
  width: 100px;
  height: 100px;
  animation-name: example;
  animation-duration: 1s;
}

.footer span {
  color: #ed6e2c;
}

.facebook {
  background-image: url("../images/Icoontjes.svg");
  background-position:-91px;
  background-size: cover;
  width: 25px;
  height:25px;
  display:inline-block;
  margin-bottom:-3px;
}

.instagram {
  background-image: url("../images/Icoontjes.svg");  
  background-size: cover;
  width: 25px;
  height:25px;
  display:inline-block;
  margin-bottom:-3px;
}

.twitter {
  background-image: url("../images/Icoontjes.svg");
  background-position:-46px;
  background-size: cover;
  width: 25px;
  height:25px;
  display:inline-block;
  margin-bottom:-3px;
}

.logo {
  margin-top: -11px;
  margin-bottom: -8px;
}

.header {
  margin-bottom: 50px;
}

.rotated li,
.rotated span {
  font-size: 20px;
}

/** -------------------------------- Over **/

.tussentitel {
  margin-top:30px;
  margin-bottom: 10px;
}

.padding-rechts {
  padding-right: 3px;
  margin-top: 10px;
}

.padding-links {
  padding-left: 3px;
  margin-top: 10px;
}

#over-onderste {
  margin-top:6px;
  margin-bottom: 20px;
}

/** -------------------------------- Kalender **/

.fotos-onder {
  margin-top:20px;
}

.quote {
  text-align:center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.laatste {
  margin-bottom: 20px;
}

/** -------------------------------- Contact **/

#foodtruck {
  height: 20%;
  margin-top:20px;
  margin-bottom:20px;
}

#kaart {
  margin-left:15px;
  margin-right:15px;
  height: 250px;
}

iframe {
  margin-bottom: 30px;
  filter: grayscale(100%);
}
  
.over-foto {
  margin-bottom: 20px;
}

/** ---------------------------------------------------------------------- DESKTOP **/

@media screen and (min-width: 480px) {

  * {
    font-size: 15px;
  }

  .hoofdtitel {
    padding-bottom: 70px;
  }

  /** -------------------------------- Footer desktop**/

  .rotated {
    transform: rotate(-90deg);
    position: fixed;
    left: -180px;
    bottom: 270px;
  }
  
  .rotated li,
  .rotated ul,
  .rotated span {
    display: inline-block;
  }

  .boeken, .dossier {
    text-decoration: none;
    color: #ed6e2c;
    font-size: 20px;
  }
  
  .boeken:hover, .dossier:hover {
    text-decoration: none;
    color: #ed6e2c;
    font-size: 20px;
  font-weight: bold;
  }

  /** -------------------------------- Home desktop **/

  #home_foto {
    margin-top:70px;
  }

  /** -------------------------------- Over desktop **/

  .hoofdtitel {
    margin-top:70px;
    margin-bottom:30px;
  }

  .over-foto {
    margin-top:30px;
    margin-bottom: 20px;
  }

  .tussentitel {
    margin-top: 40px;
  }

  .padding-links {
    padding-left: 15px;
    margin-top: 20px;
  }
  
  .padding-rechts {
    padding-right: 15px;
    margin-top: 20px;
  }

  #over-onderste {
    margin-bottom: 70px;
    margin-top: 30px;
  }

  /** -------------------------------- Foto's desktop **/

  #quote3 {
    margin-top:-15px;
  }

  .laatste {
    padding-bottom: 150px;
  }

   /** -------------------------------- Foto's contact **/

  #foodtruck {
    margin-top:10px;
  }

  #kaart {
    padding:0;
  }
}