/* .libre-franklin-<uniquifier> {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* * {
  border: 1px solid blue;
} */

* {
  margin: 0;
}

.wrapper {
  max-width: 1120px;
  margin: 0 auto;
  }

.content-wrapper {
    max-width: 930px;
    margin: 0 auto;
}
 
 h1 {
  font-size: 56px;
  color: white
 } 

 h2 {
  font-size: 32px;
  font-weight: 700;
  color: #01A06A
 }

 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #DF0077;
}

h4 {
  font-size: 12px;
  font-weight: 600;
  color: white
}

body {
  font-family: "Libre Franklin", sans-serif; 
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  background-color: rgb(13, 13, 13);
  color: #DF0077;
}

p {
  color:white;
  line-height: 135%;
}

.white-text {
  color: #fff;
}

.text-space {
  margin: 0 40px 40px 0;
}


/* -----------NAV Styles------------- */

.nav {
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #DF0077;
}
 
.row {
  display: flex;
}

.row-to-column {
  display: flex;
}

.row-to-wrap {
  flex-wrap: wrap;
}

.button-group {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
 
.nav-align {
  align-items: center;
}

.nav-links {

}
 
.logo {
 width: 68px;
}
 
 
.nav-menu ul {
  list-style-type: none;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
}
 
nav li {
  display: inline;
  margin-left: 32px;
  font-weight: 500;
  font-size: 12px;
}
 
nav li a:link {
 text-decoration: none;
 color: white;
}
 
nav li a:visited {
  text-decoration: none;
  color: white;
}
 
nav li a:hover {
  text-decoration: none;
  font-weight: 700;
  color: black;
}
 
nav li a:active {
  color: black;
}

.burger {
display: none;
}

.burger div {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: white;
  margin: 4px;
  transition: all 0.3s ease;
}
 
.menu-button {
  border: none;
  height: 24px;
  padding: 0 24px 0 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: right;
}
 
.menu-button:hover {
 color:rgb(23, 23, 23);
}

.menu-button:hover {
color: rgb(23, 23, 23);
}

.menu-button:last-of-type {
  padding: 0px;
}

/* -----------background-photo-section Styles------------- */

/* #hero-section-background {
  background-size: cover;
  background-color: #A5BDF9;
  width: auto;
  height: 50vh;
} */

.hero-photo {
  background-image: url(../images/Vlad-background.png);
  background-size: cover;
  background-position-x: -300px;
  background-repeat: no-repeat;
  /* min-width: 1080px; */
  height: 50vh;
}

.show-title-wrapper {
  justify-items: flex-end;
  margin-top: 16px;
}

.hero-content {
  justify-content: flex-end;
}

.max-date-button{
  max-width: 415px;
  margin-top: 80px;
} 

a {
  text-decoration: none;
}

/* ------ Chris's Additions -------- */

.show-title {
  margin-top: 0px;
  max-width: 390px;
  margin-right: 64px;
}

.tickets {
margin-top: 60px;
margin-bottom: -15px;
}

.content-right {
  justify-content: flex-end;
}

.time-location {
  margin-right: 20px;
  margin-top: 4px;
}

#hero-section-background {
    background-size: cover;
    background-color: #B9CE8F;
    width: auto;
    height: 50vh;
}

.souls {
  font-weight: 700;
  font-size: 86px;
  margin-top: -10px;
  margin-right: 24px;
  max-width: fit-content;
}

.of {
  font-weight: 100;
  font-size: 24px;  
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 4px;
  line-height: 200%;
  max-width: fit-content;
}

.flex-end {
  justify-content: flex-end;
}

.align {
  align-items: start;
}

.title {
  margin-left: 60px;
  margin-right: 0px;
  margin-top: -70px;
  max-width: 352px;
}

/* ------ Chris's Additions END -------- */

.green-box {
  width: 300px;
  height: 10px;
  background-color: #739D1E;
  display: flex;
  margin-left: 54px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px; /* ------ Chris's Additions -------- */
}

.green-box .child {
  position: relative;
  z-index: -1;
}

span.on-the-of {
  font-weight: 100;
  font-size: 24px;  
  line-height: 160%;
}

span.transmigration {
  font-weight: 700;
  font-size: 60px;
  line-height: 85%;
}

/* span.century {
  font-weight: 600;
  font-size: 68px;
} */

span.tickets-text {
  color: #7AA84F;
  font-weight: 400;
  font-size: 14px;
}

