@charset "UTF-8";
/* CSS Document */
html
{
	width: 100%;
	height: 100%;
	margin: 0px;
}
body
{
	background: #000000;
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: "Big Shoulders Text", sans-serif;
	text-shadow: 0px 2px 0px #000000;
	font-weight: 300;
	font-size: 1em;
}
.fixedHeader
{
	background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(4px) brightness(80%);
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 3;
    color: #FFFFFF;
    font-size: 2em;
}
.fixedHeader a
{
     color: #FFFFFF;   
    font-size: 2em;
}
.fixedHeaderBottomBorder
{
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	/* background: rgb(17,255,150);
	background: linear-gradient(90deg, rgba(17,255,150,1) 0%, rgba(23,232,212,1) 100%);
    */
    background: #FFFFFF;
}
.logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    width: 170px;
    height: auto;
}
.mainDiv
{
	width: 100%;
	position: relative;
	top: 80px;
}
.sideMenu
{
	width: 350px;
	height: 100vh;
	backdrop-filter: blur(4px) brightness(80%);
    background: rgb(0 0 0 / 70%);
	border-left: 4px solid #FFFFFF;
	position: fixed;
	right: -354px;
	top: 0px;
	z-index: 3;
	text-align: left;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0,0,0);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	box-shadow: 0px 0px 15px #000000;
	color: #FFFFFF;
	font-size: 1.5em;
}
.sideMenuShow
{
	right: 0px;
}
.menuIcon
{
	opacity: 1.0;
	position: fixed;
	z-index: 2;
	top: 20px;
	right:  20px;
	width: 76px;
	height: 50px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inlineImage
{
	display: inline;
	margin-right: 15px;
}
.hidden
{
	display: none;	
}
.shown
{
	display: block;	
}
.sideMenuClose
{
	font-size: 2em;	
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	display: inline;
	position: relative;
	top: -10px;
	left: -20px;
}
.sideMenuClose:hover
{
	color: #FFFFFF;
}
.sideMenu:hover .menuIcon
{
    -webkit-filter: drop-shadow(0px 5px 2px #ff16b1);
    filter: drop-shadow(0px 5px 2px #ff16b1);
}
.sideMenuPadding
{
	padding: 50px;	
}
.sideMenu h3
{
	font-size: 2em;	
	color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	display: inline;
	position: relative;
	top: -10px;
}
.sideMenu ul
{
	list-style-type: none;
    margin: 0;
    padding: 0;	
}
.sideMenu ul li
{
	margin: 0px 0px 0px -20px;
    padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
}
.sideMenu ul li a
{
	font-size: 1.5em;	
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	font-weight: 400;
}
.sideMenu ul li a:hover
{
	color: #ff16b1 !important;	
}
.homeBannerHolder
{
	width: 100%;
	min-height: 300px;
	/* background: #000000 url(../images/home-banner-casket-candy-band-photo-1.jpg) no-repeat top right; */
	background-size: contain;
	text-align: center;
    padding: 50px 0px;
    --s: 18px; /* control the size*/
  --c1: #000000;
  --c2: #272626;
  
  --t: calc(var(--s)/10);  /* control the thickness */
  --_c: #0000 calc(98% - var(--t)),var(--c1) calc(100% - var(--t)) 98%,#0000;
  --_s: calc(2*var(--s)) calc(5*var(--s)/2);
  --_r0: /var(--_s) radial-gradient(calc(var(--s)/2) at 0    20%,var(--_c));
  --_r1: /var(--_s) radial-gradient(calc(var(--s)/2) at 100% 20%,var(--_c));
  background:
    0 0 var(--_r0),calc(-1*var(--s)) calc(5*var(--s)/4) var(--_r0),
    var(--s) 0 var(--_r1),0 calc(5*var(--s)/4) var(--_r1),
    conic-gradient(at var(--t) calc(20% + 2*var(--t)),#0000 75%,var(--c1) 0)
    calc(var(--t)/-2) calc(var(--s) - var(--t))/var(--s) calc(5*var(--s)/4),
    repeating-conic-gradient(var(--c2) 0 25%,#0000 0 50%)
    var(--s) calc(var(--s)/-8)/var(--_s),
    conic-gradient(from 90deg at var(--t) var(--t),var(--c2) 25%,var(--c1) 0) 
    calc((var(--s) - var(--t))/2) calc((var(--s) - var(--t))/2)/var(--s) calc(5*var(--s)/4);
}
.homeBannerImage
{
	width: 100%;
	height: 700px;
	margin: 0px;
	float: left;
	object-fit: cover;
    object-position: top center;
}
.homeBannerTextHolder {
    /*position: absolute;
    z-index: 1;
    left: 25px;
    top: 25px; */
    margin: 0px auto;
    font-size: 5em;
    line-height: 1em;
    color: #ff16b1;
    padding: 25px 2%;
    text-align: left;
    width: 60%;
    /* text-shadow: 0px 2px 4px #000000; */
    text-shadow: none;
}
.homeBannerTextHolder img {
    width: 100px;
    height: 79px;
    position: relative;
    top: 15px;
}
.artistBannerTextHolder {
    position: absolute;
    z-index: 1;
    left: 25px;
    top: 350px;
    font-size: 2em;
    line-height: 1em;
    color: #FFFFFF;
    padding: 25px 2%;
    text-align: left;
    width: 50%;
    text-shadow: 0px 2px 4px #000000;
}
.artistBannerTextHolder h1
{
     display: none;
}
.artistBannerTextHolder p
{
         padding: 10px;
        backdrop-filter: blur(4px) brightness(80%);
        background: rgb(0 0 0 / 50%);
        border-radius: 10px;   
}
.artistDetailLogo
{
    width: 300px;
    height: 200px;
    object-fit: contain;
    position: relative;
    top: 50px;
     -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1.0));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1.0));
}
h1,h2,h3
{
	font-family: 'Big Shoulders Text',cursive;	
}
a, a:link, a:hover, a:active
{
	color: #FFFFFF;
	text-decoration: none;
}


.categoryHeader
{
	width: 100%;
	min-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	background: #ff16b1;
    color: #FFFFFF;
	text-align: center;
}
.categoryHeader h1
{
	font-family: "Big Shoulders Text", sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	margin: 0px;
}
.categoryHeader h2
{
	font-family: "Big Shoulders Text", sans-serif;
	font-weight: normal;
	font-size: 50px;
	line-height: 50px;
	margin: 0px;
}

.categoryHeader a
{
	font-family: "Big Shoulders Text", sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 30px;
	margin: 20px;
    display: inline-block;
}

.gridTextLineOne
{
     font-size: 1.5em;
    display: block;
}
.gridTextLineTwo
{
     font-size: 1.5em;
    display: block;
}
.gridListing
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    position: relative;
}

