:root {
  --color-background: #100f0c;
  --color-text: #9f9f9f;
  --color-text-alt: #f0eeee;
  --color-text-alt2: #9f9f9f;
  --color-text-dark: #584d66;
  --color-primary: #d9a520;
  --color-primary2: #c41846;
  --color-primary3: #4d0216;
  --color-primary3: #2f161d;
  --object-shadow: #f0c02100;
  --color-primary: #daa520;
  --color-shadow: #333;
  --form-shadow: rgba(178, 177, 177, 0.638);
  --color-1: #f5ef87;
  --color-2: #daa520;
  --color-3: #832c2c;
  --color-4: #4d0216;
  --color-5: #584d66;
  --color-6: #1a1710;
  /*  */
  --color-7: #f5ef87;
  --color-8: #daa520;
  --color-9: #3f5d48;
  --color-10: #1d2a21;
  --color-11: #352929;
  --color-12: #1a1710;
  /*  */
  --color-13: #f5ef87;
  --color-14: #daa520;
  --color-15: #f5c78e;
  --color-16: #4d3302;
  --color-17: #4d0216;
  --color-18: #1a1710;
  --gray-0: #f8f8f8;
  --gray-1: #dbe1e8;
  --gray-2: #b2becd;
  --gray-3: #6c7983;
  --gray-4: #454e56;
  --test-s: #6262629d;
  --gray-5: #2a2e35;
  --gray-6: #12181b;
  --tab-color: #191d2d;
  --tab-hover: #f8f8f8; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  text-decoration: none; }

body {
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: 'Roboto', sans-serif;
  position: absolute; }

.highlight-text {
  color: var(--color-accent-medium); }

.header-border {
  box-shadow: 0 0 8px 1px var(--color-accent-medium); }

.active-tab {
  background: var(--color-accent-medium);
  border-radius: 20px 0 0 0; }

#header {
  position: sticky;
  height: 220px;
  width: 100vw;
  z-index: 7;
  display: flex;
  align-items: center; }
  #header #mobile-logo-pic {
    display: none; }
  #header .head-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: visible; }
    #header .head-container a {
      text-decoration: none; }
    #header .head-container .logo-box {
      height: 200px;
      display: flex;
      align-items: center;
      color: var(--color-text-alt);
      position: relative;
      z-index: 6; }
      #header .head-container .logo-box .I-Am-text {
        display: inline;
        font-size: 4rem;
        font-family: 'Anton', sans-serif;
        padding-top: 1%;
        width: 200px;
        z-index: 5; }
      #header .head-container .logo-box .K-logo {
        width: 175px;
        position: absolute;
        top: 0;
        left: 85px;
        z-index: 1; }
      #header .head-container .logo-box .endrell-text {
        display: inline;
        font-size: 5rem;
        font-weight: 600;
        letter-spacing: 0.2rem;
        font-family: 'Playfair Display', serif;
        color: var(--color-primary); }
    #header .head-container .right-header {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      #header .head-container .right-header #nav-btn {
        display: none; }
      #header .head-container .right-header #navbar {
        display: flex;
        justify-content: space-between;
        font-size: 1.2rem;
        width: auto;
        padding: 0.5rem 0; }
        #header .head-container .right-header #navbar li {
          color: white;
          border-bottom: 3px transparent solid;
          padding-bottom: 0.5rem;
          transition: border-color 0.5s;
          width: auto;
          margin: 0 1rem;
          font-size: 1.4rem; }
          #header .head-container .right-header #navbar li a {
            width: 100%;
            text-align: center;
            color: var(--color-text-alt); }
            #header .head-container .right-header #navbar li a:hover {
              cursor: pointer;
              color: var(--color-primary); }
            #header .head-container .right-header #navbar li a.current {
              border-bottom: 3px var(--color-primary) solid;
              padding-bottom: 0.6rem;
              font-size: 1.5rem;
              font-weight: 700;
              color: var(--color-primary); }
  #header h1 {
    text-align: center;
    font-size: 7rem;
    margin-top: -3rem;
    color: var(--color-primary);
    color: white; }

