:root {
  --beachin-coral: #374b6c;
  --white: white;
  --beaching-cornsilk: white;
  --dark-slate-gray-2: #404047;
  --black: #1a1b1f;
  --dilly-goldenrod: #f3b936;
  --dilly-black: #333030;
  --beachin-yellow: #d69b0e;
  --dronesey: #b5731f;
  --dark-slate-gray: #2d3e4f;
  --white-smoke-3: #edeff2;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --light-sea-green: #25ccbf;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --dim-gray: #735260;
  --indian-red: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --white-smoke-2: #f0f0f0;
  --dilly-blue: #6fc9df;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000000bd;
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: var(--beachin-coral);
  width: 100%;
  display: block;
}

.brand-text {
  color: #404047;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.section {
  background-color: var(--beaching-cornsilk);
  text-align: center;
  padding: 63px 40px;
  position: relative;
}

.section.section-gray {
  background-color: #fafafa;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.section.home {
  background-color: var(--beaching-cornsilk);
  padding: 40px 220px;
}

.section.menu {
  background-color: var(--beaching-cornsilk);
}

.call-to-action-section {
  background-color: var(--beachin-coral);
  color: #fff;
  padding: 44px 40px;
}

.call-to-action-section.a {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-to-action-heading {
  color: var(--white);
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: var(--dilly-goldenrod);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 65px;
  font-weight: 400;
  line-height: 65px;
}

.hero-subheading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  border-style: none;
  border-color: var(--beaching-cornsilk);
  background-color: var(--beaching-cornsilk);
  color: var(--dark-slate-gray-2);
  border-radius: 0;
}

.hollow-button.white:hover {
  border-color: var(--beachin-coral);
  color: #fff;
  background-color: #0000;
}

.hollow-button.red {
  background-color: var(--beachin-yellow);
  color: #fff;
  border-color: #f0f0f0;
}

.hollow-button.red:hover {
  border-color: var(--dilly-goldenrod);
  background-color: #0000;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--dilly-black);
  text-align: center;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
}

.section-heading.centered.yellow {
  color: var(--beachin-coral);
  margin-bottom: 60px;
}

.section-heading.centered.white.a {
  color: var(--dronesey);
  margin-top: 80px;
}

