body {
  background-color: #151D31;
  background-image: linear-gradient(to top left, #263559, #263559, #263559, #151D31, #151D31);
  color: #D2D2E1;
  font-family: "komet", "source-sans-pro", "arial", sans-serif;
  font-style: normal;
  font-weight: 100;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, #email-navigation {
  color: #F2F2F2;
  font-family: "smoothy", sans-serif;
  font-style: normal;
  text-align: center;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
  margin: .5rem 0;
}

h3 {
  font-size: 1.75rem;
  margin-bottom: 0;
}

a, button {
  cursor: pointer;
}

a {
  color: #D2D2E1;
}

a:hover {
  color: #9494b8;
}

.main-home {
  position: relative;
}

.main-home:before {
  background-image: url('/shows/dr-dillon/edge.png');
  background-repeat: repeat-x;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: -60px;
  width: 100%;
  height: 25px;
}

main {
  padding: 0 1rem;
}

main, nav, .hero .cta {
  margin: 0 auto;
  max-width: 1920px;
}

nav {
  display: flex;
  justify-content: space-between;
  height: 20vh;
  padding: .75rem;
  position: relative;
  width: 100%;
}

nav ul, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  display: flex;
}

nav ul a {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

nav ul a#home-navigation {
  background-image: url('/branding/logo.jpg');
  height: 3rem;
  width: 3rem;
}

ul.info-list {
  list-style-image: url('/branding/blackberry.svg');
  list-style-position: outside;
  margin-left: 2rem;
}

.email {
  background-image: url('/social/email.svg');
}

.instagram {
  background-image: url('/social/instagram.svg');
}

.threads {
  background-image: url('/social/threads.svg');
}

.linkedin {
  background-image: url('/social/linkedin.svg');
}

.youtube {
  background-image: url('/social/video.svg');
}

.social-navigation {
  /*display: flex;*/
  display: none;
  height: 1.25rem;
  margin: 0;
}

.social-navigation a, .contact-details li, .contact-details li a {
  background-repeat: no-repeat;
  background-size: contain;
}

.social-navigation a {
  font-size: 2.15rem;
  height: 1.5rem;
  line-height: .8;
  margin-left: 1rem;
  text-decoration: none;
  width: 1.5rem;
}

.contact-details {
  display: block;
}

.contact-details li {
  margin: 1rem 0;
  padding-left: 2.25rem;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.photographer-credit {
  position: absolute;
  right: 0;
  width: 15rem;
  z-index: 1;
}

#photographer-credit-homepage {
  bottom: 0;
}

#photographer-credit-hero {
  bottom: 1.5rem;
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bold {
  font-weight: 600;
}

a.location-link {
  font-weight: 700;
  text-decoration: underline;
}

.branding-text {
  color: #D2D2E1;
  font-weight: bold;
}

h3.show-name {
  font-family: "komet", "source-sans-pro", "arial", sans-serif;
  margin-block-start: 0;
}

.hero__home {
  position: relative;
}

.hero__home img {
  margin: 0 auto;
  max-width: 100%;
}

.homepage-cta-row {
  line-height: 1.75;
}

.homepage-cta-row > * {
  position: relative;
}

#whats-on ul {
  line-height: 2;
}

ul.whats-on__locations > li {
  margin-top: .5rem;
}

ul.whats-on__locations {
  margin-left: .1rem;
}

ul.whats-on__times {
  margin-top: .25rem;
}

ul.whats-on__times, ul p {
  display: block;
  margin-left: 1.5rem;
}

#whats-on .book-now {
  display: block;
  margin-top: .5rem;
  padding: .5rem 0 0 !important;
  text-align: center;
}

.ticket-link {
  align-items: center;
  display: flex;
}

.ticket-link:before {
  background-image: url("home/ticket-icon.svg");
  background-repeat: no-repeat;
  content: '';
  height: 1.25rem;
  width: 3rem;
}

.terms-and-conditions {
  min-height: 100vh;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
}

.newsletter-form > label {
  margin-bottom: .75rem;
}

button, input, select, #whats-on .book-now {
  border: 1px solid #47476B;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: .25rem .75rem;
}

button, #whats-on .book-now {
  background-color: #D2D2E1;
  color: #151D31;
  font-family: "komet", "source-sans-pro", "arial", sans-serif;
  font-weight: 400;
  height: 2.25rem;
  text-decoration: none;
}

button:hover, #whats-on .book-now:hover {
  background-color: #9494b8;
  text-decoration: none;
}

input, select {
  height: 1.75rem;
}

.cast-member {
  margin-bottom: 1rem;
  text-align: center;
}

.cast-member__bio {
  text-align: left;
}

.cast-member__headshot img {
  margin: 0 auto;
  max-width: 430px;
  width: 100%;
}

