body {
  background-image: url("../../assets/img/stars.png");
  background-color: #1a1a1c;
  color: rgb(188,194,199);
  font-family: 'News Cycle', sans-serif;
}

#logo {
}

#description {
}

#description img {
  margin: 10px;
  float: left;
  width: 25%;
}

@media (max-width: 768px) {
  #description img {
    display: none;
  }
}

p {
  font-size: 1.25rem;
}

.h1, h1 {
  font-size: 3rem;
  font-weight: 800;
}

.h2, h2 {
  font-size: 1.75rem;
  font-style: italic;
  font-weight: 600;
}

#videos {
}

.video-container {
}

.videoHeading {
}

.videoDesc {
}

div .video {
}

hr {
  width: 75%;
  border: 2px solid rgb(238,204,0);
  text-align: left;
  left: 0;
  clear: both;
}

.btn:not(:disabled):not(.disabled) {
  text-align: center;
  margin: 0 auto;
}

.modal-body {
  background-color: rgb(168,163,163);
  color: rgb(19,19,19);
}

.contact {
  padding: 20px;
}

div .description {
  background-color: rgba(249,246,246,0.14);
  padding: 20px;
  margin-bottom: 20px;
}