.gridListingItem {
    border-radius: 0.2rem;
    font-size: 1.2em;
    min-height: 500px;
    padding: 0px;
    background-color: #000000;
    color: #FFFFFF;
    float: left;
    width: 33.33%;
    position: relative;
}

.gridListingItem.releaseHeight
{
    height: 750px;
}

.gridListingLogo
{
    position: absolute;
    top: 270px;
    left: 0px;
    width: 100%;
    text-align: center;
}

.gridListingLogo img
{
    width: auto;
    height: 125px;
    object-fit: contain;
    padding: 10px;
    backdrop-filter: blur(4px) brightness(80%);
    background: rgb(0 0 0 / 50%);
    border-radius: 10px;
    margin: 0px auto;-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	translate3d(0, 0, 0);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; 
}
.gridListingLogo img:hover
{
    height: 145px;
    margin-top: -10px;
    padding: 2px;
    backdrop-filter: blur(0px) brightness(100%);
    background: rgb(0 0 0 / 0%);
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1.0));
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 1.0));
}
.gridListingBandImage
{
    width: 100%;
    height: 350px;
    float: left;
    object-fit: cover;
    border-bottom: 1px solid #ff16b1;
}  
.gridListingMerchImage
{
    width: 100%;
    height: 500px;
    float: left;
    object-fit: cover;
    border-bottom: 1px solid #ff16b1;
}  
.gridListingReleaseImage
{
    width: 100%;
    height: 500px;
    float: left;
    object-fit: contain;
    border-bottom: 0px;
}  
.gridListingItem p
{
    float: left;
     padding: 25px 5%;   
    margin-top: 60px;
    text-align: center;
    width: 90%;
}

