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

h1, h2, h3, h4, h5, h6 {
  font-family: "funsizedregular", sans-serif;
}

p {
  margin-bottom: 24px;
  line-height: 2rem;
  font-family: "Times", serif;
  color: #800080;
}

ul.page {
  margin: 0;
  font-size: 1.4em;
  list-style: none;
  color: #800080;
}

ul.page li {
  padding-left: 30px;
}

ul.page li:before {
  padding-right: 10px;
  content: "•";
  color: #C7ED0F;
}

text {
  font-family: "funsizedregular", sans-serif;
}

svg {
  width: 100%;
}

.sidenav-trigger {
  color: #000000;
  font-weight: bold;
}

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

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

/* Compton Performing Arts Academy */
.nav-wrapper {
  height: 500px;
}

.rotate {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

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

  h1, h2, h3, h4, h5, h6 {
    font-family: "funsizedregular", sans-serif;
  }

  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: vw;
  }

  h4 {
    font-size: vw;
  }

  h5 {
    font-size: vw;
  }

  h6 {
    font-size: vw;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.footer-copyright {
  font-size: 12px;
}

.clear {
  clear: both;
}
/* Bar */
#bar {
  margin: 0 auto;
  height: 100px;
  box-shadow: inset 0px 0px 50px rgba(0,0,0,1);
  background-color: #800080;
  background-image: url('/img/bar.jpg');
  background-size: cover;
  border-top: 2px outset purple;
  border-bottom: 2px outset purple;
}
/* Back */
#back {
  top: 0;
  margin: 0;
}
/* Video */
.hytPlayerWrap { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.hytPlayerWrap iframe, 
.hytPlayerWrap object, 
.hytPlayerWrap embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

.hytPlayerWrap.ended::after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #800080;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%;
    background-image: url('../img/replay.jpg');
}
.hytPlayerWrap.paused::after {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #800080;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%;
    background-image: url('../img/paused.jpg');
}
/* Blink */
.blink {
    animation-duration: 1s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, start);
}
@keyframes blink {
    80% {
        visibility: hidden;
    }
}
