﻿* { padding: 0; margin: 0; box-sizing: border-box;}



/* LINKS */

a:link {
    color: #a327f0;
    text-decoration: none;
}

a:visited {
    color: #a327f0;
}

a:hover {
    color: #c67070;
    text-decoration: underline;
}

a:active {
    color: #a327f0;
}


a img {
   border:none; 
}

em {
	font-weight: bold;
	font-style: normal;
}

/*

font-family: 'Open Sans', sans-serif;
font-family: "Roboto", sans-serif;
font-family: 'Lora', serif;
font-family: "Montserrat", sans-serif;
*/


body {
	font-family: "Montserrat", sans-serif;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0;

	/* background should be same as footer background */
	background: #191919;
}

h1, h2, h3, h4 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	padding-top: 14px;
	text-align: center;
	padding-bottom: 14px;
}

h1 {
	font-size: 30px;
	color: #a327f0;
	text-transform: uppercase;
}

h2 {
	font-size: 26px;
	color: #2d2b2a;
}

h3{
	font-size: 22px;
	color: #676767;
}

h4 {
	font-size: 18px;
	color: #aaa;
}

@media screen and (max-width: 900px) {
	/* h1 {font-size: 35px;padding: 18px 0;}
	h2 {font-size: 24px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 16px;} */
}


p {
	padding: 0 0 10px 0;
	line-height: 160%;
}



/* BEGIN HEADER AND NAVIGATION */

#site-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 0;
}

#header-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 100;
	font-size: 0px;
	background: #010101;
	color: #FFF;
	/** height: 110px; **/
}


#header2 {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
	text-align: center;
}


#header-logo2 {
	display: inline-block;
	padding: 10px;
}

#header-logo2 img {
	height: 110px;
}





#footer-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #010101;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}

#footer {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1500px;
}

#footer a {
	color: #fff;
}

#socialicon-footer-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 30px 0 40px 0;
}


#footer-links {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 20px 0;
}

#footer #disclaimer {
	margin-top: 5px;
	font-size: 14px;
	padding-bottom: 26px;
}


#footer #footer-addresses {
	position: relative;
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: flex-start;
}


#footer #footer-addresses .footer-address {
	position: relative;
	color: #fff;
	text-align: center;
	width: 25%;
	padding: 10px;
	font-size: 13px;
	line-height: 160%;
}


#footer #footer-addresses .footer-address .footer-address-location-title {
	
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
}






@media screen and (max-width: 750px) {

	#footer #footer-addresses .footer-address {
		width: 50%;
	}
}

@media screen and (max-width: 501px) {

	#footer #footer-addresses .footer-address {
		width: 100%;
		font-size: 11px;
	}
}
























#main-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

#content-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
	background: #010101;
	color: #fff;
	font-size: 15px;
	padding: 40px 10px;
	text-align: center;
}

#content {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	font-size: 18px;
	line-height: 170%;
}

#content p {
	line-height: 200%;
}






@media screen and (max-width: 1000px) {

	#content p {
		font-size: 15px;
		line-height: 170%;
	}

}


@media screen and (max-width: 700px) {
	#content p {
		font-size: 13px;
		line-height: 170%;
	}
}







.standardbutton a, button {

	padding: 8px 20px;
	font-weight: bold;
	color: #fff;
	background: #ac3434;
	text-decoration: none;
	font-size: 14px;
	margin: 0;
	display: inline-block;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	
}


.standardbutton a:hover, button:hover {
	background: #c67070;
}





/* BEGIN HEADER IMAGE STUFF */




#headerimage {
	font-size: 0;
	box-sizing: border-box;
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #fff;
}

.headerimage-inv-resize {
	height: 104px !important;
}	


#headerimage #headerimage-background {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    clear: both;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	z-index: 1;
}















#headerimage-textcontainer {
	text-align: center;
	position: absolute;
    bottom: 0;
    width: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, .5);
}

#headerimage-textcontainer-inner {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	max-width: 1500px;
	padding: 0 10px;
}

#headerimage-textcontainer-inner h1 {
	font-size: 40px;
	color: #FFF;
	padding: 28px 0;
	text-align: left;
}


@media screen and (max-width: 900px) {
	#headerimage {
		height: 300px;
	}

	.headerimage-inv-resize {
		height: 78px !important;
	}	

	#headerimage-wrapper {
		height: 300px;
	}

	#headerimage-textcontainer-inner h1 {
		font-size: 32px;
		padding: 20px 0;
	}
}


@media screen and (max-width: 501px) {
	#headerimage {
		height: 269px;
	}

	.headerimage-inv-resize {
		height: 69px !important;
	}	

	#headerimage-wrapper {
		height: 200px;
	}
	
	#headerimage-textcontainer {
		background: #191919;
		height: 69px;
	}

	#headerimage.headerimage-inv-resize #headerimage-textcontainer {
		background: rgba(0, 0, 0, .5);
	}

	#headerimage-textcontainer-inner h1 {
		font-size: 30px;
		padding: 16px 0;
	}
	
}



