:root {}


.body_container {
  background: var(--website_background_image_gradient);

  background-size: 100% 100%;
  background-attachment: fixed;
  background-position: top center;
}


/* This class is defined in style.css. Below are some additional properties */
.introduction_container {
  margin-top: 0;
}


.introduction_container h3 {
  margin-top: 1rem;
  text-align: left;
  margin-left: 10%;
}

.inner_text {
  font-size: medium;
  width: inherit;
}


.map_section {
  display: flex;
  justify-content: center;
}


#location_description {
  background-color: var(--off_white);
  padding: .5rem 0rem 1rem 2rem;
}

/* Google Map */
#map {
  width: 60%;
  height: 30rem;
}