/*!
 * Start Bootstrap - Stylish Portfolio v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/stylish-portfolio)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Stardos+Stencil");
/* quaternary, quinary, senary, septenary, octonary, nonary*/
@import url("../vendor/billie-kid/css/billie-kid.css");

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

body {
  font-family: 'Source Sans Pro';
}

.btn-xl {
  padding: 1.25rem 2.5rem;
}

.content-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.content-section-heading h2 {
  font-size: 3rem;
}

.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
h3 {
  color: #004221;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

/* Map */
.map {
  height: 30rem;
}

@media (max-width: 992px) {
  .map {
    height: 75%;
  }
}

.map iframe {
  pointer-events: none;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

#mastheadtext {
  padding: 1.2rem 1rem;
  position: relative;
  display: flex;
  flex-direction: row;
}

#mastheadtext div#header-text {
  max-width: 500px;
  background-color: #88B92E;
  border-radius: 0.5rem;
  color: #fff;
  padding: 0.8rem;
  font-weight: 500;
  text-align: left;
  margin: 1.2rem 1rem;
}

#mastheadtext em {
  color: #f7e8f9;
  font-weight: 600;
}

#mastheadtext .btn {
  margin: 2rem 1rem;
}

#mastheadtext div#header-text-img {
  width: 50%;
}

@media (max-width: 992px) {
  #mastheadtext {
    flex-direction: column;
  }

  #mastheadtext div#header-text {
    margin: auto;
  }

  #mastheadtext div#header-text-img {
    width: 100%;
    text-align: center;
  }

  #mastheadtext div#header-text-img img#boom {
    display: none;
  }
}

.masthead {
  z-index:10;
  min-height: 30rem;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  /* background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%), url("../img/header_bg.jpg") left top no-repeat; */
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%);
  background-size: cover;
}

#background {
  position: absolute;
  top:0;
  left: 0;
  z-index: 0;
}


#background .overlay {
  background: black;
  opacity: 0.5;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  text-align: center;
  margin: 0%;
}

#background video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 0;
}



.masthead img#boomsmall {
  display: none;
}

.masthead .container {
  z-index: 1;
}

.photopage-head h1,
.photopage-head h3,
.masthead h1,
.masthead h3 {
  font-size: 3.0rem;
  margin: 0;
  padding: 0;
  z-index: 20;
  font-family: 'billie-kid';
  text-transform: uppercase;
  font-weight: normal;
}

@media (max-width: 992px) {
  .masthead img#boomsmall {
    display: block;
    max-height: 20rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }

  .photopage-head h1,
  .masthead h1 {
    font-size: 5.5rem;
  }
}

@media (min-width: 692px) and (max-width: 992px) {
  .masthead {
    height: 100vh;
  }

  .photopage-head h1,
  .masthead h1 {
    font-size: 4.0rem;
  }
}

@media (max-width: 350px) {
  .masthead {
    height: 100vh;
  }

  .photopage-head h1,
  .masthead h1 {
    font-size: 2.0rem;
  }
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #88B92E;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  font-size: 1.2rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav>.sidebar-brand a {
  color: #fff;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999;
}

.menu-toggle:focus,
.menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.service-icon {
  background-color: #fff;
  color: #88B92E;
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.25rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.callout {
  padding: 5rem 0 15rem 0;
  background: linear-gradient(0deg, rgba(162, 214, 243, 0.9) 0%, rgba(162, 214, 243, 0.8) 100%), url("../img/beeldengroep.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.callout h2 {
  font-size: 330%;
  font-weight: 700;
  display: block;
  max-width: 80%;
  
}
.callout h2 em {
	display:block;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .callout h2 {
    font-size: 150%;
	font-weight: 500;
	max-width: 90%;
  }
}



.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 37, 41, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  width: 100%;
  margin-top: auto;
  margin-left: 2rem;
  margin-right: 0;
  margin-bottom: 2rem;
}

.portfolio-item .caption .caption-content .caption-content-text {
  padding-right: 2rem;
  padding-left:  0.2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0;
  }

  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }

  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-top: auto;
    margin-left: 5rem;
    margin-right: 0;
    margin-bottom: 5rem;
  }

  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
  }

  .portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }

  .portfolio-item:hover .caption {
    background-color: rgba(136, 185, 46, 0.4);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);
  }
}

.portfolio-item.color1 .caption-content-text {
  background-color: rgba(136, 185, 46, 0.9);
}

