@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Header;
  src: url("ColoPro/Non-commercial/TTF/ColoPro-Trial-Black.ttf");
}



a {transition: 0.3s;}
a {text-decoration: none;}
/*HAMBURGER NAV*/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
li {display: inline-block; float: center; padding-right: 10px; margin-right:10px;}
/*TABLE*/
div.logo {font-family: Header;}
table {border-radius: 25px;}
table tr {padding-bottom:200px;}
table tr:nth-child(1) th:nth-child(1) {border-radius:15px 0 0 0;}
table tr:nth-child(1) th:nth-last-child(1) {border-radius:0 15px 0 0;}
table tr:nth-last-child(1) td:nth-child(1), table tr:nth-last-child(1) th:nth-child(1) {border-radius:0 0 0 15px;}
table tr:nth-last-child(1) td:nth-last-child(1) {border-radius:0 0 15px 0;}

/*HOME*/
div.container.MobileHeader{display: none;}
div.container.MobileContent{display: none;}
div.container.header{display: block;}
div.container.content{display: block;}
body {color:white; font-family: Header;}
div.header div.row {border-bottom:solid 5px white;}
div.logo a {font-size: 60px; color: white;}
div.content img{padding-top:10px;}
div.cta {padding-left: 30px; padding-bottom: 300px;}
body.home{background:url("Images for Musician/noise.png"), url("Images for Musician/flowertile.png"); background-color: #5c7853;}
/*body{background:url("Images for Musician/noise_01.png")}*/
div.cta p{font-family: Header; font-size: 50px; color: white; /*padding-top: 100px;*/ margin: 10px;}
span.special{text-shadow:-3px -2px 0 #1b2a54; font-weight:bold;}
a.button {text-shadow:-3px -2px 0 #1b2a54; color:white; font-weight:bold; font-size:30px; font-family: Header; background-color: #685479; padding: 20px; border-radius: 20px 20px; text-align: center; margin: 10px; text-decoration: none;}
a:hover.button{background-color: #b13e00; text-decoration: none;}


/*TOUR*/
body.tour{background:url("Images for Musician/noise.png"), url("Images for Musician/flowertileO.png"); background-color: #b13e00; }
div.container.tour {font-size: 35px;}
div.tours{margin-right: 50px;} 
/*div.ticket{padding-left: 80px;}*/
div.ticket p{font-size: 20px; padding-left: 50px;}
/*div.container.tour th{border-right: solid 5px white; padding: 30px;}*/
div.col-4-sm.line {border-right:solid 5px white;}
div.tour  a{margin-left: 30px;}
div.ticket a{margin-left: 70px;}

/*VINYL*/
body.vinyl{background:url("Images for Musician/noise.png"), url("Images for Musician/flowertileP.png"); background-color: #685479;}
div.container.vinyl {padding-top: 100px;}
div.number {padding: 10px;}
div.coolButton button{border-radius: 5px 5px; padding-bottom: 5px; border:none;}
.CartContainer{
	background-color: #685479;
    border-radius: 20px;
	box-shadow: 0px 10px 20px #000000;
}

.Header{
	margin: auto;
	width: 90%;
	/*height: 15%;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.Heading{
	font-size: 20px;
	font-family: Header;
	font-weight: 700;
	/*color: #2F3841;*/
}

.Action{
	font-size: 14px;
	font-family: sauna-new;
	font-weight: 600;
	color: #b13e00;
	cursor: pointer;
	border-bottom: 1px solid #b13e00;
}

.Cart-Items{
	margin: auto;
	width: 90%;
	height: 30%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.image-box{
	width: 15%;
	text-align: center;
}
.about{
	height: 100%;
	/*width: 24%;*/
}
.title{
	padding-top: 10px;
	line-height: 10px;
	font-size: 32px;
	font-family: sauna-new;
	font-weight: 800;
	color: white;
}

.counter{
	width: 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.count{
	font-size: 40px;
	font-family: sauna-new;
	font-weight: 600;
	color: white;
}

.prices{
	height: 100%;
	text-align: right;
}
.amount{
	padding-top: 20px;
	font-size: 26px;
	font-family: sauna-new;
	font-weight: 800;
	color: white;
}
.save{
	padding-top: 5px;
	font-size: 14px;
	font-family: sauna-new;
	font-weight: 600;
	color: #1b2a54;;
	cursor: pointer;
}
.remove{
	padding-top: 5px;
	font-size: 14px;
	font-family: sauna-new;
	font-weight: 600;
	color: #b13e00;
	cursor: pointer;
}

.pad{
	margin-top: 5px;
}

hr{
	width: 66%;
	float: right;
	margin-right: 5%;
}
.checkout{
	float: right;
	margin-right: 5%;
	width: 28%;
}
.total{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.Subtotal{
	font-size: 22px;
	font-family: 'Open Sans';
	font-weight: 700;
	color: white;
}
.items{
	font-size: 16px;
	font-family: sauna-new;
	font-weight: 500;
	color: white;
	line-height: 10px;
}
.total-amount{
	font-size: 36px;
	font-family: sauna-new;
	font-weight: 900;
	color: white;
}

/*MUSIC*/
body.music{background:url("Images for Musician/noise.png"), url("Images for Musician/flowertileB.png"); background-color: #1b2a54;}
div.container.music img{border-radius: 50px; width: 120%; background: none; padding: 5px;}
button {background-color: none;}
div.container.music p{font-size: 15px;}
div.open a{text-decoration: none; color: white;}
div.container.music h3{font-size: 20px; }
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /*background-color: rgb(0, 0, 0);*/
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  position: relative;
  /*background-color: #222;*/
  margin: auto;
  padding: 1rem;
  /*border: 1px solid #888;*/
  width: 500px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: white;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  transform: scale(1.25);
  text-decoration: none;
  cursor: pointer;
}

/*BOOK*/
body.book{background:url("Images for Musician/noise.png"), url("Images for Musician/flowertile.png"); background-color: #5c7853;}
div.container.book {font-family: sauna-new;}
div.container.book {padding-top: 30px;}
div.book p{font-size: 40px; font-family: Header;}
div.MobileBook{display: none;}

* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #685479;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
	border-radius:15px;
}

input[type=submit]:hover {
  background-color: #b13e00;
	border-radius:15px;
	
}

.contact {
  background-color: #5c7853;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 10px 20px #000000;
}



/*404*/
div.container.MobileError{display: none;}
div.container.error{display: block;}
body.error {background:url("Images for Musician/noiseG.png");}
body.error p{font-family: sauna-new;}
div.container.error img{padding-left: 150px; padding-top: 50px;}
div.container.error p{font-size:25px; padding-left: 110px;}
div.container.error a{margin-left: 450px;}


/*CONFIRM*/
body.confirmation{background:url("Images for Musician/noise.png"), url("Images for Musician/flowertile.png"); background-color: #5c7853;}
body.confirmation p{font-size: 50px; text-align: center;}
body.confirmation a{margin-left: 80px;}

/*MOBILE*/

@media screen and (max-width: 767px) {
	
	/*HOME*/
	div.container.header{display:none;}
	div.container.content{display:none;}
	div.container.MobileHeader{display: block;}
	div.container.MobileContent{display: block;}
	div.container.MobileHeader a{text-decoration: none; color: white;} 
	/*div.MobileHeader a {padding-left: 85px;}*/
	div.MobileContent img{width:110%; float: center;}
	div.MobileContent a{margin-left: 60px;}
	div.MobileContent p{font-size: 20px; text-align: center;}
	div.MobileHeader div.row {border-bottom:solid 5px white;}
	/*TOUR*/
	div.container.tour a{margin: 35px;}
	
	/*VINYL*/
	h1.title{font-size: 15px; padding-left: 55px; margin: 10px;}
	div.Subtotal{padding-right: px;}
	div.total-amount{padding-left: 50px; padding-bottom: 30px;}
	div.checkout{margin-right: 200px;}
	div.number input{width: 150%;}
	div.counter{padding-right: 90px;}
	h1.title{padding-right: 15px;}
	/*MUSIC*/
	div.container.music p{font-size: 15px; text-align: center;}
	div.container.music h3{text-align: center;}
	
	/*BOOK*/
	div.container.book{display: none;}
	div.MobileBook{display: block;}
	div.MobileBook p{font-family: Header; text-align:center;}
	div.container.book p{leading: 10px;}
	
	/*ERROR*/
	div.container.error{display: none;}
	div.container.MobileError{display: block;}
	div.container.MobileError img{width: 200%; padding: 10px; padding-right: 300px;}
	
	/*CONFIRM*/
	body.confirmation a{margin: 0;}
	
	
}