/*Stylesheet for Candlelight Concerts Micro Site*/

/*-------------General formatting--------------*/

*{
	box-sizing: border-box;
}


body{
	background-color: black;
	color: rgb(255, 255, 255);
	font-family: 'Libre Franklin', sans-serif;
	font-size: 1.25rem;
}

img{
	height: auto;
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}


/*---------------Type General--------------------*/
h1{
	font-family: Playfair, serif;
	font-weight: 300;
	font-size:clamp(3.125rem, 12vw + 1rem, 8rem);
	margin:0 ;
	margin-block-start: 0;
    margin-block-end: 0;

}

h2{
	font-family: Playfair, serif;
	font-weight: 300;
	font-size: clamp(3rem, 10vw + 1rem, 5.625rem);
	max-width: 30ch;
}

h3{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 300;
	font-size: clamp(1.25rem, 5vw + 1rem, 4.5rem);
	margin: 0;
}

h4{

	font-size: clamp(1rem, 5vw, 2rem);
}


p{
	font-family: 'Libre Franklin', sans-serif;
	font-weight: 1;
	font-size: clamp(1rem, 2.18rem, 3rem);
	width: clamp(10rem, 40rem, 70rem);
	padding: 0;

}

/*-------------------Header, Navigation, Staff---------------*/


.hero{
	margin: 0px;
}

#heroText, #subheader{
	display: flex;
	justify-content: flex-end;
	margin-right: 5rem;
	text-align: right;

}

a{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

#navBar{
  position: fixed;
  display: block;
  color: #f2f2f2;
  margin-top: 90px;
  margin-left: 71vw;
  text-decoration: none;
  font-family: 'Libre Franklin';
  font-weight: 400;
  z-index: 100;
}

#navBar a{
	margin-right: 2rem;
	z-index: 100;
}

#ticsNav{
	color: #EB9712;
	border: solid#EB9712;
	padding: .5rem;
	border-radius: 1rem;
}

#showsTicketPurchase{
	color: #EB9712;
	border: solid#EB9712;
	padding: .5rem;
	border-radius: 1rem;
}

header{
	z-index: 100;
}


#navBackground{
	position: absolute;
	position: fixed;
	margin-top: 3rem;
		margin-left: 68vw;
	z-index: 100;
	max-width: 100%;
	height: auto;

}



/*-------------------Footer-------------*/

footer{
margin: 10rem 0 10rem 0;

}

footer p{
	font-size: clamp(1rem, 2vw, 2rem);
	width: auto;

}

.feverBranding{
	height: auto;
	width: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
}


.feverBranding a{
	height: auto;
	width: 100%;
}

.socialMedia{
	height: auto;
	width: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
}

.socialMedia a{
	margin: 0 1rem 0 1rem;
}

/*-----------------------Landing Page----------------*/



#introStaff{
	position: absolute;
	margin-left: 60vw;
	margin-top: 1vw;
	z-index: -1;
	height: auto;
	width: 34rem;
}

#intro{
	width: 100%;
	height: 2820px;
}

#introText{
	margin-top: 37.5rem;
	margin-bottom: 9.7rem;
	margin-left: 15vw;

}
/*
margin-top: 37.5rem;
	margin-bottom: 9.7rem;
	margin-left: 15vw;
	font-size: clamp(1rem, 2rem, 2.18rem);
	width: clamp(15rem, 28rem, 70rem);
*/

#showsStaff{
	position: absolute;
	top: 155vw;
	left: 47.4vw;
	z-index: -1;
}


#intro img{
	margin-left: 9vw;
}

#aboutStaff{
	position: absolute;
	margin-left: 10vw;
	z-index: -1;
}


/*#shows{
	margin-top: 15vw;

}*/

#shows h2{
	max-width: 15rem;
}

#shows h2, #shows p {
	margin-left: 10vw;
}

#shows p{
	max-width: 47rem;
}

#about h2{
	margin-top: 14vw;
}
#about h2, #about p {
	margin-left: 55vw;
}


#about img{
/*	margin-left: 9vw;*/
margin-left: 1vw;
	margin-bottom: 27vw;
}

#about p{
	max-width: 43rem;
	margin-bottom: 30vw;
}

#tics img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ctaImage {
  position: relative;
  text-align: center;
  color: white;
}

.ctaCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}



/*--------------All Shows Gallery page -----------------*/




/*---------------Shows Pages------------------*/

.homeShow img{
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}


