/**
 * Base web css.
 */
@charset "UTF-8";


/* Extra small devices (portrait phones, less than 576px)
   No media query since this is the default in Bootstrap */
body{
    background-color: #131313;
}


.row{
    margin: 0;
    padding: 0;
}

header{
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

header .navbar{
    background-color: #00000050;
    height: 60px;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 16pt;
    text-align: center;
}

header .nav-item{
    margin: 0 auto;
    padding: 0 5px;
}

header .navbar-collapse{
  background-color: #00000050;
  margin-top: 3px;
}

header .dropdown-menu{
  background-color: #00000000;
  border: 0;
}

header .dropdown-menu .dropdown-divider{
  border-color: #ffffff42;
}

header .navbar-brand{
  max-height: 50px;
  overflow: hidden;
  margin: 0;
}

header .navbar-brand img{
    height: 150px;
    position: relative;
    top: -58px;
    left: 0;
    padding: 0px 20px;
}

header .navbar-brand img.logo-2{
    height: 200px;
    top: -81px;
}

header .logo-middle{
  display: none;
}


.hide-small{
  display: none;
}

footer{
    background-color: #131313;
    clear: both;
    padding: 30px 0;

    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}

footer .nav{
    margin-left: auto;
    margin-right: auto;
}

footer a{
    text-decoration: none;
    color: #bbbbbb;
}

footer a:hover{
    color: #8e8e8e;
}

footer .legal-nav{
  display: inline-block;
  width: 100%;
}

footer .social-nav{
  margin: 30px auto;
}

footer .social-link{
  width: 40px;
  height: 40px;
}

.cookies-popup{
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    width: 90%;
    background: #000000c7;
    padding: 30px;
    color: white;
    border: 0;
    margin: 10px 5%;
}

.empty-top-image{
  height: 61px;
  width: 100%;
  background-color: #131313;
}

.section_title{
    text-align: center;
    width: 100%;
    font-size: 18pt;
    margin: 40px auto;
    font-family: monospace;
}

.section_content{
    background: white;
    margin-top: 60px;
}

.section_text{
    margin: 0 15px;
    padding-bottom: 15px;
}

.section_margin{
    margin: 0 15px; 
}

.section_header{
    background: #cccccc;
}

.contact-form{
    width: 80%;
    margin: 0 auto;
}


.carousel{
  background-color: #1d1b1b;
}

.carousel-item img{
  /*transform: scale(1.05)*/;
  width: 100%;
}


/* PORTFOLIO */

.zoom {
  transition: transform 1s;
}

.zoom:hover {
  z-index: 100;
  transform: scale(1.05);
}

.section_header_parallax {
  /* The image used */
  background-image: url("../img/portfolio-header.jpg");

  /* Set a specific height */
  height: 433px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}


.portfolio-filters{
  text-align: center;
  font-size: 9pt;
  margin: 15px;
  background: #f2f2f2;
  border-radius: 12px;
}

.portfolio-filters > .filters-wrapper{
  display: inline-block;
  text-align: left;
  margin: 15px;
  overflow-y: auto;
  max-height: 530px;
}

.portfolio-filters ul{
  list-style: none;
}

.portfolio-filters ul.main-filter{
  padding: 0;
}

.portfolio-filters ul.children-filter{
  padding-left: 15px;
}

.portfolio-filters .form-check-input{
  cursor: pointer;
}

.portfolio-filters .form-check-label{
  cursor: pointer;
}

.portfolio-filters .node-filter-button{
  cursor: pointer;
  margin-left: 5px;
}

.portofolio-filters li{
  display: inline-block;
}

.portfolio-images-wrapper{
    padding-bottom: 20px;
}

.filters-wrapper button{
  font-size: 9pt;
  margin: 10px 0;
}

.portfolio-filters .title{
  font-weight: bold;
}

.gallery-thumbnail{
    margin-bottom: 15px;
    padding: 10px;
    margin-top: auto;
    margin-bottom: auto;
}

.gallery-thumbnail a{
    text-align: center;
    border-radius: 5px;
    margin: 0 auto !important;
}


.img-thumbnail{
  width: auto;
  height: auto;

}


.gallery-viewport{
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000eb;
  z-index: 100;
  top: 0;
  left: 0;
}


.gallery-image-wrapper .carousel-control-next{
  cursor: pointer;
}

.gallery-image-wrapper .carousel-control-prev{
  cursor: pointer;
}

.gallery-image-open{
  position: fixed;
  top: 10px;
  left: 90%;
  z-index: 200;
}

.modal-body{
  padding: 0;
  text-align: center;
  max-width: 100%;
  overflow-x: auto;
  background: #1d1b1b;
  display: flex;
}

.modal-dialog {
    min-width: 100%;
    margin: 0;
}

.modal-dialog .modal-content {
    min-height: 100vh;
    background: #fdfdfd;
}

.gallery-image-wrapper{
  padding-right:0 !important;
}


.image-visor-buttons{
  z-index: 200;
  position: fixed;
  right: 40px ;
  top: 15px;
}

.image-visor-buttons button{
  margin-left: 15px;
}

.loading-wrapper{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  text-align: center;
  margin-top: 150px;
}


.full-img-wrapper{
  margin: auto;
}

img.full-img-size{
  width: 100%;
}

.img-data{
  color: white;
  padding: 20px;
}


.img-data h4{
  font-style: italic;
  font-size: 15pt;
  margin-bottom: 15px;
}

.img-data span{
    font-size: 12pt;
}


/* WORKSHOPS */

.workshops-wrapper{
    padding-bottom: 20px;
}

.workshops-wrapper hr{
  width: 100%;
  margin: 30px 0;
}

.workshops-wrapper h6 {
  margin: 30px 0;
}


a.workshop-card-wrapper{
  text-decoration: none;
  color: #000000;
}

a.workshop-card-wrapper:hover{
  text-decoration: none;
}


.workshop_margin{
    margin: 30px 15px 10px 15px;
}

.workshop_text{
  text-align: justify;
}

.card-text{
  color: #3a3a3a;
}

.card-columns{
  column-count: 1;
}

.jumbotron{
  margin: 0 !important;
}

.contact-form{
  padding-bottom: 20px;
}

.workshop-reserve-request-form{
  padding: 20px;
}


#homeCarousel{
  overflow: hidden;
}

