.App {
  width: 100%;
  height: 102vh; }
  .App a.aboutAnchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden; }
    @media (max-width: 1050px) {
      .App a.aboutAnchor {
        top: -150px; } }
  .App a.artistAnchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden; }
    @media (max-width: 1050px) {
      .App a.artistAnchor {
        top: -150px; } }
  .App a.packagesAnchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden; }
    @media (max-width: 1050px) {
      .App a.packagesAnchor {
        top: -150px; } }
  .App a.contactAnchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden; }
    @media (max-width: 1050px) {
      .App a.contactAnchor {
        top: -150px; } }

.book-bar {
  padding-top: 10px;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  text-align: center;
  position: fixed;
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  background: white; }
  .book-bar .subtitles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    height: auto;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background: white;
    font-size: 32px; }
    @media (max-width: 1050px) {
      .book-bar .subtitles {
        justify-content: center;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 32px; } }
    @media (max-width: 600px) {
      .book-bar .subtitles {
        justify-content: center;
        height: auto;
        width: 90%;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 22px; } }
    .book-bar .subtitles a {
      padding: 10px; }

.slider-section {
  display: flex;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  flex-wrap: wrap;
  height: auto;
  width: 100%; }
  .slider-section img {
    flex-shrink: 0;
    height: 100%;
    width: auto; }

.credits p {
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  font-size: 15px; }

html, body {
  width: 100%;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  background-size: 102.5% auto; }
  @media (max-width: 1450px) {
    html, body {
      background-size: auto 100%;
      background-position: center; } }

a {
  text-decoration: none;
  color: black; }

