label {
  margin-top: 4px;
  margin-bottom: 0px;
}

/* Modify the backgorund color */
.navbar-custom {
  background-color: purple;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
  color: rgba(255, 255, 255, 255);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #ffffff;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler {
  border-color: white;
}

body .container-fluid {
  margin: 0;
  margin-top: 4px;
}

.img-wrap {
  /* position: relative; */
  /* display: inline-block; */
  margin: 0;
  /* padding: 0; */
  font-size: 0;
}

.img-wrap .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  padding: 2px 2px 2px 2px;
  margin-right: 15px;
  color: #000;
  cursor: pointer;
  opacity: 0.2;
}

.img-wrap:hover .close {
  opacity: 1;
}