#home #advert-container {
  position: relative;
  height: 80vh;
  width: 100vw; }
  #home #advert-container #advert {
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    top: 10%;
    width: 340px;
    height: 1100px;
    overflow: hidden; }
    #home #advert-container #advert #ad-marquee {
      width: 90%;
      margin: 1rem; }
    #home #advert-container #advert #xmas {
      width: 100%;
      margin-bottom: 1rem; }
    #home #advert-container #advert a {
      width: 90%; }
      #home #advert-container #advert a .btn-light2 {
        width: 100%; }

#home .frame {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh; }
  #home .frame #box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    #home .frame #box img {
      height: 93%;
      position: absolute;
      bottom: 0; }

#about {
  --color-background: #f0eeee;
  --color-text-alt: #333;
  --color-text-alt2: #000000;
  --color-text: #584d66;
  --color-primary: #d9a520;
  --color-primary2: #b80031;
  --color-primary3: #9b0d33;
  --object-shadow: #44b6df5c; }
 #about #bio #about-me {
  position: relative;
  z-index: 11;
  display: flex;
    margin-top: 3rem;
    margin-bottom: 1rem; }
  #about #bio #about-me #hori-space {
    display: none; }

#about #bio #about-me .title {
  font-size: 2rem;
  margin-bottom: 0;
  margin-left: 1rem; }

#about #bio #bio-section {
  padding: 1rem; }
  #about #bio #bio-section p {
    font-size: 18pt;
    margin-bottom: 2rem;
    line-height: 1.3; }
  #about #bio #bio-section #bio-top {
    display: flex;
    min-height: 840px; }
    #about #bio #bio-section #bio-top #bio-pic {
      min-width: 65%;
      margin: 0 4rem 0 0;
      z-index: 10;
      box-shadow: 0 0px 10px 4px var(--object-shadow); }
    #about #bio #bio-section #bio-top #top-text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: start; }
  #about #bio #bio-section #bio-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-top: 3rem; }
  #about #bio #bio-section a {
    color: var(--color-primary); }
  #about #bio #bio-section #book-promo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 500px;
    width: 100%;
    margin: 2rem 0 7rem; }
    #about #bio #bio-section #book-promo-section #book-pic {
      width: 55%; }
    #about #bio #bio-section #book-promo-section #book-quotes {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      height: 100%;
      width: 40%; }
      #about #bio #bio-section #book-promo-section #book-quotes p {
        margin-bottom: 1rem; }
      #about #bio #bio-section #book-promo-section #book-quotes .quote-att {
        padding-left: 3rem; }
      #about #bio #bio-section #book-promo-section #book-quotes .b-quote {
        color: var(--color-primary); }
      #about #bio #bio-section #book-promo-section #book-quotes #quote-1 {
        margin-bottom: 3rem; }

#shows .title {
  color: #b1b1b1; }

