/*hide lyrics text on all but mobile*/
@media only screen and (min-width:768px){
    .block_vPKpojP85osH5lC4{
        display:none;
    }
}

/*video page maxwidth*/
.block_f2694ada2fd941089c1b3dedad209205{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.html{
    background-position:-150px;
}
/*nav/footer gradient*/
/*.headerAndNavContainer{*/
/*    -webkit-box-shadow: 0 15px 0 0 #FFBC41;*/
/*       -moz-box-shadow: 0 15px 0 0 #FFBC41;*/
/*	        box-shadow: 0 15px 0 0 #FFBC41;*/
/*}*/

.primaryAndSecondaryContainer{
    padding-bottom:20px;
    background-size: contain !important;
    /*background-position-y: 0 !important;*/
}
.primaryAndSecondaryContent{
    padding-top:40px;
}
/*home page banner*/
#hero{
    height:600px;
    display:inline-block;
    width:100%;
    margin-bottom:-31px;
    z-index:-1;
}

/*music links*/
.block_CQeUGeiTQFzeB8mK a{
    display:inline-block;
    padding:10px;
    color:#fff0d9;
    background:#e85e3b;
    border:10px solid #FF8E41;
    outline:5px solid #FFBC41;
}

/*multi-colored items*/
.socialFeedItem:nth-of-type(3n-2),
.itemPreview:nth-of-type(3n-2){
    background:rgba(232,94,59,0.5);
}
.socialFeedItem:nth-of-type(3n-1),
.itemPreview:nth-of-type(3n-1){
    background:rgba(255,142,65,0.5);
}
.socialFeedItem:nth-of-type(3n),
.itemPreview:nth-of-type(3n){
    background:rgba(255,188,65,0.5);
}
/*semi-hidden Spacecraft Credit*/
.scCredit{
    opacity:0.3;
}
/*socials hover in footer*/
.socialIcons li a{
    padding:5px;
}

@media screen and (min-width: 1024px) {
    /* Busting the right and left gutters for the header */
    .headerAndNavContent {
        max-width: 100%;
    }
    
    /* We want the logo to hug the left side 40px */
    .headerContainer {
        padding-left: 2%;
    }
    
    /* We want the nav menu to hug the right side 40px */
    .navContainer {
        padding-right: 2%;
    }
}
.block_abf00c45f71a4877b898f483823c1ed1{
    margin-top:30%;
}


#navTopLevel li a:hover,
.footerSocialIcons a:hover,
#navTopLevel li a.selected{
    color:#ffbc41;
}

.block_fe6f57860a324a03a4f607dc74424933{
    background:#e85e3a;
    padding:30px;
    color:#fff0d9;
    background:#e85e3b;
    border:10px solid #FF8E41;
    outline:5px solid #FFBC41;
    max-width:450px;
    margin-left: auto;
    margin-right: auto;
}
.block_fe6f57860a324a03a4f607dc74424933 a{
    color: #fff0d9;
    font-size: 150%;
    font-family: omnesprosemibolditalic,Arial,Verdana,sans-serif;
    font-style: italic;
    font-weight: 600;
}
.block_W8RVOmwYKOG6VAm5 .blockImg{
    border-radius:6px;
    background:#ff4e50;
}


/* homepage stuff */
.page_cbe48af71a9b4c92838647583c6cfa90 .primaryAndSecondaryContainer {
    position: relative;
    /*padding-top: 13%;*/
    /*background-size: contain;*/
}
.block_eaefc597698e4b8b81e4d1096494894f .ctaButton {
    background: transparent;
    color: transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.emailNewsletter {
    position: absolute;
    top: auto;
    bottom: 80px;
    left: 0;
    right: 0;
}
.emailCapture input,
.emailCapture button {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .emailNewsletter {
        bottom: 0px;
    }
    .emailCapture input {
        width: 10.5em;
    }
    .emailCapture button {
        margin-right: 0;
    }
}