
body {
    background: #000;
    font-family: 'Comfortaa', cursive;
    color: #FFF;
    text-align: center;
  }
  
  .bg {
    background: url("graphicforrsvp-mobilebg.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    left; 0;
  }
  
  .video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}

.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

/* Default: Show Desktop Video, Hide Mobile Video */
.desktop {
    display: none;
}

.mobile {
    display: block;
}



  form {
    width: 300px;
    margin: 0 auto;
    margin-top: 10%;
    text-align: center;
    color: #fff;
  }
  
  input {
    border: none;
    color: #FFF;
    background: none;
    width: 100%;
    border-bottom: thin #B3B3B3 solid;
    padding: 10px;
    margin: 10px 0;
    text-align: left;
  }
  
  button {
    width: 100%;
    max-width: 350px;
    color: #000;
    padding: 10px;
    font-size: 20px;
    box-sizing: border-box;
  }
  
  button:hover {
    cursor: pointer;
    background: #F00;
    color: #FFF;
    border: 0;
  
  }
  
  .wrapper {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  
  .wrapper img {
    width: 300px;
  }
  
  .wrapper h2 img {
    width: 140px;
  }
  
  .message b {
    color: #FF0000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 125%;
  } 
  
  .message {
  background:#181818;
  color:#FFF;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: scroll;
  box-sizing: border-box;
    
  }
  
  .message h1 {
    color:#FFF;
  }
  
  .message .inner {
    padding: 0 10px;
    margin-top: 10vh;
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    text-align: center;
  }
  
  
  .message h2 img {
    width: 150px;
  }
  
  #toggle {
    position:absolute;
    appearance:none;
    cursor:pointer;
    left: -100%;
    top: -100%;
  }
  
  #toggle + label {
    position:absolute;
    cursor:pointer;
    background: #F00;
  width: 100%;
  box-sizing: border-box;
  xborder-radius: 3px;
  padding: 8px 20px;
  color: #FFF;
  font-size:1.3em;
  text-align:center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
    transition:all 500ms ease;
    
    bottom: 10px;
    left: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Funnel Sans", sans-serif;
  }
  #toggle + label:after {
    content:"Click Here to Become a Grooves & Ghouls Member" 
  }
  
  .wrapper {
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  
  }
  
  #toggle:checked ~ .message {
    top: 0;
  }
  /*
  #toggle:checked ~ .container {
    margin-top: 250px;
  }
  
  #toggle:checked + label {
    background:#dd6149;
  }
  
  #toggle:checked + label:after {
    content:"Close"
  }
  */
  
  
  .container ul{
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
  }
  
  ul li{
    color: #AAAAAA;
    display: block;
    position: relative;
    xfloat: left;
    width: 100%;
    height: 50px;
    border-bottom: none;
  }
  
  ul li input[type=radio]{
    position: absolute;
    visibility: hidden;
  }
  
  ul li label{
    display: block;
    position: relative;
    font-weight: 300;
    padding: 10px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
  }
  
  ul li:hover label{
      color: #FFFFFF;
  }
  
  ul li .check{
    display: block;
    position: absolute;
    border: 5px solid #AAAAAA;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 10px;
    left: 10px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear;
  }
  
  ul li:hover .check {
    border: 5px solid #FFFFFF;
  }
  
  /*ul li .check::before {
    display: block;
    position: absolute;
      content: '';
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
      left: 5px;
    margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear;
  }*/
  
  input[type=radio]:checked ~ .check {
    border: 5px solid #F00;
  }
  
  input[type=radio]:checked ~ .check::before{
    background: #F00;
  }
  
  input[type=radio]:checked ~ label{
    color: #F00;
  }
  
  
  . {
    position: relative;
    font-family: Arial;
  }
  
  .number select display: none; /*hide original SELECT element: */
  }
  
  .select-selected {
    background-color: DodgerBlue;
  }
  
  /* Style the arro#FFFhe select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  
  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }
  
  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #000;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }
  
  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  
  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .grass {
    position: absolute;
    bottom: 0;
    background: url("grass.png") no-repeat bottom center;
    height: 200px;
    background-size: 100%;
    overflow: hidden;  
    width: 100%;
    z-index: 0;
  }
  
  .ghoul-left {
    float: left;
    margin-left: 2%;
  }
  
  .ghoul-right {
    float: right;
    margin-right: 2%;
  }
  
  .ghoul-left img {
    width: 100px;
    margin-top: 80px;
  }
  
  .ghoul-right img {
    width: 80px;
    margin-top: 45px;
  }
  
  #rsvp {
    width: 90%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30vh;
    font-weight: bold;
    font-size: 0.9em;
  }
  
/*=== OFF CANVAS MENU ---- */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




