.navbar {
    /*font-family: Montserrat, sans-serif;*/
    font-family: Verdana,sans-serif;
    margin-bottom: 0;
    background-color: #059DC0;
    border: 0;
    font-size: 15px !important;
    letter-spacing: 0.1px;
    opacity: 0.9;
    text-transform: uppercase; 
    padding: 5px 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
} 
.navbar li a, .navbar .navbar-brand { 
    color: #fff !important;
}
.navbar-nav li a:hover {
    color: #000 !important; 
    background-color: #6AF2F0 !important;
}
.navbar-nav li.active a {
    color: #fff !important;
    background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.open .dropdown-toggle {
    color: #fff;
    background-color: #555 !important;
}
.dropdown-menu li a {
    color: #000 !important;
}
.dropdown-menu li a:hover {
    background-color: red !important;
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 560px}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  min-height: 100vh;
  height: 100%;
} 

/* Set black background color, white text and some padding */
footer {
  background-color: #04D4F0;
  color: white;
  padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;} 
}

.sidebar-list ul {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    height: 100%;
    overflow: auto;
}

.sidebar-list a {
    display: block;
    color: #000;
    padding: 12px 0 12px 10px;
    text-decoration: none;
}

.sidebar-list a.active {
    background-color: #04D4F0; 
    color: white;
}

.sidebar-list a:hover:not(.active) {
    background-color: #555;
    color: white;
}
.carousel-inner {
    height: 600px !important;
}
.carousel-inner img {
    height: 100%;
    width: 100%; /* Set width to 100% */
    margin: auto; 
}
.carousel-caption {
    color: #fff !important;
    position: absolute; 
    top: 12%;
    left: 15%;
    text-align: center;
}
.carousel-caption h2 {
    color: #fff !important;
}
@media (max-width: 600px) {
  .carousel-caption {
    display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
  }
  .carousel-inner {
    height: 100% !important;
  }
  .sidenav {
    display: none; 
  }
}
a.about-box{
    text-decoration: none;
    color: #000;
    background-color: #f1f1f1 ;
    text-align: center !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    border-radius: 8px !important;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10px;
}
a.about-box:hover{
    color: #fff;
    background-color: #059DC0;
}


