.bg-tertiary {
    background-color: rgb(202, 204, 55);
}

p {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: initial;
}

#video-carousel .carousel-item {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }
  
  #video-carousel .carousel-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  @media (max-width: 767px) {
    #video-carousel .carousel-item {
      padding-bottom: 75%;
    }
  }
  
  .footer {
	background-color: #03172c;
	color: #fff;
	padding: 30px 0;
    }

    body {
        background-color: black;
    }

    h3 {
        color: #fff;
        font-size: small;
        text-align: left;
    }

    p {
        color: #fff;
    }