body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    background: url('../img/landingBodyBG.jpg') no-repeat #fbd30b;
    background-size: cover;
    background-size: 100% 99%;
}

.body-freeze{
    overflow: hidden;
}

#teconsent{
    text-transform: uppercase;
}

#consent_blackbar{
    position: fixed;
    bottom: 0;
    left:0;
    width: 100%;
}

.header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0px;
    z-index: 11;
    padding: 0px 30px;
    width: 100%;
    height: 100px;
    background-color: transparent;
    transition: 1s;
    filter: none !important;
    pointer-events: auto !important;
    user-select: auto !important;
    box-sizing: border-box;
}

.cookiepref{
    display: inline-block;
}

#ssGuppyM{
    display: none;
}

.hamburger {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
/*    width: 25px;
    height: 5px;*/
    background-color: #fbd30b;
    /*margin: 6px 0;*/
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
    background-color: white;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
    background-color: white;
}

.sidebar {
    height: 20vh;
    width: 0;
    position: fixed;
    z-index: 12;
    top: 1vw;
    right: -5vw;
    background-color: #035496;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
    padding-right: 40px;
    border: 2px solid #fbd30b;
    border-radius: 10px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fbd30b;
    display: block;
    white-space: nowrap;
    transition: 0.3s;
}

.sidebarOpen{
    width: 350px;
    right: 1vw;
}

.header-inner{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    color: white;
    counter-reset: item 0;
    z-index: 13;
}

.header-logo-div{
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

  .header-logo{
    height: 80px;
    width: auto;
  }
	

  .header-links{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }

  .header-links ol{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
  }

  .header-links ol li {
    margin: 0px 5px;
    position: relative;
    counter-increment: item 1;
    font-size: 16px;
}

.header-links ol li a {
    padding: 10px;
    color: white;
    text-decoration: none;
}

#rsvpMobile{
    margin: 0;
}

h1{
    font-family: 'fat_frank';
    color: white;
    font-weight: normal;
    font-size: 110px;
    line-height: 120px;
    margin: 0;
    text-align: center;
    text-shadow: 2px 0 #ee2d7c, -2px 0 #ee2d7c, 0 2px #ee2d7c, 0 -2px #ee2d7c,
               1px 1px #ee2d7c, -1px -1px #ee2d7c, 1px -1px #ee2d7c, -1px 1px #ee2d7c;
}

h2{
    font-family: 'druk';
    font-weight: normal;
    color: #fbd30b;
    display: inline-block;
    font-size: 30px;
    margin: 0;
}

h3{
    font-family: 'fat_frank';
    color: white;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}

h4{
    color: #fbd30b;
    font-size: 26px;
    margin: 0;
    font-weight: normal;
}

p{
    color: white;
    font-size: 18px;
}

.sideSquiggles:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 10px;
    background: url('../img/squiggle.png') 0 0 no-repeat;
    background-size: contain;
    margin: 0 8px;
}

.sideSquiggles:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 10px;
    background: url('../img/squiggle.png') 0 0 no-repeat;
    background-size: contain;
    margin: 0 8px;
}

.bookReservation{
    width: 550px;
    display: block;
    margin: 60px auto;
}

.guppyContainer{
    /*margin: -10vw 0 0;*/
}

.nameTitle{
    background: #fbd30b;
    color: #035496;
    border-radius: 8px;
    border: none;
    margin: 20px auto;
    max-width: 150px;
    width: 95%;
    display: block;
    text-decoration: none;
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

a{
    text-decoration: none;
    color: inherit;
}

.landingDiv{
    min-height: 100vh;
    width: 100%;
    padding-bottom: 18vw;
}

.formDiv{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    /*background: url('../img/landingBodyBG.jpg') no-repeat;*/
    background-size: cover;
    margin: -4vw 0 0;
}

#cancel_btn{
    cursor: pointer;
}

.formDivLanding{
    display: block;
    padding: 5vw 0 0vw;
}

.successDiv{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    
    margin: -4vw 0 0;
    padding: 5vw 0 5vw;
}

.landingBG{
    width: 100%;
    display: block;
}

.landingBGM{
    width: 100%;
    display: none;
}

.ldContent{
    width: 95%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
}

.signldContent{
    max-width: 900px;
}

.stdi{
    border: 2px solid #fbd30b;
    border-radius: 8px;
    display: block;
    margin: 10px auto;
    width: calc(100% - 20px);
    padding: 10px 0;
    text-align: center;
    outline: none;
    color: #fbd30b;
    background: #035496;
    font-size: 18px;
}

.error-cta{
    width: 95%;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fbd30b;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fbd30b;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fbd30b;
}

.stdbtn{
    padding: 5px 0;
    background: #fbd30b;
    color: #035496;
    border-radius: 8px;
    border: none;
    margin: 20px auto;
    max-width: 300px;
    width: 95%;
    display: block;
    text-decoration: none;
    font-family: 'fat_frank';
    font-size: 28px;
    cursor: pointer;
    text-align: center;
}

.bg-cont{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/blueBG.jpg') no-repeat;
    background-size: cover;
}

.cContent{
    text-align: center;
    width: 95%;
    max-width: 600px;
    padding: 100px 0;
}

