.navbar-light {
    background-color: rgba(201,226,194,0.75) !important;
}

.meeting-title, .navbar-brand {
	color: #0B5345; //Text colour
}

a{
  color: #0B5345 !important;  
}

li a:hover{
  color: blue !important;
}

/* Navbar toggle icon */
.navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2811, 88, 69, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Navbar text */
.nav-item{  
  font-size: 1.25rem;
}

/* Carousel Icon Size for Lantern slides */ 
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 5vw;
  height: 5vw;
}

/* Increase height (i.e. visibility) of Carousel button indicators */
.carousel-indicators [data-bs-target] {
height: 10px;
}

/* Switchs Leaflet map cursor to cross hairs - allows accurate picking of coordinates from map */
.leaflet-container.crosshair-cursor-enabled {
    cursor: crosshair;
}