#shows #shows-section {
  position: relative;
  z-index: 11;
  margin-bottom: 8rem; }
  #shows #shows-section p {
    font-size: 18pt;
    margin-bottom: 2rem;
    line-height: 1.3; }
  #shows #shows-section #shows-hero {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    min-height: 840px;
    padding: 1rem;
    position: relative; }
    #shows #shows-section #shows-hero .show-box {
      width: 30%;
      height: 75%;
      background: black;
      border: solid 2px var(--color-primary);
      box-shadow: 0 0 10px 5px var(--gray-5);
      top: 15%; }
      #shows #shows-section #shows-hero .show-box .show-label {
        text-align: center;
        font-size: 2.3rem;
        margin: 0; }
      #shows #shows-section #shows-hero .show-box .show-img {
        width: 90%;
        margin: 0; }
    #shows #shows-section #shows-hero #left-show {
      position: absolute;
      left: 1%;
      z-index: 20; }
      #shows #shows-section #shows-hero #left-show #active-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        position: relative; }
      #shows #shows-section #shows-hero #left-show a {
        width: 100%; }
        #shows #shows-section #shows-hero #left-show a .btn-light2 {
          width: 90%;
          margin: auto; }
    #shows #shows-section #shows-hero #right-show {
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      position: absolute;
      right: 1%;
      z-index: 20; }
  #shows #shows-section #mobile-shows-hero {
    display: none; }
  #shows #shows-section #more-shows {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 90%;
    margin: auto; }
    #shows #shows-section #more-shows .show-box {
      margin-top: 3rem;
      width: 35%;
      height: 640px;
      background: black;
      border: solid 2px var(--color-primary);
      box-shadow: 0 0 10px 5px var(--gray-5);
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      padding: 2rem 0; }
      #shows #shows-section #more-shows .show-box .show-label {
        text-align: center;
        font-size: 2.3rem;
        margin: 0; }
      #shows #shows-section #more-shows .show-box .show-label2 {
        text-align: center;
        font-size: 1.7rem;
        margin: 0; }
      #shows #shows-section #more-shows .show-box .show-img {
        width: 90%;
        margin: 0; }
  #shows #shows-section #marquee-now {
    position: absolute;
    top: 4%;
    left: 1%;
    width: 30%;
    z-index: 21; }
  #shows #shows-section #marquee-soon {
    display: none;
    position: absolute;
    top: 4%;
    right: 1%;
    width: 30%;
    z-index: 21; }
  #shows #shows-section #show-pic {
    width: 50%;
    margin: 0 4rem 0 0;
    z-index: 10; }
  #shows #shows-section #hero-img-box {
    width: 44%;
    margin: auto; }
    #shows #shows-section #hero-img-box #show-pic {
      width: 100%; }
  #shows #shows-section #shows-text {
    position: relative;
    z-index: 11; }

#shows #contact-section #contact-message {
  color: var(--color-primary);
  font-size: 3rem;
  margin: 2rem 0 4rem;
  text-align: center; }

#shows #contact-section form {
  background: rgba(78, 77, 76, 0.411);
  width: 85%;
  margin: 0 auto 2rem;
  padding: 2rem;
  border-radius: 15px; }
  #shows #contact-section form #form-top {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    #shows #contact-section form #form-top .input-group {
      width: 48%; }
    #shows #contact-section form #form-top #form-gap {
      width: 10%; }
  #shows #contact-section form .input-group {
    display: flex;
    flex-direction: column; }
    #shows #contact-section form .input-group ::placeholder {
      color: var(--color-text);
      font-style: italic; }
    #shows #contact-section form .input-group label {
      margin: 0.5rem 0; }
    #shows #contact-section form .input-group input {
      color: var(--color-primary);
      border: none;
      height: 3rem;
      padding: 1rem 1rem;
      font-size: 15pt;
      margin-bottom: 2rem;
      border-radius: 8px; }
      #shows #contact-section form .input-group input:focus {
        outline: none; }
  #shows #contact-section form #message {
    color: var(--color-primary);
    height: 10rem;
    padding: 1rem 1rem;
    font-size: 15pt;
    margin-bottom: 2rem;
    overflow-y: visible;
    resize: none;
    border: none;
    border-radius: 8px; }
    #shows #contact-section form #message:focus {
      outline: none; }
  #shows #contact-section form button {
    width: 100%;
    margin-top: 1rem; }

#shows #contact-section #required-message {
  width: 80%;
  margin: 0 auto 10rem; }

