/*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: 100%;
  background-color: black;
  zoom: 107%;
}
.w3-button {
  font-weight: bold;
}
.w3-bar-item {
  color: black;
}

.imgSlides {
  display: none;
  width: 100%;
  max-height: 540px;
  position: relative;
}

.imgCaptions {
  display: none;
  position: relative;
}

article {
  height: auto;
  padding-bottom: 30px;
  zoom: 125%;
  min-height: 200px;
}