#showsPageStaff{
	height: auto;
	width: auto;
	position: absolute;
	top: 62vw;
	left: 40vw;
	z-index: -1;
}

#dateAndShow{
display: grid;
height: auto;
width:auto;
grid-template-rows: 1fr;
grid-template-columns: 1fr;
grid-gap: 0;

grid-template-areas: 
	"dateAndShow";

padding-top: 2rem;
}

#dateAndShow{
	grid-area: showDetails;
	justify-items: right;
	text-align: start;
	padding-right: 3rem;
	
}

#dateAndShow h2{
	font-weight: 100;
	font-size: clamp(3rem, 10vw + 1rem, 5.625rem);
	max-width: 20ch;
	margin:0 ;
	text-align: right;
	padding: 0;
	
}

#showDetails{
	margin-top: 30rem;
	margin-bottom: 9.7rem;
	margin-left: 10vw;
}


.songPreview{
	display: flex;
	justify-content: flex-end;
}

.songText{

	margin-left:10rem;
}

.songText p{
		margin-top: 0;
	margin-bottom: 0;
}

.songPlayer{
    width: 60%;
    height: 80%;
    margin-right:1rem;
    margin-top: 10rem;
    cursor: -webkit-grab; 
    cursor: grab;
}

input:focus {
  background-color: rgb(235, 151, 18, 30%) ;
}

button[type="submit"]{
    font-size: 16px;
    background-color: #EB9712;
    border-style: none;
}

#ticketSelect{
	margin-left:10rem;
}


.ticketContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10rem;

}

.purchaseButton {
	
	height: 50px;
	width: auto;
	display: flex;

	position: relative;
	margin-left: 60%;
	transform: translate(-12px,-60px);

}

.purchaseButton img{
	height:auto;
	width:100%;
}

.purchaseButton .hoverStateCTA{
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.purchaseButton:hover .hoverStateCTA {
	display: inline;
}


/*-------------Purchase page------------*/

#showInfo h2{
	padding-top: 11rem;

}

#form{
	box-sizing: border-box;
	line-height: 1.5;
}

label{
	font-family: 'Libre Franklin', sans-serif;
}

#showInfo{
	font-size: 1.25rem;
	padding-bottom: 1rem;
	padding-left: 3rem;
}

form{
	padding-left: 3rem;
}

#formFields div{
	padding-bottom: 1rem;
	padding-top:1rem;
}

#formFields {
  float: left;
  width: 50%;
}

#paymentDetails div{
	padding-bottom: 1rem;
	padding-top: 1rem;
}

#paymentDetails {
  padding-left: 4rem;
  width: 50%;
}

.col {
  float: left;
  width: 50%;
}

.two-col {
  display: flex;
}

.col1 {
  flex: 50%;
  padding-right: 1rem;
}

.col2{
	flex:50%;
	padding-left: 1rem;
}

.row{
	padding: 0.5rem;
}


input[type="text"],
input[type="email"],
input[type="month"],
select,
textarea {
  font: 1.25rem / 1.5 sans-serif;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 0.5rem 0.75rem;
  border: 2px solid white;
  border-radius: 4px;
  background-color: black;
  color: white;
}

input:focus {
  background-color: rgb(214, 204, 109, 30%);
}


button {
	font-family: 'Libre Franklin', sans-serif;
	box-sizing: border-box;
	padding: 0.5rem;
	width: clamp(1rem, 12vw + 1rem, 5rem);
	border-radius: 6px;
}

button[type="reset"]{
	background-color: black;
	border-style: none;
	color: white;
	width: clamp(1rem, 12vw, 5rem);
	text-decoration: underline;
}

button[type="submit"]{
	font-size: 16px;
	background-color: #FFB627;
	border-style: none;
}

button[type="submit"]:hover{
	background-color: white;
}

#purchaseStaff{
    z-index: -1;
}

#purchasePageStaff{
	position: absolute;
    left: 55vw;
    z-index: -1;
}

#customerInfo{
	margin-top: 600px;
	margin-bottom: 1200px;
}

#paymentDetails{
	margin-top: 600px;
	margin-bottom: 155px;
}

#success a:hover {
	color:#FFB627;
	text-decoration: underline;
}

#confirmStaff{
	 position: absolute;
   left: 60vw;
   z-index: -1;
}

#success{
	padding-top: 10rem;
	padding-bottom: 40rem;

}
/*-------------------------------------Media Queries-------------*/

