* {
    padding: 0;
    margin: 0;
}
html {
    background: #eae7d9;
    font-family: 'Quicksand', sans-serif;
}
a, a:visited {
  color: #000;

}

.cent {
  text-align: center;
}
.topbar {
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    width: 100%;
    min-width: 265px;
    background: rgba(0, 0, 0, 0.07);
}
.top-branding {
    float: left;
    background: rgba(0, 0, 0, 0.07);
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}
.top-branding img {
    float: left;
    height: 36px;
    margin: 0 5px 0 0; /* was -10 for left */
    padding: 7px 0; 
}
.top-branding:hover img {
  -webkit-filter: invert(1); 
  filter: invert(1);
}
a .top-branding {
    text-decoration: none;
    color: black !important
}
.top-branding:hover {
    color: #FFF !important;
    background: rgba(0, 0, 0, 0.5);
}
/* -------- navbar --------- */
.navbar {
    float: left;
    overflow: hidden;
}
.navbar a, a.bookBtn {
    float: left;
    text-align: center;
    height: 50px;
    padding: 0 16px;
    text-decoration: none;
    color: #000;
}
a.bookBtn {
  float: right;
  padding: 0 25px;
  background: rgba(19, 185, 172, 0.9);
  color: white;
}
a.bookBtn:hover {
  background: rgba(0, 0, 0, 0.72);
}
.dropdown {
    float: left;
    overflow: hidden;
    height: 50px;
}
.dropdown .dropbtn {
    font-weight: 600;
    font-size: inherit;  
    border: none;
    outline: none;
    height: 50px;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgba(0,0,0,0.5);
    color: white;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #eae7d9;
    border-radius: 0 0 10px 10px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    top: 50px; /* shouldn't have to put this but it's a hacky fix for the 1px gap at top that appears when running on actual servers */
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 0 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.dropdown-content a:last-child {
  border-radius: 0 0 10px 10px;
}
.dropdown:hover .dropdown-content {
    display: block;
}


/* .topbar a.hambBtn */
.hambBtn {
    display: none;
    background: #272727;
    float: right;
    height: 50px;
}
.hambBtn i {
    color: white;
    padding: 0 17px;
    line-height: 50px;
}
#hambMenu {
    display: none;
}
#hambMenu a, .services-hamb-heading {
    background: #272727;
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
}
#hambMenu a:first-child {
    padding-top: 20px;
}
#hambMenu a:last-child {
    padding-bottom: 20px;
}
.topbar a.hambBtn:hover {
    background: rgba(0, 0, 0, 0.72);
}
.topbar a.hambBtn:hover i {
    color: white;
} 
#hambMenu a:hover {
    background-color: rgba(0,0,0,0.72);
    color: white;
}
.services-hamb-heading {
    color: rgb(151, 151, 151);
}
#hambMenu a.hambBookBtn {
    display: none;
    background: rgba(7, 61, 57, 0.9);
}
#hambMenu a.hambBookBtn:hover {
    background: rgba(13, 110, 104, 0.9);
}
#hambMenu a.hambService {
    padding-left: 32px;
}

/* hide desktop navbar, show hamburger */
@media (max-width: 640px) {
  .navbar {
      display: none;
  }
  .hambBtn {
      display: block;
  }
  .topbar {
      background: rgba(0, 0, 0, 0.07);
  }
  .top-branding {
      background: transparent;
  }
  .top-branding img {
    margin: 0 0 0 -12px;

  }
}

/* delete after picking a logo */
@media (max-width: 425px) {
  .top-branding.xxx {
      padding-right: 10px;
  }
}

/* hide "Book Now" desktop button */
@media (max-width: 410px) {
    .bookBtn {
        display: none;
    }
    #hambMenu a.hambBookBtn {
        display: block;
    }
    .hambBtn {
        background: transparent;
    }
    .hambBtn i {
        color: black;
    }
} 
@media (max-width: 350px) {
    .navbar a {
        padding: 0 8px;
    }
}    



#slider {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    height: calc(50vw - 11px);
    border-bottom: 1px solid rgb(141, 133, 99);
    overflow: hidden;
}
.slider-overlay {
    position: absolute;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: white;
    z-index: 1;
    line-height: 50vw;

}
.slidePic, .slidePicSm {
    display: none;
    width: 100%;
    height: auto;
}
.anifade {
    animation: fading 6s infinite
}@keyframes fading {
    0%{opacity:0}
    33%{opacity:1}
    100%{opacity:1}
}
.anifadeNanny {
    animation: fading 7s infinite
}@keyframes fading {
    0%{opacity:0}
    33%{opacity:1}
    100%{opacity:1}
}



