* {
  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 {
  top:0;
  left:0;
  position: fixed;
  text-align: center;
  color: #ffffff;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
}

.header img {
  height: 42px;
  padding: 10px 0px 0px 10px;
  float: left;
}

.header a {
    float:right;
    padding: .68em .9em 0px 0px;
    text-decoration: none;
    font-size: .95em;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .02em;
    line-height: calc(1ex / 0.33);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: black;
}

.about {
  float:left;
  margin-top: 50px;
  background-color: #ffffff;
  width:100%;
}

.about img {
  width: 100%;
  padding-bottom: 10px;
}

.about p {
  padding: 0px 20px;
  margin: 0px;
  color: black;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
  text-align: justify;
  text-justify: auto;
}

.gallery_img {
  width: 100%;
  padding: 4px 8px !important;
}

.section_header {
    text-decoration: none;

    font-size: 2em;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: black;
}

.subsection_header {
    text-decoration: none;
    font-size: 1.8em;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: black;
}

hr.styled-line {
  border: none;
  border-top: 2px dashed #333;
  margin: .6em auto;
  padding: 0px;
  width: 50%;
  height: 3px;
}

.furniture {
  float:left;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
}

.contact {
  float:left;
  background-color: #ffffff;
  text-align: left;
  width: 100%;
}

.contact span {
  font-size: 1.5em;
  color: black;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
}

.contact p {
  margin: 0px;
  text-align: center;
  padding: 0px 35px;
  color: black;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
}

.footer {
  float:left;
  width:100%;
  margin-top: 5em;
  height: 3em;
  background-color: #333;
  text-align: center;
}

.footer p{
  padding: auto 0px;
  text-decoration: none;
  font-size: .85em;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .02em;
  line-height: calc(1ex / 0.33);
  text-align: justify;
  text-justify: auto;
  color: white;
}

@media (min-width: 600px) {
  .about p {
    max-width: 500px;
    margin: 0px auto;
  }
  .header {
    top:10;
    left:auto;
    max-width: 600px;
    position: fixed;
    text-align: center;
    color: #ffffff;
    background-color: #ffffff !important;
    width: 100%;
    height: 50px;
  }
}