@media screen and (max-width: 1800px){
		#navBackground{
		position: absolute;
		position: fixed;
		margin-top: 3rem;
			margin-left: 64vw;
		z-index: 100;

		}

		#navBar{
	  position: fixed;
	  display: block;
	  color: #f2f2f2;
	  margin-top: 90px;
	  margin-left: 68vw;
	  text-decoration: none;
	  font-family: 'Libre Franklin';
	  font-weight: 400;
	  z-index: 100;
		}

	}

@media screen and (max-width: 1590px){
		#navBackground{
		position: absolute;
		position: fixed;
		margin-top: 3rem;
			margin-left: 57vw;
		z-index: 100;

		}

		#navBar{
	  position: fixed;
	  display: block;
	  color: #f2f2f2;
	  margin-top: 90px;
	  margin-left: 61vw;
	  text-decoration: none;
	  font-family: 'Libre Franklin';
	  font-weight: 400;
	  z-index: 100;
		}

	}

@media screen and (max-width: 1590px){
		#navBackground{
		position: absolute;
		position: fixed;
		margin-top: 3rem;
			margin-left: 55vw;
		z-index: 100;

		}

		#navBar{
	  position: fixed;
	  display: block;
	  color: #f2f2f2;
	  margin-top: 90px;
	  margin-left: 60vw;
	  text-decoration: none;
	  font-family: 'Libre Franklin';
	  font-weight: 400;
	  z-index: 100;
		}

	}

/*Large screens*/
@media screen and (max-width: 1300px){

/*------------Landing Page----------*/

	p{

		font-size: clamp(1rem, 2rem, 3rem);
	 	width: clamp(10rem, 24rem, 30rem);

	}

	#heroText, #subheader{
		display: flex;
		justify-content: flex-end;
		margin-right: 2rem;
		text-align: right;

	}



/*---------show page----------*/

	#dateAndShow{
			padding-right: 2rem;
	}
}

@media screen and (max-width: 1744px){
	#navBar a{
	margin-right: 1rem;
	z-index: 100;
}


@media screen and (max-width: 1324px){
	#showsStaff{
		display: none;
		}

	#purchasePageStaff{
		display: none;
	}

	#navBackground{
		position: absolute;
		position: fixed;
		margin-top: 3rem;
			margin-left: 51vw;
		z-index: 100;

		}

	#navBar{
	  position: fixed;
	  display: block;
	  color: #f2f2f2;
	  margin-top: 90px;
	  margin-left: 57vw;
	  text-decoration: none;
	  font-family: 'Libre Franklin';
	  font-weight: 400;
	  z-index: 100;
	}
}

@media screen and (max-width: 1250px){
	#navBackground{
		position: absolute;
		position: fixed;
		margin-top: 3rem;
			margin-left: 51vw;
		z-index: 100;

	}

	#navBar{
	  position: fixed;
	  display: block;
	  color: #f2f2f2;
	  margin-top: 90px;
	  margin-left: 57vw;
	  text-decoration: none;
	  font-family: 'Libre Franklin';
	  font-weight: 400;
	  z-index: 100;
	}
}

@media screen and (max-width: 1140px){
	#navBackground{
		position: absolute;
		position: fixed;
		margin-top: 3rem;
			margin-left: 0vw;
		z-index: 100;

	}

	#navBar{
	  position: fixed;
	  display: block;
	  color: #f2f2f2;
	  margin-top: 90px;
	  margin-left: 7vw;
	  text-decoration: none;
	  font-family: 'Libre Franklin';
	  font-weight: 400;
	  z-index: 100;
	}
}


/*laptops*/
@media screen and (max-width: 992px){

/*-----------Landing Page-------------*/
	p{

		font-size: clamp(1rem, 1.5rem, 3rem);
		width: clamp(1rem, 20rem, 70rem);

	}


/*---------show page----------*/

	#showsPageStaff{
		display: none;
	}

	#showsStaff{
		display: none;
	}

	#dateAndShow{
		padding-right: 1rem;
		
	}

	#dateAndShow h2{
		font-weight: 100;
		font-size: clamp(3rem, 4rem, 5.625rem);
		max-width: 20ch;
		margin:0 ;
		text-align: right;
		padding: 0;
	}

	#showDetails{
		margin-top: 20rem;
		margin-bottom: 9.7rem;
		margin-left: 10vw;
	}

	#purchasePageStaff{
		display: none;
	}
}





