a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

a:hover {
  color: #9c9c9c;
}

.logo-section {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-section.sub-page {
  position: relative;
}

.site-body {
  background-color: #000;
}

.logo {
  max-width: 340px;
}

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-circle {
  max-width: 220px;
}

.content-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 26px;
  margin-bottom: 38px;
  font-family: 'Open Sans', sans-serif;
  color: #dadada;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.link {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-indent: 0px;
  text-transform: none;
}

.footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 300;
}

.footer-link {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 300;
}

.footer-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rixh-text {
  max-width: 700px;
  font-family: 'Open Sans', sans-serif;
  color: #dadada;
}

.text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 479px) {
  .logo-section.sub-page {
    height: 12vh;
  }

  .logo {
    width: 220px;
    max-width: 220px;
  }

  .content-section {
    height: 68vh;
  }

  .play-circle {
    max-width: 180px;
  }

  .heading {
    font-size: 28px;
  }

  .link {
    font-size: 14px;
  }

  .footer-section {
    height: 12vh;
  }

  .social-links {
    padding-right: 12px;
    padding-left: 12px;
  }

  .text-container {
    padding-right: 12px;
    padding-left: 12px;
  }
}