@media (min-width: 992px) {
  .portfolio-item.color1:hover .caption {
    background-color: rgba(136, 185, 46, 0.4);
  }
}

.portfolio-item.color2 .caption-content-text {
  background-color: rgba(23, 123, 178, 0.9);
}

@media (min-width: 992px) {
  .portfolio-item.color2:hover .caption {
    background-color: rgba(23, 123, 178, 0.4);
  }
}

.portfolio-item.color3 .caption-content-text {
  background-color: rgba(178, 23, 123, 0.9);
}

@media (min-width: 992px) {
  .portfolio-item.color3:hover .caption {
    background-color: rgba(178, 23, 123, 0.4);
  }
}

.portfolio-item.color4 .caption-content-text {
  background-color: rgba(178, 156, 23, 0.9);
}

@media (min-width: 992px) {
  .portfolio-item.color4:hover .caption {
    background-color: rgba(178, 156, 23, 0.4);
  }
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #e0f0c3;
  left: 50%;
  margin-left: 0px;
}

@media screen and (max-width: 768px) {
  .timeline:before {
    margin-left: -64px;
  }
}

@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}

@media screen and (max-width: 768px) {
  .timeline .timeline-heading {
    margin-bottom: 30px;
  }
}

.timeline .timeline-heading>div h3 {
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .timeline .timeline-heading>div h3 {
    float: left;
    margin-bottom: 0;
  }
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .timeline>li {
    margin-bottom: 4em;
  }
}

@media screen and (min-width: 992px) {
  .timeline>li {
    margin-bottom: 0em;
  }
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .timeline>li>.timeline-panel {
    width: 85% !important;
  }
}

@media screen and (max-width: 480px) {
  .timeline>li>.timeline-panel {
    width: 75% !important;
  }

  .timeline>li>.timeline-panel:before {
    top: 30px;
  }

  .timeline>li>.timeline-panel:after {
    top: 31px;
  }
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 44px;
  height: 44px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -21px;
  background-color: #88B92E;
  z-index: 100;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .timeline>li>.timeline-badge {
    margin-left: -10px !important;
  }
}

@media screen and (max-width: 992px) {
  .timeline>li>.timeline-badge {
    margin-left: -10px !important;
  }
}

.timeline>li>.timeline-badge i {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  font-size: 18px;
}

.timeline>li.timeline-unverted {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .timeline>li.timeline-unverted {
    text-align: left;
  }
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
}

.company {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #88B92E;
  /* color: lighten($brand-black, 75%); */
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }

  ul.timeline>li>.timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

footer.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: #88B92E;
  transition: background-color 0.15s ease-in-out;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

footer.footer .social-link:hover {
  background-color: #6a9024;
  text-decoration: none;
}

a {
  color: #88B92E;
}

a:hover,
a:focus,
a:active {
  color: #6a9024;
}

.btn-primary {
  background-color: #88B92E !important;
  border-color: #88B92E !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #6a9024 !important;
  border-color: #6a9024 !important;
}

.btn-secondary {
  background-color: #177bb2 !important;
  border-color: #177bb2 !important;
  color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #115c85 !important;
  border-color: #115c85 !important;
}

.btn-dark {
  color: #fff !important;
  background-color: #177bb2 !important;
}

.btn {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

.bg-primary {
  background-color: #88B92E !important;
}

.text-primary {
  color: #88B92E !important;
}

.text-secondary {
  color: #177bb2 !important;
}



/* ADDED BY Tom Vanmechelen */

body.photopage {
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%), url(../../img/header_bg.jpg) left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

body.photopage a:hover,
body.photopage a:focus,
body.photopage a:active {
  color: #fff;
}

div#photopage {
  height: 100vh;
}

/*
  #photopage{
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%), url("../img/header_bg.jpg") left top no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
*/
#photopage #boom {
  display: inline-block;
  max-height: 5em;
  max-width: 5rem;

}

#photopage header h3 {
  padding: 1rem 0;
  color: #2b4300;
}

#photopage header h2 {
  margin: auto;
  background-color: #497100;
  color: #88B92E;
  font-family: 'billie-kid';
}

#photopage .btn:focus,
#photopage .btn:active,
#photopage button:focus,
#photopage button:active {
  outline: none !important;
  box-shadow: none !important;
}

#photopage #image-gallery #photopage .modal-footer {
  display: block;
}

#photopage .thumb {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}