html, body {
     margin:0;
    padding:0;
    overflow-x:hidden;
}

body {
	background-color: white;
}

.navbar {
	padding: 0rem;
	background-color: #a46b9e;
	box-shadow: 0px 2px 4px #ff60a0;	
}

a {
	text-decoration: none;
	text-transform: uppercase;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ul.navRow {
	margin-bottom: 0px;
}

ul#about {
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
}

ul#about li a {
	font-size: 1.2em;
	padding: 5px 7px;
	color: #ff60a0;
	transition: color 0.4s ease-in-out;
}

ul#about li a:hover {
	color: #fea700;
}


li#web a {
	font-family: 'Anton', sans-serif;
	font-size: 2.25em;
	color: #ff60a0;
	text-align: left;
	padding-left: 2%;
	transition: color 0.3s ease-in-out;
}

li#web a:hover {
	color: #883190;
}

.hide-mobile {
	visibility: hidden;
}

.hide-desktop {
	visibility: visible;
}


/*nav a {
	position: relative;
	top: 45%;
	display: block;
}*/

.noPad {
	padding-right: 0px;
	padding-left: 0px;
}

section#splashPage {
	margin-top: 50px;
}

.webIntro2 { 
	background-image: url('/images/kunzite_press_update.jpg');
	height: 300px;
  	position: relative;
  	opacity: 1;
  	background-attachment: scroll;
  	background-repeat: no-repeat;
  	background-size: cover;
}

@keyframes visualsPulse {
    0%   {background-color: #60bdab;}
    50%  {background-color: #fea700;}
}

.visualsIntro {
    background-color: #60bdab;
	animation-name: visualsPulse;
    animation-duration: 10s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

.visualsIntro a {
    color: #ff60a0;
    transition: color 0.3s ease-in-out;
}

.visualsIntro a:hover {
    color: #436c43;
}

.visualsInfo {
    padding: 5% 8%;
}

 #app.embed-player {
    background-color: #60bdab !important;
 }

/*div.colorBars {

}

div.kunziteOrange {
	background-color: #f06256;
	height: 60px;
}

div.kunziteOrange h3 {
	color: rgba(0,0,0,0.1);
}

div.kunzitePink {
	background-color: #cc5aa2;
	height: 60px;
}

div.kunzitePink h3 {
	color: rgba(0,0,0,0.1);
}*/

/*#justin {
	transition: all 0.8s ease-in-out;
	transition-delay: 1s;
}

#mike {
	transition: all 0.8s ease-in-out;
}

#justin:hover {
	content: url('../images/mike_porch.jpg');
}

#mike:hover {
	content: url('../images/justin_porch.jpg');
}*/


/* TRACKLIST
==========================================
=========================================== */

/*.birds {
  background-image: url('../images/cloud_bg2.jpg');
  height: 1000px;
  position: relative;
  opacity: 1;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  line-height: 50px;
}

.caption h2.albumTitle {
	font-family: 'Anton', sans-serif;
	font-size: 6em;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	margin-bottom: 7%;
}

.caption a.fly {
  font-size: 1.25em;
  letter-spacing: 2px;
  background-color: transparent;
  color: #fff;
  padding: 16px;
}

@keyframes comingSoon {
    0%   {color: #cc5aa2;}
    50%  {color: #883190;}
}

.caption h3.outDate {
	font-family: 'Anton', sans-serif;
	font-size: 5em;
	color: #cc5aa2;
	text-transform: uppercase;
	margin-top: 7%;
	padding-bottom: 2%;
	animation-name: comingSoon;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
*/

/*.centerRow {
	margin: 0 auto;
}

.splashImg {
	padding: 4% 0% 0% 0%;
}*/

.splashImg1 {
	padding: 0%;
}

/*.splashImg2 {
	padding: 2% 5% 0% 2%;
}*/

.comingSoon {
	text-align: center;
}







/* VAPORS
==============================================
==============================================*/

h2.vapors {
	font-family:'Anton', sans-serif;
	font-size: 2em;
	/*color:#f672c8;*/
	color: #ff60a0;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
	margin: 0 auto;
	padding: 2%;
}

h2.novas {
	font-family:'Anton', sans-serif;
	font-size: 2em;
	color: #bc95d6;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	text-align: center;
	margin: 0 auto;
}





/*  SIGN UP FORM  
=============================================
=============================================*/

div.newsletter {
	background: white;
	padding: 3%;
	text-align: center;
	margin-top: 2%;
}

div.newsletter h1 {
	font-size: 1.35em;
	width: 90%;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	color:rgba(0,0,0,0.8);
	line-height: 1.5em;
}

.newsletterPink {
	font-weight: 400;
}

.monks {
	font-family: 'Oswald', sans-serif;
	color: #cc5aa2;
	font-weight: 400;
	letter-spacing: 0.025em;
}

.freeDL {
	color: #f06256;
}

#mc_embed_signup {
	font-family: 'Oswald', sans-serif;
	background:#fff; 
	clear:left; 
	width:100%;
	text-transform: uppercase;
	text-align: center;
}

input[type="email"] {
	color: #ca61a5;
}

input#mce-EMAIL.email {
	font-size: 1.25em;
	border-top: 0;
	border-right: 0;
	border-bottom: 2px solid #cc5aa2;
	border-left: 0;
	padding: 8px;
	text-align: center;
	width: 80%;
}

