/*$stdHighlight:		#FCE0AA;*/
@font-face {
  font-family: "Holland";
  src: url("../fonts/Holland/Holland.ttf");
  font-style: "Regular";
}
h1 {
  letter-spacing: 0.3rem;
  font-family: "Essonnes", serif;
}

h2 {
  color: #F9A975;
  font-size: 1.3rem;
}

h3 {
  color: #F9A975;
  font-size: 1.2rem;
}

h4 {
  color: #F9A975;
  font-size: 1.1rem;
}

body {
  padding: 0;
  margin: 0;
}

.login_tekst {
  background: #334F4D;
  padding: 1rem 2rem;
}

a.info_link {
  color: #F9A975;
  text-transform: uppercase;
  cursor: pointer;
}

a.login_link {
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

input.form-control {
  border: none;
  border-radius: 0;
  line-height: 1.2rem;
}

button.btn-primary {
  background-color: #334F4D;
  color: #F0EAE0;
  border-radius: 0;
}

button.btn-primary:hover {
  background-color: #334F4De0;
  color: #F0EAE0;
}

@media (min-width: 992px) {
  .head_2 {
    background: linear-gradient(180deg, #fff 35%, #F0EAE0 1%, #F0EAE0 100%);
  }
}
@media (max-width: 991px) {
  .head_2 {
    background: linear-gradient(180deg, #fff 35%, #F0EAE0 1%, #F0EAE0 100%);
  }
}
.head_2 {
  margin-left: 0;
  margin-right: 0;
}

.bg_menubar {
  height: 4.1rem;
  width: 100%;
  position: absolute;
  background-color: #CFC9B9;
  top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  margin-bottom: -1.3rem;
  padding: 0.5rem 1rem 0;
}

.welcome {
  font-family: "Holland", serif;
  color: #334F4D;
  font-size: 5rem;
}

.login_foto {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .login_foto img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .login_foto img {
    width: min-content;
  }
}

.navbar-brand {
  z-index: 1;
}

nav {
  font-weight: 700;
}

main {
  margin-top: -15px;
}

footer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.input_on_white {
  border: #ccc 1px solid !important;
  color: #334F4D;
}

.contact_header, .whatwedo_header, .process_header {
  background-image: url(../../plaatjes/bg_contact.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .contact_header, .whatwedo_header, .process_header {
    height: 9rem;
  }
}
@media (min-width: 768px) {
  .contact_header, .whatwedo_header, .process_header {
    height: 13rem;
  }
}
@media (min-width: 992px) {
  .contact_header, .whatwedo_header, .process_header {
    height: 15rem;
  }
}

.whatwedo_header {
  background-image: url(../../plaatjes/bg_whatwedo.png);
}

.process_header {
  background-image: url(../../plaatjes/bg_process.png);
}

.process_text h1 {
  color: #F9A975;
  font-family: "Gotham Book", sans-serif;
  font-weight: bold;
}

#navbarResponsive {
  padding-right: 11.83rem;
}
#navbarResponsive li {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: -0.5rem;
  font-size: 1.2rem;
}

/*# sourceMappingURL=page_front.css.map */