a {
  text-decoration: none;
  outline: none;
  color: #333333;
}

li {
  list-style: none;
}

@keyframes hover {
  50% {
    transform: translateX(10px);
  }
}
.offcanvas-menu > label {
  top: 30px;
  left: 30px;
  position: fixed;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 9999;
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  transition: background 0.3s, transform 0.3s;
}
.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 40px;
  background: white;
}
.offcanvas-menu label span::before {
  transform: translateY(-12px);
}
.offcanvas-menu label span::after {
  transform: translateY(12px);
}
.offcanvas-menu nav {
  position: fixed;
  height: 100%;
  width: 360px;
  left: -360px;
  overflow: hidden;
  background: black;
  transition: 0.3s ease;
  padding: 40px 30px;
}
.offcanvas-menu nav > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offcanvas-menu nav > div a {
  font-size: 2.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-family: "Monoton", cursive;
  background: linear-gradient(-90deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div a i {
  font-size: 1rem;
  background: linear-gradient(120deg, #49a4ed 30%, #3d00a9 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offcanvas-menu nav > div label {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.offcanvas-menu nav > div label span,
.offcanvas-menu nav > div label span:before,
.offcanvas-menu nav > div label span:after {
  background: white;
}
.offcanvas-menu nav > ul {
  margin-top: 30px;
  counter-reset: nav-link-count;
}
.offcanvas-menu nav > ul li {
  Xcursor: pointer;
  padding: 0px 0;
  transform: translateX(-30px);
  opacity: 0;
  transition: 0.4s ease;
  counter-increment: nav-link-count;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.offcanvas-menu nav > ul li a {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: white;
  display: block;
  font-family: "Funnel Sans", sans-serif;
  text-transform: uppercase;
}
.XXoffcanvas-menu nav > ul li a::after {
  content: " : " counter(nav-link-count);
}
.offcanvas-menu nav > ul li:hover {
  animation: hover 0s;
}
.offcanvas-menu input[type=checkbox] {
  display: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ label {
  opacity: 0;
  pointer-events: none;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav {
  left: 0;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span {
  background: transparent;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before {
  transform: rotate(-45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transform: rotate(45deg);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:before,
.offcanvas-menu input[type=checkbox]:checked ~ nav label span:after {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li {
  opacity: 1;
  transform: translateX(0px);
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(6) {
  transition-delay: 0.6s;
}
.offcanvas-menu input[type=checkbox]:checked ~ nav ul li:nth-child(7) {
  transition-delay: 0.7s;
}

section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80vh;
  font-size: 4rem;
  color: #b3b3b3;
}
section:nth-child(odd) {
  background: #120a21;
}
section:nth-child(even) {
  background: #170d28;
}

.info-skinny {
    display: block;
    position: absolute;
    bottom: 25px;
    width: 100%;
    font-weight: 700;
    z-index: 10;
}

.srlogo {
    width: 120px;
}

.info-wide {
    display: block;
}



  @media screen and (min-width: 730px){
   
   .bg {
     background: url("graphicforrsvp-bg.jpg") no-repeat top center;
     background-size: cover;
     height: 100vh;
   }

  
   #rsvp {
    font-size: 1.2em;
   }
  
   .message .inner {
    padding: 0 10px;
    margin-top: 10vh;
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 400px;
    margin-left: 50%;
    left: -200px;
    box-sizing: border-box;
    text-align: center;
  }

  .info-skinny {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.info-skinny p {
   
}

.info-wide {
    display: block;
}
  
   }
  
  @media screen and (min-width: 767px){
  
  .grass {
    height: 300px;
    position: absolute;
    bottom: 0;
  }
  
  .ghoul-left img {
    width: 150px;
    margin-top: 120px;
  }
  
  .ghoul-right img {
    width: 130px;
    margin-top: 50px
  }
  
  
  }
  
  
  
  @media screen and (min-width: 1023px){
  
  .grass {
    height: 400px;
    
  }
  
  .ghoul-left img {
    width: 250px;
    margin-top: 100px;
  }
  
  .ghoul-right img {
    width: 200px;
    margin-top: 0px
  }
  
  
  
  }