.carousel-text{
    padding: 100px 20px;
}

.carousel-control-prev{
  width: 5%;
}

.carousel-control-next{
  width: 5%;
}


/* Contact */

.contact-card{
  margin: 20px;
}

.small-devices{
  display: block;
}

.big-devices{
  display: none;
}

.form-alert{
  position: fixed !important;
  top: 61px;
  left: 0;
  width: 100%;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .card-columns{
    column-count: 2;
  }

  .gallery-thumbnail{
      padding: 15px;
  }

  .gallery-thumbnail:nth-child(2n+1) {
    padding-left: 10px;
  }

  .gallery-thumbnail:nth-child(2n+2) {
    padding-right: 10px;
  }

  .section_title{
    font-size: 22pt;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .card-columns{
    column-count: 3;
  }

  .gallery-thumbnail:nth-child(3n+1) {
    padding-left: 10px;
  }

  .gallery-thumbnail:nth-child(3n+2) {
    padding: 15px;
  }

  .gallery-thumbnail:nth-child(3n+3) {
    padding-right: 10px;
  }

  header .nav-item{
      line-height: normal;
  }

  .small-devices{
    display: none;
  }

  .big-devices{
    display: block;
  }

  footer .legal-nav{
    display: inherit;
    width: inherit;
    margin: 30px auto 0;
  }

  .section_title{
    font-size: 28pt;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .card-columns{
    column-count: 4;
  }

  .section_margin{
      margin: 0 100px;
  }

  .gallery-thumbnail:nth-child(4n+1) {
    padding-left: 10px;
  }

  .gallery-thumbnail:nth-child(4n+2) {
    padding: 15px;
  }
  .gallery-thumbnail:nth-child(4n+3) {
    padding: 15px;
  }

  .gallery-thumbnail:nth-child(4n+4) {
    padding-right: 10px;
  }

  header .navbar-collapse{
    background-color: #ffffff00;
  }

  header .logo-left{
    display: none;
  }

  header .logo-middle{
    display: block;
  }

  header .dropdown-menu{
    background-color: #00000050;
    left: -80px;
  }

  .hide-small{
    display: block;
  }

  .workshop_margin{
    margin: 30px 100px 10px 100px;
  }

  .section_title{
    font-size: 32pt;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
