.text-platzi{
  color: #97c93e !important;
}
.btn-platzi{
  background-color: #97c93e;
  color:white;
}
.btn-platzi:hover{
  background-color: #82ad36;
}
#header img {
  width: 40px;
}
#main .carousel-item img{
  max-height: 70vh;
  object-fit: cover;
  opacity: 0.75;
}
#carousel{
  position: relative;
}
#carousel .overlay{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
#carousel .overlay .container,
#carousel .overlay .row {
  height: 100%;
}
#place-time{
  background-color: #1760aa;
  color: white;
}
#place-time img{
  width: 100%;
}
#footer{
  background-color: #1c3643;
}
#footer a {
  color:white;
}
