
html,
body {
  height: 100%;
  color: #656362;
}

.site-wrapper {
  position: relative;
  display: table;
  margin: auto;

}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.full-width {
  width: 100%;
}

/* 
* container 
*/

.container {
  text-align: center;
}

.container::after {
  display: block;
  height: 150px;
}

.container p {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 20px;
  padding: 0;
}

.container hr {
  border: solid #c79b1b;
  border-width: 5px 0 0;
  margin: 19px auto 12px;
  height: 0;
  width: 100px;
}

.container .site-header .logo {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 36px 0;
  padding: 0;
}

.container .site-header .logo a {
  display: block;
  margin: 25px 0 0 0;
  padding: 0;
  border: none;
  outline: none;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  width: 200px;
  height: 200px;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
}

h1 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5em;
  color: #656362;
  margin-bottom: 12px;
  padding: 0;
}

@media only screen and (max-width: 900px) {
  .container.row {
    width: 85%;
  }
  h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.2em;
  }
  .container p {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
  }
  .container .site-header .logo {
    margin: 0 0 30px 0;
  }
  .container .site-header .logo a {
    width: 170px;
    height: 170px;
  }
}

@media only screen and (max-width: 768px) {
  .container.row {
    width: 92%;
  }
  h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1em;
  }
  .container p {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
  }
  .container .site-header .logo {
    margin: 0 0 24px 0;
  }
}

@media only screen and (max-width: 500px) {
  .container.row {
    width: 96%;
  }
  h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1em;
  }
  .container p {
    line-height: 25px;
  }
  .container::after {
    height: 80px;
  }
}

@media only screen and (max-width: 400px) {
  .container.row {
    width: 100%;
  }
  h1 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1em;
  }
  .container p {
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
  }
  .container .site-header .logo a {
    width: 120px;
    height: 120px;
  }
}

/* footer */

footer {
  clear: both;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  background: #50C2BD;
  padding: 18px 30px;
  color: #23252f;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999992;
}

footer a {
  color: #23252f;
  font-weight: bold;
  text-decoration: underline;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

/* copyright */

.footer-copyright {
  margin: 0;
  padding: 0;
  float: left;
}

.footer-copyright li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.footer-copyright li::before {
  content: "|";
  padding-left: 6px;
  padding-right: 10px;
  color: #2c2c2c;
}

.footer-copyright li:first-child:before {
  display: none;
}
