 .lan-bar-item{
    background-color: rgb(68, 140, 203);
    margin: 5px;
    
}
body {
  background-image : url('images/background.jpg') !important;
}
.lan-bar li a{
    /*height: 20px !important;*/
    font-size: bolder !important;
    padding-top: 1px;
    padding-bottom: 1px;
}
.nav-link{
    color:white !important;
   font-size: 0.9em !important;
}
.nav-item{
    font-size: 0.8em !important;
}
.nav-item:focus{
  background-color: #ababb1 !important;
}
.navbar-section{
    max-height: 40px !important;
    background-color: rgb(68, 140, 203);
}
.navbar{
    max-height: 40px !important;
}

    .mySlides {display: none;}
    img {vertical-align: middle;}

    /* Slideshow container */
    .slideshow-container {
      /*padding-top:2.6%;*/
      /*max-width: 100%;
      max-height: 100%;*/
      position: relative;
      margin: auto;
    }
    .carousel-item img{
      /*height:100% !important;*/
      width: 100% !important;
    }

    /* Caption text */
    .text {
      color: #f2f2f2;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
    }

    /* The dots/bullets/indicators */
    .dot {
      height: 15px;
      width: 15px;
      margin: 25px 10px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    .active {
      background-color: #06215e !important;
    }


    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
      .text {font-size: 11px}
    }

.first-section{
    height:150px;
}
.dashboard-button{
    
    margin-top: 20px;
    
}
.dashboard-button img{
    
    width: 100%;
    
}
.drop1{
  cursor:pointer !important;
}
.drop1:hover{
  background-color: black !important;
  color: white !important;
}