.main, .main.nanny {
    text-align: center;
    position: relative;
    min-height: calc((100vh - 50vw) - 90px);
}
.main.nanny b {
    font-weight: 600;
}
.main-blurb {
  margin: 0 auto;
}
.main-blurb.home {
  max-width: 700px;
}
.section {
    padding: 40px max(30px, calc(50% - 400px));
}
.section:nth-child(even) {
    background: rgba(0,0,0,0.05);
}
.title {
    color: rgb(44, 33, 33);
    font-size: 40px;
    font-weight: 400;
    margin-top: -10px;
    padding: 0 0 30px;
}
.sub-head {
    font-size: 32px;
    margin-bottom: 30px;
}
h2 {
    padding-bottom: 20px;
}
h3 {
    padding-bottom: 5px;
}
table {
    margin: 0 auto;
}
.c1 {
    text-align: right;
    padding-right: 20px;
    font-weight: bold;
}
.c2 {
    text-align: left;
    padding-right: 10px;
}
.c3 {
    text-align: left;
}
.flexy {
    display: flex;
}
.f1 {
    flex: 1;
}
.specials h3{
    margin-bottom: 5px;
}
.specials img {
    max-width: 100%;
    border: 4px solid white;
    border-radius: 10px;
}
.special {
  background: rgba(255,255,255,0.4);
  padding: 25px;
  max-width: 655px;
  margin: 30px auto 0;
  border-radius: 10px;
}
.spBox {
  display: inline-block;
  padding: 0 8px;
  vertical-align: middle;
}
.spSrvc {
  font-size: 1.3em;
  font-weight: 500
}
.spMath {
  font-size: 1.7em;
}
.spPrice {
  padding-top: 12px;
  font-size: 3em;
  font-weight: 500;
}
.chef-table {
  text-align: left;
  position: relative;
  left: -10px;
}
.chef-table th  {
  padding-bottom: 12px !important;
}
.chef-table th, .chef-table td{
  padding-right: 22px;
}
.chef-table th:first-child, .chef-table td:first-child{
  text-align: right;
  padding-right: 30px;
  font-weight: 900;
}
.chef-prices a:hover {
  font-weight: 600; 
}
.service-desc {
  padding-top: 10px;
  padding-bottom: 30px;
  max-width: 470px;
  margin: 0 auto;
  text-align: justify;
}
.service-desc:last-child {
    padding-bottom: 0;
}
.price {
  font-weight: 500;
}
.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 10px;
}
.service {
    height: auto;
}
.service:hover {
  text-decoration: underline;
}
.service img:hover {
  box-shadow: 5px 10px 18px #888888;
}
.service a {
    text-decoration: none;
    font-size: 1.1em;
    color: #000;
}
.box {
    margin: 10px 0 !important;
}
.box:hover {
    filter: brightness(1.2);
}
.box img {
    width: 100%;
    height: 100%;
}
.section.contactUs .fcf-body {
    background: rgba(0,0,0,0.06);
    margin: 0 auto 30px; 
}
.section.grocPrestock ul {
  margin: 10px 0 30px 25px; 
  list-style-type: none;
}
.section.grocPrestock li {
  font-size: 0.95em;
}
.main-blurb.waitBartBut {
  margin: 15px auto 0;
  max-width: 620px;

  text-align: justify;
}
.section.waitBart, .section.butler {
  padding: 40px max(30px, calc(50% - 310px));
  text-align: left;
}
.section.butler ul {
  margin: 0 0 30px 30px;
}
.section.butler li {
  margin-bottom: 12px;
}
.section.waiterBartenderPricing {
  padding-top: 25px;
  padding-bottom: 25px;
}
.homePageContactUs .explainer {
  margin-bottom: 50px;
}




/* --------- FAQ accordion ---------- */
.qAccordion {
  background: rgba(0,0,0,0.09);
  color: #222;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.3s;
  border-top: 1px solid rgb(255, 255, 255);
}
.qAccordion:first-child {
  border-top: 0;
  border-radius: 10px 10px 0 0;
}
.qAccordion:nth-child(5) { /* seems to count the answerPanels as children too */
  border-radius: 0 0 10px 10px;
}
.active, .qAccordion:hover {
  background: rgba(107, 167, 163, 0.904);
  color: white;
  font-weight: bold;
}
.answerPanel {
  display: none;
  background: #f0f3ed;
  overflow: hidden;
  padding: 30px 20px;
}
.answerPanel:last-child {
  border-radius: 0 0 10px 10px;
}

