.greetings{
    margin-top: 10px;
}

.greetings h1{
    font-size: 40px;
}

.video_side p{
  font-size: 20px
}

.video_side iframe{
  margin-bottom: 20px;
}
.phone_nr{
  display: inline; 
  font-size: 20px;
  margin-left: 10px; 
}
.info ul li{
  font-size: 20px;
  line-height: 25px;
}

.serie_text{
  font-size: 20px;
}

nav ul li.active {
    background-color: #00897b;
}

.side-nav a {
    font-size: 2.5rem;

}

::-webkit-scrollbar { 
    display: none; 
}

.pas{
  width: 50%;
}

.serie_link{
  position: relative;
  top: -25px;
  left: 10px;
}
/* LIGHT BOX*/

#materialbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
    z-index: 999;
    will-change: opacity;
}

.materialboxed:hover:not(.active) {
  opacity: 1;
}

/* PHOTO GRID */


.grid-item {
  float: left;
  width: 25%;
  padding: 5px;
}

.grid-item img {
  width: 100%;
  height: auto;
 }

.grid-item--width2 { 
  width: 33.3333333%; 
}

/* LOADING SCREEN */

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader h3{
    font-style: italic;
}

.loader h2{
    margin-top: 150px;
}

.mobile_menu li{
  width: 20%;

}