/* END HEADER IMAGE STUFF */





/* BEGIN HOMEFEATURE STUFF */



.homefeature {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	clear: both;
	width: 100%;
	overflow: hidden;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 50%; 

	
}	

.homefeature-textcontainer-block {
	display: block;
	width: calc(100% - 20px);
	max-width: 800px;
	background: rgba(0, 0, 0, .7);
	color: #FFF;
	padding: 40px 60px;
	margin: 60px auto;
	text-align: left;
}

.homefeature-textcontainer-block p {
	line-height: normal;
}

.homefeature-textcontainer-block p.chorus {
	font-weight: bold;
}

.homefeature-title, .homefeature-small-title {
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
}

.homefeature-small-title {
	font-size: 30px;
}



.homefeature-button {
	display: inline-block;
	font-size: 18px;
	margin-top: 12px;
}

.homefeature-button a {
	padding: 6px 45px;
	font-weight: bold;
	color: #000;
	background: #ac3434;
	text-decoration: none;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	border: 3px solid #ac3434;
	border: 3px solid #fff;
	color: #fff;
	background: transparent;
}	


.homefeature-button a:hover {
	background: #c67070;
}






/* END HOMEFEATURE STUFF */






/* BEGIN PIC STUFF */
#inventory-feature {
	position: relative;
	display: inline-block;
	color: #fff;
	width: 100%;
	background-position: center 50%; 
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#inventory-feature h1 {
	color: #fff;
}


#inventory-feature-linkholder {
	text-align: center;
	display: inline-block;
    width: 100%;
	padding: 40px 0;
}

#inventory-feature-linkholder p {
	position: relative;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	width: 100%;
	max-width: 800px;
}

#inventory-feature-linkset {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 1500px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: flex-start;
	font-size: 0;
}


.inventory-feature-linkblock {
	position: relative;
	display: inline-block;
	text-align: center;
	width: calc(25% - 20px);
	max-width: 315px;
	margin: 10px;
	-moz-box-shadow:    0 0 10px rgba(0, 0, 0 ,0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0 ,0.5);
	box-shadow:         0 0 10px rgba(0, 0, 0 ,0.5);
}

.inventory-feature-linkblock a {
	position: relative;
	display: inline-block;
}

.inventory-feature-mainimg {
	width: 100%;
	filter: grayscale(90%);
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.inventory-feature-mainimg:hover {
	filter: grayscale(0);
}

.inventory-feature-logo {
	position: absolute;
	display: block;
	width: 100px;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.inventory-feature-text {
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	padding: 0 10px;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.inventory-feature-linkblock a .inventory-feature-text {
	color: #ccc;
}

.inventory-feature-linkblock a:hover .inventory-feature-text {
	color: #fff;
}

@media screen and (max-width: 900px) {

	.inventory-feature-linkblock {
		width: calc(50% - 20px);
	}
}

@media screen and (max-width: 501px) {

	.inventory-feature-linkblock {
		width: calc(100% - 20px);
	}
}



.location-map {
	height: 100%;
	width: 100%;
	border: 0;
	min-height: 300px;
}

.location-main-image {
	width: 100%;
}

.location-details {
	font-size: 20px;
	text-align: center;
	margin: 0 0;
	width: 100%;
	height: 100%;
	background: #f6f6f6;
}

.location-hours-details {
	font-size: 16px;
	text-align: left;
	margin: 0 0;
	width: 100%;
	height: 100%;
	background: #bbb;
}

.location-hours-line {
	width: calc(100% - 20px);
	margin: 10px 10px;
	background: rgba(255, 255, 255, .6);
	line-height: auto;
	padding: 5px 3px;
	overflow: auto;
}


.location-hours-day, .location-hours-hours {
	float: left;
	width: 50%;
	padding: 5px 6px;
}


.location-hours-day {
	font-weight: bold;
}

.location-hours-extend {
	width: 100%;
}



.staff-container {
	display: block;
	text-align: center;
	font-size: 16px;
	width: calc(100% - 20px);
	margin: 56px 10px 10px 10px;
}

.staff-container img {
	width: 100%;
}

.staff-name {
	font-size: 20px;
	font-weight: bold;
}

.staff-title {
	color: #ac3434;
}

.staff-phone {
	color: #555;
}


.lesing-text h4 {
	padding-bottom: 0;
}




/* BEGIN LEGAL */

#legal {
	font-size: 15px;
	line-height: 120%;
	text-align: left;
}

#legal h5{
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #777;
	line-height: 120%;
	text-align: left;
}

#legal p{
	padding-top: 10px;
}