p.lessTopMargin
{ 
    margin-top: 20px;
}

.gridListingItem h3
{
    float: left;
     padding:  25px 5% 0px 5%;
    margin-top: 0px;
    text-align: center;
    width: 90%;
    font-size: 2em;
}

.gridListingItem i
{
    color: #ff16b1;
    font-size: 2em;
}

.subNavBar
{
	position: relative;
	width: 96%;
	padding: 25px 2%;
	background: url("../images/web-bg-pink-skeletors.jpg") no-repeat top center;
	background-size: cover;
	float: left;
	border-bottom: 4px solid #ff16b1;
	font-size: 2.5em !important;	
	color: #FFFFFF;
}

.contentBandA
{
	position: relative;
	width: 96%;
	min-height: 300px;
	padding: 25px 2%;
	background: url("../images/web-bg-pink-skeletors.jpg") no-repeat top center;
	background-size: cover;
	float: left;
	border-bottom: 4px solid #ff16b1;
}
.contentBandTopBorder
{
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgb(17,255,150);
	background: linear-gradient(90deg, rgba(17,255,150,1) 0%, rgba(23,232,212,1) 100%);	
	float: left;
}
.largeButton
{
	font-size: 2em;
	background: #FFFFFF;
	border-radius: 50px;
	padding: 10px 20px;
	line-height: 1em !important;
	text-shadow: 0px 2px 0px #3af5e3;
	color: #005a51 !important;
	white-space: nowrap;
}
.largeButton:hover
{
	background: #11ff96;
}
.largeButton i
{
	font-size: 1.3em;
    position: relative;
    top: 8px;
    left: -8px;	
}
.halfColumn
{
	width: 45%;
	float: left;
	margin-right: 5%;
}
.halfColumn.albumPromo h1
{
	font-size: 3.5em;
	color: #FFFFFF;
	font-family: "Big Shoulders Text", sans-serif;
	font-weight: normal;
	margin: 0px;
	line-height: 1.0em;
}
.halfColumn.albumPromo h2
{
	font-size: 3em;
	color: #FFFFFF;
	font-family: "Big Shoulders Text", sans-serif;
	font-weight: normal;
	margin: 0px;
	line-height: 1.0em;
}
.halfColumn.albumPromo h3
{
	font-size: 3em;
	color: #ff16b1;
	margin: 0px;
	line-height: 1.0em;
	font-family: "Big Shoulders Text", sans-serif;
	font-weight: normal;
}

.albumPromo p
{
	font-size: 2em;
	line-height: 1em;
	color: #FFFFFF;
}
.albumPromo ul
{
	list-style: none;
	margin: 15px 0px;
	padding: 0px;
}
.albumPromo ul li
{
	margin: 0px;
	font-size: 2em;
	line-height: 1em;
	color: #FFFFFF;
	padding-left: 1.3em;
}

.albumPromo ul li:before {
  content: "\f54c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.7em; /* same as padding-left set on li */
  padding-left: 1.7em; /* same as padding-left set on li */
}


.albumArt
{
    width: 80%;
    height: auto;
    box-shadow: 0px 10px 10px #000000;
    border: 1px solid #FFFFFF;
    transform: rotate(10deg);
    position: relative;
    top: 80px;
    left: 80px;
}

.albumArt.noRotate
{
	width: 80%;
	height: auto;
	box-shadow: none;
	border: 0px;
	transform: rotate(0deg);
    margin: 70px 10%;
}

.generalPadding
{
	padding: 50px;	
}


#releaseBanner
{
	background: url(../images/web-candy-background.png) no-repeat top left;
	background-size: cover;
	width: 100%;
	float: left;
	clear: both;
	padding: 50px 0px;
}