.show-title {
  font-family: "komet";
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

.hide {
  display: none;
}

.hide-at-600 {
  display: block;
  margin-top: 0;
}

.show-at-600, .show-at-1024, .camden-details-lg {
  display: none;
}

@media(min-width: 375px) {
  nav ul a#home-navigation {
    height: 4rem;
    width: 4rem;
  }
}

@media(min-width: 600px) {
  nav {
    padding: 1rem;
  }

  nav ul a#home-navigation {
    height: 6.25rem;
    width: 6.25rem;
  }

  .social-navigation {
    margin: .5rem .5rem 0 0;
  }

  h1, h2, h3, h4, h5, h6, #email-navigation {
    text-align: left;
  }

  .cast-member {
    display: flex;
    justify-content: space-between;
  }

  .cast-member__bio {
    flex-basis: 58%;
  }

  .cast-member__headshot {
    flex-basis: 38%;
    margin-top: 0.65rem;
  } 

  .hide-at-600 {
    display: none;
  }

  .show-at-600 {
    display: block;
  }
}

@media(min-width: 700px) {
  .cast-member__bio {
    flex-basis: 70%;
  }

  .cast-member__headshot {
    flex-basis: 27%;
  }
}

@media(min-width: 768px) {
  .homepage-cta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .homepage-cta-row > * {
    flex-basis: 48%;
  }

  .newsletter-container {
    margin-top: 1.5rem;
  }
}

@media(min-width: 768px) {
  #photographer-credit-homepage {
    bottom: -2rem;
  }
}

@media(min-width: 800px) {
  .cast-member__bio {
    flex-basis: 80%;
  }

  .cast-member__headshot {
    flex-basis: 16%;
  } 
}

@media (min-width: 1024px) {
  body {
    background-image: linear-gradient(to top left, #D2D2E1, #263559, #263559, #263559, #151D31, #151D31);
  }

  .homepage-cta-row {
    flex-wrap: nowrap;
  }
  
  #whats-on {
    flex-basis: 30%;
  }

  .social-stuff-homepage {
    display: flex;
    justify-content: space-between;
    flex-basis: 65%;
  }

  .social-stuff-homepage div {
    flex-basis: 45%;
  }

  .newsletter-container {
    margin-top: 0;
  }

  .camden-details-sm {
    display: none;
  }

  .camden-details-lg {
    display: block;
    margin-left: 1.5rem;
  }

  .show-at-1024 {
    display: block;
  }
}

@media (min-width: 1280px) {
  .cast-list {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .cast-member {
    flex-basis: 48%;
  }

  .cast-member__bio {
    flex-basis: 59.75%;
  }

  .cast-member__headshot {
    flex-basis: 37.25%;
  }

  nav ul a#home-navigation {
    height: 7.5rem;
    width: 7.5rem;
  }
}

@media (min-width: 1440px) {
  nav ul a#home-navigation {
    height: 10rem;
    width: 10rem;
  }

  .cast-member__bio {
    flex-basis: 70%;
  }

  .cast-member__headshot {
    flex-basis: 27%;
  }
}

@media (min-width: 1920px) {
  nav ul a#home-navigation {
    height: 12rem;
    width: 12rem;
  }

  .cast-member__bio {
    flex-basis: 77%;
  }

  .cast-member__headshot {
    flex-basis: 20%;
  }
}

/*404*/

#fourofourcontent, #fourofourcontent h1 {
  margin: 2rem auto;
  min-height: 100vh;
  text-align: center;
}

.nav-container--404 {
  position: relative;
}

#bramble-roll {
  position: absolute;
  top: 30%;
  left: 0;
  width: 3rem;
  height: 3rem;
  -webkit-animation:spin 25s linear infinite;
  -moz-animation:spin 25s linear infinite;
  animation: spin 25s linear infinite;
}
@-moz-keyframes spin { 
  100% { -moz-transform: rotate(1800deg); } 
  from {left: -40px;}
  to {left: 100vw;}
}
@-webkit-keyframes spin { 
  100% { -webkit-transform: rotate(1800deg); } 
  from {left: -40px;}
  to {left: 100vw;}
}
@keyframes spin { 
  100% { 
      -webkit-transform: rotate(1800deg); 
      transform:rotate(1440deg); 
  }

  from {left: -40px;}
  to {left: 100vw;}
}

@media(max-width: 414px) {
  #bramble-roll {
    -webkit-animation:spin 7s linear infinite;
    -moz-animation:spin 7s linear infinite;
    animation: spin 7s linear infinite;
  }
}

@media(max-width: 768px) {
  #bramble-roll {
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation: spin 10s linear infinite;
  }
}

@media(max-width: 1024px) {
  #bramble-roll {
    -webkit-animation:spin 12s linear infinite;
    -moz-animation:spin 12s linear infinite;
    animation: spin 12s linear infinite;
  }
}

@media(max-width: 1440px) {
  #bramble-roll {
    -webkit-animation:spin 15s linear infinite;
    -moz-animation:spin 15s linear infinite;
    animation: spin 15s linear infinite;
  }
}