/*//tablets/*/
@media screen and (max-width: 768px){

/*/----Landing Page, staff removed and elemtns resized-------/*/

	#navBackground{
	position: absolute;
	position: fixed;
	margin-top: 3rem;
		margin-left: 1vw;
	z-index: 100;

	}

	#navBar{
  position: fixed;
  display: block;
  color: #f2f2f2;
  margin-top: 90px;
  margin-left: 11vw;
  text-decoration: none;
  font-family: 'Libre Franklin';
  font-weight: 400;
  z-index: 100;
	}


	#introStaff{
	    display: none;
	}

	#showsStaff{
	    display: none;
	}

	#aboutStaff{
	    display: none;
	}

	#introText{
	    margin-top: 10rem;
	    margin-bottom: 7rem;
	    margin-left: 15vw;

	}
	/*#shows{
	    margin-top: 25vw;
	}
	*/
	#about h2{
	    margin-top: 25vw;
	}
	#about h2, #about p {
	    margin-left: 10vw;
	}


	#about img{
	    margin-left: 9vw;
	    margin-bottom: 27vw;
	}

	#about p{
	    max-width: 43rem;
	    margin-bottom: 30vw;
	}


	#purchasePageStaff{
		display: none;
	}

/*/------------footer section-------------------/*/

	.socialMedia a{
	    margin: 0 .5rem 0 .5rem;
	}

/*/---------show page----------/*/

	#showsPageStaff{
		display: none;
	}


	#dateAndShow{
	        padding-right: 0.5rem;

	}

	.songText{

	    margin-left:3rem;
	    margin-top: 0;
	}

	.songText p{
	    margin-left:0;

	}

	.songText h2{
	    margin-top:0;

	}

	.songPlayer{
	    width: 50%;
	    height: 80%;
	    margin-right:1rem;
	    margin-top: 5rem;
	}


	.songPlayer{
	margin-top: 4rem;
	margin-left: 25%;
	margin-bottom: 10%;
	}

	.songPreview{
	    display: grid;
	    justify-content: flex-end;
	}

	#ticketSelect{
	    margin-left:3rem;
	    margin-top: 0;
	}


	.purchaseButton {
	    position: relative;
	    margin-left: 22vw;
	    transform: translate(-12px,-25px);
	}

	.purchaseButton img{
	    height:auto;
	    width:100%;
	}

	.purchaseButton .hoverStateCTA{
	    display: none;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 99;
	}
}

}

/*mobile*/
@media screen and (max-width: 576px){

/*-----------------------Landing Page----------------*/
	h1{
		font-family: Playfair, serif;
		font-weight: 300;
	}

	h2{
		font-weight: 1;
		font-size: 3rem;
		max-width: 30ch;
	}

	p{

		font-size: clamp(1rem, 1.2rem, 3rem);
		width: 20ch;

	}


	#navBackground{
		margin-top: -1rem;
		margin-left: -2vw;
		z-index: 100;
	}

	#navBar{
		margin-left: 1.5rem;
		margin-top: 1rem ;
		z-index: 100;
	}

	#navBar a{
		margin-right: 1rem;
		z-index: 100;
	}


	#intro img{
		margin-left: 1vw;
	}

/*------------footer section-------------------*/

	.socialMedia p{

		text-align: right;
		padding-right: 1rem;
	}

	.socialMedia a{
		margin: 0 .15rem 0 .15rem;
	}
/*--------------show page----------*/

	#showsPageStaff{
		display: none;
	}


	#dateAndShow h2{
		font-weight: 1;
		font-size: 2.8rem;
		max-width: 30ch;
	}

	#showDetails{
		margin-top: 8rem;
		margin-bottom: 9.7rem;
		margin-left: 10vw;
	}


	.songText{

		margin-left:3rem;
		margin-top: 0;
	}

	.songText p{
		margin-left:0;

	}

	.songText h2{
		margin-top:0;

	}

	.songPlayer{
		width: 50%;
		height: 80%;
		margin-right:1rem;
		margin-top: 5rem;
	}

	#ticketSelect{

		margin-left:3rem;
		margin-top: 1rem;
	}
	.ticketContainer {
		
		margin-top: 1rem;

	}

	.purchaseButton {
		
		position: relative;
		margin-left: 10vw;
		transform: translate(-12px,-25px);

	}

	.purchaseButton img{
		height:auto;
		width:100%;
	}

	.purchaseButton .hoverStateCTA{
		display: none;
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 99;
	}

		#purchasePageStaff{
		display: none;
	}
}

