.hidden {
    display: none;
  }
  
  [role="alertdialog"],
  [role="dialog"] {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #000;
    background-color: #fff;
    min-height: 100vh;
  }
  
  @media screen and (min-width: 640px) {
    [role="alertdialog"],
    [role="dialog"] {
      position: absolute;
      top: 2rem;
      left: 50vw; /* move to the middle of the screen (assumes relative parent is the body/viewport) */
      transform: translateX(
        -50%
      ); /* move backwards 50% of this element's width */
  
      min-width: calc(640px - (15px * 2)); /* == breakpoint - left+right margin */
      min-height: auto;
      box-shadow: 0 19px 38px rgb(0 0 0 / 12%), 0 15px 12px rgb(0 0 0 / 22%);
    }
  }
  
  .dialog_label {
    text-align: center;
  }
  
  .dialog_form {
    margin: 15px;
  }
  
  .dialog_form .label_text {
    box-sizing: border-box;
    padding-right: 0.5em;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  
  .dialog_form .label_info {
    box-sizing: border-box;
    padding-right: 0.5em;
    font-size: 12px;
    width: 30%;
    text-align: right;
    display: inline-block;
  }
  
  .dialog_form_item {
    margin: 10px 0;
    font-size: 0;
  }
  
  .dialog_form_item .wide_input {
    box-sizing: border-box;
    max-width: 70%;
    width: 27em;
  }
  
  .dialog_form_item .city_input {
    box-sizing: border-box;
    max-width: 70%;
    width: 17em;
  }
  
  .dialog_form_item .state_input {
    box-sizing: border-box;
    max-width: 70%;
    width: 15em;
  }
  
  .dialog_form_item .zip_input {
    box-sizing: border-box;
    max-width: 70%;
    width: 9em;
  }
  
  .dialog_form_actions {
    text-align: right;
    padding: 0 20px 20px;
  }
  
  .dialog_close_button {
    float: right;
    position: absolute;
    top: 10px;
    left: 92%;
    height: 25px;
    width: 120px;
  }
  
  .dialog_close_button img {
    border: 0;
  }
  
  .dialog_desc {
    padding: 10px 20px;
  }
  
  
  /* native <dialog> element uses the ::backdrop pseudo-element */
  
  /* dialog::backdrop, */
  .dialog-backdrop {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  
  @media screen and (min-width: 640px) {
    .dialog-backdrop {
      background: rgb(0 0 0 / 80%);
    }
  }
    #dialog1 {
      background-color: black;
      color: orange;
    }
  
    .midnight-society {
      color: white;
      font-weight: bold;
    }
    .dialog_form_item {
      /* background-color: aliceblue; */
      width: 250px;
      margin: auto;
    }
    #cover {
      width: 100%;
    }
    @media screen and (min-width: 750px) { 
      .col-sm-2 {
      width: 50%;
    }
  }
  
  @media screen and (max-width: 850px) {  
  
    .card {
      margin: top 10px !important;
    }
    #cover {
      height: 150px;
    }
    .row {
      width: 75%;
      margin: auto;
    }
  
    iframe#player {
      margin-left: 0px!important;
      width: 100vw;
      margin-top: 5px!important;
    }
    #instructions {
      width: 100vw;
    }
  }
  
  
  .dialog-backdrop.active {
    display: block;
  }
  
  .no-scroll {
    overflow-y: auto !important;
  }
  
  /* this is added to the body when a dialog is open */
  .has-dialog {
    overflow: hidden;
  }
  
  /* styling for alert-dialog example */
  .notes {
    display: block;
    font-size: 1rem;
    line-height: 1.3;
    min-width: 400px;
    max-width: 100%;
    width: 33%;
  }
  
  .visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  
  #notes_save {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  #notes_save svg {
    display: block;
    width: 0.75rem;
  }
  
  #notes_save .icon {
    display: none;
  }
  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  #notes_save.loading .spinner {
    display: block;
    animation: rotate 2s linear infinite;
  }
  
  #notes_save.saved .check {
    display: block;
  }
  
  
    .col-sm-2 {
      border-color: black;
      border-width: 8px;
      border-style:ridge; 
    }
  
    .card-body {
      text-align: center;
    }
  
    .card {
      background-color: orange;
    }
  
    #top-container {
      margin-top: 100px;
    }
  
    #JWA {
      background-color: #8BC110;
      border-color: gray;
      border-width: 8px;
      border-style:ridge; 
      text-align: center;
    }
  
    #copyright {
      background-color: #8BC110;
      border-color: gray;
      border-width: 8px;
      border-style:ridge; 
      font-size: smaller;
      text-align: center;
    }
  
    #empty {
      visibility: hidden;
    }
  
    .top-spacing {
      margin-top: 100px;
    }
  
    .dialog_form_item {
      text-align: center  ;
    }
  
    #cover {
      height: 100%;
    }
  
    .col-sm-2 img {
      width: 100%;
      background-image: 100%;
    }
  
    body {
      background-color: whitesmoke;
    }
  
    .night {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-transform: rotateZ(45deg);
              transform: rotateZ(45deg);
    }
    
    .shooting_star {
      position: absolute;
      left: 50%;
      top: 50%;
      height: 2px;
      background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
      border-radius: 999px;
      -webkit-filter: drop-shadow(0 0 6px #699bff);
              filter: drop-shadow(0 0 6px #699bff);
      -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
              animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
    }
    .shooting_star::before, .shooting_star::after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      height: 2px;
      background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
      -webkit-transform: translateX(50%) rotateZ(45deg);
              transform: translateX(50%) rotateZ(45deg);
      border-radius: 100%;
      -webkit-animation: shining 3000ms ease-in-out infinite;
              animation: shining 3000ms ease-in-out infinite;
    }
    .shooting_star::after {
      -webkit-transform: translateX(50%) rotateZ(-45deg);
              transform: translateX(50%) rotateZ(-45deg);
    }
    .shooting_star:nth-child(1) {
      top: calc(50% - -119px);
      left: calc(50% - 43px);
      -webkit-animation-delay: 4796ms;
              animation-delay: 4796ms;
    }
    .shooting_star:nth-child(1)::before, 
    .shooting_star:nth-child(1)::after {
      -webkit-animation-delay: 4796ms;
              animation-delay: 4796ms;
    }
    .shooting_star:nth-child(2) {
      top: calc(50% - -43px);
      left: calc(50% - 37px);
      -webkit-animation-delay: 5944ms;
              animation-delay: 5944ms;
    }
    .shooting_star:nth-child(2)::before, 
    .shooting_star:nth-child(2)::after{
      -webkit-animation-delay: 5944ms;
              animation-delay: 5944ms;
    }
    .shooting_star:nth-child(3) {
      top: calc(50% - -40px);
      left: calc(50% - 222px);
      -webkit-animation-delay: 7556ms;
              animation-delay: 7556ms;
    }
    .shooting_star:nth-child(3)::before, 
    .shooting_star:nth-child(3)::after {
      -webkit-animation-delay: 7556ms;
              animation-delay: 7556ms;
    }
    .shooting_star:nth-child(4) {
      top: calc(50% - -29px);
      left: calc(50% - 113px);
      -webkit-animation-delay: 7123ms;
              animation-delay: 7123ms;
    }
    .shooting_star:nth-child(4)::before, 
    .shooting_star:nth-child(4)::after{
      -webkit-animation-delay: 7123ms;
              animation-delay: 7123ms;
    }
    .shooting_star:nth-child(5) {
      top: calc(50% - 146px);
      left: calc(50% - 112px);
      -webkit-animation-delay: 3629ms;
              animation-delay: 3629ms;
    }
    .shooting_star:nth-child(5)::before, 
    .shooting_star:nth-child(5)::after{
      -webkit-animation-delay: 3629ms;
              animation-delay: 3629ms;
    }
    .shooting_star:nth-child(6) {
      top: calc(50% - -108px);
      left: calc(50% - 160px);
      -webkit-animation-delay: 3895ms;
              animation-delay: 3895ms;
    }
    .shooting_star:nth-child(6)::before, 
    .shooting_star:nth-child(6)::after {
      -webkit-animation-delay: 3895ms;
              animation-delay: 3895ms;
    }
    .shooting_star:nth-child(7) {
      top: calc(50% - 52px);
      left: calc(50% - 72px);
      -webkit-animation-delay: 7326ms;
              animation-delay: 7326ms;
    }
    .shooting_star:nth-child(7)::before, 
    .shooting_star:nth-child(7)::after{
      -webkit-animation-delay: 7326ms;
              animation-delay: 7326ms;
    }
    .shooting_star:nth-child(8) {
      top: calc(50% - 55px);
      left: calc(50% - 282px);
      -webkit-animation-delay: 956ms;
              animation-delay: 956ms;
    }
    .shooting_star:nth-child(8)::before, 
    .shooting_star:nth-child(8)::after {
      -webkit-animation-delay: 956ms;
              animation-delay: 956ms;
    }
    .shooting_star:nth-child(9) {
      top: calc(50% - 129px);
      left: calc(50% - 296px);
      -webkit-animation-delay: 5030ms;
              animation-delay: 5030ms;
    }
    .shooting_star:nth-child(9)::before, 
    .shooting_star:nth-child(9)::after{
      -webkit-animation-delay: 5030ms;
              animation-delay: 5030ms;
    }
    .shooting_star:nth-child(10) {
      top: calc(50% - 131px);
      left: calc(50% - 249px);
      -webkit-animation-delay: 1150ms;
              animation-delay: 1150ms;
    }
    .shooting_star:nth-child(10)::before, 
    .shooting_star:nth-child(10)::after {
      -webkit-animation-delay: 1150ms;
              animation-delay: 1150ms;
    }
    .shooting_star:nth-child(11) {
      top: calc(50% - 32px);
      left: calc(50% - 13px);
      -webkit-animation-delay: 157ms;
              animation-delay: 157ms;
    }
    .shooting_star:nth-child(11)::before, 
    .shooting_star:nth-child(11)::after {
      -webkit-animation-delay: 157ms;
              animation-delay: 157ms;
    }
    .shooting_star:nth-child(12) {
      top: calc(50% - -57px);
      left: calc(50% - 165px);
      -webkit-animation-delay: 3364ms;
              animation-delay: 3364ms;
    }
    .shooting_star:nth-child(12)::before, 
    .shooting_star:nth-child(12)::after{
      -webkit-animation-delay: 3364ms;
              animation-delay: 3364ms;
    }
    .shooting_star:nth-child(13) {
      top: calc(50% - 189px);
      left: calc(50% - 213px);
      -webkit-animation-delay: 6822ms;
              animation-delay: 6822ms;
    }
    .shooting_star:nth-child(13)::before, 
    .shooting_star:nth-child(13)::after {
      -webkit-animation-delay: 6822ms;
              animation-delay: 6822ms;
    }
    .shooting_star:nth-child(14) {
      top: calc(50% - -104px);
      left: calc(50% - 163px);
      -webkit-animation-delay: 9347ms;
              animation-delay: 9347ms;
    }
    .shooting_star:nth-child(14)::before, 
    .shooting_star:nth-child(14)::after{
      -webkit-animation-delay: 9347ms;
              animation-delay: 9347ms;
    }
    .shooting_star:nth-child(15) {
      top: calc(50% - -75px);
      left: calc(50% - 234px);
      -webkit-animation-delay: 4661ms;
              animation-delay: 4661ms;
    }
    .shooting_star:nth-child(15)::before, 
    .shooting_star:nth-child(15)::after {
      -webkit-animation-delay: 4661ms;
              animation-delay: 4661ms;
    }
    .shooting_star:nth-child(16) {
      top: calc(50% - 176px);
      left: calc(50% - 51px);
      -webkit-animation-delay: 6650ms;
              animation-delay: 6650ms;
    }
    .shooting_star:nth-child(16)::before, 
    .shooting_star:nth-child(16)::after {
      -webkit-animation-delay: 6650ms;
              animation-delay: 6650ms;
    }
    .shooting_star:nth-child(17) {
      top: calc(50% - -127px);
      left: calc(50% - 171px);
      -webkit-animation-delay: 3855ms;
              animation-delay: 3855ms;
    }
    .shooting_star:nth-child(17)::before, 
    .shooting_star:nth-child(17)::after {
      -webkit-animation-delay: 3855ms;
              animation-delay: 3855ms;
    }
    .shooting_star:nth-child(18) {
      top: calc(50% - -130px);
      left: calc(50% - 295px);
      -webkit-animation-delay: 6509ms;
              animation-delay: 6509ms;
    }
    .shooting_star:nth-child(18)::before, 
    .shooting_star:nth-child(18)::after{
      -webkit-animation-delay: 6509ms;
              animation-delay: 6509ms;
    }
    .shooting_star:nth-child(19) {
      top: calc(50% - -108px);
      left: calc(50% - 209px);
      -webkit-animation-delay: 1403ms;
              animation-delay: 1403ms;
    }
    .shooting_star:nth-child(19)::before, 
    .shooting_star:nth-child(19)::after{
      -webkit-animation-delay: 1403ms;
              animation-delay: 1403ms;
    }
    .shooting_star:nth-child(20) {
      top: calc(50% - -19px);
      left: calc(50% - 9px);
      -webkit-animation-delay: 5083ms;
              animation-delay: 5083ms;
    }
    .shooting_star:nth-child(20)::before, 
    .shooting_star:nth-child(20)::after{
      -webkit-animation-delay: 5083ms;
              animation-delay: 5083ms;
    }
    
    @-webkit-keyframes tail {
      0% {
        width: 0;
      }
      30% {
        width: 100px;
      }
      100% {
        width: 0;
      }
    }
    
    @keyframes tail {
      0% {
        width: 0;
      }
      30% {
        width: 100px;
      }
      100% {
        width: 0;
      }
    }
    @-webkit-keyframes shining {
      0% {
        width: 0;
      }
      50% {
        width: 30px;
      }
      100% {
        width: 0;
      }
    }
    @keyframes shining {
      0% {
        width: 0;
      }
      50% {
        width: 30px;
      }
      100% {
        width: 0;
      }
    }
    @-webkit-keyframes shooting {
      0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
      100% {
        -webkit-transform: translateX(300px);
                transform: translateX(300px);
      }
    }
    @keyframes shooting {
      0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
      100% {
        -webkit-transform: translateX(300px);
                transform: translateX(300px);
      }
    }
  .night {
    z-index: 99999;
  }
     
    
  @keyframes rotate {
    0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
  }
  
  
  
  .container-sun {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* moving sun container down for flyer at the top */
  .container-sun {
    margin-top: 300px;
  }
  
  .sun {
    position: relative;
    width: 75px;
    height: 75px;
    background: linear-gradient(to top, #fb6753 0%, yellow 50%,#fdd55a 100%);
    background-size: 200% 200%;
    border-radius: 100%;
    animation: 10s rise infinite;
  }
  
  .lines {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 3px;
    background: #e2f4fe;
  }
    .lines:before {
      display: block;
      content: '';
      position: relative;
      top: 10px;
      height: 3px;
      background: #e2f4fe;
    }
    .lines:after {
      display: block;
      content: '';
      position: relative;
      top: 18px;
      height: 3px;
      background: #e2f4fe;
    }
  
  
  @keyframes rise {
    0% {
      top: -100px;
      background-position: 50% 0%;
    }
    50% {
      top: 0;
      background-position: 50% 100%;
    }
    100% {
      top: -100px;
      background-position: 50% 0%;
    }
  }
  
  iframe#player {
    margin-left: 25%;
    margin-top: 5%;
  }
  #instructions {
    background-color: chartreuse;
    margin-top: 10px;
    text-align: center;
  }

  #grave-rave-pic {
    width: 50%;
  }