.section-subheading.center {
  color: #737373bd;
  text-align: center;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.section-title-group {
  text-align: center;
  margin-bottom: 40px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  background-color: var(--black);
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

.footer-text {
  color: var(--beaching-cornsilk);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.grid-image {
  margin-bottom: 19px;
}

.hero-title-wrapper {
  text-align: center;
  background-image: url('../images/watermark-4Kc-cropped.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex: 1;
  margin-bottom: 0;
  position: relative;
  top: 0%;
}

.left-navigation {
  background-color: var(--beaching-cornsilk);
  width: 329px;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 20px -6px #351421;
}

.nav-link {
  color: var(--dark-slate-gray);
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: block;
}

.nav-link:hover {
  color: var(--dark-slate-gray-2);
}

.nav-link.w--current {
  color: var(--dark-slate-gray-2);
  font-size: 25px;
}

.nav-menu {
  float: none;
  text-align: center;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 99px;
  margin-bottom: 50px;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.banner {
  z-index: 0;
  background-color: var(--white);
  color: var(--beachin-coral);
  text-align: left;
  background-image: url('../images/ginny.png'), url('../images/DJI_0021.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding-top: 66px;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.content {
  height: auto;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.image.hero {
  margin-bottom: 44px;
}

.pismo {
  color: var(--dronesey);
}

.image-2 {
  float: none;
  clear: none;
  border: 2px solid var(--white);
  text-align: left;
  background-color: #0000;
  border-radius: 360px;
  margin-bottom: 10px;
  padding-left: 0;
  display: none;
}

.div-block {
  float: none;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

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

.column {
  border: 20px solid var(--beaching-cornsilk);
  background-color: var(--beachin-coral);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-2 {
  border: 20px solid var(--beaching-cornsilk);
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 9px;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.image-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.heading {
  background-color: var(--dronesey);
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
}

.heading.d {
  text-align: center;
}

.heading.b {
  background-color: var(--dilly-black);
  margin-top: 18px;
}

.html-embed {
  text-align: center;
  margin-top: 40px;
}

.container-2 {
  text-align: center;
}

.image-4 {
  margin-bottom: 0;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-3 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.image-5 {
  margin-top: 0;
  padding-top: 0;
}

.image-6 {
  margin-top: 20px;
}

.aa {
  background-color: #0000;
  padding: 10px;
}

.grid {
  grid-template-areas: "Area";
}

.column-3 {
  background-image: url('../images/SDD0001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 138px;
}

.column-3.a {
  background-image: url('../images/SDD0002.jpg');
}

.column-3.b {
  background-image: url('../images/SDD0003.jpg');
}

.column-3.c {
  background-image: url('../images/SDD0004.jpg');
}

.columns-2 {
  height: 0;
}

.div-block-4 {
  background-image: url('../images/SDD0001.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.div-block-4:hover {
  transform: translate(0);
  box-shadow: 1px 0 25px -5px #000;
}

.div-block-4.d {
  background-image: url('../images/Residential-Tint.jpeg');
}

.div-block-4.c {
  background-image: url('../images/San-Luis-Obispo-Auto-Glass--Tint-Window-Tint-Paint-Protection.jpg');
}

.div-block-4.b {
  background-image: url('../images/SDD0002.jpg');
  background-position: 100%;
  background-size: cover;
}

.div-block-4.e {
  background-image: url('../images/San-Luis-Obispo-Auto-Glass--Tint-Commercial-Tint-Crop-web.jpg');
}

.div-block-4.f {
  background-image: url('../images/San-Luis-Obispo-Auto-Glass--Tint-Shop-Photo.jpg');
}

.heading-4 {
  color: #fff;
  text-transform: none;
  text-shadow: 0 1px 5px #000;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
}

.column-4 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.row-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.main-section {
  margin-top: 0;
  padding: 60px 0;
}

.main-section.slider-a {
  height: auto;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-5 {
  color: #fff;
  text-shadow: 1px 1px 15px #000;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.link-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-5 {
  text-align: center;
  margin-top: 20px;
  display: block;
}

.link-b {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 10px;
  transition: opacity .2s;
  display: inline-block;
}

.link-b:hover {
  transform: scale(1.13);
}

.image-7 {
  background-color: #0000;
  border-radius: 0;
  width: 75px;
  height: 75px;
  margin: 10px;
}

.cards-section {
  background-color: #1a1b1f;
  padding: 40px;
}

.centered-container {
  text-align: center;
  flex: 1;
  margin-top: 80px;
  padding: 40px;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  border-radius: 0%;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-6 {
  color: var(--dark-slate-gray-2);
  font-weight: 400;
}

.body {
  background-color: var(--beaching-cornsilk);
}

.feature-section {
  padding-top: 50px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.italic-text {
  color: var(--beaching-cornsilk);
  border-radius: 6px;
  padding: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-style: italic;
  line-height: 30px;
  display: inline-block;
}

.italic-text.b {
  background-color: #0000;
  border-radius: 8px;
  padding: 10px;
  display: inline-block;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.text-span {
  color: var(--beaching-cornsilk);
  background-color: #0000;
  border: 1px #000;
  border-radius: 8px;
  display: inline-block;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
  place-content: center;
  justify-items: center;
  margin-top: 60px;
  margin-bottom: 0;
}

.about-grid.a {
  place-content: center;
  justify-items: center;
}

.paragraph-light {
  opacity: .6;
  text-align: left;
}

.section-heading-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.section-heading-2.white {
  color: var(--white);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-light {
  opacity: .6;
  font-family: PT Sans, sans-serif;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.button-2.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.bold-text {
  text-align: left;
  font-weight: 400;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.section-2.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo-small {
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: PT Serif, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  font-family: PT Sans, sans-serif;
  line-height: 30px;
}

.div-block-6 {
  padding: 15px;
}

.centered-container-2 {
  text-align: center;
  flex: 1;
}

.div-block-7 {
  background-color: var(--white-smoke-3);
  background-image: url('../images/AdobeStock_432599147-res.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 75vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-7._2 {
  background-image: none;
}

.div-block-7._22 {
  background-image: url('../images/AdobeStock_193378396res.jpg'), url('../images/AdobeStock_432599147-res.jpg');
  background-position: 50%, 0%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.div-block-7._33 {
  background-image: url('../images/AdobeStock_168560130res.jpg'), url('../images/AdobeStock_432599147-res.jpg');
  background-position: 50%, 0%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  background-attachment: scroll, fixed;
}

.heading-7, .heading-8, .heading-9, .paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--white);
}

.heading-10 {
  color: var(--white);
  text-align: center;
  text-shadow: 0 0 50px #000;
  margin: 15px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.heading-10.a {
  color: var(--beachin-coral);
  text-shadow: none;
  background-color: #fff;
  flex: 0 auto;
  align-self: auto;
  padding: 6px;
  display: block;
}

.bold-text-2, .bold-text-3, .bold-text-4, .heading-11 {
  font-weight: 400;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-8 {
  padding: 15px;
}

.field-label {
  font-weight: 400;
}

.submit-button {
  background-color: var(--black);
}

.paragraph-6 {
  padding-left: 10px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-style: normal;
  display: inline-block;
}

.link-4 {
  color: var(--black);
  margin-left: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-block-9 {
  padding: 5px 0;
  font-family: Verdana, Geneva, sans-serif;
}

.div-block-9.a {
  display: flex;
}

.paragraph-7 {
  color: #000000bd;
}

.div-block-10 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.html-embed-2 {
  text-align: center;
  padding-top: 0;
}

.link-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: block;
}

.text-span-2 {
  color: #1b212f;
  text-align: center;
  text-shadow: none;
  background-color: #0000;
  font-family: PT Serif, serif;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.columns-3 {
  margin-top: 25px;
}

.text-span-3 {
  text-shadow: none;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.text-span-3._22 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--steel-blue);
  text-shadow: 0 -1px 15px var(--dilly-black);
}

.heading-12 {
  color: var(--dark-slate-gray-2);
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.text-span-4 {
  font-size: 27px;
}

.button-3 {
  background-color: #404047;
  margin: 10px;
  padding-bottom: 13px;
  font-size: 20px;
}

.button-3.cta {
  color: #1a1b1f;
  background-color: #fff;
  padding: 14px 17px 17px;
  font-size: 29px;
  line-height: 27px;
}

.button-4 {
  background-color: #404047;
  padding-bottom: 13px;
  font-size: 20px;
}

.bold-text-5 {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 33px;
  font-weight: 700;
}

.block-quote {
  text-align: left;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-11 {
  margin-top: -90px;
}

.heading-13 {
  color: #0b0b0b;
  flex-flow: row;
  padding-left: 10px;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.text-span-5 {
  font-size: 28px;
}

.link-5 {
  color: #151515;
  text-decoration: none;
}

.rich-text-block {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 25px;
  line-height: 34px;
}

.text-span-6 {
  font-size: 28px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

html.w-mod-js [data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  transform: translate(50px);
}

html.w-mod-js [data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  transform: scale(.6);
}

html.w-mod-js [data-ix="scale-on-scroll"] {
  opacity: 0;
  transform: scale(.01);
}

html.w-mod-js [data-ix="agtdiv"] {
  opacity: .85;
  transform: translate(0);
}

html.w-mod-js [data-ix="slide-up"] {
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="slide-up-2"] {
  transform: translate(0, 78px);
}

html.w-mod-js [data-ix="slide-up-1500"], html.w-mod-js [data-ix="slide-up-2000"], html.w-mod-js [data-ix="slide-up-2001"] {
  opacity: 0;
  transform: translate(0, 100px);
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    padding-left: 0;
  }

  .hamburger-button {
    color: #fff;
    background-color: #fff;
    margin-top: 16px;
    margin-right: 20px;
  }

  .hamburger-button:active {
    background-color: var(--white);
  }

  .hamburger-button.w--open {
    background-color: var(--beaching-cornsilk);
  }

  .section.home {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.menu {
    padding-left: 35px;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .footer.center {
    background-color: var(--black);
  }

  .footer-text {
    color: var(--white);
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    z-index: 1000;
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
    position: fixed;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: var(--beaching-cornsilk);
  }

  .logo-link {
    float: left;
    margin-top: 14px;
    margin-bottom: 0;
    margin-left: 10px;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    background-image: url('../images/DJI_0021.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 100vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    color: var(--dark-slate-gray);
  }

  .column, .column-2 {
    border-style: none;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 25px;
  }

  .row-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 50vh;
    display: flex;
  }

  .main-section.slider-a {
    margin-left: 0;
    margin-right: 0;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    place-content: center;
    justify-items: center;
  }

  .about-grid.a {
    place-content: center;
    justify-items: center;
  }

  .button-2 {
    justify-content: center;
  }

  .section-2.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

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

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .hamburger-button {
    margin-top: 5px;
  }

  .hamburger-button.w--open {
    background-color: var(--beaching-cornsilk);
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    font-size: 37px;
  }

  .footer.center {
    background-color: var(--beachin-coral);
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .left-navigation {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .grid-fours {
    width: 33.333%;
  }

  .banner {
    background-image: url('../images/DJI_0021.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: var(--dronesey);
  }

  .image {
    margin-bottom: 10px;
  }

  .column, .column-2 {
    border-style: none;
  }

  .heading {
    font-size: 20px;
    line-height: 20px;
  }

  .row-2 {
    flex-direction: column;
    height: 100vh;
  }

  .link-b {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    max-width: none;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .italic-text {
    font-size: 25px;
    line-height: 25px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .section-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-2.cc-cta {
    padding: 15px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .container-3 {
    text-align: center;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .div-block-7 {
    background-position: 50%;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .button.full-width {
    background-color: var(--beachin-coral);
  }

  .hamburger-button {
    float: right;
    background-color: var(--dark-slate-gray-2);
    margin-top: 12px;
    margin-right: 10px;
    padding: 10px;
    display: inline-block;
  }

  .hamburger-button:hover, .hamburger-button:active, .hamburger-button:focus {
    background-color: var(--dark-slate-gray-2);
  }

  .hamburger-button.w--open {
    background-color: var(--dark-slate-gray-2);
    margin-top: 15px;
  }

  .hamburger-button.w--open:active {
    background-color: var(--beaching-cornsilk);
  }

  .section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.home {
    padding: 20px;
  }

  .section.menu {
    background-color: var(--beachin-coral);
    padding: 30px 10px 0;
  }

  .call-to-action-section {
    background-color: var(--beachin-coral);
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .call-to-action-heading {
    color: var(--white);
    font-size: 25px;
    line-height: 30px;
  }

  .hero-heading {
    filter: blur() blur();
    color: var(--dilly-goldenrod);
    line-height: 33px;
  }

  .hollow-button.white {
    color: var(--dilly-black);
    margin-bottom: 10px;
  }

  .section-heading.centered {
    color: var(--dilly-black);
    line-height: 35px;
  }

  .section-heading.centered.yellow {
    color: var(--dilly-goldenrod);
    margin-bottom: 40px;
  }

  .section-heading.centered.white {
    color: var(--white);
  }

  .section-subheading.center {
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    line-height: 30px;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer.center {
    background-color: var(--black);
  }

  .footer-text {
    color: var(--white);
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .left-navigation {
    z-index: 1000;
    padding: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-link, .nav-link.w--current {
    background-color: var(--white);
    text-align: center;
  }

  .nav-menu {
    border-bottom-color: var(--dilly-black);
    outline-offset: 0px;
    outline: 3px #000000bd;
    margin: 15px;
    padding-bottom: 15px;
    box-shadow: 0 2px 5px #0003;
  }

  .logo-link {
    float: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    display: inline-block;
  }

  .banner {
    background-image: url('../images/DJI_0021.jpg');
    background-position: 50%;
    background-size: cover;
    height: 450px;
    padding: 0 10px;
  }

  .icon {
    color: var(--beaching-cornsilk);
    text-align: center;
  }

  .image {
    margin-top: 11px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .image.hero {
    margin-bottom: 31px;
  }

  .pismo {
    color: var(--beachin-coral);
  }

  .column {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    border-style: none;
    padding: 0;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .image-3 {
    margin-top: 15px;
  }

  .heading {
    background-color: var(--dronesey);
    border-radius: 0;
    margin-bottom: 20px;
  }

  .heading.b {
    background-color: var(--dilly-black);
  }

  .container {
    padding-bottom: 0;
  }

  .container-2 {
    padding: 10px;
  }

  .image-4 {
    margin-bottom: 82px;
    padding-bottom: 0;
  }

  .image-6 {
    margin-bottom: 20px;
  }

  .div-block-4 {
    padding-top: 10px;
  }

  .column-4 {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
  }

  .row-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .main-section {
    padding-bottom: 40px;
  }

  .main-section.slider-a {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-5 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    display: block;
  }

  .link-b {
    margin: 0;
    display: inline-block;
  }

  .image-7 {
    border-radius: 0;
    margin: 5px;
  }

  .centered-container {
    text-align: left;
    margin-top: 0;
    padding: 20px;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-image {
    margin-bottom: 10px;
  }

  .italic-text.b {
    background-color: #0000;
    margin: 5px;
  }

  .paragraph-2 {
    font-style: normal;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .text-span {
    background-color: #0000;
    margin: 5px;
  }

  .home-content-wrap {
    margin-top: 0;
    margin-bottom: -20px;
  }

  .about-grid.a {
    margin-top: 97px;
  }

  .paragraph-light {
    opacity: 100;
    font-weight: 400;
  }

  .section-heading-2.white {
    text-align: center;
  }

  .button-2.cc-jumbo-button {
    margin-bottom: 20px;
  }

  .bold-text {
    font-size: 17px;
    line-height: 22px;
  }

  .heading-jumbo-small {
    line-height: 35px;
  }

  .cta-wrap {
    padding-top: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 0;
    line-height: 25px;
  }

  .div-block-6 {
    padding: 10px 0;
  }

  .centered-container-2 {
    text-align: left;
  }

  .div-block-7 {
    background-position: 50%;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 45px;
  }

  .heading-11 {
    text-align: center;
  }

  .div-block-8 {
    padding: 0;
  }

  .div-block-9 {
    padding: 5px 0 0;
    font-size: 17px;
  }

  .div-block-9.a {
    padding-top: 0;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-12 {
    color: var(--dark-slate-gray-2);
    margin-top: 4px;
    padding-top: 10px;
    padding-left: 15px;
    font-size: 30px;
    line-height: 23px;
  }

  .text-span-4 {
    font-size: 24px;
  }

  .button-3 {
    font-size: 22px;
  }

  .button-3.cta {
    font-size: 23px;
  }

  .button-4 {
    font-size: 22px;
  }

  .block-quote {
    margin-top: -65px;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
  }

  .block-quote._2 {
    margin-top: 45px;
    font-size: 17px;
    line-height: 23px;
  }

  .text-span-5 {
    font-size: 22px;
  }

  .rich-text-block {
    margin-top: 104px;
    margin-bottom: 73px;
  }

  .text-span-6 {
    font-size: 22px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .italic-text-2, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .italic-text-3, .list-item-23, .list-item-24 {
    text-align: left;
  }
}

#w-node-_528b6f34-8325-8552-dfd0-7fdcb07168b1-528c3e7d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_528b6f34-8325-8552-dfd0-7fdcb07168bc-528c3e7d, #w-node-_528b6f34-8325-8552-dfd0-7fdcb07168be-528c3e7d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_528b6f34-8325-8552-dfd0-7fdcb07168c9-528c3e7d {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_528b6f34-8325-8552-dfd0-7fdcb07168b1-528c3e7d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_528b6f34-8325-8552-dfd0-7fdcb07168bc-528c3e7d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_528b6f34-8325-8552-dfd0-7fdcb07168be-528c3e7d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_528b6f34-8325-8552-dfd0-7fdcb07168c9-528c3e7d {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_528b6f34-8325-8552-dfd0-7fdcb07168bc-528c3e7d {
    grid-area: 1 / 1 / 2 / 2;
  }
}


