.molly-and-max {
  float: left;
  shape-outside: url("../images/mollyandmax-500px.png");
  shape-margin: 30px;
  margin: 50px 0 0 50px;
  width: 400px;
  height: 550px;
}
.molly-and-max img {
  max-height: 500px;
}

.welcome-section {
  background-color: #FFFFFF;
  width: 100%;
  font-weight: 300;
}

.welcome-container {
  max-width: 1000px;
  margin: auto;
}

.welcome {
  min-height: 375px;
  padding: 130px 50px 130px 500px;
  box-sizing: border-box;
}

h1 {
  font-family: "Playfair Display", "serif";
  font-size: 2.3em;
  font-weight: 400;
  margin-top: 0;
}

.welcome .subtitle {
  font-size: 1.3em;
  max-width: 600px;
}

#description-changer {
  display: block;
  background-color: rgba(150, 183, 138, 0.5);
  border-width: 0;
  font-family: "Playfair Display";
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 2px 5px;
  margin-top: 1em;
  border: 1px solid #666666;
  cursor: pointer;
}
#description-changer:hover {
  background-color: #96B78A;
}

.content, .copyright-footer {
  background-color: #96B78A;
}

.content {
  box-shadow: 0 0 1px 0px #96B78A;
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 2em;
  }

  .molly-and-max {
    shape-outside: url("../images/mollyandmax-350px.png");
    height: 400px;
    width: 300px;
  }
  .molly-and-max img {
    max-height: 350px;
  }

  .welcome {
    min-height: 300px;
    padding: 80px 50px 80px 350px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 1.8em;
  }

  .molly-and-max {
    float: none;
    text-align: center;
    padding: 50px 0 10px 0;
    margin: 0;
    height: auto;
    width: auto;
    shape-outside: none;
    shape-margin: 0;
  }
  .molly-and-max img {
    max-height: 300px;
    padding: 0;
  }

  .welcome {
    min-height: auto;
    padding: 0 10px 100px 10px;
    text-align: center;
  }
  .welcome .subtitle {
    font-size: 1.3em;
    max-width: auto;
  }
  .welcome #description-changer {
    margin: 1em auto 0 auto;
  }
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 1.5em;
  }

  .welcome .subtitle {
    font-size: 1.1em;
  }
}

/*# sourceMappingURL=home.css.map */
