nav ul a,
nav .brand-logo {
  color: #444; }

p {
  line-height: 2rem; }

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: white; }

main {
  flex: 1 0 auto; }

footer {
  position: absolute;
  width: 100%; }

h1 {
  margin-top: 7.1%;
  position: inherit; }

.button-collapse {
  color: #26a69a; }

.parallax-container {
  min-height: 600px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9); }

.parallax-container .section {
  width: 100%; }

#about {
  margin-top: -4%;
  height: 1px;
  position: absolute; }

#subscribe {
  margin-top: -10%;
  height: 1px;
  position: absolute; }

#advertise {
  margin-top: -4%;
  height: 1px;
  position: absolute; }

#contact {
  margin-top: -10%;
  height: 1px;
  position: absolute; }

.videoplayer {
  position: absolute;
  top: 374px;
  left: 50%;
  /*min-width: 100%;
  min-height: 100%:
  height: auto;
  z-index: -100;*/
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

.white {
  background-color: #ffffff;
  position: fixed;
  z-index: 100; }

.brand-logo {
  margin-top: 10px; }

#blue-bird {
  margin-left: 6%;
  margin-top: -18%;
  padding-left: 8%;
  width: 55%;
  text-shadow: 2px 2px 5px black; }

#move-fb {
  margin-left: -1%;
  margin-right: -39%;
  padding-left: 0%;
  margin-top: -5%; }

.fa {
  color: #5accf5; }

.icon-block {
  padding: 0 15px; }

.icon-block .material-icons {
  font-size: inherit; }

i.material-icons {
  color: #5accf5; }

.beige-back {
  background-color: #eaeaea;
  color: black;
  opacity: 0.8;
  margin-top: -9%; }

.beige-video {
  background-color: rgba(234, 234, 234, 0.7); }

.bg-white {
  background-color: white; }

.call-action {
  background-color: #5accf5;
  color: white;
  padding-bottom: 5px; }

.youtuber {
  padding-top: 10px;
  padding-bottom: 10px; }

.ind-logos {
  color: black;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic; }

.naa {
  max-height: 60px; }

.iaa {
  max-height: 60px;
  padding-right: 25px; }

.page-footer {
  margin-top: -36px !important; }

#sidenav-overlay {
  background-color: rgba(253, 250, 250, 0.5);
  position: relative; }

#blue-bird-mobile {
  display: none; }

/*///////////////////////////////////Media Queries///////////////////////////*/
@media only screen and (max-width: 600px) {
  #index-banner .section {
    top: 0; }

  h1 {
    margin-top: 16.1%;
    font-size: 40px; }

  h2 {
    font-size: 25px; }

  img {
    height: 75%; }

  #move-fb {
    height: 580px;
    margin-left: 9%; }

  #blue-bird {
    display: none; }

  #blue-bird-mobile {
    display: block;
    text-align: center;
    font-size: 19px;
    text-shadow: 2px 2px 5px black; }

  iframe {
    width: 320px;
    height: 282px; } }
@media only screen and (max-width: 375px) {
  #move-fb {
    height: 580px;
    margin-left: 4%; }

  .call-action h4, .beige-back h4 {
    font-size: 18px; }

  .call-action h5, .beige-back h5 {
    font-size: 14px; } }
@media only screen and (max-width: 320px) {
  #move-fb {
    height: 580px;
    margin-left: 0%; }

  iframe {
    margin-left: -5px; } }

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