/*my_css.css*/

.quote {
  font-size: 1.5em;
  font-style: italic;
}

.homePageImage {
  width: 100%;
}

.z,dd,li,ul,dt,h1,h5,h6,h4,h3,p,h2,a {
  color: black;
  font-weight: bold;
}
.body {
  max-width: 1800px;
  background-color: black;
}
.w3-button {
  font-weight: bold;
}
.w3-bar-item {
  color: black;
}

.imgSlides {
  display: none;
  width: 100%;
  max-height: 454px;
}

.imgCaptions {
  display: none;
}

article {
  height: 550px;
}