#legal .sub{
	padding-left: 16px;
}

#legal .subsub{
	padding-left: 32px;
}


#legal ul {
	padding-left: 18px;
}

#legal ul li {
	padding-top:10px;
}

#legal .emph {
	font-weight:bold;
}


#legal a {
	font-weight:bold;
	color: #999;
}

#legal a:visited {
    color: #999;
}

#legal a:hover {
    color: #ccc;
}

#legal a:active {
    color: #999;
}



#legal ol {
	padding-left: 16px;
}

#legal li {
	padding-top: 10px;
}

/* END LEGAL */






  	.homefeature-01 {background-image: url('images/cottoncandy1.jpg');}




	/* BEGIN HEADER IMAGE STUFF */


@media only screen and (min-width : 1500px) {
    .headerimage-contact {background-image: url("images/header-images/xl/contact.jpg");}
	.headerimage-credit {background-image: url("images/header-images/xl/credit.jpg");}
	.headerimage-default {background-image: url("images/header-images/xl/default.jpg");}
	.headerimage-inventory {background-image: url("images/header-images/xl/inventory.jpg");}
	.headerimage-legal {background-image: url("images/header-images/xl/legal.jpg");}
	.headerimage-locations {background-image: url("images/header-images/xl/locations.jpg");}
	.headerimage-parts {background-image: url("images/header-images/xl/parts.jpg");}
	.headerimage-service {background-image: url("images/header-images/xl/service.jpg");}
	.headerimage-about {background-image: url("images/header-images/xl/about.jpg");}
}

@media screen and (max-width: 1499px) {
	.headerimage-contact {background-image: url("images/header-images/l/contact.jpg");}
	.headerimage-credit {background-image: url("images/header-images/l/credit.jpg");}
	.headerimage-default {background-image: url("images/header-images/l/default.jpg");}
	.headerimage-inventory {background-image: url("images/header-images/l/inventory.jpg");}
	.headerimage-legal {background-image: url("images/header-images/l/legal.jpg");}
	.headerimage-locations {background-image: url("images/header-images/l/locations.jpg");}
	.headerimage-parts {background-image: url("images/header-images/l/parts.jpg");}
	.headerimage-service {background-image: url("images/header-images/l/service.jpg");}
	.headerimage-about {background-image: url("images/header-images/l/about.jpg");}
}

@media screen and (max-width: 1000px) {
	.headerimage-contact {background-image: url("images/header-images/m/contact.jpg");}
	.headerimage-credit {background-image: url("images/header-images/m/credit.jpg");}
	.headerimage-default {background-image: url("images/header-images/m/default.jpg");}
	.headerimage-inventory {background-image: url("images/header-images/m/inventory.jpg");}
	.headerimage-legal {background-image: url("images/header-images/m/legal.jpg");}
	.headerimage-locations {background-image: url("images/header-images/m/locations.jpg");}
	.headerimage-parts {background-image: url("images/header-images/m/parts.jpg");}
	.headerimage-service {background-image: url("images/header-images/m/service.jpg");}
	.headerimage-about {background-image: url("images/header-images/m/about.jpg");}
}

@media screen and (max-width: 500px) {
	.headerimage-contact {background-image: url("images/header-images/s/contact.jpg");}
	.headerimage-credit {background-image: url("images/header-images/s/credit.jpg");}
	.headerimage-default {background-image: url("images/header-images/s/default.jpg");}
	.headerimage-inventory {background-image: url("images/header-images/s/inventory.jpg");}
	.headerimage-legal {background-image: url("images/header-images/s/legal.jpg");}
	.headerimage-locations {background-image: url("images/header-images/s/locations.jpg");}
	.headerimage-parts {background-image: url("images/header-images/s/parts.jpg");}
	.headerimage-service {background-image: url("images/header-images/s/service.jpg");}
	.headerimage-about {background-image: url("images/header-images/s/about.jpg");}
}








/* BEGIN PIC STUFF */
#pic {
	position: relative;
	color: #fff;
	width: 100%;
	min-height: 500px;
	max-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 50%;
	display: inline-block;
}

#sub-pic {
	position: relative;
	color: #fff;
	width: 100%;
	min-height: 300px;
	max-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 50%; 
}

@media screen and (max-width: 800px) {
    #pic {
		min-height: 400px;
		max-height: 400px;
    }
    
    #sub-pic {
		min-height: 250px;
		max-height: 250px;
	}

}

@media screen and (max-width: 500px) {
    #pic {
		min-height: 300px;
		max-height: 300px;
    }
    
    #sub-pic {
		min-height: 200px;
		max-height: 200px;
	}

}


.pic-img-default {
	background: url('images/bigdreamheader_xl.jpg') center 50% / 100% auto no-repeat,
	  #fff;
}