.panel-section {
  height: 15%;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .panel-section .about {
    padding-top: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    min-height: 100%;
    z-index: -1;
    background: #EEEEEE;
    opacity: 1;
    color: black; }
    .panel-section .about hr {
      width: 80%; }
    .panel-section .about h1 {
      padding-top: 10px;
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 40px;
      text-align: center;
      padding-bottom: 20px;
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em; }
    .panel-section .about video {
      width: 80%;
      height: auto;
      max-width: 900px; }
    .panel-section .about .content-container {
      width: 50%;
      max-width: 900px;
      min-height: 100%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 0;
      padding-bottom: 40px; }
      .panel-section .about .content-container p {
        font-family: 'Quicksand', sans-serif;
        font-weight: normal;
        font-size: 25px; }
      .panel-section .about .content-container label {
        font-family: 'Quicksand', sans-serif;
        font-weight: normal;
        font-size: 20px; }
      .panel-section .about .content-container .about-expand-state {
        display: none;
        opacity: 0; }
      .panel-section .about .content-container .about-expand-wrap {
        margin-bottom: 0; }
      @media (max-width: 900px) {
        .panel-section .about .content-container {
          text-align: center;
          min-height: 100px;
          width: 90%; }
          .panel-section .about .content-container .about-expand-state {
            display: none;
            opacity: 0; }
          .panel-section .about .content-container .about-expand-target {
            opacity: 0;
            max-height: 0;
            font-size: 0;
            transition: .25s ease; }
          .panel-section .about .content-container .about-expand-state:checked ~ .about-expand-wrap
          .about-expand-target {
            opacity: 1;
            font-size: inherit;
            max-height: 999em; }
          .panel-section .about .content-container .about-expand-state:checked ~ .about-expand-wrap
          br {
            display: inline; }
          .panel-section .about .content-container .about-expand-state ~ .about-expand-wrap
          br {
            display: none; }
          .panel-section .about .content-container .about-expand-state ~ .about-expand-trigger:before {
            content: 'Show more'; }
          .panel-section .about .content-container .about-expand-state:checked ~ .about-expand-trigger:before {
            content: 'Show less'; }
          .panel-section .about .content-container .about-expand-trigger {
            padding-top: -20px;
            cursor: pointer;
            display: inline-block;
            color: #555555;
            font-size: 20px;
            line-height: 1;
            border: none;
            border-radius: .25em; } }
  .panel-section .packages {
    background: #EEEEEE;
    padding-top: 10px;
    padding-bottom: 20px; }
    .panel-section .packages h1 {
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 40px;
      padding-bottom: 50px; }
    .panel-section .packages h2 {
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 25px;
      padding-bottom: 30px; }
      @media (max-width: 1050px) {
        .panel-section .packages h2 {
          padding-left: 10px;
          padding-right: 10px;
          padding-bottom: 30px; } }
    .panel-section .packages p {
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 20px;
      color: black; }
    .panel-section .packages button {
      display: block;
      height: auto;
      border: none;
      background: none; }
    .panel-section .packages .content-container {
      display: flex;
      justify-content: space-around;
      align-items: flex-start;
      flex-wrap: wrap;
      width: 70%;
      max-width: 850px;
      margin-left: auto;
      margin-right: auto; }
      .panel-section .packages .content-container .package-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 400px;
        height: auto;
        padding-top: 20px; }
      .panel-section .packages .content-container .productImage {
        width: 50px;
        height: auto; }
  .panel-section .artists {
    padding-top: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    display: block;
    z-index: -1;
    width: 50%;
    height: auto;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto; }
    .panel-section .artists hr {
      width: 80%; }
    .panel-section .artists h1 {
      padding-top: 10px;
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 40px;
      text-align: center;
      padding-bottom: 20px;
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em; }
    .panel-section .artists .artist-flex {
      display: flex;
      align-items: flex-start;
      justify-content: space-around;
      flex-wrap: wrap;
      height: auto;
      padding-top: 20px;
      padding-bottom: 20px; }
      .panel-section .artists .artist-flex h2 {
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        font-weight: normal;
        font-size: 30px;
        word-wrap: normal; }
      .panel-section .artists .artist-flex p {
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        font-weight: normal;
        font-size: 20px; }
      .panel-section .artists .artist-flex a {
        text-decoration: none;
        color: inherit;
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        font-weight: normal;
        font-size: 19px; }
      .panel-section .artists .artist-flex img {
        text-align: center;
        height: 150px;
        width: auto;
        border-radius: 20%; }
  .panel-section .email-div {
    padding-top: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    z-index: -1;
    width: 30%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 150px;
    text-align: center;
    background: white;
    opacity: 1;
    color: black; }
    .panel-section .email-div hr {
      width: 80%; }
    .panel-section .email-div h1 {
      padding-top: 10px;
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 40px;
      text-align: center;
      padding-bottom: 20px;
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em; }
    @media (max-width: 1300px) {
      .panel-section .email-div {
        width: 90%;
        margin-left: auto;
        margin-right: auto; } }
    .panel-section .email-div strong {
      font-weight: bold; }
    .panel-section .email-div a {
      text-decoration: none;
      color: inherit;
      text-align: center;
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 30px; }
    .panel-section .email-div img {
      width: 50px;
      height: auto;
      padding: 5px; }
    .panel-section .email-div h1 {
      width: 100%;
      text-align: center;
      padding-bottom: 30px; }
      @media (max-width: 1300px) {
        .panel-section .email-div h1 {
          margin-left: auto;
          margin-right: auto; } }
    .panel-section .email-div label {
      text-align: center;
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 25px;
      padding-bottom: 20px; }
    .panel-section .email-div form {
      text-align: left;
      font-size: 20px; }
      .panel-section .email-div form label {
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        font-weight: normal;
        font-size: 20px;
        padding-bottom: 10px; }
      .panel-section .email-div form .form-name-field {
        width: 80%;
        max-width: 900px;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        font-size: 20px; }
        @media (max-width: 1300px) {
          .panel-section .email-div form .form-name-field {
            width: 80%;
            max-width: 900px; } }
      .panel-section .email-div form .form-email-field {
        width: 80%;
        max-width: 900px;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        font-size: 20px; }
        @media (max-width: 1300px) {
          .panel-section .email-div form .form-email-field {
            width: 80%; } }
      .panel-section .email-div form textarea {
        width: 100%;
        height: 200px;
        max-width: 900px;
        resize: none;
        font-family: 'Quicksand', sans-serif;
        font-weight: bold;
        font-size: 20px; }
        @media (max-width: 1300px) {
          .panel-section .email-div form textarea {
            width: 100%;
            height: 150px; } }
    .panel-section .email-div button {
      background: none !important;
      color: inherit;
      border: none;
      padding: 0 !important;
      font: inherit;
      cursor: pointer;
      outline: inherit !important;
      font-family: 'Quicksand', sans-serif;
      font-weight: normal;
      font-size: 20px; }
    .panel-section .email-div .inputButtons {
      height: 50px;
      width: 300px;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin-left: auto;
      margin-right: auto; }