#journal {
  --color-background: #f0eeee;
  --color-text-alt: #333;
  --color-text-alt2: #000000;
  --color-text: #584d66;
  --color-primary: #d9a520;
  --color-primary2: #b80031;
  --color-primary3: #9b0d33;
  --object-shadow: #44b6df; }
  #journal #journal-back {
    height: 95vh;
    width: 100%;
    background-position-y: 80%;
    background-color: gainsboro;
    margin-bottom: 2rem; }
    #journal #journal-back #journal-section {
      display: flex;
      justify-content: space-between;
      height: 100%;
      width: 100%;
      padding: 1rem 0; }
      #journal #journal-back #journal-section #img-box {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.55);
        width: 49%; }
        #journal #journal-back #journal-section #img-box img {
          width: 95%; }
      #journal #journal-back #journal-section #text-box {
        background: rgba(255, 255, 255, 0.55);
        width: 49%;
        padding: 1rem; }
        #journal #journal-back #journal-section #text-box #journal-box {
          height: 95%;
          overflow: hidden;
          overflow-y: scroll;
          padding-right: 1rem; }
          #journal #journal-back #journal-section #text-box #journal-box .entry-box {
            margin: 1rem 0; }
            #journal #journal-back #journal-section #text-box #journal-box .entry-box .date {
              text-align: right;
              margin: 2rem 1rem 1rem;
              font-weight: 700;
              font-size: 1.8rem; }
            #journal #journal-back #journal-section #text-box #journal-box .entry-box .journal-text {
              height: 95%;
              padding: 1rem; }
              #journal #journal-back #journal-section #text-box #journal-box .entry-box .journal-text p {
                font-size: 18pt;
                margin-bottom: 2rem;
                line-height: 1.3; }
                #journal #journal-back #journal-section #text-box #journal-box .entry-box .journal-text p:last-child {
                  margin-bottom: 0;
                  padding-bottom: 1rem; }
            #journal #journal-back #journal-section #text-box #journal-box .entry-box .bottom-bar {
              height: 2px;
              width: 95%;
              background-color: #9dcbdbbc;
              margin: 0 auto 2.5rem; }
  #journal #journal-contact-section {
    z-index: 30; }
    #journal #journal-contact-section #sub-message {
      width: 100%;
      margin: 2rem auto;
      text-align: center; }
    #journal #journal-contact-section form {
      background: rgba(78, 77, 76, 0.411);
      width: 95%;
      margin: 0 auto 2rem;
      padding: 2rem;
      border-radius: 15px;
      outline: var(--color-primary) solid 2px; }
      #journal #journal-contact-section form #form-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        #journal #journal-contact-section form #form-top .input-group {
          width: 40%; }
      #journal #journal-contact-section form .input-group {
        display: flex;
        flex-direction: column; }
        #journal #journal-contact-section form .input-group ::placeholder {
          color: var(--color-text);
          font-style: italic; }
        #journal #journal-contact-section form .input-group input {
          color: var(--color-primary);
          border: none;
          height: 3rem;
          padding: 1rem 1rem;
          font-size: 15pt;
          border-radius: 8px;
          box-shadow: 0 2px 6px 5px rgba(115, 115, 114, 0.574); }
          #journal #journal-contact-section form .input-group input:focus {
            outline: none; }
      #journal #journal-contact-section form #message {
        color: var(--color-primary);
        height: 10rem;
        padding: 1rem 1rem;
        font-size: 15pt;
        margin-bottom: 2rem;
        overflow-y: visible;
        resize: none;
        border: none;
        border-radius: 8px; }
      #journal #journal-contact-section form button {
        width: 15%; }
    #journal #journal-contact-section #required-message {
      width: 80%;
      margin: 0 auto 10rem; }

#press #articles-section {
  margin-bottom: 4rem; }
  #press #articles-section .title {
    margin-bottom: 2rem; }
  #press #articles-section #article-blurb {
    font-size: 1.5rem;
    color: var(--color-text-alt2);
    padding-left: 1rem;
    margin-bottom: 2rem; }
  #press #articles-section #article-frame {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem; }
    #press #articles-section #article-frame .article-box {
      background: rgba(0, 0, 0, 0);
      background: white;
      transition: box-shadow 0.7s;
      width: 30%;
      height: 90%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      padding: 1rem;
      overflow: hidden; }
      #press #articles-section #article-frame .article-box .article-logo {
        height: 12%; }
      #press #articles-section #article-frame .article-box .article-pic {
        height: 55%; }
      #press #articles-section #article-frame .article-box .article-title {
        font-size: 1.4rem;
        color: var(--color-text-dark);
        text-align: center; }
    #press #articles-section #article-frame .article-box:hover {
      outline: solid 2px #010100;
      box-shadow: 0 0 12px 6px #c1a445; }

