
@media screen and (max-width: 600px) {
  .container-full {
      padding-right:0 !important;
      padding-left:0 !important;
      max-width: initial !important;
  }  
}

.Gold,
.Gold:link,
.Gold:visited,
.Gold:hover,
.Gold:active
{
    color: #FF9300;
}

a.SignUp {
    text-transform: uppercase;
    
}

video.BannerVideo {
    object-fit: cover;
    object-position: center;
    width: 100%;
    max-height: 50vh;
    
    margin-bottom: 1rem;
}

.GoldCardHeader {
    background-color: #FF9300;
}

.GoldCardTitle {
    color: white;
}

.GoldCardSubtitle {
    color: #3B3730;
}

.CardSignUp {
    font-size: larger;
}

.footer > .container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer-icons {
    font-size: 48px;
}

.footer-icons i {
    padding-left: 8px;
    padding-right: 8px;
}

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

.testimonial {
    font-size: 12px;
    font-style: italic;
    font-synthesis: none;
}
