.navbar-nav .nav-item:not(.disabled) .dropdown-menu {
        opacity: 1 !important;
}

body.to-shine-variation-default footer#to-shine-page-footer {
    background: #393D47 !important;
   
}

.lead-tekst {
/*  font-size: calc(1vw + 0.5vh) !important;*/
    line-height: 1.5rem !important; 
    font-size: 1.2rem;
}



.teacher-lead {
   font-size: 1rem;
   line-height: 1.5;
}

.teacherCard {
    text-align: center;
}

.bsb-overlay {
    background-color: #9d9d9d;
    padding: 1rem;
    margin-top: 2rem;
}

.box-shadow {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}

.box-shadow-L {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}

.card-body {
    background-color: #efefef;
    padding: 1rem !important;
    
}

.card-body-transparent {
    padding-left: 1rem !important;
    padding-top: 1rem !important;
    margin-left: 20%;
    margin-right: 20%;
}

.text-uppercase {
       line-height: 2;
}


.profile-img img {
  border-radius: 50%;
  height: 230px;
  width: 230px;
  border: 5px solid #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 5;
  background: #fff;
}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.05);
  box-shadow: 2px 3px 5px -2px rgb(0 0 0 / 50%);
}


@media (min-width:992px) {

 .lead-tekst {
  max-width:60%;
   }
}



.to-shine-header-pane-empty {
    display: none;
}