#press #interview-section .video-box {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 6rem; }
  #press #interview-section .video-box .media-desc-box {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 1rem; }
    #press #interview-section .video-box .media-desc-box .label {
      color: white;
      font-size: 2.5rem;
      margin-bottom: 0.5rem; }
    #press #interview-section .video-box .media-desc-box p {
      font-size: 14pt;
      margin-left: 1rem;
      width: 85%; }
    #press #interview-section .video-box .media-desc-box .media-quote {
      font-size: 20pt;
      font-weight: 700;
      color: var(--color-primary); }
  #press #interview-section .video-box .video-frame,
  #press #interview-section .video-box video {
    width: 100%;
    max-width: 516px; }
    #press #interview-section .video-box .video-frame iframe,
    #press #interview-section .video-box video iframe {
      height: 315px;
      width: 100%; }

#footer {
  background-color: var(--color-background);
  border-top: var(--color-primary) solid 1px;
  display: flex;
  flex-direction: column;
  font-size: 0.9rem; }
  #footer #footer-container {
    padding: 0 2rem;
    margin-top: 0;
    margin-bottom: 0; }
  #footer img {
    width: 28%; }
  #footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.75rem 0; }
  #footer a {
    color: var(--color-text); }
  #footer #links {
    display: flex;
    justify-content: space-between;
    width: 35%; }
    #footer #links li {
      font-size: 1.1rem; }
      #footer #links li.current {
        border-bottom: 3px var(--color-primary) solid; }
    #footer #links a:hover {
      color: var(--color-primary);
      border-bottom: solid var(--color-primary) 2px;
      padding-bottom: 0.5rem; }
  #footer #footer-middle #footer-middle-left {
    display: flex;
    flex-direction: column;
    color: var(--color-text);
    font-size: 1.3rem; }
    #footer #footer-middle #footer-middle-left a:hover {
      color: var(--color-primary);
      text-decoration: underline; }
  #footer #footer-middle #footer-middle-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px; }
    #footer #footer-middle #footer-middle-right i {
      color: var(--color-primary); }
  #footer #footer-bottom {
    border-top: 1px solid #494949;
    color: var(--gray-3);
    height: 30px;
    width: 100%;
    margin: 0 0 1rem; }
    #footer #footer-bottom .container {
      display: flex;
      justify-content: center; }
      #footer #footer-bottom .container #footer-bottom-content {
        width: 40%;
        display: flex;
        justify-content: space-evenly;
        align-items: center; }
        #footer #footer-bottom .container #footer-bottom-content a {
          color: var(--color-primary); }
          #footer #footer-bottom .container #footer-bottom-content a:hover {
            text-decoration: underline; }

.container {
  max-width: 1280px;
  width: 90%;
  margin: 1rem auto 0;
  overflow: hidden;
  padding: 0 1rem; }

.p-1 {
  padding: 1rem; }

.p-2 {
  padding: 2rem; }

.p-3 {
  padding: 3rem; }