#releaseBanner p
{
	text-shadow: 0px 1px 0px #af0645;
	color: #000000;
	font-size: 2em;
	line-height: 1em;
	margin: 25px auto;
}

#releaseBannerLeft
{
	width: 30%;
    min-height: 300px;
    float: left;
	margin-left: 2%;
}

#releaseBannerLeft h3
{
	color: #c80a53;
	font-size: 48px;
	margin: 0px;
	font-weight: normal !important;
	text-shadow: none;
}

#releaseBannerCenter
{
	width: 30%;
	float: left;
	margin-left: 2%;
}

#releaseBannerRight
{
	width: 30%;
    min-height: 300px;
    float: left;
	margin-left: 2%;
}

.musicIcon
{
	width: 83px;
	height: 83px;
	margin: 20px 35px 20px 0px;
	float: left;
}

.musicIconB
{
	float: none;
	background: #FFFFFF;
	border-radius: 20px;
}

.musicIcon:hover
{
	-webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-filter: drop-shadow(0px 0px 6px #f19c70);
    filter: drop-shadow(0px 0px 6px #f19c70);
}

h2.releaseBannerLeftTitleOne
{
	font-size: 75px;
	margin: 0px;
	font-weight: normal;
}
h2.releaseBannerLeftTitleTwo
{
	font-size: 112px;
	margin: 0px;
	line-height: 90px;
	font-weight: normal;
}
h2.releaseBannerLeftTitleThree
{
	font-size: 62px;
	margin: 0px;
	font-weight: normal;
}

#releaseBannerRight h3
{
	color: #000000;
	font-size: 35px;
	margin: 0px;
	font-weight: normal !important;
}

#about 
{
    width: 100%;
	min-height: 380px;
    padding-top: 100px;
    float: left;
    clear: both;
    background: #000000 url(../images/background-candy-wood-repeat.jpg) repeat-y top left;
    background-size: contain;
    text-align: center;
	color: #FFFFFF;
	font-size: 1.5em;
}

#about .halfColumn
{
	text-align: left;
	width: 40%;
	padding-left: 4%;
	padding-top: 100px;
}

#about h1
{
	font-size: 3em;
	line-height: 1.25em;
	margin: 0px;
	color: #ff620b;
}

#about h2
{
	font-size: 2.0em;
	line-height: 1.25em;
	margin: 0px;
	color: #FFFFFF;
}

#about h3
{
	font-size: 2.0em;
	line-height: 1.25em;
	margin: 0px;
	color: #FFFFFF;
}

#about p
{
	text-shadow: 0px 4px 4px #af0645;
	color: #f19c70;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 25px auto;
	font-family: 'Oswald',  sans-serif;
	font-weight: 300;
}
#about p.halfWidth
{
	width: 50%;
}

.profilePhotoLarge
{
	width: 100%;
	height: auto;
	box-shadow: 0px 10px 10px #000000;
	border: 4px solid #ff16b1;
	transform: rotate(-10deg);
	position: relative;
	top: -100px;
}

.floatLeft
{
	float: left;	
}

.floatRight
{
	float: right;	
}

.colorBlue
{
	color: #FFFFFF;
}
.colorOrange
{
	color: #ff620b;
}
.colorGreen
{
	color: #11ff96;
}
.colorPink
{
	color: #ff16b1;
}

hr 
{
	float: left;
	clear: both;
	width: 50%;
	margin: 20px 5% 20px 45%;
	border-top: 1px solid #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

hr.hrFullWidth
{
	width: 100%;
	margin: 20px 0px;
}

select
{
	-webkit-appearance:none;
	border: 1px solid #ff16b1;
	padding: 4px 50px 4px 15px;
	font-family: "Big Shoulders Text", sans-serif;
	text-shadow: 0px 2px 0px #000000;
	font-weight: 300;
	font-size: 30px;
	color: #ff16b1;
	background: #000000;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='50' viewBox='0 0 24 32' width='50' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
  	background-position-x: 100%;
  	background-position-y: 5px;
	
}
option
{
	-webkit-appearance:none;
	background: #11ff96;
	border-bottom: 1px solid #000000;
	padding: 2px;
	font-family: "Big Shoulders Text", sans-serif;
	text-shadow: 0px 2px 0px #000000;
	font-weight: 300;
	color: #000000;
}
button
{
	background: #FFFFFF;
	color: #000000;
	padding: 25px; 
	border: 2px solid #ff16b1;
	font-size: 1.0em;
}
	.halfWIdthCentered
	{
		width: 45%;
		margin: 0px auto;
	}
.aboveVideo
{
	float: left;
    clear: both;
    position: absolute;
    z-index: 2;
	background: rgba(0, 0, 0, 0.5);
	height: 100% !important;
}
.fullWidthNoPadding
{
	width: 100%;
	min-height: 300px;
	padding: 0px;
}

.btntPromo	
{
	
}

#contentVideo {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
}

iframe
{
	width: 100%;
	border: 1px solid #FFFFFF;
	margin: 30px 0px 30px 0px;
}

.collectiveBandLogoRightColumn
{
    width: 80%;
    margin: 25px 0px;
}

.footer {
    background: #000000;
    padding: 20px 2%;
    width: 96%;
    color: #ffffff;
    float: left;
    clear: both;
    margin-top: 80px;
}

.collectiveGrid
{
    float: left;
    width: 48%;
    margin: 15px 0px 50px 0px;
    padding: 10px 1%;
    font-size: 2em;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
}

.collectiveGrid img
{
   width: 100%;
    height: 200px;
    object-fit: contain;
}

.collectiveGridHolder
{
    width: 100%;
    float: left;
    clear: both;
    margin-top: 25px;
}

.hissKissBanner
{
        width: 100%;
        min-height: 500px;
        background: #000000 url(../images/bg-hiss-kiss.jpg) no-repeat top left;
        background-size: cover;
        text-align: left;
        float: left;
        border-bottom: 4px solid #ff16b1;
}

.KrampusBanner
{
    width: 100%;
        min-height: 500px;
        background: #000000 url(../images/bg-krampus-bell-single.jpg) no-repeat top left;
        background-size: cover;
        text-align: left;
        float: left;
        border-bottom: 4px solid #ff16b1;
        border-top: 4px solid #82fc65;
}

.KrampusBanner h3
{
     color: #82fc65 !important;   
}

.ScaryDrivinBanner
{
    width: 100%;
        min-height: 500px;
        background: #000000 url(../images/Casket-Candy-Scary-Drivin-BG.jpg) no-repeat top left;
        background-size: cover;
        text-align: left;
        float: left;
        border-bottom: 4px solid #ff16b1;
        border-top: 4px solid #82fc65;
}

.ScaryDrivinBanner h3
{
     color: #82fc65 !important;   
}



.bigParagraph {
    font-size: 1.5em;
    color: #FFFFFF;
    font-family: "Big Shoulders Text", sans-serif;
    font-weight: normal;
    margin: 0px 10% 50px 10%;
    line-height: 1.5em;
}

.bigBanner
{
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: contain;
    border-bottom: 4px solid #ff16b1;
    background: #000000;
}
    
@media only screen and (min-width: 1001px) and (max-width: 1400px) 
{
	.btntPromo	
	{
		min-height: 1000px !important;
		overflow: hidden;
	}
	.halfColumn.leftColumn
	{
		width: 35%;
	}	
	.halfColumn.rightColumn
	{
		width: 50%;
	}	
	#contentVideo
	{
		width: auto !important;
    	height: 1000px !important;
	}
}

@media only screen and (max-width: 1000px) 
{
	.homeBannerHolder
	{
		float: left;
        width: 100%;
        height: 428px;
        background: #000000 url(../images/home-banner-casket-candy-band-photo-1-square.jpg) no-repeat top right;
        background-size: contain;
        text-align: center;
        padding: 0px;
	}
	.homeBannerImage
	{
		background: #000000;
		padding-top: 70px;
		width: 100%;
		height: auto;
		margin: 0px;
		float: left;
		object-fit: cover;
	}
	.homeBannerTextHolder
	{
		float: left;
		position: relative;
		left: 0px;
		top: 0px;
		background: #000000 url(../images/casket-candy-home-banners-background.jpg) no-repeat top right;
		background-size: contain;
		padding: 0px 2%;
		text-align: center;
		width: 96%;
	}
	.homeBannerTextHolder p
	{
		postion: relative;
		margin: 50px 0px 50px 0px;
	}
	.halfColumn
	{
		width: 90%;
	}	
	.halfWIdthCentered
	{
		width: 70%;
	}
	#releaseBanner
	{
		width: 90%;
		padding: 15px 5%;
	}
	#releaseBannerLeft
	{
		width: 90%;
	}
	#releaseBannerCenter
	{
		width: 90%;
	}
	#releaseBannerRight
	{
		width: 90%;
	}
	#about 
	{
		background: #000000 url(../images/background-candy-wood-repeat-no-icons.jpg) repeat-y top left;
	}
	#about .halfColumn
	{
		text-align: left;
		width: 90%;
		padding-left: 4%;
		padding-top: 50px;
	}
	#about p.halfWidth
	{
		width: 90%;
	}
	#guitarBanner
	{
		padding-bottom: 50px;
	}
	.profilePhotoLarge
	{
		top: 0px;	
		width: 90%;
	}
	.albumArt
	{
		position: relative;
	    left: 5%;	
	}
	.sideMenu
	{
		width: 100%;
		height: auto;
		position: relative;
		left: 0px;
		margin-top: -950px;
		border: 0px;
		box-shadow: none;
		margin-bottom: -80px;
		z-index: 0;
	}
	.sideMenuShow
	{
		margin-top: 80px;
	}
	.sideMenuClose
	{
		position: absolute;
    	top: 25px;
    	left: 85%;
	}
	.logo
	{
		top: 25px;
		left: 50%;
		z-index: 1;
		width: 148px;
		height: 76px;
		margin-left: -74px;
	}
    .logoCollective
	{
		top: 10px;
		left: 15px;
		z-index: 1;
		width: 148px;
		height: 45px;
		margin-left: 0px;
	}
    #about hr 
	{
		display: none;
	}
	#about hr.hrFullWidth
	{
		display: block;
	}
	.hideMobile
	{
		display: none;	
	}
	#about h1
	{
		font-size: 2em;
	}
	#about p
	{
		font-size: 1.2em;
		line-height: 1.4em;
	}
	.moreBottomPad
	{
		padding-bottom: 150px;
	}
	#contentVideo {
		position: absolute;
		right: -800px;
		bottom: 0;
		width: auto;
    	height: 2300px;
	}
	.btntPromo	
	{
		min-height: 2200px !important;
		overflow: hidden;
	}
	.fullWidthNoPadding
	{
		width: 100%;
		min-height: 300px;
		padding: 0px;
	}	
	.aboveVideo
	{
		padding-top: 75px;	
	}
    .collectiveGrid
    {
        width: 98%;
        height: auto;
        margin: 15px 0px;
        padding: 10px 1%;
    }
    .albumArt.noRotate
    {
        display: none;
    }
    .halfColumn.albumPromo h1.smallerH1
    {
        font-size: 2.0em;
        margin-top: 50px;
    }
    .halfColumn.albumPromo h2.smallerH2
    {
        font-size: 1.5em;
    }
    .hissKissBanner
    {
        padding-bottom: 50px;
        overflow-x: hidden;
        background: #000000 url(../images/bg-hiss-kiss.jpg) no-repeat top right;
        background-size: cover;
    }
    .KrampusBanner
    {
        padding-bottom: 50px;
        overflow-x: hidden;
        background: #000000 url(../images/bg-krampus-bell-single.jpg) no-repeat bottom left;
        background-size: cover;
    }
    .bigParagraph {
        font-size: 1.5em;
        color: #FFFFFF;
        font-family: "Big Shoulders Text", sans-serif;
        font-weight: normal;
        margin: 0px 4% 50px 4%;
        line-height: 1.5em;
    }
}