input#mce-EMAIL.email:focus {
	outline-style: none;
	outline-width: 0px !important;
}

input#mc-embedded-subscribe.button {
	font-size: 1.25em;
	border: 1px solid transparent;
	background: transparent;
	margin-top: 15px;
	padding: 8px;
	text-transform: uppercase;
	color: #cc5aa2;
	transition: background 0.3s ease-in-out;
}

input#mc-embedded-subscribe.button:hover {
	background: yellow;
}

.subscribed {
	background-image: url('../images/kunzite_band.jpg');
	height: 720px;
  position: relative;
  opacity: 1;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption2 {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  line-height: 50px;
}

@keyframes subscriber {
    0%   {color: #cc5aa2;}
    50%  {color: #883190;}
}

.caption2 h2.albumTitle {
	font-family: 'Anton', sans-serif;
	font-size: 4em;
	color: yellow;
	text-transform: uppercase;
	margin-bottom: 7%;
	animation-name: subscriber;
    animation-duration: 3s;
   /* animation-delay: 2s;*/
    animation-iteration-count: infinite;
}





/* TRACKLIST 
===========================================
===========================================*/

.birds {
	background-image: url('../images/cloud_bg2.jpg');
	height: 600px;
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  line-height: 50px;
}

.caption h2.albumTitle {
	font-family: 'Anton', sans-serif;
	font-size: 3em;
	color: rgba(255,255,255,0.7);
	text-transform: uppercase;
	margin-bottom: 7%;
}

.caption a.fly {
  font-size: 1.25em;
  letter-spacing: 2px;
  background-color: transparent;
  color: #fff;
  padding: 16px;
}

@keyframes comingSoon {
    0%   {color: #cc5aa2;}
    50%  {color: #883190;}
}

.caption h3.outDate {
	font-family: 'Anton', sans-serif;
	font-size: 2em;
	color: #cc5aa2;
	text-transform: uppercase;
	margin-top: 7%;
	padding-bottom: 2%;
	animation-name: comingSoon;
    animation-duration: 3s;
   /* animation-delay: 2s;*/
    animation-iteration-count: infinite;
}

.caption2 h3.outDate {
	font-family: 'Anton', sans-serif;
	font-size: 2em;
	color: #cc5aa2;
	text-transform: uppercase;
	margin-top: 7%;
	padding-bottom: 2%;
	animation-name: comingSoon;
    animation-duration: 3s;
   /* animation-delay: 2s;*/
    animation-iteration-count: infinite;
}

.crystalBg {
	background-color: #d9ddde;
}

.tracklistBg {
	background-color: #d9ddde;
}

ul.tracklist {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	color: rgba(255,255,255,0.6);
	font-weight: 400;
	letter-spacing: 0.025em;
	padding-top: 1%;
}

ul.tracklist li {
	display: block;
	padding: 3px;
}

span.available {
	color: #cc5aa2;
}


ul.tracklist li:hover {
	color: white;
	background: yellow;
}

div#trackList {
	font-family: 'Anton', sans-serif;
	font-size: 1em;
	text-transform: uppercase;
}

ul.aSide li {
	text-align: left;
	padding-left: 0%;
	color: #76698e;
}

ul.aSide li span.purpleCover {
	background-color: #76698e;
}

ul.aSide li a {
	display: block;
	color: #76698e;
	transition: color 0.4s ease-in-out;
}

ul.aSide li a:hover {
	color: yellow;
}

ul.bSide {
	padding-right: 25px;
}

ul.bSide li {
	text-align: right;
	padding-right: 5%;
	color: #c95d9f;
}

ul.bSide li span.pinkCover {
	background-color: #c95d9f;
}

ul.bSide li a {
	display: block;
	color: #c95d9f;
	transition: color 0.4s ease-in-out;
}

ul.bSide li a:hover {
	color: yellow;
}



/* INSTAFEED
==========================================
========================================== */

div#instafeed {
	background-color: white;
	text-align: center;
	padding: 3%;
	margin-bottom: 35px;
}

a.instaA {
	margin: 10px;
}

a.instaHandle {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	color: #cc5aa2;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-bottom: 20px;
	display: block;
	transition: color 0.4s ease-in-out;
}

a.instaHandle:hover {
	color: yellow;
}

img.instaClass {
	padding: 5px 5px;
}




/* MOBILE NAV FOOTER
==========================================
========================================== */

@keyframes footerPulse {
    0%   {color: yellow;}
    50%  {color: #883190;}
}

nav#mobileFooter {
	width: 100%;
}

ul#foot {
	text-align: center;
	margin-bottom: 0rem;
}

ul#foot  {
	list-style: none;
	list-style-type: none;
}

li.about {
	background: black;
}

li.shop {
	background: black;
}

li.contact {
	background: black;
}

ul#foot li a {
	color: #cc5aa2;
	display: block;
	padding: 20px 0px;
	transition: color 0.3s ease-in-out;
}