.p-4 {
  padding: 4rem; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.px-1 {
  padding: 0 1rem; }

.heading {
  font-size: 2.6rem;
  letter-spacing: 4px;
  color: var(--color-dark); }

.center-middle {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

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

.title {
  font-size: 4.5rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin: 3rem 0 3rem;
  color: #b1b1b1;
  font-family: 'Syncopate', system-ui; }

.label {
  font-size: 3.5rem;
  letter-spacing: 1.5px;
  color: var(--color-primary);
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 2rem; }

.sub-label {
  font-size: 1.2rem;
  letter-spacing: 1.5px;
  font-weight: 700;
  color: var(--color-primary); }

.btn-light, .btn-light2, .btn-v2, .btn-dark {
  width: 180px;
  height: 45px;
  padding: 0.4rem 0;
  transition: background-color 0.5s, box-shadow 0.5s;
  border: none;
  border-radius: 10px;
  font-size: 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.btn {
  transition: 0.7s; }
  .btn-light {
    background-color: #daa520;
    color: white;
    border: 2px solid #d8c490; }
    .btn-light:hover {
      background-color: #f6bf36;
      color: #fffcfc;
      text-shadow: 0 0 5px #705d09;
      box-shadow: 0 0 10px 5px #8a852a85;
      border: 2px solid #d2b05a; }
  .btn-light2 {
    background-color: #daa520;
    color: white;
    border: 2px solid #d8c490; }
    .btn-light2:hover {
      background-color: #f6bf36;
      color: #fffcfc;
      box-shadow: 0 0 8px 7px #eee75c85;
      border: 2px solid #726339;
      text-shadow: 0 0 5px #705d09; }
  .btn-v2 {
    background-color: #4d0216;
    color: white;
    border: 2px solid #630c0c; }
    .btn-v2:hover {
      background-color: #b30000;
      border: 2px solid #824d4d;
      color: #fffcfc;
      box-shadow: 0 0 9px 3px #250606;
      text-shadow: 0 0 5px #705d09; }
  .btn-dark {
    background-color: #790927;
    color: white; }
    .btn-dark:hover {
      background-color: #b81828;
      box-shadow: 0 0 10px 1px #5b0c21; }

.bar {
  width: 15%;
  margin: auto;
  border-top: 3px solid var(--color-primary);
  padding-bottom: 2rem; }

.invisible {
  display: none; }

.text-primary {
  color: #d9a520; }

.text-dark {
  color: #333; }

.text-white {
  color: white; }

.heavy {
  font-weight: 800;
  font-size: 1.4rem; }

.highlight {
  color: var(--color-primary);
  font-weight: 700;
  font-style: italic; }

#project-nav {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 5%;
  left: 5%;
  height: 40px;
  background: rgba(51, 51, 51, 0.437);
  border-radius: 25px;
  z-index: 100; }
  #project-nav #p-nav-btn {
    display: flex;
    align-items: center;
    color: var(--gray-1);
    height: 40px;
    padding: 1rem;
    opacity: 0.6;
    cursor: pointer; }
    #project-nav #p-nav-btn i {
      rotate: 0deg;
      transition: all 0.6s; }
  #project-nav #p-nav-items {
    display: flex;
    align-items: center;
    height: 100%; }
  #project-nav .p-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem;
    border-left: var(--gray-0) solid 1px; }
    #project-nav .p-nav-item a {
      color: white;
      opacity: 0.6; }

@media screen and (max-width: 600px) {
  body {
    width: 100vw; }
  .active-tab {
    border-radius: 30px 0 0 30px; }
  .container {
    width: 100%;
    max-width: 100vw;
    margin: 0; }
  #header {
    height: auto;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 50; }
    #header #mobile-logo-pic {
      display: inline;
      width: 90%; }
    #header .head-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: end;
      margin: 0; }
      #header .head-container .logo-box {
        display: none; }
      #header .head-container .right-header #nav-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem;
        margin-top: 2px;
        border-radius: 50%;
        z-index: 99;
        width: 50px;
        height: 50px;
        position: relative;
        overflow: hidden; }
        #header .head-container .right-header #nav-btn #b1,
        #header .head-container .right-header #nav-btn #b2,
        #header .head-container .right-header #nav-btn #b3 {
          position: absolute;
          top: 46%;
          left: 10%; }
        #header .head-container .right-header #nav-btn .menu-bar {
          width: 40px;
          background: var(--color-primary);
          height: 5px;
          border-radius: 10px; }
        #header .head-container .right-header #nav-btn .top-shift {
          transform: rotate(45deg);
          transform-origin: center;
          transition: 300ms ease-in-out; }
        #header .head-container .right-header #nav-btn .bottom-shift {
          width: 40px;
          transform: rotate(-45deg);
          transform-origin: center;
          transition: 300ms ease-in-out; }
      #header .head-container .right-header #navbar {
        display: flex;
        flex-direction: column;
        text-align: left;
        justify-content: flex-start;
        position: fixed;
        inset: 0 0 0 40%;
        background: rgba(131, 130, 129, 0.8);
        backdrop-filter: blur(0.5rem);
        padding: 15rem 2rem;
        font-size: 1.2rem;
        width: 500px;
        z-index: 50;
        transition: transform 0.6s ease-out;
        transform: translateX(100%); }
        #header .head-container .right-header #navbar li {
          color: #f8f8f8;
          border-bottom: 3px transparent solid;
          padding-bottom: 0.5rem;
          transition: border-color 0.5s;
          width: 4em;
          margin-bottom: 2rem; }
          #header .head-container .right-header #navbar li:hover {
            cursor: pointer;
            border-bottom: 3px var(--color-text) solid; }
          #header .head-container .right-header #navbar li.current {
            border-bottom: 3px var(--color-primary2) solid; }
  .title {
    font-size: 3.5rem;
    margin: 2rem 0; }
  #home #advert-container {
    display: none; }
  #about .title {
    margin: 1rem 0; }
  #about #bio #about-me {
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: column; }
    #about #bio #about-me #vert-space {
      display: none; }
    #about #bio #about-me #hori-space {
      display: block;
      width: 25%;
      border-bottom: solid 1px gray; }
  #about #bio #about-me .title {
    margin-left: 0; }
  #about #bio #bio-section #bio-top {
    flex-direction: column; }
    #about #bio #bio-section #bio-top #bio-pic {
      width: 100%;
      margin: 0; }
    #about #bio #bio-section #bio-top #top-text {
      margin-top: 2rem; }
  #about #bio #bio-section #bio-bottom {
    margin-top: 1rem; }
  #about #bio #bio-section #book-promo-section {
    flex-direction: column;
    height: auto; }
    #about #bio #bio-section #book-promo-section #book-pic {
      width: 100%; }
    #about #bio #bio-section #book-promo-section #book-quotes {
      width: 100%;
      margin-top: 3rem; }
  #shows #shows-section {
    margin-bottom: 5rem; }
    #shows #shows-section #shows-hero {
      min-height: auto; }
      #shows #shows-section #shows-hero #left-show,
      #shows #shows-section #shows-hero #right-show {
        display: none; }
      #shows #shows-section #shows-hero #marquee-now,
      #shows #shows-section #shows-hero #marquee-may,
      #shows #shows-section #shows-hero #soulful-xmas,
      #shows #shows-section #shows-hero #love-mama {
        display: none; }
      #shows #shows-section #shows-hero #hero-img-box {
        width: 100%; }
    #shows #shows-section #mobile-shows-hero {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center; }
      #shows #shows-section #mobile-shows-hero .show-box {
        width: 100%;
        height: auto;
        background: black;
        border: solid 2px var(--color-primary);
        box-shadow: 0 0 10px 5px var(--gray-5);
        top: 15%; }
        #shows #shows-section #mobile-shows-hero .show-box .show-label {
          text-align: center;
          font-size: 2.3rem;
          margin: 0; }
        #shows #shows-section #mobile-shows-hero .show-box .show-img {
          width: 90%;
          margin: 1rem 0; }
      #shows #shows-section #mobile-shows-hero #mobile-soulful-xmas {
        z-index: 20;
        margin-bottom: 4rem; }
        #shows #shows-section #mobile-shows-hero #mobile-soulful-xmas #active-box {
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: center; }
        #shows #shows-section #mobile-shows-hero #mobile-soulful-xmas a {
          width: 100%; }
          #shows #shows-section #mobile-shows-hero #mobile-soulful-xmas a .btn-light2 {
            width: 90%;
            margin: 0 auto 1rem; }
      #shows #shows-section #mobile-shows-hero #mobile-love-mama {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        margin-bottom: 5rem;
        z-index: 20; }
    #shows #shows-section #more-shows {
      width: 100%;
      flex-direction: column; }
      #shows #shows-section #more-shows .show-box {
        width: 100%; }
  #shows #contact-section #contact-message {
    margin: 2rem 0; }
  #shows #contact-section form #form-top {
    flex-direction: column; }
    #shows #contact-section form #form-top #input-name,
    #shows #contact-section form #form-top #input-email {
      width: 100%; }
  #shows #contact-section #required-message {
    margin: 0 auto 3rem; }
  #press .label {
    font-size: 2.5rem; }
  #press #articles-section #article-frame {
    flex-direction: column;
    height: auto; }
    #press #articles-section #article-frame .article-box {
      height: 600px;
      width: 100%;
      margin-bottom: 1.5rem; }
      #press #articles-section #article-frame .article-box .article-logo {
        margin-bottom: 1rem; }
      #press #articles-section #article-frame .article-box .article-pic {
        height: 50%;
        margin-bottom: 1rem; }
      #press #articles-section #article-frame .article-box .article-title {
        margin-bottom: 1rem; }
  #press #interview-section .video-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    justify-content: space-between;
    margin-bottom: 6rem; }
    #press #interview-section .video-box .media-desc-box {
      width: 100%;
      text-align: center; }
      #press #interview-section .video-box .media-desc-box .label {
        font-size: 1.8rem; }
      #press #interview-section .video-box .media-desc-box p {
        width: 100%;
        margin-left: 0; }
      #press #interview-section .video-box .media-desc-box .media-quote {
        display: none; }
    #press #interview-section .video-box iframe {
      width: 100%; }
    #press #interview-section .video-box #momma-frame {
      height: 235px; }
  #journal #journal-back {
    height: auto; }
    #journal #journal-back #journal-section {
      align-items: center;
      flex-direction: column;
      padding: 1rem; }
      #journal #journal-back #journal-section #img-box {
        width: 100%;
        margin-bottom: 2rem; }
      #journal #journal-back #journal-section #text-box {
        width: 100%; }
        #journal #journal-back #journal-section #text-box #date {
          text-align: left; }
  #journal #journal-contact-section #sub-message {
    font-size: 2rem;
    margin: 0rem 0 2rem auto; }
  #journal #journal-contact-section form {
    padding: 1rem; }
    #journal #journal-contact-section form #form-top {
      flex-direction: column; }
      #journal #journal-contact-section form #form-top .input-group {
        width: 100%;
        margin-bottom: 1rem; }
    #journal #journal-contact-section form button {
      width: 100%; }
  #footer #footer-container {
    padding: 0 1rem; }
  #footer #footer-top {
    flex-direction: column; }
    #footer #footer-top img {
      width: 80%; }
    #footer #footer-top ul {
      display: none;
      width: 90%; }
  #footer .footer-row {
    width: 100%; }
  #footer #footer-middle #footer-middle-right {
    width: 85px;
    margin-right: 0.7rem; }
  #footer #footer-bottom {
    height: 55px;
    margin: 1rem 0;
    padding: 2rem 0 1rem; }
    #footer #footer-bottom .container {
      justify-content: space-between;
      margin: 1rem 0; }
      #footer #footer-bottom .container #footer-bottom-content {
        flex-direction: column;
        width: 100%; }
        #footer #footer-bottom .container #footer-bottom-content p {
          margin-bottom: 0.5rem; }
        #footer #footer-bottom .container #footer-bottom-content #footer-divider {
          display: none; } }
