html, body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    background-color: #fffef6;
    color: #492306;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
    min-height: 100%;
    padding: 0 20px;
}
@media screen and (min-width: 1500px) {
  .wrapper {
      background-image: url("../images/tree.jpg");
      background-position: bottom right;
      background-repeat: no-repeat;
  }
}

.logo {
    padding: 30px 0 50px;
}

.logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.content-wrapper {
    max-width: 665px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.content-footer {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 40px;
}

.copyright {
    text-align: center;
    font-size: 11px;
    opacity: .5;
}

h1 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding: 0 0 35px;
}

p {
    padding: 0 0 25px;
    margin: 0;
}

ul {
    margin: 0;
    padding-left: 1em;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}
