@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Metal+Mania&display=swap");

@font-face {
  font-family: "Booter - Zero Zero";
  src: url("Fonts/Booter - Zero Zero.woff2") format("woff2"),
       url("Fonts/Booter - Zero Zero.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  color: #777;
}

html,
body {
  margin: 0;
  padding: 0;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav li {
  display: inline;
}

.nav a {
  display: inline-block;
  padding: 0.5em;
  color: white;
  text-decoration: none;
}

.main-nav {
  text-align: center;
  font-size: 1.1em;
  font-weight: lighter;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav li {
  padding: 0 5%;
}

.nav a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.main-header {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("Images for website/Header Background.jpg");
  background-size: cover;
  background-blend-mode: multiply;
  padding-bottom: 30px;
}

.band-name {
  text-align: center;
  margin: 0;
  font-size: 4em;
  font-family: "Booter - Zero Zero", sans-serif;
  font-weight: normal;
  color: white;
}

.band-name-large {
  font-size: 8em;
}

.content-section {
  margin: 1em;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0.5em;
}

.section-header {
  font-family: "Metal Mania", cursive;
  font-weight: normal;
  color: #333;
  text-align: center;
  font-size: 2.5em;
}

.about-band-image {
  float: left;
  height: 200px;
  width: 200px;
  margin: 15px;
  border-radius: 50%;
}

.main-footer {
  background-color: #56ccf2;
  color: white;
  padding: 0.25em 0;
  width: 100%;
}

.main-footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.footer-nav li {
  padding: 0 0.5em;
}

.footer-nav img {
  height: 20px;
  margin-left: 10px;
}

.btn {
  text-align: center;
  vertical-align: middle;
  padding: 0.67em;
  cursor: pointer;
}

.btn-header {
  margin: 0.5em 15% 2em 15%;
  color: white;
  border: 2px solid #2d9cbd;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  font-size: 1.5em;
  font-weight: lighter;
  padding-left: 2em;
  padding-right: 2em;
}

.btn-header:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-play {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #2d9cbd;
  font-size: 4em;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
}
.tour-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.tour-item {
  padding-right: 0.5em;
}

.tour-date {
  color: #555;
  font-weight: bold;
  width: 15%;
}

.tour-city {
  width: 25%;
}

.tour-arena {
  width: 40%;
}

.tour-button {
  width: 20%;
}

.btn-primary {
  color: white;
  background-color: #56ccf2;
  border: none;
  border-radius: 0.3em;
  font-weight: bold;
  padding: 0.5em 1em;
}

.btn-primary:hover {
  background-color: #209cbd;
}

.shop-item{
  margin: 30px;
}

.shop-item-title {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #333;
  margin-bottom: 15px;
}

.shop-item-image {
  height: 250px;
  display: block;
  margin: 0 auto 15px;
}

.shop-item-details {
  display: flex;
  align-items: center;
  padding: 5px;
}

.shop-item-price {
  flex-grow: 1;
  color: #333;
}

.shop-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cart-header{
  font-weight: bold;
  font-size: 1.2em;
  color: #333;
}

.cart-column{
  display: flex;
  align-items: center;
  border-bottom: 1px solid black;
  margin-right: 1.5em;
  padding-bottom: 10px;
  margin-top: 10px;
}

.cart-row{
  display: flex;
}

.cart-item{
  width: 45%;
}

.car-price{
  width: 20%;
  font-size: 1.2em;
  color: #333;
}

.cart-quantity{
  width: 35%;
}

.cart-item-title{
  color: #333;
  margin-left: .5em;
  font-size: 1.2em;
}

.cart-item-image{
  width: 75px;
  height: auto;
  border-radius: 10px;
}

.btn-danger{
  color: white;
  background-color: #eb5757;
  border: none;
  border-radius: .3em;
  font-weight: bold;
}

.btn-danger:hover{
  color: #eb5757;
}

.cart-quantity-input{
  height: 34px;
  width: 50px;
  border-radius: 5px;
  border: 1px solid #56ccf2;
  background-color: #eee;
  padding: 0;
  text-align:center ;
  font-size: 1.2em;
  margin-right: 25px;
  
}

.cart-row:last-child{
  border-bottom: 1px solid black;
}
.cart-row:last-child .cart-column{
  border: none;
}

.cart-total{
  text-align: end;
  margin-top: 10px;
  margin-right: 10px;
}

.cart-total-title{
  font-weight: bolder;
  font-size: 1.5em;
  color: black;
  margin-right: 20px;

}

.cart-total-price{
  color: #333;
  font-size: 1.1em;
}

.btn-purchase{
  display: block;
  margin: 40px auto 80px auto;
  font-size: 1.75em;

}