@charset "UTF-8";
/* CSS Document */
html
{
	width: 100%;
	height: 100%;
	margin: 0px;
}
body
{
	background: #000000;
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: 'Teko', sans-serif;
	text-shadow: 0px 2px 0px #000000;
	font-weight: 300;
	font-size: 1em;
}
.fixedHeader
{
	background: url(../images/web-header-background.png) no-repeat top left;
	background-size: cover;
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 3;
}
.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%);
}
.logo
{
	position: absolute;
	top: 25px;
	left: 50%;
	z-index: 1;
	width: 200px;
	height: 103px;
	margin-left: -100px;
}
.logoCollective
{
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 1;
    width: 200px;
    height: 60px;
    /* margin-left: -100px; */
}
.mainDiv
{
	width: 100%;
	position: relative;
	top: 80px;
}
.sideMenu
{
	width: 350px;
	height: 100vh;
	background: url("../images/casket-candy-menu-image-blur.jpg") no-repeat top left;
	background-size: cover;
	border-left: 4px solid #ff11af;
	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: #17e8d4;
	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 #ff11af);
    filter: drop-shadow(0px 5px 2px #ff11af);
}
.sideMenuPadding
{
	padding: 50px;	
}
.sideMenu h3
{
	font-size: 2em;	
	color: #17e8d4;
	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 #17e8d4;
}
.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: #ff11af !important;	
}
.homeBannerHolder
{
	width: 100%;
	height: 700px;
	background: #000000 url(../images/home-banner-casket-candy-band-photo-1.jpg) no-repeat top right;
	background-size: contain;
	text-align: center;
}
.homeBannerImage
{
	width: auto;
	height: 500px;
	margin: 0px;
	float: left;
	object-fit: cover;
}
.homeBannerTextHolder
{
	position: absolute;
    z-index: 1;
    left: 10%;
    top: 490px;
    font-size: 5em;
    line-height: 1em;
    color: #FFFFFF;
    padding: 25px 2%;
    text-align: center;
    width: 80%;
    text-shadow: 0px 0px 8px #000000;
}
h1,h2,h3
{
	font-family: 'Bungee Shade',cursive;	
}
a, a:link, a:hover, a:active
{
	color: #FFFFFF;
	text-decoration: none;
}

.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 #ff11af;
	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 #ff11af;
}
.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: #17e8d4;
	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;	
}

.twoThirdsColumn
{
	width: 75%;
	 margin: 0px auto;
}

.halfColumn
{
	width: 45%;
	float: left;
	margin-right: 5%;
}
.halfColumn.albumPromo h1
{
	font-size: 3.5em;
	color: #FFFFFF;
	font-family: 'Bungee Inline', cursive;
	font-weight: normal;
	margin: 0px;
	line-height: 1.0em;
}
.halfColumn.albumPromo h2
{
	font-size: 3em;
	color: #17e8d4;
	font-family: 'Bungee Inline', cursive;
	font-weight: normal;
	margin: 0px;
	line-height: 1.0em;
}
.halfColumn.albumPromo h3
{
	font-size: 3em;
	color: #ff11af;
	margin: 0px;
	line-height: 1.0em;
	font-family: 'Bungee Inline', cursive;
	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 #17e8d4;
    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;
}

#guitarBanner
{
	width: 100%;
	min-height: 150px;
	padding-top: 50px;
	padding-bottom: 25px;
	float: left;
	clear: both;
	background: url(../images/web-guitar-neck-background.png) no-repeat top left;
	background-size: cover;
	text-align: center;
	text-shadow: 0px 4px 4px #af0645;
}
#guitarBanner h1
{
	font-family: 'Bungee Inline', cursive;
	font-weight: normal;
	font-size: 80px;
	line-height: 80px;
	margin: 0px;
}
#guitarBanner h2
{
	font-family: 'Bungee Inline', cursive;
	font-weight: normal;
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
}

#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: #17e8d4;
}

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

#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 #ff11af;
	transform: rotate(-10deg);
	position: relative;
	top: -100px;
}

.floatLeft
{
	float: left;	
}

.floatRight
{
	float: right;	
}

.colorBlue
{
	color: #17e8d4;
}
.colorOrange
{
	color: #ff620b;
}
.colorGreen
{
	color: #11ff96;
}
.colorPink
{
	color: #ff11af;
}

hr 
{
	float: left;
	clear: both;
	width: 90%;
	margin: 20px 5% 20px 5%;
	border-top: 1px solid #17e8d4;
	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 #ff11af;
	padding: 4px 50px 4px 15px;
	font-family: 'Teko', sans-serif;
	text-shadow: 0px 2px 0px #000000;
	font-weight: 300;
	font-size: 30px;
	color: #ff11af;
	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: 'Teko', sans-serif;
	text-shadow: 0px 2px 0px #000000;
	font-weight: 300;
	color: #000000;
}
button
{
	background: #17e8d4;
	color: #000000;
	padding: 25px; 
	border: 2px solid #ff11af;
	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 #17e8d4;
	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 #ff11af;
}

.misfitToysBanner
{
        width: 100%;
        min-height: 500px;
        background: #000000;
        background-size: cover;
        text-align: left;
        float: left;
        border-bottom: 4px solid #ff11af;
}

.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 #ff11af;
        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 #ff11af;
        border-top: 4px solid #82fc65;
}

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



.bigParagraph {
    font-size: 1.5em;
    color: #17e8d4;
    font-family: 'Bungee Inline', cursive;
    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 #ff11af;
    background: #000000;
}
    
@media only screen and (min-width: 1001px) and (max-width: 1400px) 
{
	.btntPromo	
	{
		min-height: 1000px !important;
		overflow: hidden;
	}
    .twoThirdsColumn
    {
        width: 90%;
        margin: 0px auto;
    }
	.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%;	
        margin-bottom: 50px;
	}
	.sideMenu
	{
		width: 100%;
		height: auto;
		position: relative;
		left: 0px;
		margin-top: -950px;
		border: 0px;
		box-shadow: none;
		margin-bottom: -150px;
		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: #17e8d4;
        font-family: 'Bungee Inline', cursive;
        font-weight: normal;
        margin: 0px 4% 50px 4%;
        line-height: 1.5em;
    }
}
