/* your styles go here */
.modal-backdrop.show {
  background-color: black;
}
.modal-backdrop {
  opacity: 0.95 !important;
}

.tool_bar {
  position: absolute;
  z-index: 999999999;
  margin-top: 40px;
  top: 0;
  left: 60;
}

.maxheight {
  height: 320px !important;
  transition: box-shadow 0.3s;
}

.caption_card {
  padding: 10px;
  background-color: rgba(176, 168, 247, 0.5);
  color: #161212;
}

.maxheight:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.opacity_80 {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Slide overview*/
.carousel-item {
  height: 80vh;
  background-color: #e5e3f7;
}
.overview_content {
  padding: 20px;
  font-size: 18px;
  margin: 10px 120px;
}
.carousel-indicators {
  margin-bottom: 80px !important;
}
.carousel-caption h5 {
  font-size: 20px;
  color: #ee002d;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .carousel-item {
    height: 100%;
    background-color: #e5e3f7;
  }
  .overview_content {
    padding: 0px;
    font-size: 18px;
    margin: 10px 20px;
  }
  .overview_content img {
    width: 100% !important;
  }
  .carousel-indicators {
    margin-bottom: 80px !important;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 0px;
  }

  .maxheight {
    height: 180px !important;
    transition: box-shadow 0.3s;
  }
  .page-header {
    padding: 10px 0px !important;
  }
}

.border_1 {
  border-bottom: 1px dashed #ededed;
}

.no-margin-bottom {
  font-weight: 300 !important;
}
