body {
  font-family: "Raleway", sans-serif !important;
}

h3 {
  font-size: 1.25rem;
}

p {
  font-size: 0.8rem;
}

strong {
  font-size: 1rem;
}

.modal-span {
  font-size: 1rem;
}

.text-colour {
  color: #fff;
}

.height-100 {
  height: 100%;
}

.width-80 {
  width: 80%;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;
}

.nav-bar-background {
  background-color: #f7941d;
}

.icon-positioning {
  transform: translate(75%, 25%);
}

.margin-around {
  margin: 1rem;
  margin-right: 0;
}

.margin-right {
  margin-right: 1rem;
}

.padding-within {
  padding: 1rem;
}

.info-container {
  background-color: #acd473;
  padding: 50px;
}

.search-form {
  background-image: url("https://images.unsplash.com/photo-1548345680-f5475ea5df84?ixid=MnwxMjA3fDB8MHxwaG90by1[…]fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=752&q=80");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  min-height: 25vh;
}

#search-form {
  width: 50%;
}

.cards-padding {
  padding: 0.5rem;
}

.cards-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

button {
  width: 100%;
}

.cards-container {
  display: flex;
}

#map {
  height: 200px;
  width: 100%;
}

.event-card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.event-image-container {
  max-width: 60%;
}

.event-image {
  max-height: 100%;
  float: right;
  border-radius: 5px;
}

.event-details {
  max-width: 35%;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;
}

.footer-text-color {
  background-color: #acd473;
}

.footer-padding {
  padding: 1rem;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  z-index: 100;
}

.popup-container {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 101;
}

.popup-box {
  min-width: 500px;
  width: 700px;
  min-height: 300px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 102;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}

.close-container {
  display: flex;
}
.close {
  color: red;
  font-size: large;
}
