@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/AboutUs.razor.rz.scp.css */

.aboutus[b-t4kztjn6yb] {
    position:relative;
    text-align:center;
    background-color:#fff;
    color:#666; 
    padding:75px; 
    z-index:10;
}
.aboutus .abouttxt[b-t4kztjn6yb]{ padding:0px 200px;}
.aboutus .abouttxt p[b-t4kztjn6yb]{ font-size: 2em;}
.aboutus h2[b-t4kztjn6yb] { font-size: 4em; color:#000; } 

@media(max-width:1087px) {
    .aboutus h2[b-t4kztjn6yb] { font-size: 2.5em; } 
    .aboutus .abouttxt[b-t4kztjn6yb]{ padding:0 75px;}
    .aboutus .abouttxt  p[b-t4kztjn6yb] { font-size: 1.5em; }
}
@media(max-width:763px) { 
    .aboutus[b-t4kztjn6yb] { padding:25px; }
    .aboutus h2[b-t4kztjn6yb] { font-size: 2em; } 
    .aboutus .abouttxt[b-t4kztjn6yb]{ padding:5px 25px;}
    .aboutus .abouttxt  p[b-t4kztjn6yb] { font-size: 1.2em; }
}
/* /Pages/Discography.razor.rz.scp.css */
.discoIntro[b-daiqg2etm5] {
    position: relative;
    text-align: center;
    background-color: transparent;  
    padding: 50px;
    font-size: 1.5em;
    height:100%;
    z-index: 20;
}
.discoIntro h1[b-daiqg2etm5] {
    color: hsla(0,0%,100%,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: Calibri;
    font-size: 5em;
    -webkit-text-stroke: 2px #FBF55A; 
}
.discoAlbums[b-daiqg2etm5] {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 75px;
    height: 100%;
    min-height: 500px;
    z-index: 99;
} 
.discoAlbums p.pretxt[b-daiqg2etm5] {
    color: #666;  
    font-size: 2em;
    padding: 50px 200px;
}
.discoAlbums .divider[b-daiqg2etm5] {
    margin: auto 25%;
    border-top: 1px solid #000;
}
.discoAlbums .album-view[b-daiqg2etm5] { margin: 75px 15%; }
.discoAlbums .album-row[b-daiqg2etm5] {
    display: flex;
    margin: 50px auto; 
}
.discoAlbums .album-row.odd[b-daiqg2etm5]{
    background-color:#ffffef;
    background-color: rgba(255,255,0,0.01);
}
.discoAlbums .album-row .col.img[b-daiqg2etm5]{ 
    display: flex;
    flex-direction:column; 
    justify-content: center;
    max-width:250px;
} 
.discoAlbums .album-row .col.img.r[b-daiqg2etm5]{ 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-end;
    max-width:250px;
} 
.discoAlbums .album-row .col[b-daiqg2etm5]{ 
    display: flex;
    flex-direction:column;  
} 
.discoAlbums .album-row .col.img button[b-daiqg2etm5]{
    cursor:pointer;
    border: 5px solid white; 
    border-radius: 200px;
    background-size: contain;
    padding: 0;
    margin: 0;
    width:250px;
    height:250px;
}
.discoAlbums .album-row .col.img button:hover[b-daiqg2etm5] { opacity:0.5; border:5px solid #FBF55A; } 

@media(max-width:1087px) {
    .discoAlbums p.pretxt[b-daiqg2etm5] { 
        font-size: 1.5em;
        padding: 10px 75px; 
    } 
    .discoAlbums .divider[b-daiqg2etm5] { margin: auto 10%; } 
    .discoAlbums .album-view[b-daiqg2etm5]{ margin: 75px 8%; }
    .discoAlbums .album-row .col.img button[b-daiqg2etm5]{ width:175px; height:175px;}
    .discoIntro h1[b-daiqg2etm5] { font-size: 4em; } 
}
@media(max-width:763px) {
    .discoIntro[b-daiqg2etm5] { padding:25px;}
    .discoAlbums p.pretxt[b-daiqg2etm5] {
        font-size: 1.2em;
        padding: 5px 25px;
    }
    .discoAlbums .divider[b-daiqg2etm5] { margin: auto 10%; } 
    .discoAlbums .album-view[b-daiqg2etm5]{ margin: 50px 15px;}
    .discoIntro h1[b-daiqg2etm5] { font-size: 2em; }
    .discoAlbums .album-row .col.img[b-daiqg2etm5]{ width:250px;}
    .discoAlbums .album-row .col.img button[b-daiqg2etm5]{ width:125px; height:125px;}
}
/* /Pages/Index.razor.rz.scp.css */
section.intro[b-v9n5n9sg5o] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    min-height: calc(100vh); 
}
section.about[b-v9n5n9sg5o] {
    position: static; 
}
section.disco[b-v9n5n9sg5o] {
    position: static;
}
section.contact[b-v9n5n9sg5o] {
    position: static; 
}
/* /Pages/JoinUs.razor.rz.scp.css */
.join[b-tk1u39ef0a] {
    position: relative;
    text-align: center;
    padding: 75px; 
    height: 100%;
    font-size: 1.5em;
    background-color: transparent;
    color: #FBF55A;
    z-index: 20;
}
.joinIntro h1[b-tk1u39ef0a] {
    margin: 20px auto;
    color: hsla(0,0%,100%,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: Calibri;
    font-size: 4em;
    -webkit-text-stroke: 2px #FBF55A;
}
.joinFrom[b-tk1u39ef0a] {
    padding: 50px 0;
    text-align: left;
    font-size: 1.5em;
    color: #fff;
    z-index: 99; 
}
.row[b-tk1u39ef0a]{ padding: 10px 0;}
.row.join-submit[b-tk1u39ef0a] { text-align: center; }
.row.join-bottom p span[b-tk1u39ef0a]{ color: red; font-size:0.7em;}
.join-button[b-tk1u39ef0a] {
    cursor: pointer;
    border: 2px solid #53eb50;
    background-color: transparent;
    padding: 7px;
    color: #53eb50;
    font-size: 0.8em;
    text-decoration: none;
} 
.join-button:hover[b-tk1u39ef0a] {
    border: 2px solid #53eb50;
    background-color: hsla(110,80%,50%,0.5);
    padding: 7px;
    color: #53eb50;
    text-decoration: none;
}

.form-label[b-tk1u39ef0a]{ font-size:1em;}
.form-label span[b-tk1u39ef0a]{ color:red; }
[b-tk1u39ef0a] .form-control {
    font-size: 0.65em;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 10px;
    background-color: transparent;
    color: #FFFF9F;
    width: 600px;
}
[b-tk1u39ef0a] .form-control.invalid{ 
    border:2px dashed #EA5848; 
    background-color:#F9CECA;
}
[b-tk1u39ef0a] .form-control-lrg {
    font-size: 0.65em;
    border: 1px solid #fff;
    padding: 10px;
    background-color: transparent;
    color: #FFFF9F;
    width: 600px;
}
[b-tk1u39ef0a] .form-control-cb{
    width: 25px;
    height: 25px;
}
.form-cb-label[b-tk1u39ef0a] { font-size: 0.7em;}
.form-cb-label span[b-tk1u39ef0a]{ font-weight:bold; color:#ffff9f;}

.hidden[b-tk1u39ef0a] {display:none;}
.loading[b-tk1u39ef0a] {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding-top:300px;
    font-size:3em;
    background-color:rgba(0,0,0,0.8);
    z-index:99;
}
.loading .txt[b-tk1u39ef0a] { margin-top:-10px;}
.lds-ripple[b-tk1u39ef0a],
.lds-ripple div[b-tk1u39ef0a] { box-sizing: border-box; }
.lds-ripple[b-tk1u39ef0a] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ripple div[b-tk1u39ef0a] {
    position: absolute;
    border: 4px solid #ffff9f;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple-b-tk1u39ef0a 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2)[b-tk1u39ef0a] { animation-delay: -0.5s; }

.d-flex[b-tk1u39ef0a]{display:flex!important}
.align-items-center[b-tk1u39ef0a]{align-items:center!important}
.alert[b-tk1u39ef0a] {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}
.alert-success[b-tk1u39ef0a] {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}
.alert-danger[b-tk1u39ef0a] {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

@keyframes lds-ripple-b-tk1u39ef0a {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

@media(max-width:1087px) { 
    .row[b-tk1u39ef0a]{ padding: 10px 0;}
    .join[b-tk1u39ef0a]{ padding:25px 25px 150px 25px; font-size:1em;}
    .joinIntro h1[b-tk1u39ef0a] { margin: 10px auto; }
    .joinFrom[b-tk1u39ef0a] {font-size:1.5em; padding:25px;}
    .form-label[b-tk1u39ef0a]{ font-size:0.9em; }
    [b-tk1u39ef0a] .form-control { font-size:1em; width:300px; }
    [b-tk1u39ef0a] .form-control-lrg { font-size:1em; width:300px; }
    .join-button[b-tk1u39ef0a] { font-size: 0.7em;}
}
@media(max-width:763px) {  
    .row[b-tk1u39ef0a]{ padding: 5px 0;}
    .row.join-bottom[b-tk1u39ef0a] { margin: 35px 0 175px 0; }
    .join[b-tk1u39ef0a]{ padding:25px; font-size:1em; padding-bottom:200px;}
    .joinIntro h1[b-tk1u39ef0a] { margin: 10px auto; }
    .joinFrom[b-tk1u39ef0a] {font-size:1em; padding:15px;}
    .form-label[b-tk1u39ef0a]{ font-size:1em; }
    .form-cb-label[b-tk1u39ef0a] { font-size: 1em;}
    [b-tk1u39ef0a] .form-control { width:275px; }
    [b-tk1u39ef0a] .form-control-lrg { width:275px; }
    [b-tk1u39ef0a] .form-control-cb{ width: 15px; height: 15px;}
    .join-button[b-tk1u39ef0a] { font-size: 1em;}
}
/* /Pages/Promo.razor.rz.scp.css */
iframe[b-8l5m953jie] {
    width: 100%;
    height: 100vh;
    border: none;
    margin: 0;
    padding: 0;
}
.closeBtn[b-8l5m953jie] {
    position:relative;
    top:20px; 
    left:20px;
    background:none;
    text-align:right;
    width:100%;
}
.closeBtn button[b-8l5m953jie] {
    cursor:pointer;
    font-size:2em;
    font-weight:bolder;
    background: none;
    border:none;
    border: 2px solid #FBF48A;
    border-radius: 50px; 
    padding: 5px;
    width:50px;
    height:50px;
    color: #FBF48A;
}
.closeBtn button:hover[b-8l5m953jie] {
    color: #ffd800;
    border: 2px solid #FBF48A;
    background-color: hsla(56,93%,76%,0.5);
}
/* /Pages/Streaming.razor.rz.scp.css */

.services[b-tmgbth5z4d] {
    font-family: Magneto,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #666;
    width: 100%;
}
.services ul[b-tmgbth5z4d] { width: 100%; }
.services ul li[b-tmgbth5z4d] { display: inline-block;}
.services ul li > img[b-tmgbth5z4d] { max-width: 50px; width:100%;}
.services p[b-tmgbth5z4d] { 
    font-family:Calibri;
    font-size:1.5em; 
    padding:0 35px; 
    color: #999;
}
.services h4[b-tmgbth5z4d] {
    margin: 0;
    padding: 0;
    font-size: 2.5em; 
    text-align:center;
}

@media(max-width:1087px) {
    .services h4[b-tmgbth5z4d] {  font-size: 2em; }
    .services p[b-tmgbth5z4d] { font-size:0.9em; }
}
@media(max-width:763px) {
    .services h4[b-tmgbth5z4d] { font-size: 1.3em;}
    .services p[b-tmgbth5z4d] { font-size:0.8em; padding:0; }
}
/* /Pages/Welcome.razor.rz.scp.css */
.video-wrapper[b-uxiv7qj0dy] { margin-top:-300px; }
.video-text-overlay[b-uxiv7qj0dy] {
    position: relative;
    display: inline;
    width: 100%;
    z-index: 10;
}
.video[b-uxiv7qj0dy] {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity:0.4;
    z-index:  1;
}
.video-button[b-uxiv7qj0dy] {
    position:relative; 
    top:25px;
    right: 200px;
    text-align: right;
    z-index: 99;
}

.video-text-overlay h1[b-uxiv7qj0dy] {
    width: 80%;
    padding-left: 200px;
    line-height: 1.08;
    font-family: Magneto,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 6em;
    text-transform: none;
    color: #FBF55A;
    z-index:85;
}
.video-text-overlay h1 span[b-uxiv7qj0dy] {
    color: hsla(0,0%,100%,0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: Calibri;
    -webkit-text-stroke: 2px #FFF;
}

.video-text-overlay a[b-uxiv7qj0dy] {
    border: 2px solid #FBF48A;
    background-color: transparent;
    padding: 7px;
    font-size: 1.5em;
    color: #FBF48A; 
    text-decoration:none;
}
.video-text-overlay a:hover[b-uxiv7qj0dy] {
    border: 2px solid #FBF48A;
    background-color: hsla(56,93%,76%,0.5);
    padding: 7px;
    color: #FBF48A;
    text-decoration:none;
}

@media(max-width:1087px) {
    .video-text-overlay[b-uxiv7qj0dy] { left:100px; }
    .video-text-overlay h1[b-uxiv7qj0dy] {
        font-size: 4em;
        padding:0;
    }
}
@media(max-width:763px) { 
    .video-text-overlay[b-uxiv7qj0dy] { left:50px; }
    .video-text-overlay h1[b-uxiv7qj0dy] { font-size: 3em; padding:0; }
    .video-text-overlay h1 span[b-uxiv7qj0dy] {-webkit-text-stroke: 1px #FFF;  }
}
/* /Shared/MainFooter.razor.rz.scp.css */
.foot-container[b-ulelytg60x] {
    width:100%;
}
.foot-container .copy[b-ulelytg60x] {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size:0.8em; 
    color:antiquewhite;
}
/* /Shared/MainLayout.razor.rz.scp.css */
 
footer[b-89a479jxcy] { 
    width: 100%;
    text-align: center;
}
 
/* /Shared/MainNav.razor.rz.scp.css */
.nav-bar[b-zca2h9l4w9] {
    position: relative; 
    text-align:center; 
    padding: 0 15%;
    margin-bottom:50px;
    z-index: 10;
}
.nav[b-zca2h9l4w9] {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1200px;
    align-items: center;
    background-color: transparent;
    background-color: rgb(20, 20, 20,0.4);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 75px;
    z-index: 50;
}
.logo[b-zca2h9l4w9] { padding: 0 20px; }
.logo img[b-zca2h9l4w9]{max-width: 70px;}
.nav-block[b-zca2h9l4w9] { 
    text-align: right;
    margin-right:50px;
    height:50px;
    width:100%;
}
.bar[b-zca2h9l4w9] {
    width:100%;
    height:2px;
    background-color: #0080FF;
}
ul[b-zca2h9l4w9] {
    cursor:pointer; 
    text-align:right;
    text-decoration:none; 
    list-style:none; 
}
ul li[b-zca2h9l4w9] { 
    display:inline; 
    padding:20px; 
    margin: auto 15px;
    text-align:center;
    font-size:1.3em;
    color:#fff; 
}
ul li a[b-zca2h9l4w9] {
    text-decoration: none;
    color: #fff;
}
ul li:hover[b-zca2h9l4w9] { 
    font-weight:bolder; 
    background-color:#333; 
    background-color:rgba(0,0,0,0.5);
}


@media(max-width:1087px) {
    ul li[b-zca2h9l4w9] {font-size:1em; padding:15px;margin: auto 5px; }
}
@media(max-width:763px) {
    .logo[b-zca2h9l4w9] { display:none;}
    .nav-bar[b-zca2h9l4w9]  { padding:0;}
    .nav[b-zca2h9l4w9] {border-radius:0;}
    .nav-block[b-zca2h9l4w9] { text-align: left; margin-right: 0; }
    ul[b-zca2h9l4w9] { text-align:left;}
    ul li[b-zca2h9l4w9] {font-size:1em; padding:15px;margin: auto 5px; }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6ndyk71oil] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-6ndyk71oil] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6ndyk71oil] {
    font-size: 1.1rem;
}

.oi[b-6ndyk71oil] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-6ndyk71oil] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6ndyk71oil] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6ndyk71oil] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6ndyk71oil]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-6ndyk71oil]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-6ndyk71oil]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6ndyk71oil] {
        display: none;
    }

    .collapse[b-6ndyk71oil] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-6ndyk71oil] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
