Body {
  font-family: "Oxygen", sans-serif;
}
h1 {
  font-family: "Oxygen";
}
.container-fluid {
  padding: 2% 2%;
}
#title {
  background-color: #0c4160;
  color: #fff;
  padding: 0 0 0 7%;
}

#startpic {
  height: 750px;
  width: 1125px;
}

.banner-image {
  background-image: url("img/Background-01.webp");
  background-color: #cccccc;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/*Header*/

.navbar {
  padding: 0 0 4.5rem;
}
.navbar-brand {
  font-family: "Oxygen";
  font-size: 3.5rem;
  font-weight: bold;
}

.nav-link {
  font-size: 1.2rem;
}
.TextBar {
  padding-right: 4%;
}

.Start-episode {
  padding: 3% 55%;
}

#content {
  padding-top: 4%;
}

.frontPic {
  height: 400px;
  width: auto;
}
/*Call to arms section*/
.CTA {
  font-size: 30px;
  color: #0c4160;
  padding-bottom: 4%;
}

.headShot {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.missing-UFO {
  width: 300px;
  height: 300px;
}

/*Contact page*/
.contactText {
  padding: 0 45% 0 45%;
}

.breakable-link {
  /* Break words if needed */
  overflow-wrap: break-word;
  word-wrap: break-word;

  /* Ensures the container takes full width to show possible break points */
  width: 100%;
  margin: 10px 0;
}

.video-container {
  position: relative;
  width: 100%;

  margin: 0 auto;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
