.item {
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
}
.item img {
  width: 30%;
  margin: 0 auto;
  display: block;
}
.item img.big {
  width: 60%;
}
.item h2 {
  font-size: 1.2rem;
  text-align: center;
  width: 60%;
  margin: 10px auto 2px;
  line-height: 1.5;
  font-weight: 400;
  color: white;
}
.item h2 .small {
  font-size: 0.7rem;
  font-weight: 400;
  color: white;
  display: block;
  margin-top: -10px;
}
.item p {
  /*letter-spacing: 5px;*/
  color: white;
  margin: 0px auto 10px;
  font-size: 0.9rem;
}

.btn {
  color: #ffffff !important;
  border: 1px solid !important;
  text-decoration: none !important;
  padding: 10px !important;
  height: auto;
  border-radius: 18px !important;
  display: inline-block !important;
  text-align: center !important;
  width: 40% !important;
  margin: 0 auto !important;
}
.btn.gray {
  color: #a2a2a6 !important;
}
h2.text-purple {
  color: #596fc9 !important;
}

.lightwhite {
  background-color: #f9fafc;
}
.blue {
  background-color: #2fbef9;
}
.green {
  background-color: #7dc71a;
}
.yellow {
  background-color: #f0aa04;
}

.carousel-container {
  grid-column: 1/3;
  position: relative;
  margin: 0;
  padding: 0;
}
.note {
  background-color: #0b2b45;
  width: 100%;
  color: #cacee9;
  font-size: 0.7rem;
  padding: 25px 0 10px;
  margin-top: 35px;
  z-index: 1000;
}
.note p {
  width: 80%;
  padding: 5px 25px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
}

/* .mySlides {
  display: none;
} */
.carousel-container img {
  width: 100%;
  position: relative;
  display: block;
}
.carousel-container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 1;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 12;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 2.3rem;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 80%;
  text-align: left;
  z-index: 100;
  text-transform: uppercase;
  /*font-family: "Cabin Sketch", cursive;*/
}

.navbar-brand{white-space: normal !important; background-color:none !important;}

