/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  margin: 0; padding: 0;
  background-color: #006b3b;
}


#headimg {
  background: url('/img/maplestruct-20.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0; bottom: 0;
  z-index: -1;
}

@media screen and (min-width: 99999px) { /* min-width: 1200px */
  @supports ((perspective: 1px) and (not (-webkit-overflow-scrolling: touch))) {
    body { transform: translateZ(0); } /* For Edge and Safari, see http://keithclark.co.uk/articles/practical-css-parallax/ */
    .parallax { height: 100vh; overflow-x: hidden; overflow-y: auto; -webkit-perspective: 1px; perspective: 1px; }
    .parallax_base, .parallax_back { position: absolute; top: 0; bottom: 0; }
    .parallax_base { left: 0; right: 0; -webkit-transform: translateZ(0); transform: translateZ(0); }
    .parallax_back { left: -17px; right: 17px; -webkit-transform: translateZ(-2px) scale(3); transform: translateZ(-2px) scale(3); }

    #headimg {
      height: 150vh;
      position: static;
    }
  }
}

p { margin: .75em 0; font-size: 20px; text-align: justify; }
li, label, .form-control, button { font-size: 20px; }
ul { margin: 0; }

a, a:hover, a:focus, a:active { color: blue; outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

hr {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
  border-color: #006b3b;
}

.img-centered { margin: 0 auto; }
@media (min-width: 768px) { .sm-vertical-center { display: flex; align-items: center; } }
@media (min-width: 992px) { .md-vertical-center { display: flex; align-items: center; } }

.tussenfoto { display: block; height: auto; margin: 2em auto; }
@media (max-width: 767px) { .tussenfoto { width: 100%; } }
@media (min-width: 768px) { .tussenfoto { width: 50%; } }


#home { color: white; padding-bottom: 50px; }
#home a, #home a:hover, #home a:focus, #home a:active { color: white; }
#logocontainer { background-color: white; }
#logocontainer img { display: block; margin: 0; width:100%; height:auto }
.alginfo p { text-align: center; }
#site-title { font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; }

@media (max-width: 991px) {
  #home div { display: block; margin: 0; padding: 0; width: 100%; max-width: 100%; }
  #home div#logocontainer { padding: 3rem; margin: 50px 0 50px 0; }
  #logocontainer img { max-width: 480px; margin: 0 auto; }
  #home div.alginfo { text-align: center; background-color: rgba(0,0,0,.8); padding: 1.5em .5em; }
  #site-title { font-size: 2em; margin: 0; }
  #home div.alginfo p { margin: .5em 0; }
  #home div.alginfo hr { border-width: 3px; }
}

@media (min-width: 992px) {
  #home { height: 100vh; position: relative; }
  #home .container { color: white; background-color: rgba(0,0,0,.8); position: absolute; }

  #home .container { bottom: 3rem; right: 3rem; }
  @media (max-width: 1050px) {
    #home .container { left: 3rem; width: auto; }
  }
  #logocontainer { padding: 1rem 1.5rem; margin: 30px 20px; }
  #site-title { font-size: 3em; margin-top: 15px; }

  @media (min-width: 1200px) {
    #home .container { bottom: 5rem; right: 5rem; }
    @media (max-width: 1319px) {
      #home .container { left: 5rem; width: auto; }
    }
    #logocontainer { padding: 2rem 3rem; margin: 45px 30px; }
  }
}



.navbar-custom {
  background: #006b3b;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

@media screen and (min-width: 1280px) {
  .navbar-custom { left: 30px; right: 45px; }
}

.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
  outline: none;
}
.navbar-custom .navbar-nav li a:hover {
  color: #f89c32;
}

.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;

}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}

@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-brand {
    padding: 2px 0 0 15px;
    font-size: 42px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
    background-color: #8e3a00;
  }
  .navbar-custom.affix .navbar-brand {
    padding: 15px 0 0 15px;
    font-size: 21px;
  }

  @media (max-width: 991px) {
    .navbar-custom .navbar-brand { font-size: 28px; padding: 7px 0 0 15px;}
    .navbar-custom.affix .navbar-brand { font-size: 20px; padding: 10px 0 0 15px; }
    .navbar-custom .navbar-nav li { font-size: 16px; }
  }
}

section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  color: #006b3b;
  font-size: 3em;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}

#welkom { background-color: white; }

.quote { color: #006b3b; font-size: 2em; font-family: 'Kalam', cursive; }
@media (max-width: 767px) { .quote { text-align: center; margin-top: 50px; } }
@media (min-width: 992px) { .quote { text-align: right; } }

#aanbod { margin-top: 100px; background-color: white; }

#praktisch { margin-top: 100px; color: white; background-color: #006b3b; }
#praktisch a { color: #ffbf7f; }
#praktisch strong { color: #f89c32; }
#praktisch .symbool { color: #f89c32; font-size: 32px; margin-top: 15px; }
@media (min-width: 992px) { #praktisch .symbool { font-size: 48px; } }
@media (min-width: 1200px) { #praktisch .symbool { font-size: 64px; } }

#contact { margin-top: 100px; background-color: white; }

#contactmsg {
  display: none;
  color: gray;
  text-align: center;
  margin: 3em 0;
}

.form-control:focus {
  border-color: #006b3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 107, 59, 0.6);
}

.btn-primary {
  color: white;
  background-color: #006b3b;
  border-color: #006b3b;
  font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #00a058;
  border-color: #00a058;
}

#footer { padding: 0; color: white; background-color: #8e3a00; }
#footer a { color: white; }
