body {
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-style: normal;
  margin: 0px; }

h1, p {
  color: #000; }

h1 {
  font-family: Helvetica, sans-serif;
  font-size: 44px;
  letter-spacing: 3px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 0px;
  line-height: 40px; }

p {
  margin-top: 0px;
  letter-spacing: 5px;
  font-size: 11px; }

.header {
  width: 100%; }

@media (max-height: 500px) {
  .header {
    height: 30px; } }

.full-width {
  width: 100%;
  margin: 0;
  padding: 0; }

.center {
  margin: 0 auto;
  text-align: center; }

.logo {
  background-color: transparent;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 55%;
  height: auto; }
  .logo img {
    width: 100%;
    height: 100%; }

.info-box {
  display: none; }

.aux-bk {
  height: 300px;
  background-image: url(../img/forest.jpg);
  background-size: 100% auto; }

@media (max-width: 900px) {
  .aux-bk {
    height: 300px;
    background-size: auto 100%; } }

.footer {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #000; }
  .footer p {
    letter-spacing: 2px;
    line-height: 17px; }
  .footer a {
    color: #b10034;
    font-family: Helvetica, sans-serif;
    text-decoration: none; }
  @media (max-width: 900px) {
    .footer .footer {
      position: relative; } }
