/****** CSS FOR BANNER TITLE *********/
.billboard-container .title.cc-xl-title {
  font-size: 3em !important;
  font-family: acumin-pro-condensed, "Franklin Gothic", sans-serif; font-weight: 500; font-style: italic; text-transform: uppercase;
}
  
@media (max-width: 575px) {
  .billboard-container .title.cc-xl-title {
    font-size: 2em !important;
  }
}

.homepage #billboard-links-container .button {
    color: #fff !important;
}

/*** SPONSORSHIP OPPORTUNITIES TABLE (Jeremiah P. 2024.8.26) ***/
.col-header-2 p,
.col-header-3 p,
.col-header-4 p,
.col-header-5 p {
  font-family: 'United Sans';
  font-weight: 900;
  color: rgba(0,0,0,.6);
  padding-top: 5px;
}
.col-header-2 p span {
  font-family: 'United Sans';
  color: rgba(0,0,0,.6);
  font-weight: 600;
  font-size: 0.6rem
}
.col-header-2 p:nth-child(2),
.col-header-3 p:nth-child(2),
.col-header-4 p:nth-child(2),
.col-header-5 p:nth-child(2) {
  font-size: .8rem;
  padding-top: 5px;
}
.col-header-2,
.col-data-2 {
    background-color: #c8b78d;
}
.col-header-3,
.col-data-3 {
    background-color: #b7c2c2;
}
.col-header-4,
.col-data-4 {
    background-color: #f8e092;
}
.col-header-5,
.col-data-5 {
    background-color: #dcdcd7;
}
.col-header-2 {
    height: 210px;
    top: 24px;
}
.col-header-3 {
    height: 185px;
    top: 49px;
}
.col-header-4 {
    height: 160px;
    top: 74px;
}
.col-header-5 {
    height: 135px;
    top: 99px;
}
.row-header-color {
    color: #c8b78d;
}
.row-header {
    background-color: black;
    color: white;
    font-weight: bold;
}
.row-header,
.data-row {
    border-bottom: 2px solid black;
    border-right: 2px solid black;
    border-left: 2px solid black;
}
.col-data-2,
.col-data-3,
.col-data-4,
.col-data-5,
.col-header-2,
.col-header-3,
.col-header-4,
.col-header-5 {
    border-right: 4px solid white;
}

.col-img-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.table-subtitle,
.table-title > span {
    color: #c8b78d;
}
.table-subtitle {
    border: 2px solid black;
    font-family: 'United Sans Extended';
    font-weight: 700;
    font-size: .95rem;
    padding: 10px;
    display: inline;
}
.table-title,
.table-title span {
    font-family: 'United Sans Condensed';
    font-weight: 800;
}
.table-title {
    font-size: 4.4rem;
    color: black;
} 
@media only screen and (max-width: 991px) {
    .table-title {
        font-size: 3.2rem;
    }
    .table-subtitle {
        font-size: .7rem;
    }
}
@media only screen and (max-width: 767px) {
    .table-title,
    .table-subtitle {
        text-align: center;
    }
    .table-subtitle {
        display: block;
    }
    .col-header-1 {
        padding-left: 0;
        padding-right: 0;
    }
    .col-header-2 p,
    .col-header-3 p,
    .col-header-4 p,
    .col-header-5 p {
      font-size: .9em;
      rotate: 0deg;
    }
}

@media (min-width: 768px) {
  .col-header-2 p:first-child,
  .col-header-3 p:first-child,
  .col-header-4 p:first-child,
  .col-header-5 p:first-child {
    rotate: -90deg;
    margin-top: 35px;
    font-size: .9rem;
  }
}
.button {
    display: inline-block;
    font-family: "United Sans", Impact, "Arial Black", "sans serif";
    color: #000 !important;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    text-align: center;
    padding: 8px 3em 6px 3em;
    border: 2px solid #8e6f3e;
}
.button:hover {
    color: #fff !important;
    border-color: #8e6f3e;
    background-color: #8e6f3e;
}
/*** END SPONSORSHIP OPPORTUNITIES TABLE ***/