ul#foot li a:hover {
	color: #60bdab;
}

ul#foot li a.activeFooter {
	color: #60bdab;
	animation-name: footerPulse;
    animation-duration: 3s;
   /* animation-delay: 2s;*/
    animation-iteration-count: infinite;
}



/* ABOUT PAGE
================================================== 
==================================================*/


div.bandPic {
	background-image: url('../images/kunzite_visuals_dudes.jpg');
	height: 200px;
  position: relative;
  opacity: 1;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.bio {
	margin-top: 30px;
	margin-bottom: 20px;
}

div.bio p {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	font-family: 'Oxygen', sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.5em;
	font-weight: 400;
	color: rgba(0,0,0,0.7);
}

div.bio a {
	color: #ff60a0;
	transition: color 0.3s ease-in-out;
}

div.bio a:hover {
	color: #60bdab;
}

@keyframes kunziteTitle {
    /*0%    {color: #479ec2;}
    25%   {color: #5eb7d0;}
    50%   {color: #72bccf;}
    75%   {color: #c1a7aa;}
    80%   {color: #e68a8a;}
    100%  {color: #f06156;}*/
    0%    {color: #d03b8f;}
    25%   {color: #c762a4;}
    50%   {color: #c17cb2;}
    75%   {color: #72bccf;}
    100%  {color: #5eb7d0;}
   
}

.kunziteTitle {
	font-family: 'Anton', sans-serif;
	font-size: 2.15em;
	color: #ff60a0;
	/*animation-name: kunziteTitle;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;*/
     
}

.kunziteTitle2 {
	font-family: 'Anton', sans-serif;
	font-size: 1.15em;
	color: #ff60a0; 
	letter-spacing: 0.025em; 
}

.visualsTitle {
	font-family: 'Anton', sans-serif;
	font-size: 2.15em;
	color: #436c43;
	/*animation-name: kunziteTitle;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;*/
     
}

.visualsTitle2 {
	font-family: 'Anton', sans-serif;
	font-size: 1.15em;
	color: #436c43; 
	letter-spacing: 0.025em; 
}

@keyframes bioBreak {
    0%   {border-color: #cc5aa2;}
    50%  {border-color: #883190;}
}

@keyframes birdsDont {
   /* 0%    {color: #479ec2;}*/
    0%   {color: yellow;}
    50%  {color: #883190;}
}

hr.aboutHr {
	width: 15%;
	border-width: 3px;
	border-color: #ff60a0;
	margin-top: 20px;
	animation-name: bioBreak;
    animation-duration: 5s;
   /* animation-delay: 2s;*/
    animation-iteration-count: infinite;
}

span.birdsTitle {
	font-family: 'Oswald', sans-serif;
	color: yellow;
	font-weight: 500;
	background-color: white;
	animation-name: birdsDont;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    /*animation-timing-function: ease-in-out;*/
}

div.quote {
	margin-bottom: 20%;
}

div.quote p {
	width: 80%;
	margin: 0 auto;
	font-family: 'Oxygen', sans-serif;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,0.6);
}


/* CONTACT PAGE 
==============================================
=============================================== */

section#contact {
	margin-top: 60px;
	margin-bottom: 10%;
}

div.contactInfo {
	width: 80%
	margin: 0 auto;
}

div#emails {
	padding: 10px;
}

div.email {
	padding-left: 2%;
	text-align: center;
}

div.press {
	padding-left: 1%;
	text-align: center;
}

p.kunziteEmail {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
	color: #883190;
	text-transform: uppercase;
	margin-bottom: 0px;	
}

p.address a {
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
	color: #ff60a0;
	transition: color 0.3s ease-in-out;
}

p.address a:hover {
	color: #883190;
}


/* SECTION SHOP  
===========================================
============================================ */

section#shop {
	margin-top: 50px;
	margin-bottom: 10%;
}


/* TOUR 
=============================================
============================================= */

div.tourdates {
    margin: 0 auto;
    padding: 3%;
}

div.tourdates p {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
	font-family: 'Oxygen', sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.5em;
	font-weight: 400;
	color: rgba(0,0,0,0.7);
}

div.tourdates a {
	color: #ff60a0;
	transition: color 0.3s ease-in-out;
}

div.tourdates a:hover {
	color: yellow;
}






/*  Tablet and Desktop
=======================================================================================
======================================================================================*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 769px) { 


.hide-mobile {
	visibility: visible;
}

.hide-desktop {
	visibility: hidden;
}

ul#about {
	padding-top: 25px;
}

ul#about li a {
	font-size: 1.5em;
	padding: 0px 7px;
}

li#web a {
	font-size: 3.25em;
}

section#splashPage {
	margin-top: 75px;
}

.webIntro2 { 
	height: 1020px;
  background-position: center;
  background-size: cover;
}

.visualsInfo {
    padding: 0;
}

/* VAPORS
===========================================
============================================ */

h2.vapors {
	font-size: 9em;
	padding-left: 5%;
}

h2.novas {
	font-size: 9em;
	padding-left: 5%;
}




/*  SIGN UP FORM  
=============================================
=============================================*/

div.newsletter {
	padding: 5%;
	margin-top: initial;
}

div.newsletter h1 {
	font-size: 2.25em;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 15px;
}

input#mce-EMAIL.email {
	font-size: 1.5em;
	width: 40%;
}

input#mc-embedded-subscribe.button {
	font-size: 1.5em;
}


/* TRACKLIST 
===========================================
===========================================*/

.birds {
	background-image: url('../images/cloud_bg2.jpg');
	height: 1000px;
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.caption h2.albumTitle {
	font-size: 6em;
}

.caption h3.outDate {
	font-size: 5em;
	margin-top: 12%;
	padding-bottom: 0%;
}

.caption2 {
  top: 25%;
}

.caption2 h3.outDate {
	font-size: 5em;
	margin-top: 2%;
	padding-bottom: 0%;
}

ul.tracklist {
	font-size: 2em;
	padding-top: 6%;
}


div#trackList {
	font-size: 2em;
}

ul.aSide li {
	padding-left: 10%;
}

ul.bSide li {
	padding-right: 10%;
}



/* INSTAFEED
==========================================
========================================== */

a.instaHandle {
	font-size: 2.5em;
}

img.instaClass {
	padding: 25px 10px;
}


/* FOOTER
==========================================
========================================== */

@keyframes footerPulse {
    0%   {color: yellow;}
    50%  {color: #883190;}
}

div#foot {
	text-align: center;
}

div.about {
	background: black;
}

div.shop {
	background: black;
}

div.contact {
	background: black;
}

footer a {
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	color: #ff60a0;
	display: block;
	padding: 35px 0px;
	transition: color 0.3s ease-in-out;
}

footer a:hover {
	color: #60bdab;
}

footer a.activeFooter {
	color: yellow;
	animation-name: footerPulse;
    animation-duration: 3s;
   /* animation-delay: 2s;*/
    animation-iteration-count: infinite;
}


/* ABOUT PAGE
================================================== 
==================================================*/


div.bandPic {
	background-image: url('../images/kunzite_visuals_dudes.jpg');
	height: 800px;
  position: relative;
  opacity: 1;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div.bio p {
	width: 60%;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 1.2em;
	line-height: 1.75em;
}

span.kunziteTitle {
	font-size: 3.25em;
}

.visualsTitle {
	font-size: 3.25em;
}

hr.aboutHr {
	width: 10%;
	border-width: 5px;
	margin-top: 40px;
}

div.quote {
	margin-bottom: 5%;
}

div.quote p {
	width: 60%;
	margin: 0 auto;
	font-size: 1.35em;
}


/* CONTACT PAGE 
==============================================
=============================================== */

section#contact {
	margin-top: 80px;
	margin-bottom: 0%;
}

div#emails {
	padding: 20px;
}

div.email {
	padding-left: 1%;
}

div.press {
	padding-left: 1%;
}

p.kunziteEmail {
	font-size: 2.15em;
}

p.address a {
	font-size: 1.25em;
}


/* SHOP SECTION
=====================================
===================================== */

section#shop {
	margin-top: 80px;
	margin-bottom: 0%;
}

/* TOUR PAGE 
===========================================
============================================ */

.bit-widget-container {
	width: 75%;
	margin: 0 auto;
	padding: 5%;
}


}






/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1024px) {

}

/* Large devices (large desktops) */
@media (min-width: 1650px) { 
	}










