* {
  margin: 0;
  padding: 0;
  font-family: "montserrat", sans-serif;

}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  min-height: 100vh;
  background-color: rgb(62, 172, 223);
}

#carouselExampleIndicators {
  margin-left: 2%;
  margin-right: 2%;
}

#keypress {
  margin-top: 20px;
  position: relative;
}

.card {
  box-shadow: 0 0 20px #0a5a0360;
}
  
.container-fluid {
  border: solid 6px;
}

.card {
  box-shadow: 0 0 20px #00000060;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: "poppins";
  font-size: 20px;

}

#eventsH5 {
  font-size: 40px;
}

#input {
  border-radius: 40px;
  background: #f1f1f199;
  position: relative;
  font-size: 20px;
  width: 100%;
}

#eventscard {
  margin-left: 3%;
  margin-right: 3%;
}

.searchBtn {
  background: #574b90;
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
   position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  color: #fff;
  outline: none;
  transition: 0.3s linear;
}

.searchBtn:hover {
  opacity: .5;
}

img {
  margin-bottom: 20px;
}

#nate {
  width: 55%;
  height: 55%;
  margin-left: 23%;
  margin-right: 0%;
  margin-top: 5%;
  }

#regina {
  width: 55%;
  height: 55%;
  margin-left: 23%;
  margin-right: 0%;
  margin-top: 5%;
}

#rob {
  width: 55%;
  height: 55%;
  margin-left: 23%;
  margin-right: 0%;
  margin-top: 5%;
}

#noImage{
  width: 60%;
}

.link1 {
  font-size: 1rem;
  margin: .5rem;
  bottom: 0px;
  position: absolute;
  left: 0;
}

.link2{
  font-size: 1rem;
  margin: .5rem;
  bottom: 0px;
  position: absolute;
  right: 0;
}

#searchImage, .thumbImage{
  width: 75%;
}