b, strong {
    font-weight: bolder;
    color: black;
}
a {
    color: #000;
}
a:hover {
    color: #e71d78;
    text-decoration: none;
}
.lineup-artists-description a {
    color:#000;
}
.about-us .main-content .entry-content {
    margin-top: 50px;
}
ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    margin: 0px 0px 30px 0px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
ul.primary li {
    display: inline;
}
ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
#tabs-wrapper {
    margin: 0 -10px 20px;
    position: relative;
    z-index: 11;
}
.tabs a {
    color: #e71d78;
}
.content-section {
    min-height: inherit;
}
.pager-nav {
    margin: 24px 0px 25px 0px;
}
.page-link {
    border: none;
    color: hsl(0, 0%, 48%);

}
.page-item.active .page-link {
    color: #e71d78;
    background-color: inherit;
    border-color: inherit;
}

.entry-content a {
    color: white;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e93182;
    background-image: linear-gradient(#e93182, #ffdbec);
}
.blog-content .author-name {
    display:none;
}
.blog-content .entry-content a {
    background:none;
}
.entry-content a:hover {
    text-decoration: underline;
}
.hero-content {
    width: 100%; 
    height: auto;
    overflow: hidden;
    position: relative; 
}
.hero-content video {
    height: 100%;
}
.desktop-video  {
  width: 100%;
  object-fit: cover; /* This is the key property to make the video cover the area */
  position: absolute;
  top: 0;
  left: 0;
}
.mobile-video  {
  position: absolute;
  left: 0;
  top:0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
}
.blog-list-page .entry-content a {
    color: black;
    padding-left: 0px;
}

@media only screen and (max-width: 854px) {
    .desktop-video {
        display: none;
    }
    .main-content {
        background: white;
    }
    .mobile-video {
        display: block;
    }
    .hero-content .entry-header h2 {
        font-size: 10vw;
        padding-top: 20%;
    }
    .countdown-holder .dday, .countdown-holder .dhour, .countdown-holder .dmin, .countdown-holder .dsec {
        font-size: 4vw;
    }
    .countdown {
        margin-top: 0px;
    }
    .hero-content .entry-footer {
        margin-top: 0;
    }
    .countdown-holder {
        margin-bottom: 0px;
        width: inherit;
    }
    .countdown {
    margin-top: -45px;
    }
}


@media only screen and (min-width: 855px) {
    .mobile-video {
        display: none;
    }
    .desktop-video {
        display: block;
    }
}