.cContentLarge{
    max-width: 1000px;
}

hr{
    outline: none;
    border: none;
    background-color: #0071A3;
    height: 2px;
    width: 100%;
    margin: 15px auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.full{
    flex: 100%;
}

.half{
    flex: 50%;
}

.third{
    flex: 33%;
}

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fbd30b;
}

.checkcontainer:hover input ~ .checkmark {
  background-color: #fbd30b;
}

.checkcontainer input:checked ~ .checkmark {
  background-color: #fbd30b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

.checkcontainer .checkmark:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: red;
}

.acct-inner{
    display: flex;
    flex-wrap: wrap;
}

.info-col{
    flex: 50%;
}

.acct-list {
    width: 100%;
}
    
.acct-list thead, tbody {
    display: block;
}
    
.acct-list tbody {
    height: 8vw;
    overflow-y: auto;
    overflow-x: hidden;
}
    
.acct-list th,td {
    padding: .5vw;
    width: 15vw;
}

.rules-box {
   padding: 20px 0;
   height: 80vh;
   width: 100%;
   margin: 0 auto;
   list-style-type: none;
   overflow-y: scroll;
   border: 2px solid #0071A3;
}

.rules-box-inner{
    padding: 0 20px
}

.rules-box::-webkit-scrollbar-track{	
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.3);
}

.rules-box::-webkit-scrollbar{	
    width: 6px;	
}
.rules-box::-webkit-scrollbar-thumb {	
    background-color: #0071A3;
}

.divider{
    background: none;
}

.footer{
    background-color: #fbd30b;
    color: #035496;
    text-align: center;
    padding: 20px 0;
    font-family: 'druk';
    font-weight: normal;
}

.footer p{
    display: inline-block;
    padding: 0 10px;
}

.footer a{
    color: #035496;
    text-decoration: none;
}

@media only screen and (max-width: 751px){
    .header{
            padding: 0px 20px;
    }

    .header-links{
        display: none;
    }
    
    .sidebar{
        height: 30vh;
        right: -15vw;
    }
    
    .landingDiv{
        padding-bottom: 0;
    }
    
    .sidebarOpen{
        width: 85vw;
        right: 2vw;
    }
    
    .landingBG{
        width: 100%;
        display: none;
    }

    .landingBGM{
        width: 100%;
        display: block;
    }
    
    .half{
        flex: 100%;
    }

    .third{
        flex: 100%;
    }
    
    .bookReservation{
        width: 300px;
        margin: 30px auto;
    }
    
    p {
        font-size: 14px;
    }
    
    h1{
        font-family: 'fat_frank';
        color: white;
        font-weight: normal;
        font-size: 40px;
        line-height: 40px;
        margin: 0;
        text-align: center;
        text-shadow: 2px 0 #ee2d7c, -2px 0 #ee2d7c, 0 2px #ee2d7c, 0 -2px #ee2d7c,
                   1px 1px #ee2d7c, -1px -1px #ee2d7c, 1px -1px #ee2d7c, -1px 1px #ee2d7c;
    }
    
    #ssGuppy{
        display: none !important;
    }
    
    #ssGuppyM{
        display: block;
        width: 100vw;
        margin: -15vw 0;
    }
    
    h2{
        font-family: 'druk';
        font-weight: normal;
        color: #fbd30b;
        display: inline-block;
        font-size: 15px;
        margin: 0;
        white-space: nowrap;
    }

    .sideSquiggles:before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 6px;
        background: url('../img/squiggle.png') 0 0 no-repeat;
        background-size: contain;
        margin: 0 4px;
        white-space: nowrap;
    }

    .sideSquiggles:after{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 6px;
        background: url('../img/squiggle.png') 0 0 no-repeat;
        background-size: contain;
        margin: 0 4px;
        white-space: nowrap;
    }
    
    .formDiv{
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        width: 100%;
        background: url('../img/landingBodyBGM.jpg') no-repeat;
        background-size: 100% 100%;
        margin: -9vw 0 0;
    }
    
    .guppy-child{
        width: 85%;
        padding: 0;
        margin: 0 auto;
        display: block;
    }
    
    .divider{
        background: url('../img/divider.png') no-repeat;
        background-size: contain;
    }
    
    #TheCapnDroppingAnchor {
        color: #fbd30b;
        font-family: 'druk';
        font-size: 3.5vw;
        font-weight: normal;
    }
    
    .formDivLanding{
        /*display: block !important;*/
        display: block;
        padding: 18vw 0 5vw;
    }
    
    .descSquiggle{
        display: block;
        margin: 10vw auto;
    }
    
    .ldContent{
        width: 95%;
        max-width: 800px;
        text-align: center;
        margin: 0 auto 0;
        padding: 47vw 0 0;
        /*padding: 0 0 0;*/
    }
    
    .ldContent h1{
        /*padding: 0 0 2vw;*/
        padding: 0 0 20vw;
    }
    
    .successDiv .ldContent {
        padding: 0 0 0;
    }
    
    .successDiv .ldContent h1 {
        padding: 0 0 2vw;
    }
    
    ul{
        padding-inline-start: 20px;
    }
    
    .footer p{
        display: block;
    }
}