/* apply a natural box layout model to all elements */
html, *, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  width: 100%;
  height: auto; }

/* reset some common browser styles */
h1, h2, h3, h4, h5, h6, p, ul, li, ol {
  margin: 0;
  padding: 0; }

body {
  min-height: 100vh; }

html, body {
  margin: 0;
  padding: 0;
  color: #636f73;
  font-size: 20px;
  font-weight: 300;
  font-family: "proxima-nova",sans-serif; }
  @media screen and (max-width: 40em) {
    html, body {
      font-size: 16px; } }

img {
  max-width: 100%;
  height: auto;
  display: block; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

body {
  transition: 0.25s all;
  background: url(../img/river-topleft.svg) -1px top no-repeat, url(../img/river-bottomright.svg) right bottom no-repeat, url(../img/arrow.svg) 5% calc(100% - 50px) no-repeat;
  background-size: 40%, 40%, 30%;
  padding: 20px; }
  @media screen and (min-width: 80em) {
    body {
      background: url(../img/river-topleft.svg) -1px top no-repeat, url(../img/river-bottomright.svg) right bottom no-repeat, url(../img/arrow.svg) 5% calc(100% - 100px) no-repeat;
      background-size: 650px, 650px , 350px; } }
  @media screen and (max-width: 40em) {
    body {
      background: url(../img/river-topleft.svg) -1px -75px no-repeat, url(../img/river-bottomright.svg) right bottom no-repeat, url(../img/arrow.svg) 5% calc(100% - 50px) no-repeat;
      background-size: 269px 178px, 263px 168px, 230px 100px; } }

a {
  color: #1b89ca;
  transition: 0.25s all; }
  a:hover {
    color: #00ccff; }

.content {
  max-width: 800px;
  margin: 0 auto; }
  .content #header {
    margin-bottom: 110px; }
    .content #header .logo a {
      text-indent: -9999px;
      background: url(../img/logo.svg);
      display: block;
      width: 410px;
      height: 90px;
      margin: 40px auto 20px;
      background-size: 100%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 40em) {
        .content #header .logo a {
          width: 310px;
          height: 67px; } }
    .content #header nav ul li {
      display: inline-block;
      margin: 0 auto;
      text-transform: uppercase;
      padding: 10px 11px;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 1px; }
      .content #header nav ul li a {
        text-decoration: none; }
      @media screen and (max-width: 40em) {
        .content #header nav ul li {
          display: block; } }
    .content #header nav ul {
      max-width: 600px;
      margin: 0 auto;
      text-align: center; }
    @media screen and (max-width: 40em) {
      .content #header {
        margin-bottom: 60px; } }
  .content h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 20px; }
    @media screen and (max-width: 40em) {
      .content h2 {
        font-size: 45px; } }
  .content h3 {
    font-size: 40px;
    font-weight: 300;
    margin: 105px 0 15px; }
    @media screen and (max-width: 40em) {
      .content h3 {
        margin: 60px 0 10px;
        font-size: 30px; } }
  .content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #1b89ca;
    margin: 45px 0 0; }
    @media screen and (max-width: 40em) {
      .content h4 {
        font-size: 16px;
        margin: 20px 0 0 0; } }
  .content h5 {
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: normal; }
  .content p {
    line-height: 1.5;
    margin-bottom: 30px; }
  .content p.large {
    font-size: 26px; }
    @media screen and (max-width: 40em) {
      .content p.large {
        font-size: 20px; } }
  .content ul {
    line-height: 1.5; }
  .content li {
    margin-bottom: 15px;
    margin-left: 25px; }
  .content #footer {
    padding: 60px 0 180px; }
    .content #footer ul {
      list-style: none;
      margin: 0 0 30px;
      padding: 0;
      line-height: 1.5; }
    .content #footer li {
      margin-left: 0; }
    @media screen and (min-width: 80em) {
      .content #footer {
        padding-bottom: 240px; } }
    @media screen and (max-width: 40em) {
      .content #footer {
        padding: 30px 0 120px; } }

.amanda-bio {
  max-width: none;
  margin: 100px 0 -50px; }
  @media screen and (max-width: 40em) {
    .amanda-bio {
      margin-top: 40px;
      margin-bottom: -20px; } }

.amanda-fishing {
  float: left;
  width: 45%;
  margin: 0 5% 50px 0; }
  @media screen and (max-width: 40em) {
    .amanda-fishing {
      margin-bottom: 5px; } }

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