
@font-face { font-family: Avenir-Book; src: url(https://piratesdinneradventure.com/public/fonts/AvenirLTStd-Book.otf); }
@font-face { font-family: Avenir-Black; src: url(https://piratesdinneradventure.com/public/fonts/AvenirLTStd-Black.otf); }
@font-face { font-family: Avenir-Roman; src: url(https://piratesdinneradventure.com/public/fonts/AvenirLTStd-Roman.otf); }
@font-face { font-family: Baskervville-Regular; src: url(https://piratesdinneradventure.com/public/fonts/baskervilleReg.woff); }
@font-face { font-family: Baskervville-Italic; src: url(https://piratesdinneradventure.com/public/fonts/baskervilleBold.woff); }
body { font-family: Avenir-Book; }
h1 { font-family: Avenir-Black; font-size: 4.5em; }
h2 { font-family: Avenir-Black; font-size: 2.5em; }
h3 { font-family: Avenir-Black; font-size: 1.5em; }
h4 { font-family: Baskervville-Bold; font-size: 1.3em; }
h5 { font-family: Baskervville-Bold; font-size: 1em; }
h6 { font-family: Avenir-Book; font-size: 1em; }

.tagline { font-family: Baskervville-Bold; font-size: 2.5em; }
    
.right { float: right; }
.header { background-color: #000; height: 60px; }
.poc { color: #fff; font-size: 0.75em; letter-spacing: .75px;}
.poc select { font-family: Avenir-Black; background-color: #000; color: #ffb943; border-style: none;}
.menu { font-family: Baskervville-Regular; font-size: 1.25em;color: #000; font-weight: 600}
.content { color: #000; text-align: center; }
.prefooter { color: #fff; background-color: #990033; padding: 10px;}
.prefooter-text { font-family: Baskervville-Regular; font-weight: 100; line-height: 30px; padding: 10px; }
.footer_separator { height: 21px; background-image: url('../images/footer_separator.png');  }
.footer { font-family: Avenir-Book; color: #fff; padding: 10px; background-color: #000928; }
.footer-text { font-weight: 100; font-size: 0.875em; line-height: 40px; }

.footer a { color: #fff; font-size: 1.15em; text-decoration: none; }

.footer-location { font-family: Baskervville-Regular; background: #ddd; color: #000; font-size: 1em; line-height: 25px; padding: 10px; width: 90%; margin: 4px;}
.copyright { font-weight: 100; font-size: 1em; color: #fff; background-color: #2a2a2a; text-align: center; padding: 10px; line-height: 20px; }
hr { border-style: solid; border-color: #ffb943; }
.btns { font-family: Baskervville-Regular; color: #fff; font-size: 1em; padding: 10px;  letter-spacing: 1px; color: #fff; background: rgba(0,0,0,0); border-style: solid; border-color: #ffb943; }
.btn-book { font-family: Baskervville-Regular; color: #fff; font-size: 1em; padding: 10px; background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,64,211,1) 10%); letter-spacing: 1px; }
button { border-style: solid; border-color: #ffb943; }
button:hover { background-color: #ffb943; }

    .continue_btn { background: #969696; border-color: #969696; color: #ffffff; width: 100%; text-align: center; padding: 10px; content-align: bottom; }

ul {
  display: flex;
  flex-wrap: wrap;
  margin-left:  -36px;
}

li {
  /* height: 40vh; FOR GALLERY PICS */
  flex-grow: 1;
}

.dropdown-menu li { 
    height: auto;
}

.dropdown-menu.show { 
    margin-left: 100px;
    margin-right: 100px;
}

li:last-child {
  // There's no science in using "10" here. In all my testing, this delivered the best results.
  flex-grow: 10;
}
    
.accordion-body { text-align: left; background: #efefef; }

.photo {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  padding:  0px;
  border-radius: 0px;
}

.nouline { 
    text-decoration: none;
}

.fab-container{
width: 44px;
height: 42px;
padding: 9px;
position:fixed;
bottom:50px;
right:50px;
background: #ff0000; 
-moz-border-radius: 70px; 
-webkit-border-radius: 70px; 
border-radius: 70px;
}

.video-wrapper {
  /* Telling our absolute positioned video to 
  be relative to this element */
  position: relative;
  background-color: #000; 
  width: 100%; 
  height: auto;

  /* Will not allow the video to overflow the 
  container */
  overflow: hidden;

  /* Centering the container's content vertically 
  and horizontally */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video_logo {
    width: 50%;
}

video {
  /** Simulationg background-size: cover */
  object-fit: cover;
  height: 100%;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
}

.reserve_location { 
    height: 42%; 
    background-color: #fff; 
    margin: 15px;
    padding: 15px;
}

.reserve_guests { 
    height: 27%; 
    background-color: #fff; 
    margin: 15px;
    padding: 15px;
}

    .steps { 
      appearance: none;
      background-color: #000;
      margin: 0;
      font: inherit;
      color: #ffb943;
      width: 2em;
      height: 2em;
      border: 0.15em solid currentColor;
      border-radius: 50%;
    }
    
    .steps_on {
      appearance: none;
      background-color:  #ffb943;
      background-image: url('https://piratesdinneradventure.com/public/images/step_bg.png');
      margin: 1;
      font: inherit;
      color: #ffb943;
      width: 2em;
      height: 2em;
      border: 0.15em solid currentColor;
      border-radius: 50%;
    }
    
    .step-text {
      font-family: Baskervville-Regular;   
      font-size: .8em
    }
    
    .dull { 
    opacity: 0.6;
    }
    
    
    .box1, .box2, .box3, .box4, .box5, .box6 {
  width: 100%px;
  height: auto;
  text-align: center;
}

.box1, .box3, .box5  {
  display: block;
}

.box2, .box4, .box6 {
  display: none;
}

.wrapper_ga {
  width: auto;
}

.wrapper_ga:hover .box1 {
  display: none;
}

.wrapper_ga:hover .box2 {
  display: block;
}

.wrapper_tr {
  width: auto;
}

.wrapper_tr:hover .box3 {
  display: none;
}

.wrapper_tr:hover .box4 {
  display: block;
}
.wrapper_vip {
  width: auto;
}

.wrapper_vip:hover .box5 {
  display: none;
}

.wrapper_vip:hover .box6 {
  display: block;
}



@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  ul {
    flex-direction: row;
  }

  li {
    height: auto;
    width: 100%;
  }
  .photo {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
  
  .video_logo {
    width: 70%;
}

.tagline { font-family: Baskervville-Bold; font-size: 1.7em; }


}


    #wrapper{
      padding: 40px;
      display: grid; 
      grid-gap: 40px; 
      grid-template-columns: 1fr 1fr 1fr;
    }

    [id^=calendar],
    [id^=calendar] + h3{
      width: 400px;
    }

    [id^=calendar] + h3{
      text-align: center;
    }

    @media only screen and (max-width: 500px){
      #wrapper{
        padding: 1em;
        display: block;
      }
      [id^=calendar],
      [id^=calendar] + h3{
        width: 100%;
        max-width: 400px;
        margin: 1em auto;
      }

      [id^=calendar] + h3{
        display: block;
        margin-bottom: 2em;
      }
    }
