.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.footer {
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 12px;
}

.body {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.logo {
  max-width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  top: 50%;
  bottom: auto;
  right: auto;
}

.logo.large {
  margin-left: 10px;
}

.main {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.nav {
  color: #fff;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 10px;
  line-height: 18px;
  display: block;
}

.navbtn {
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  font-family: Chairdrobe;
  font-size: 32px;
  line-height: 32px;
}

.navbtn.w--current {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Chairdrobe;
  font-size: 32px;
  font-weight: 100;
  line-height: 32px;
}

.navbtn.w--current:hover, .navbtn.w--current:active, .navbtn.w--current:focus, .navbtn.w--current:visited {
  color: #fff;
}

.navbtn.large {
  border: 1px solid #fff;
  border-style: solid none;
  padding-left: 68px;
  padding-right: 68px;
  font-family: Basic, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navbtn.large:focus {
  color: #fff;
  background-color: #000;
}

.navbtn.large.w--current {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #fff;
  border-style: solid none;
  padding-left: 68px;
  padding-right: 68px;
  font-family: Basic, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navbtn.large.w--current:focus {
  color: #fff;
  background-color: #000;
}

.footerdiv {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.text-block {
  text-align: center;
  text-transform: none;
  padding-top: 0;
  font-family: Courier Prime, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
}

.navmenu {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navmenu.large {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: inline;
}

.navmenu.tablet {
  width: 100%;
  display: block;
}

.navmenu2 {
  flex-direction: row;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-end;
  margin-top: 0;
  display: block;
  position: static;
  inset: 0%;
}

.navmenu2.large {
  float: none;
  text-align: center;
  flex: 0 auto;
  align-self: flex-start;
  padding-top: 20px;
}

.bodycontainer {
  flex: 1;
  margin-left: 40px;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  padding-right: 40px;
  display: block;
}

.bodycontainer.tablet {
  max-width: 98%;
  padding-bottom: 40px;
}

.title {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 40px;
  font-family: Chairdrobe;
  font-weight: 100;
  display: none;
  overflow: visible;
}

.text {
  color: #00bdcb;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Chairdrobe;
  font-size: 28px;
  font-weight: 100;
  line-height: 30px;
  display: flex;
}

.text.large {
  align-items: flex-start;
}

.jenn2 {
  float: none;
  clear: none;
  max-width: 100%;
  margin-top: -30px;
  display: block;
  position: static;
}

.jenn2.large {
  float: right;
  margin-top: 20px;
  padding-left: 10px;
}

.introtext {
  color: #00bdcb;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Bebas;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
}

.home {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.textcenter {
  color: #00bdcb;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Chairdrobe;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
}

.textcenter.large {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  line-height: 35px;
}

.textcenter.large.wide {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.social {
  display: inline-block;
  position: static;
  inset: auto 0% 0%;
}

.sociallinks {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-right: 0;
  display: block;
}

.socialicons {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  border: 1px #000;
  padding-bottom: 0;
}

.container {
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.bodydiv {
  float: right;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0;
  display: inline-block;
}

.avatarhome {
  float: none;
  clear: none;
  width: 600px;
  max-width: 100%;
  margin-top: -30px;
  display: block;
}

.avatarhome.large {
  width: 600px;
}

.textcenterheader {
  color: #00bdcb;
  text-align: center;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Chairdrobe;
  font-size: 50px;
  font-weight: 100;
  line-height: 55px;
}

.footerslogan {
  color: #00bdcb;
  text-align: center;
  text-transform: lowercase;
  margin-top: -20px;
  margin-bottom: 0;
  padding: 0 60px 20px;
  font-family: Bebas;
  font-size: 24px;
  font-weight: 100;
  line-height: 40px;
}

.container-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: visible;
}

.reciperow {
  align-items: center;
  height: 375px;
  display: flex;
}

.reciperowlandscape {
  align-items: center;
  height: 260px;
  display: flex;
}

.separatorline {
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}

.contactimage {
  float: right;
}

.contactimage.large {
  float: right;
  width: 50%;
}

.contactimage.large.tablet.wide {
  float: none;
  object-fit: cover;
  width: 100%;
  position: static;
  overflow: auto;
}

.map {
  padding-bottom: 60px;
  display: block;
}

.mapcontainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.juicerow {
  align-items: center;
  height: 450px;
  display: flex;
}

.juicerowlandscape {
  align-items: center;
  height: 200px;
  display: flex;
}

.popup {
  z-index: 9999;
  opacity: 1;
  background-color: #000000bd;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popupcontainer {
  background-color: #000;
  border: 1px solid #00bdcb;
  padding: 20px;
  position: static;
}

.popupcol {
  padding-top: 0;
}

.popupcolleft {
  text-align: right;
}

.button {
  color: #000;
  text-align: center;
  background-color: #00bdcb00;
  background-image: url('../images/crown_agave_1crown_agave.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 85px 40px 18px;
  font-family: Chairdrobe;
  font-size: 25px;
  font-weight: 100;
  line-height: 25px;
}

.popuphead {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: -30px;
  margin-bottom: 0;
  font-family: Chairdrobe;
  font-size: 30px;
  line-height: 65px;
}

.closebtn {
  z-index: 9999;
  cursor: pointer;
  background-color: #fff;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  margin-top: 20px;
  margin-right: 20px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.age {
  z-index: 9999;
  background-color: #000000e6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.agefail {
  border: 1px solid #89d5de;
  padding-top: 20px;
  padding-bottom: 50px;
  position: static;
}

.agepophead {
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  font-family: Bebas;
  font-size: 30px;
  line-height: 65px;
}

.agetextheader {
  color: #00bdcb;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Chairdrobe;
  font-size: 50px;
  font-weight: 100;
  line-height: 55px;
}

.crowndiv {
  justify-content: center;
  align-items: center;
  display: flex;
}

.crownimage {
  margin-top: -32px;
}

.bold-text {
  font-family: Bebas;
}

.bodydiv2 {
  display: block;
}

.bodydiv2.large {
  max-width: 80%;
  font-size: 16px;
}

.bodydiv3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.bodydiv3.large {
  align-items: flex-end;
  max-width: 100%;
  display: block;
}

.jen2 {
  float: right;
  position: relative;
  inset: 0% 0% 0% auto;
}

.logolink.w--current {
  object-fit: fill;
  flex: 0 auto;
  display: block;
}

.headercol {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navcol {
  justify-content: flex-end;
  align-items: center;
  height: 170px;
  display: flex;
}

.navcol.large {
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}

.navcol.large.tablet {
  justify-content: flex-end;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logocol {
  align-items: center;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.spacer {
  height: 40px;
  padding-bottom: 0;
}

.header2 {
  padding-left: 40px;
  padding-right: 40px;
}

.navcolhome {
  justify-content: center;
  align-items: center;
  height: 170px;
  padding-right: 0;
  display: flex;
}

.navcolhome.tablet {
  justify-content: flex-end;
}

.navcolhome3 {
  justify-content: flex-start;
  align-items: flex-start;
  height: 218px;
  display: flex;
}

.soccol {
  justify-content: center;
  align-items: center;
  height: 170px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fbicon {
  margin-left: 10px;
}

.bradyjenn {
  float: right;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.bradyjenn.wide {
  float: right;
  clear: none;
  text-align: left;
  position: static;
  inset: 0% 0% auto;
}

.avatar {
  float: left;
  clear: right;
  width: 100%;
  margin-top: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.avatar.large {
  float: right;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 20px;
}

.avatar2 {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.jose {
  float: right;
  clear: none;
  padding-bottom: 0;
  padding-left: 20px;
  display: block;
}

.aceves {
  float: left;
  clear: none;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
}

.tequilas {
  background-color: #000;
  height: 400px;
}

.galblanco {
  float: left;
  display: block;
  position: static;
}

.galcol {
  height: 370px;
}

.textcol3 {
  align-items: center;
  height: 440px;
  display: flex;
}

.photocol2 {
  justify-content: center;
  align-items: center;
  height: 370px;
  display: flex;
}

.queentext {
  color: #00bdcb;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Chairdrobe;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
}

.queentext.large {
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  line-height: 35px;
}

.queentext2 {
  color: #00bdcb;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Chairdrobe;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
}

.queentext2.large {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 35px;
  display: none;
}

.logocol2 {
  padding-left: 0;
  padding-right: 0;
}

.logohome {
  margin-left: auto;
  margin-right: auto;
}

.logohome2 {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logohome2.large {
  width: 300px;
}

.photocol2 {
  justify-content: flex-end;
  height: 440px;
}

.textcol3 {
  justify-content: flex-start;
  padding-right: 140px;
}

.textlg {
  color: #00bdcb;
  text-transform: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Chairdrobe;
  font-size: 28px;
  font-weight: 100;
  line-height: 30px;
  display: flex;
}

.textlg.large {
  color: #fff;
  text-align: center;
  align-items: center;
  width: 210px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

.photocol3 {
  align-items: center;
  height: 440px;
  display: flex;
}

.textcol2 {
  justify-content: flex-end;
  align-items: center;
  height: 440px;
  padding-left: 30px;
  display: flex;
}

.textcol3-copy {
  align-items: center;
  height: 370px;
  display: flex;
}

.dowryform {
  padding-top: 40px;
}

.dowrylabel {
  text-transform: uppercase;
  font-family: Chairdrobe;
  font-size: 30px;
  font-weight: 100;
}

.formbtn {
  color: #000;
  background-color: #fff;
  align-self: flex-end;
  padding: 10px 20px;
  font-family: Spinnaker, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}

.photocol4 {
  align-items: center;
  height: 440px;
  display: flex;
}

.textcol2b {
  justify-content: flex-start;
  align-items: center;
  height: 440px;
  padding-left: 0;
  display: flex;
}

.agaveline {
  justify-content: center;
  align-items: center;
  display: flex;
}

.textlarge {
  color: #00bdcb;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Chairdrobe;
  font-size: 33px;
  font-weight: 100;
  line-height: 40px;
  display: flex;
}

.textlarge.large {
  align-items: flex-start;
}

.textlarge.large.tablet {
  width: 100%;
}

.agave_line {
  max-width: 75%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.text, .text-copy {
  align-items: flex-start;
}

.ageprompt {
  border: 1px solid #89d5de;
  padding-top: 20px;
  padding-bottom: 50px;
  position: static;
}

.yescol {
  justify-content: flex-end;
  display: flex;
}

.mediacols {
  padding-bottom: 40px;
}

.mediatext2, .mediatext1 {
  color: #00bdcb;
  text-align: center;
  text-transform: uppercase;
}

.mediaimg1 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.mediaimg2 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.medialink1 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mediaimg3 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.medialink3 {
  justify-content: center;
  align-items: center;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.medialink4 {
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.medialink5 {
  justify-content: center;
  align-items: center;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.medialink6 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.popuplogo {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.homeslide {
  background-color: #fff;
  width: 850px;
  height: 567px;
  margin-bottom: 0;
  display: block;
}

.image {
  background-color: #fff;
}

.slide {
  background-color: #fff;
  border: 1px solid #fff;
}

.test {
  width: 1000px;
  position: static;
  inset: 0% auto auto 0%;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.textcenter1.large.wide {
  color: #fff;
  text-align: center;
  font-family: Spinnaker, sans-serif;
  font-size: 33px;
  line-height: 43px;
}

.textcenter-1 {
  color: #00bdcb;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Chairdrobe;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
}

.textcenter-1.large {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  line-height: 35px;
}

.textcenter-1.large.wide {
  color: #fff;
  text-transform: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.graytext {
  color: #929090;
}

.footerline {
  border-top: 1px solid #fff;
  max-width: 850px;
  padding-bottom: 40px;
}

.contactform {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #000;
  flex: 0 auto;
  grid-template: "Area"
  / 2fr;
  grid-auto-columns: 1fr;
  width: 623px;
  margin-bottom: 0;
  display: block;
}

.formfield {
  width: 200px;
}

.form1 {
  width: 623px;
  height: 200px;
}

.formtextarea {
  text-align: left;
  object-fit: fill;
  width: 387px;
  min-height: 133px;
  margin-bottom: auto;
  padding-top: 0;
}

.formcol {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding: 0;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.cell-2 {
  text-align: left;
  display: flex;
}

.cell1 {
  display: block;
}

.smalltext {
  font-size: 14px;
  line-height: 19px;
}

.lightbox0 {
  float: none;
  clear: none;
  position: relative;
}

.cell-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.cell-4, .cell-5 {
  margin-left: auto;
  margin-right: auto;
}

.lb1 {
  height: 300px;
}

.cell-6, .cell-7, .cell-8, .cell-9, .cell-10, .cell-11, .cell-12, .cell-13, .cell-14, .cell-15 {
  margin-left: auto;
  margin-right: auto;
}

.homesslide, .homesslider1 {
  width: 400px;
}

.slide-1 {
  background-image: url('../images/3X5A0580.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/3X5A1341.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.thumbslide-3 {
  background-image: url('../images/3X5A1326.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
}

.a2slide-1 {
  background-image: url('../images/wjK9LGispbyoXoqOjjJkr7odKbI95sLAcXIv7EkeGE4EbXNwVdUsWAIsEG-sggPhn33X34gviXg7WRhzWoGEEE.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.a2slide-2 {
  background-image: url('../images/H8AKYuaor7T3X6jR8Fl8nGDgGt9HxkoUilAZx-_AQWsbBnUAtMrCiIvDVHosS26Q1kYUJZd6XxIgW2STQzJL3M.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.asseenin {
  padding-top: 20px;
}

.woodfireovenbook {
  border: 5px solid #fff;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.column, .column-2 {
  margin-left: auto;
  margin-right: auto;
}

.asseenpatio {
  border: 6px solid #fff;
  width: 400px;
}

.cell-16, .cell-17 {
  margin-left: auto;
  margin-right: auto;
}

.homesslidethumbs {
  background-color: #000;
  width: 400px;
  height: 75px;
}

.thumbslide-1 {
  background-image: url('../images/3X5A0580.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
}

.thumbslide-2 {
  background-image: url('../images/3X5A1341.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
}

.homesslidethumbsmask {
  height: 75px;
  padding-left: 0;
  padding-right: 0;
}

.lb2, .lb3, .lb4, .lb5, .lb6, .lb7, .lb8, .lb9, .lb10, .lb11 {
  height: 300px;
}

.slide-3 {
  background-image: url('../images/3X5A1326.jpg');
  background-position: 0 0;
  background-size: auto;
}

.homesslide-3 {
  background-image: url('../images/3X5A1326.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homesslide-2 {
  background-image: url('../images/3X5A1341.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homesslide-1 {
  background-image: url('../images/3X5A0580.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.homesslide1thumbs {
  background-color: #000;
  width: 400px;
  height: 75px;
}

.a2thumbslide-2 {
  background-image: url('../images/H8AKYuaor7T3X6jR8Fl8nGDgGt9HxkoUilAZx-_AQWsbBnUAtMrCiIvDVHosS26Q1kYUJZd6XxIgW2STQzJL3M.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.a2thumbslide-3 {
  width: 75px;
  height: 75px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.a2thumbslide-1 {
  background-image: url('../images/wjK9LGispbyoXoqOjjJkr7odKbI95sLAcXIv7EkeGE4EbXNwVdUsWAIsEG-sggPhn33X34gviXg7WRhzWoGEEE.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.a1thumbslide-2 {
  background-image: url('../images/3X5A1341.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.a1thumbslide-3 {
  background-image: url('../images/3X5A1326.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.homesslide1thumbsmask {
  height: 75px;
  padding-left: 10px;
  padding-right: 10px;
}

.a1thumbslide-1 {
  background-image: url('../images/3X5A0580.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  padding-bottom: 0;
  padding-right: 0;
}

.bold-text-2 {
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .navbtn.large {
    font-size: 12px;
    line-height: 18px;
  }

  .navbtn.large.w--current {
    font-weight: 400;
  }

  .navmenu.tablet.large {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .text {
    font-size: 30px;
    line-height: 35px;
  }

  .text.large {
    align-items: flex-start;
    font-size: 40px;
    line-height: 45px;
  }

  .textcenter.large {
    font-size: 40px;
    line-height: 45px;
  }

  .textcenter.large.wide {
    text-align: left;
    font-family: Spinnaker, sans-serif;
    line-height: 23px;
  }

  .images.large {
    width: 70%;
  }

  .bodydiv.large {
    width: 60%;
  }

  .avatarhome.large {
    width: 900px;
    max-width: 100%;
  }

  .contactimage.large {
    float: right;
    width: 60%;
  }

  .popup {
    display: none;
  }

  .photocol2.large {
    height: 600px;
  }

  .queentext.large {
    font-size: 40px;
    line-height: 45px;
  }

  .logohome2.large {
    width: 300px;
  }

  .textlg {
    font-size: 30px;
    line-height: 35px;
  }

  .textlg.large {
    font-size: 16px;
    line-height: 20px;
  }

  .photocol3.large {
    height: 600px;
  }

  .textcol2b.large.wide.phone {
    justify-content: center;
  }

  .textlarge {
    font-size: 30px;
    line-height: 35px;
  }

  .textlarge.large {
    font-size: 40px;
    line-height: 45px;
  }

  .mediacols.large {
    padding-bottom: 100px;
  }

  .mediatext2.large, .mediatext1.large {
    font-size: 24px;
    line-height: 24px;
  }

  .mediaimg1.large, .mediaimg2.large {
    width: 50%;
  }

  .medialink1.large {
    height: 780px;
  }

  .mediaimg3.large {
    width: 70%;
  }

  .medialink3.large {
    height: 780px;
  }

  .medialink4.large {
    height: 480px;
  }

  .medialink5.large {
    height: 600px;
  }

  .medialink6.large {
    height: 480px;
  }

  .textcenter1.large.wide {
    color: #fff;
    text-align: center;
    font-family: Spinnaker, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .textcenter-1.large {
    font-size: 40px;
    line-height: 45px;
  }

  .textcenter-1.large.wide {
    text-align: left;
    font-family: Spinnaker, sans-serif;
  }

  .bold-text-2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .navbtn.large.tablet, .navbtn.large.tablet.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navmenu.tablet.large {
    align-items: center;
    display: flex;
  }

  .navmenu2.large {
    margin-left: auto;
    margin-right: auto;
  }

  .bodycontainer.tablet {
    margin-left: 20px;
    padding-right: 20px;
  }

  .textcenter.large.wide {
    text-align: left;
  }

  .images.large.tablet {
    width: 100%;
  }

  .avatarhome.large.tablet {
    width: 70%;
  }

  .contactimage.large.tablet {
    width: 60%;
  }

  .jen2.tablet {
    width: 40%;
  }

  .navcol.large.tablet, .navcolhome.tablet {
    height: 120px;
  }

  .burger {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .avatar.tablet {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .avatar2.tablet {
    display: block;
  }

  .jose.tablet {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-left: 0;
    display: block;
  }

  .textcol3.tablet {
    padding-right: 0;
  }

  .logocol2.tablet {
    display: none;
  }

  .textcol2.tablet {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .textlarge.large.tablet {
    width: 100%;
  }

  .mariacol.tablet {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .homeslide.wide.phone {
    width: 768px;
    height: 500px;
  }

  .contactform.tablet, .form1.tablet {
    width: 503px;
  }

  .formtextarea.tablet {
    width: 300px;
  }

  .homesslide.tablet, .homesslider1.tablet {
    width: 300px;
    height: 224px;
  }

  .homesslidethumbs.tablet {
    width: 300px;
  }

  .lb2.tablet, .lb3.tablet, .lb4.tablet, .lb5.tablet, .lb6.tablet, .lb7.tablet, .lb8.tablet, .lb9.tablet {
    width: 300px;
    height: 224px;
  }

  .lb10.tablet {
    height: 224px;
  }

  .lb11.tablet {
    width: 300px;
    height: 224px;
  }

  .homesslide1thumbs.tablet {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .jenn2.large.wide {
    width: 50%;
    max-width: 100%;
  }

  .images.large.tablet.wide {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .images.large.wide, .avatarhome.large.tablet.wide {
    width: 100%;
  }

  .contactimage.large.tablet.wide {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .bradyjenn.wide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .aceves.wide {
    padding-bottom: 40px;
  }

  .textcol3.tablet.phone.wide {
    padding-left: 0;
  }

  .photocol2.large.wide {
    height: 500px;
  }

  .photocol2.wide {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 800px;
    display: flex;
  }

  .photocol3.large.wide {
    height: 500px;
  }

  .textcol2.tablet.wide {
    height: 440px;
  }

  .photocol4.large.wide {
    justify-content: center;
  }

  .textcol2b.large.wide {
    height: 200px;
  }

  .agaveline.wide, .mediacol1.tablet, .mediacol1.wide, .mediacol4.tablet, .mediacol4.wide {
    display: none;
  }

  .shortcol {
    height: 10px;
    padding-bottom: 0;
  }

  .homeslide.tablet, .homeslide.wide {
    width: 568px;
    height: 380px;
  }

  .contactform.tablet.wide {
    width: 380px;
  }

  .form1.tablet.wide {
    width: 400px;
  }

  .formtextarea.tablet {
    width: 150px;
  }

  .cell-2.wide {
    margin-left: auto;
    margin-right: auto;
  }

  .cell-18 {
    flex-flow: column;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .bodycontainer.tablet.phone {
    margin-left: 10px;
    padding-right: 10px;
  }

  .jenn2.large.wide.phone {
    float: none;
    width: 100%;
    display: block;
  }

  .images.large.tablet.wide.phone {
    width: 75%;
  }

  .avatarhome.large.tablet.wide.phone {
    width: 100%;
  }

  .jen2.tablet.phone {
    float: none;
    width: 100%;
    padding-bottom: 40px;
  }

  .avatar.tablet.phone {
    width: 100%;
  }

  .jose.tablet.phone {
    padding-bottom: 20px;
  }

  .aceves.wide.phone {
    padding-bottom: 10px;
  }

  .textcol3.tablet.phone {
    height: 550px;
    padding-left: 0;
  }

  .photocol2.large.wide.phone {
    height: 400px;
  }

  .textcol2.tablet.wide.phone {
    height: 550px;
  }

  .formbtn.phone {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .photocol4.large.wide.phone {
    height: 300px;
  }

  .textcol2b.large.wide.phone {
    height: 250px;
  }

  .homeslide.wide.phone {
    width: 320px;
    height: 200px;
  }

  .contactform.tablet.wide.phone {
    display: none;
  }
}

#w-node-_9a2ed56a-5e0b-cd9f-d6f3-9b7ac1fa1a13-490f4ffb {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#email-form.w-node-d2c1cc4e-1751-e723-8ee1-3cd0319dae40-490f4ffb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd5e8049-4a9f-65a9-bf68-cec16ea71bed-490f4ffb {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5f6d07bf-0701-5fed-b349-cd38b422f8c4-490f4fff {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-fbb89a15-e506-0283-1329-7b4cf07ed4c2-a9b69995 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .5fr;
}

#w-node-_25787700-52e1-2be1-55db-571feb28daf7-a9b69995 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_9a2ed56a-5e0b-cd9f-d6f3-9b7ac1fa1a13-490f4ffb {
    grid-template-rows: auto;
    grid-template-columns: .25fr .75fr;
    display: grid;
  }
}