@media (max-width: 450px) {
  .qAccordion {
    border-radius: 0 !important;
  }
  .answerPanel:last-child {
    border-radius: 0;
  }
  .faq .section {
    padding-left: 0;
    padding-right: 0;
  }
  .answerPanel {
    padding: 20px 20px;
  }
}




/* contact form */
/* so much bloat; refactor if you keep this */
/* from https://www.freecontactform.com/form-guides/html-email-form */
.fcf-body {
    line-height: 1.5;
    color: #212529;
    text-align: left;
    padding: 30px;
    padding-bottom: 10px;
    border-radius: 0.25rem;
    max-width: 446px;
    margin: -40px auto 0;
}
.fcf-form-group {
    margin-bottom: 1rem;
}
.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.fcf-form-control:focus {
    border: 1px solid rgba(63, 121, 118, 0.904);
}
select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}
textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}
label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.fcf-btn {
    margin-top: 25px;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}
.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}
.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.05rem rgba(0, 123, 255, 0.25);
}
.fcf-btn-primary {
    color: #fff;
    background-color: rgba(121, 189, 184, 0.904);
    border-color: #889b89;
}
.fcf-btn-primary:hover {
    color: #fff;
    background-color: rgba(107, 207, 201, 0.904);
    border-color: #a1b7a3;
}
.fcf-btn-primary:focus, .fcf-btn-primary.focus {
    color: #fff;
    background-color: rgba(83, 155, 150, 0.904);
    border-color: #666666;
    box-shadow: 0 0 0 0.05rem rgba(80, 80, 80, 0.637);
}
.fcf-btn-lg, .fcf-btn-group-lg>.fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.fcf-btn-block {
    display: block;
    width: 100%;
}
.fcf-btn-block+.fcf-btn-block {
    margin-top: 0.5rem;
}
input[type="submit"].fcf-btn-block{
    width: 100%;
}





.footer {
    height: 50px;
    background: rgba(0,0,0,0.3);
    text-align: center;
    font-size: 0.8em;
    line-height: 50px;
    color: white;
}
.footer::after {
    content: "\00A9  Cabo Concierge, 2021";
}





@media (max-width: 625px) {
    .chef-table td {
        padding-bottom: 15px;
    }
}

@media (max-width: 600px) {
    #slider {
        height: calc(50vw - 12px);
    }
}

@media (max-width: 580px) {
    .section {
        padding: 30px 25px;
    }
    .services {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 460px) {
    .title {
        font-size: 30px;
        padding: 0 0 25px;
    }
    .sub-head {
        font-size: 24px;
    }
    .section {
        padding: 25px 20px 30px;
    }
    .section:last-child {
        padding-bottom: 60px;
    }
    .mainPageServicesOffered {
        padding-bottom: 0px !important;
        margin-bottom: 10px;
    }
    .services {
        grid-column-gap: 2px;
    }
    .service {
        margin-left: -20px;
    }
    .service:nth-child(even) {
        margin: 0;
        margin-right: -20px;
    }
    .mainPageContactUsHeading {
        margin-bottom: 25px;
    }
    .section.contactUs {
        padding-top: 35px;
    }
    .homePageContactUs .fcf-body {
        padding: 0;
        padding-top: 25px;
    }
}

@media (max-width: 440px) {
    .massageTreatmentMenu td {
        padding-bottom: 15px;
    }
    .section.specials {
        padding: 25px 0px !important;
    }
    .specials img {
        max-width: 100%;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }
    .special {
        margin-top: 15px; 
        border-radius: 0;
    }
    .section.contactUs {
      padding-bottom: 0;
    }
    .section.contactUs .fcf-body {
        margin: -15px -20px 0;
        border-radius: 0;
        padding-bottom: 60px;
    }
}

@media (max-width: 400px) {
    .chef-table th, .chef-table td {
        padding-right: 15px;
      }
}

@media (max-width: 370px) {
    .title {
        font-size: 26px;
    }
    .mainPageServicesOffered {
        margin-bottom: 0;
    }
    .maniPediMenu td {
        padding-bottom: 15px;
    }
    .chef-table th, .chef-table td{
        padding-right: 10px;
      }
}

@media (max-width: 350px) {
    .chef-table th, .chef-table td{
        padding-right: 8px;
      }
}

@media (max-width: 340px) {
    .section.massageTreatmentMenu {
        padding-left: 7px;
        padding-right: 7px;
    }
    .chef-table th:first-child, .chef-table td:first-child{
        padding-right: 20px;
      }
}

@media (max-width: 330px) {
    .chef-table th:first-child, .chef-table td:first-child{
        padding-right: 10px;
      }
}

@media (max-width: 318px) {
    .chef-table th, .chef-table td{
        padding-right: 6px;
      }
}