span.price {
  color: #7AA84F;
  font-weight: 700;
  font-size: 24px;
}

span.date-location {
  font-weight: 700;
  font-size: 12px;
  color: #005D3D;
}

.book-button {
  align-items: center;
  height: 48px;
  border: none;
  border-radius: 12px;
  padding: 0 24px 0 24px;
  background-color: #DF0077;
  font-weight: 500;
  font-size: 18px;
  color: white;
  transition-duration: 0.2s;
  margin-right: 0px; /* ------ Chris's Additions -------- */
  }


.book-button:hover {
  background-color: #c7006a;
}


.top-content body {
  max-width: 930px;
  }

.top-content h2 {
  text-align: center;
}

.show-title-wrapper {
  justify-items: flex-end;
}



/* ----------Content Section---------- */
.column-right {
  width: 532px;
  margin-bottom: 24px;
  margin-top: 24px;
  padding: 0
}

.column-left {
  width: 374px;
  margin-bottom: 24px;
  margin-top: 24px;
  margin-right: 24px;
  padding:0
}

.column-lg-promo {
  width: 420px;
}

span.name {
  font-weight: 600;
}

.listen-button {
  align-items: center;
  border: none;
  height: 16px;
  padding: 0 24px 0 24px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 600;
  font-size: 12px;
  color:#DF0077;
  transition-duration: 0.2s;
  max-width: 100px;
 
}

.listen-button:hover {
  color: white;
}


.performers {
  margin-left: 0px;
  min-height: 141px;
  min-width: 374px;
}

.performers h3 {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #DF0077;
}

.performers ul {
  list-style-type: none;
  padding: 0;
}

.performers li {
  font-size: 16px;
  padding-bottom: 8px;
  color: white
}

.performers li:last-of-type {
  padding-bottom: 0px;
}

.music {
min-width: 532px;
min-height: 141px;
margin-right: 0px;
}

.music h3 {
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
  color: #DF0077;
}

.music ul {
  list-style-type: none;
  padding: 0;
}

.music li {
  font-size: 16px;
  padding-bottom: 8px;
  color: white;
}

.music li:last-of-type {
  padding-bottom: 0px;
}

.line-btw {
  color: rgba(0, 0, 0, 20%);
}

span.mr-logo {
  font-weight: 700;
  font-size: 30px;
  color: rgba(223, 0, 119, 80%);
}

.about p {
  color: white;
}

span.small-p {
  font-size: 12px;
}

.content-right {
  justify-content: flex-end;
}

.arrow-button {
  border: none;
  height: 24px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: right;
}

.content-space-between {
  justify-content: space-between;
}

.vlad-img {
  max-width: 374px;
}

/* .listen-button {
  max-width: 100px;
  padding: 0;
} */

.mr-logo {
  padding: 0;
  max-width: 247px;
}
  
.mr-top-line {
    text-align: left;
    margin: 0;
}
  
.mr-bottom-line {
    margin-top: -17px;
    text-align: right;
}

.music-line {
  padding-bottom: 8px;
  justify-content:first baseline;
}

/* .mr-logo p {
  font-weight: 700;
  font-size: 30px;
  color: rgba(223, 0, 119, 80%);
} */

/* <---------footer--------> */

.footer {
  background-color: #DF0077;
  height: 436px;
}

.footer-wrap {
  display: flex;
}

.footer ul {
  list-style-type: none;
  padding-inline-start: 0;
}

.footer li {
font-size: 12px;
font-weight: 400;
  color:white
}

.line-ft {
  border: 1px solid white;
}

.footer-side {
  max-width: 600px;
}

.menu-items {
  max-width: 150px;
  margin-left: 0px;
  margin-top: 40px;
 
}

.menu-items li {
  justify-content: left;
  margin-left: 0px;
  padding-bottom: 16px;
  
}

.menu-items li:last-of-type {
  padding-bottom: 0;
}

.right-logos {
  margin-top:40px;
  margin-bottom: 32px;
  justify-content:flex-end;
  max-width: 275px;
}

.left-logo {
  max-height: 100px;
  max-width: 230px;
  margin-left: 0;
  margin-top: 40px;
  margin-right: 100px;
  justify-content: flex-start;
}

.top-items {
  max-width: 600px;
  justify-content: space-between;
}

.social-icons {
  padding-right: 12px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 24px;
  align-content: center;
}

.footer p {
  font-size: 12px;
  font-weight: 100;
  width: 600px;
}

.footer p:-type {
  padding-top: 16px;
}