* {
  padding: 0px;
  margin: 0;
  box-sizing: border-box;
}

h1 {
  display: None;
}

h2 {
  padding: 0px !important;
  margin: 0px !important;
}

h3 {
  padding: 0px !important;
  padding-left: 15px !important;
  margin: 0px !important;
}

.header {
  left: 0;
  max-width: 600px;
  position: fixed;
  text-align: center;
  color: #000;
  background-color: snow;
  width: 100%;
  height: 50px;
  z-index:9997;
}

.header img {
  height: 42px;
  padding: 8px 0px 0px 10px;
  float: left;
}

.header a {
    float:right;
    padding: .68em 0;
    text-decoration: none;
    font-size: .95em;
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: .02em;
    line-height: calc(1ex / 0.33);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000;
    width: 85px;
    height: 50px;
}

.about {
  float:left;
  margin-top: 50px;
  background-color: snow;
  width:100%;
}

.about img {
  width: 100%;
  padding-bottom: 10px;
}

.about p {
  padding: 9px 20px;
  margin: 0px;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
  text-align: justify;
  text-justify: auto;
}


.gallery_img {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  padding: 10px 50px;
}

.section_header {
    text-decoration: none;
    font-size: 2em;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #000;
}

.subsection_header {
    text-decoration: none;
    font-size: 1.4em;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    color: #000;
    text-align: center;
}

hr.styled-line {
  border: none;
  border-top: 2px dashed #333;
  margin: .6em auto;
  padding: 0px;
  width: 50%;
  height: 3px;
}

.contact {
  float:left;
  background-color: snow;
  text-align: left;
  width: 100%;
}

.contact span {
  font-size: 1.5em;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
}

.contact p {
  margin: 0px;
  text-align: center;
  padding: 0px 35px;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
}

.recent {
  float:left;
  background-color: snow;
  text-align: left;
  width: 100%;
}

.recent span {
  font-size: 1.5em;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
}

.recent p {
  margin: 0px;
  text-align: center;
  padding: 0px 35px;
  color: #000;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
}

.footer {
  float:left;
  width:100%;
  margin-top: 5em;
  margin-bottom: 1em;
  height: 3em;
  text-align: center;
  z-index:9997;
}

.footer p{
  padding: 0;
  text-decoration: none;
  font-size: .85em;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
  text-align: center;
  color: #000;
}

@media (min-width: 600px) {
  .about p {
    max-width: 500px;
    margin: 15px auto;
  }
  .gallery_container { max-width: 600px; }
  .header { left: auto; }
}
