body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 22px;
  color: white;
  font-size: 25px;
  line-height: 35px;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin-top: 11px;
  vertical-align: middle;
}
.button {
  display: inline-block;
  margin-top: 1px;
  margin-right: 12px;
  margin-bottom: 9px;
  padding: 13px 23px;
  border-radius: 10px;
  background-color: #938a80;
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button.sign-up {
  margin-top: 17px;
  padding: 9px 23px;
  border-radius: 6px;
  font-weight: 700;
  text-transform: none;
}
.section {
  padding-top: 47px;
  padding-bottom: 47px;
  background-color: black;
}
.section.hero {
  padding-top: 31px;
  padding-bottom: 7px;
  background-color: #938a80;
}
.section.header {
  background-color: white;
}
.section.greybg {
  background-color: whitesmoke;
}
.section.footer {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
  color: #938a80;
  text-align: center;
}
.company-title {
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 26px;
  line-height: 30px;
}
.nav-wrapper {
  margin-top: 14px;
  text-align: right;
}
.nav-link {
  margin-left: 28px;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-link:hover {
  text-decoration: underline;
}
.content-column {
  padding-top: 74px;
  padding-bottom: 74px;
}
.section-title {
  color: white;
  text-align: center;
}
.section-subtitle {
  margin-bottom: 45px;
  font-size: 13px;
  text-align: center;
}
.frames-wrapper {
  padding-top: 34px;
  padding-bottom: 21px;
  background-color: #e3e3e3;
  text-align: center;
}
.info-text {
  margin-top: 45px;
  margin-bottom: 3px;
  font-family: Bitter, serif;
  color: #f20000;
  font-size: 17px;
  font-weight: 400;
}
.info-text.small {
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #9e9e9e;
  font-size: 12px;
}
.make-centered {
  margin-top: 16px;
  text-align: center;
}
.footer-text {
  color: white;
}
.email {
  -webkit-transition: border 200ms ease;
  -o-transition: border 200ms ease;
  transition: border 200ms ease;
  color: white;
  text-decoration: underline;
}
.email:hover {
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: white white rgba(255, 255, 255, 0.89);
}
.headings {
  text-align: left;
}
.blurb {
  border: 0px solid black;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: white;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  text-shadow: none;
}
.strapline {
  width: 500px;
  margin-top: -1px;
  padding-top: 1px;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #938a80;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}
.watch_buttons {
  padding-left: 0px;
  float: none;
}
.starring {
  margin-top: 16px;
  margin-bottom: 15px;
  color: #938a80;
  font-size: 24px;
}
.navbar {
  background-color: #938a80;
  color: white;
}
@media (max-width: 991px) {
  .button {
    margin-top: 0px;
  }
  .content-column {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .frames-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .strapline {
    padding-right: 13px;
  }
}
@media (max-width: 767px) {
  p {
    display: block;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    color: white;
    font-size: 19px;
    line-height: 29px;
  }
  .section.hero {
    width: auto;
    padding-top: 20px;
  }
  .section.header {
    padding-bottom: 25px;
  }
  .section.greybg {
    text-align: center;
  }
  .company-title {
    text-align: center;
  }
  .nav-wrapper {
    text-align: center;
  }
  .content-column {
    text-align: center;
  }
  .frames-wrapper {
    display: inline-block;
    width: 50%;
    margin-top: 30px;
  }
  .hero-right-column {
    padding-right: 89px;
    padding-left: 89px;
  }
  .blurb {
    width: auto;
    margin-right: 1px;
    padding-right: 1px;
    padding-left: 1px;
    float: none;
    text-shadow: none;
  }
  .starring {
    margin-right: 0px;
    margin-left: 1px;
  }
}
@media (max-width: 479px) {
  .section.header {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .strapline {
    width: auto;
  }
}