#pic-textcontainer {
	text-align: center;
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	z-index: 2;
}

#pic-textcontainer-inner {
	position: relative;
	display: inline-block;
	margin: 0 auto;
  	background: rgba(0, 0, 0, .47);
  	padding: 3px 15px;
	max-width: 1000px;
}


.pic-title {
	color: #fff;
    letter-spacing: 3px;
    font-size: 48px;
    font-weight: bold;
    width: 100%;
}

.pic-button {
	
}

.pic-button a {
	text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 30px auto 16px;
    padding: 10px 16px;
    background: #fff;
    color: #bb0000;
    font-weight: normal;
    cursor: pointer;
    transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.pic-button a:hover {
	background: #bb0000;
	color: #fff;
}

.pic-phone {
	font-size: 32px;
	color: #fff;
	letter-spacing: 5px;
	font-weight: bold;
}

.pic-alt-title {
	width: 100%;
	z-index: 2;
	font-size: 30px;
	font-weight: normal;
	color: #FFF;
	word-spacing: 5px;
	margin-bottom: 10px;
	padding: 10px 0;
}


@media screen and (max-width: 1250px) {
    .pic-title {
	    font-size: 36px;
	    letter-spacing: 3px;
	}

	.pic-alt-title {
		font-size: 28px;
	}
	
}


@media screen and (max-width: 900px) {
    .pic-title {
	    font-size: 28px;
	    letter-spacing: 2px;
	}

	.pic-alt-title {
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	.pic-button a {
	    font-size: 12px;
	}
	
	.pic-phone {
		font-size: 24px;
	}


}


@media screen and (max-width: 700px) {
    .pic-title {
	    font-size: 20px;
	    letter-spacing: 1px;
	}

	.pic-alt-title {
		font-size: 18px;
		letter-spacing: 0px;
	}
	
	.pic-button a {
	    font-size: 10px;
	    margin: 30px 5px 16px 5px;
	}
	
	.pic-phone {
		font-size: 18px;
	}


}

@media screen and (max-width: 500px) {
    .pic-title {
	    font-size: 18px;
	    letter-spacing: 0px;
	}

	.pic-alt-title {
		font-size: 14px;
	}

	.pic-button a {
	    font-size: 10px;
	    margin: 30px 5px 16px 5px;
	}
}

.highlightpurple {
	color: #a327f0 !important;
}

.highlightblack {
	color: #000 !important;
}

/* END PIC STUFF */



.songs-title, .songs-title-upper-lower {
	color: #fff;
    font-size: 32px;
    font-weight: 700;
    width: 100%;
	margin-bottom: 20px;
}

.songs-title-upper-lower {
	margin-bottom: 0px;
}

.songs-subtitle {
	color: #fff;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
}

.songs-small-title {
	width: 100%;
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
    padding-top: 10px;
}

.songs-divider {
    padding: 10px 0;
}

.songs-divider img {
    width: 200px;
}

.songs-tracks {
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
    text-align: left;
}

.songs-holder ol {
	margin-left: 2px;
}

.songs-holder ol li {
	padding-left: 6px;
	margin-top: 3px;
	font-size: 18px;
}

.songs-dedication {
    padding-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
	font-weight: 600;
	padding-top: 5px;
}

.songs-dedication-sub {
    padding-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
	padding-bottom: 20px;
}

.songs-section-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 12px;
	margin-left: -30px;
}

.songs-holder {
	margin-left: 30px;
}

.youtubevidwrapper {
	display:inline-block;
	text-align: center;
	width: 100%;
	margin: 30px 0 0;
}

.youtubevid {
	display:inline-block;
	text-align: center;
	margin: 15px 10px;
	width: 560px;
	height: 315px;
}

@media screen and (max-width: 605px) {
	.youtubevid {
		width: 480px;
		height: 270px;
	}
}

@media screen and (max-width: 540px) {
	.youtubevid {
		width: 400px;
		height: 225px;
	}
}

@media screen and (max-width: 450px) {
	.youtubevid {
		width: 320px;
		height: 180px;
	}
}

.socialicon {
	display: inline-block;
	width: 60px;
	margin: 5px 10px;
}



.socialicon img {
	width: 100%;
}

#footer-wrapper .socialicon {
	width: 30px;
	margin: 5px 2px;
}


@media screen and (max-width: 1000px) {

	.songs-section-title {
		font-size: 18px;
	}

	.songs-holder ol li {
		font-size: 16px;
	}
	
	.homefeature-small-title {
		font-size: 25px;
	}


}


@media screen and (max-width: 700px) {
	.songs-section-title {
		font-size: 16px;
	}

	.songs-holder ol li {
		font-size: 14px;
	}
		
	.homefeature-small-title {
		font-size: 21px;
	}
}
