body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  display: inline-block;
  margin: 180px 0px 50px;
  padding: 9px 13px;
  background-color: rgba(232, 123, 141, 0.49);
  font-family: Merriweather, serif;
  color: white;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  display: inline-block;
  margin: 250px 0px 10px;
  padding: 9px 13px;
  background-color: rgba(255, 255, 255, 0.30);
  font-family: Merriweather, serif;
  color: white;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-right: 0px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 0px 0px 10px;
  padding-top: 20px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2) black black;
  box-shadow: none;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-shadow: none;
}
h5 {
  margin: 10px 0px 5px;
  padding-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1px;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 25px;
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-indent: 0px;
}
.button {
  display: inline-block;
  padding: 12px 31px;
  border-radius: 5px;
  background-color: #749fc2;
  background-image: none;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #008cff;
}
.section {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family:'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.section.header {
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 28px;
  background-color: rgba(51, 51, 51, 0.61);
}
.section.grey {
  background-color: rgba(51, 51, 51, 0.61);
}
.section.right {
  text-align: right;
}
.section.grey-placeholder {
  color: rgba(51, 51, 51, 0);
}
.nav-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 14px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
}
.nav-link:hover {
  background-color: #969696;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up {
  background-color: #749fc2;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav-link.sign-up:hover {
  background-color: #0076d6;
}
.company-title {
  color: white;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: none;
}
.nav-bar {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
.hero-bg {
  width: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: url('../images/Delicate_arch.jpg'), url('../images/example-bg.png');
  background-position: 0% 12%, 0% 0%;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}
.hero-bg.beach {
  margin-bottom: 1px;
  padding-bottom: 40px;
  background-image: url('../images/salty_pony_home.jpg'), url('../images/example-bg.png');
  background-position: 50% -15px, 0% 0%;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}
.hero-bg.books {
  background-image: url('../images/nyhavn.jpg'), url('../images/example-bg.png');
  background-position: 0% 37%, 0% 0%;
}
.subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  color: black;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
.section-description {
  font-size: 14px;
}
.snippet {
  display: block;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: black;
  text-decoration: none;
}
.snippet.white {
  background-color: white;
}
.right-col {
  padding-top: 13px;
  text-align: right;
}
.more-link {
  padding: 6px 8px;
  border: 2px solid #c2c2c2;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #9c9c9c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.more-link:hover {
  border: 1px solid #008cff;
  background-color: #008cff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
}
.snippet-text-section {
  padding: 10px 12px;
}
.snippet-title {
  margin-bottom: 7px;
  font-family:'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.snippet-text {
  font-family:'Open Sans', sans-serif;
  color: #737373;
  font-size: 14px;
  line-height: 19px;
}
.snippet-row {
  margin-top: 27px;
  margin-bottom: 27px;
}
.button-column {
  padding-top: 32px;
  text-align: center;
}
.company-column {
  padding-right: 0px;
  padding-left: 0px;
}
.img-example {
  margin-bottom: 34px;
}
.footer-link {
  margin-right: 9px;
  margin-left: 9px;
  color: #008cff;
  font-size: 14px;
  text-decoration: none;
}
.footer-nav-bar {
  text-align: right;
}
.footer-text {
  font-size: 14px;
}
.content-bg {
  padding-top: 39px;
  padding-bottom: 39px;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  background-color: lightgrey;
  background-image: url('../images/rubjerg_knude.jpg'), url('../images/example-bg.png');
  background-position: 50% 24%, 0% 0%;
  background-size: cover, auto;
  background-attachment: scroll, fixed;
}
.content-bg.two {
  background-image: url('../images/example-bg.png');
  background-position: 50% 24%;
  background-size: cover;
  background-attachment: scroll;
}
.example-image {
  width: auto;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.29);
  background-image: url('../images/example-bg.png');
  background-size: 125px;
}
.dense {
  margin-top: -10px;
}
.placeholder {
  color: white;
}
.grey {
  background-color: rgba(67, 116, 240, 0.09);
}
.other_sites {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.white-header {
  box-shadow: none;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: none;
}
.arches {
  background-color: rgba(123, 161, 232, 0.49);
}
.books {
  background-color: rgba(176, 4, 4, 0.49);
}
@media (max-width: 991px) {
  h2 {
    margin-top: 200px;
  }
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .snippet {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .example-image {
    width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 173px;
  }
  h2 {
    margin-top: 107px;
  }
  .button {
    margin-bottom: 33px;
    padding: 29px 30px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 700;
  }
  .section.header {
    background-color: #333;
  }
  .nav-link {
    background-color: #6b6b6b;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .nav-link:hover {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .company-title {
    margin-bottom: 33px;
  }
  .nav-bar {
    text-align: center;
  }
  .hero-bg {
    padding-right: 10px;
    padding-left: 10px;
  }
  .snippet {
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .right-col {
    margin-top: -42px;
  }
  .button-column {
    padding-top: 61px;
  }
  .company-column {
    text-align: center;
  }
  .footer-nav-bar {
    text-align: center;
  }
  .left-footer-col {
    margin-bottom: 13px;
    text-align: center;
  }
  .content-bg {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 479px) {
  .button {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section.header {
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
  }
  .nav-link {
    display: block;
    margin-bottom: 19px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .section-description {
    width: 50%;
  }
  .snippet {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .content-bg {
    min-height: 330px;
  }
}