header {
  background: #888;
  margin-bottom: 1rem;
  padding-bottom: 4rem;
}
h1, h2, h3, h4, h5 {
  text-align: center;
  vertical-align: middle;
}
h1 {
  line-height: 4rem;
  color: #fff;
  font-size: 2rem;
}
h2 {
  line-height: 2rem;
  font-size: 1.8rem;
}
h3 {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}
h4 {
  line-height: 2rem;
  font-size: 1.2rem;
  font-weight: bold;
}
#about {
  width: 100%;
}
.about2 {
  display: block;
  width: 100%;
  background: #ddd;
  padding: 1rem 0rem;
}
.about3 {
  width: 90%;
  margin-left: 5%;
}
.text_column {
  color: #333;
}
.h2gallery {
  margin: 4rem 0 0 0;
  background: #ddd;
  line-height: 3.5rem;
}
.storyBg {
  background: #111;
}
.storyBg p {
  font-size: 16px;
  letter-spacing: 0.9px;
  color: #DDD;
}
.storyBg img {
  width: 70%;
  height: auto;
  padding: 2% 1% 2%;
}
.storyH2 {
  margin: 4rem 0 0 0;
  background: #000;
  line-height: 3.5rem;
  color: #fff;
}
.story {
  background: #111;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem 1rem 1.5rem;
  color: #fff;
}
.storyImg1 {
  width: 49%;
  height: auto;
  padding: 1% 0.5% 1% 1.5%;
}
.storyImg2 {
  width: 49%;
  height: auto;
  padding: 1% 0.5% 1% 1.5%;
}
.footer_column h3 {
  color: #fff;
}
@media (max-width: 575px) {
    .container{
        padding-left: 0px;
        padding-right: 0px;
    }
  h1 {
    line-height: 4rem;
      padding-bottom: 0px;
    color: #fff;
    font-size: 0.9rem;
  }
  h2 {
    line-height: 1.4rem;
    font-size: 1.1rem;
  }
  h3 {
    line-height: 2rem;
    font-size: 1.3em;
    font-weight: bold;
  }
  h4 {
    line-height: 1.2rem;
    font-size: 0.8rem;
  }
  #about {
    width: 100%;
    margin: 3rem 0 0 0;
    padding: 0;
  }
  .about3 {
    width: 98%;
    margin: 0 auto
  }
  p {
    font-size: 0.95rem;
  }
    .story {
  background: #111;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem 0.8rem 1rem 0.8rem;
  color: #fff;
}
  .storyBg img {
    width: 100%;
    height: auto;
    padding: 2% 1% 2%;
  }
  .storyImg1, .storyImg2 {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  .storyImg2:nth-child(4) {
    margin-bottom: 1rem;
  }
}