body {
  background: #12002C;
  color: #fff;
  font-family: "Helvetica", sans-serif;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link {
  font-size: 25px;
}

.lead {
  font-family: "Helvetica", sans-serif;
  font-size: 2em;
  text-align: center;
  margin-top: 60px;
  width: 71%;
  margin: 6% auto;
  color: #fff;
  z-index: 12;
}

.project {
  margin-top: 7%;
}

#myVideo {
  position: fixed;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#main {
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#slash {
  position: fixed;
  bottom: 0;
  min-width: 100%;
  background: #000;
  min-height: 100%;
  opacity: 0.6;
}

.social {
  text-align: center;
}

.social a {
  text-decoration: none;
  font-size: 30px;
  color: #FF0057;
}

.social ul {
  padding-left: 0px;
}

.social ul li {
  list-style: none;
  display: inline;
  font-size: 25px;
  padding: 0px 10px 0px 10px
}

.social a:hover {
  color: white;
}

@media (min-width: 750px) {
  .social ul li {
    font-size: 45px;
  }
  .social a {
    font-size: 60px;
    color: #FF0057;
  }
}

svg {
  left: 28%;
  overflow: hidden;
  position: absolute;
}

#about {
  font-size: 23px;
  border-radius: 7%;
  background: #ff0056;
  color: #fff;
  padding: 10px;
  text-decoration: none;
}

.btn {
  background: #FF0057;
  border: none;
  /* width: 170px; */
  height: 60px;
  font-size: 2em;
  font-family: "Helvetica", sans-serif;
  letter-spacing: -2px;
}

/* .btn:hover {
  background: #12002C;
} */

.column {
  float: center;
  width: 50%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.episodes {
  margin-top: 0;
}

.card-title {
  color: #FF0057;
  line-height: 120%;
  letter-spacing: -1px;
}

.card-text {
  color: #12002C;
}

.card h5 {
  color: #12002C;
  margin: 0 auto;
}

.right .card {
  float: right;
}

.spacer {
  position: relative;
  margin-top: 19%;
}

hr {
  background: #fff;
}

.modal-body p, .modal-header {
  color: #000;
}

.modal .btn {
  height: 27px;
  font-size: 23px;
  height: 45px;
}

.card {
  z-index: 19;
  margin-left: 20%;
  margin-right: 0%;
}

#hello {
  width: 100%;
  overflow-x: hidden;
}

.not-live {
  opacity: 0.7;
}

#navbarResponsive {
  display: block;
  text-align: right;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
}

.episodes {
  width: 80%;
}

.dashed {
  border-bottom: 2px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

h4 {
  font-weight: bold;
}

.black-text {
  background: #ff0056;
  color: #fff;
  padding: 10px;
}

.black-text h5 {
  color: #fff;
  text-transform: uppercase;
}

.disabledlink {
  pointer-events: none;
  cursor: default;
}
