:root {
  --cornflower-blue: #5da8ef;
  --midnight-blue: #0d1845;
  --white: white;
  --black: black;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

p {
  color: #949494;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}

label {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.container {
  background-image: url('../images/Lines.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  display: block;
  position: relative;
}

.container.quote {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 0;
}

.container.both-top-and-bottom {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 45px;
}

.container.both-top-and-bottom.centered {
  text-align: center;
}

.container.bg {
  background-image: url('../images/Lines.png'), linear-gradient(to right, #fff, #fff0 25% 75%, #fff), linear-gradient(#fff, #fff0 25% 75%, #fff), linear-gradient(#ffffffe6, #ffffffe6), url('../images/ocean-bg.jpg');
  background-position: 50% 0, 0 0, 0 0, 0 0, 50%;
  background-repeat: repeat-y, repeat, repeat, repeat, no-repeat;
  background-size: 100%, auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll, fixed;
  padding-bottom: 45px;
}

.container.in-nav {
  background-image: url('../images/logo-web1.png'), url('../images/Lines.png');
  background-position: 0%, 50% 0;
  background-repeat: no-repeat, repeat-y;
  background-size: 300px, 100%;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
}

.container.centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
  display: flex;
}

.navbar {
  background-color: #11183f;
  align-items: center;
  width: 100%;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: fixed;
}

.nav-menu {
  float: left;
  justify-content: flex-end;
  align-items: center;
  margin-left: 13%;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -5px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: color .25s;
}

.nav-link:hover {
  color: var(--cornflower-blue);
}

.hero-section {
  clear: left;
  width: 100%;
  position: relative;
}

.surfer {
  float: right;
  filter: brightness(110%);
  width: 90%;
  display: block;
  box-shadow: 6px 6px 23px #1a2d3f5e;
}

.hold-slide-content {
  background-image: radial-gradient(circle at 0 100%, #fff 4%, #fff0 57%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.text-block {
  color: var(--cornflower-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.heading {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2em;
  transform: rotate(0);
}

.paragraph {
  color: #363535;
  width: 57%;
  font-family: Lato, sans-serif;
  line-height: 2em;
  position: relative;
}

.quote-text {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela Round, sans-serif;
  font-size: 23.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.text-block-2 {
  color: #696969;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.middle-line {
  background-color: var(--cornflower-blue);
  width: 2px;
  height: 75px;
  margin: 45px auto 0;
  display: block;
}

.middle-line.bottom {
  margin-bottom: 25px;
}

.section {
  clear: left;
  background-color: #0c0839;
  background-image: linear-gradient(#07064380, #07064380), url('../images/water-2072218_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
  width: 100%;
  padding-top: 124px;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
  overflow: hidden;
}

.section.footer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/water-2072218_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.column {
  padding-top: 75px;
  padding-left: 0;
  padding-right: 10px;
}

.column-2 {
  padding-left: 10px;
  padding-right: 0;
}

.image {
  width: 115%;
  max-width: 115%;
  position: relative;
  right: 15%;
  box-shadow: -1px 1px 23px #1a2d3f5e;
}

.padded-text-container {
  padding-top: 45px;
  padding-left: 65px;
  padding-right: 30%;
}

.text-link {
  clear: left;
  border-bottom: 2px solid var(--cornflower-blue);
  color: #3f3f3f;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  transition: border-color .25s, color .25s;
  display: none;
  position: relative;
}

.text-link:hover {
  color: var(--cornflower-blue);
  border-bottom-color: #414141;
}

.text-link.top {
  border-bottom-color: #5da8ef;
  transition: color .25s;
}

.text-link.top:hover {
  color: #818181;
}

.padded-text {
  margin-bottom: 45px;
  display: none;
}

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

.small-blue-heading {
  color: var(--cornflower-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 13px;
}

.sub-heading {
  z-index: 1;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  position: relative;
}

.slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 45px;
}

.slide {
  text-align: center;
  width: 33.33%;
  max-height: 500px;
}

.image-2 {
  z-index: 1;
  height: 100%;
  padding-bottom: 25px;
  padding-right: 20%;
  position: relative;
}

.surf-board-back-drop {
  background-color: #ececec;
  width: 60%;
  height: 65%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.surfboard-description {
  z-index: 10;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 42%;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  right: 0;
}

.surfboard-heading {
  text-transform: capitalize;
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.surfboard__price {
  color: #ce60a8;
  padding-left: 50%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.surfboard__buy-link {
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

.arrow {
  color: #bebdbd;
  font-size: 20px;
}

.mask {
  padding-left: 50px;
  padding-right: 50px;
}

.surfboard-logo {
  width: 15px;
}

.side-bar {
  width: 75px;
  height: 100vh;
  min-height: 500px;
  position: fixed;
  top: -5px;
  right: 0;
  overflow: hidden;
}

.side-bar__text {
  color: #d4d4d4;
  letter-spacing: 5px;
  text-transform: uppercase;
  width: 400px;
  height: 25px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  position: absolute;
  top: 8vw;
  right: -165px;
  transform: rotate(-90deg);
}

.social-block {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-icon {
  clear: left;
  width: 20px;
  height: 20px;
  margin: 25px auto;
  display: block;
  position: relative;
}

.social-icon.footer {
  clear: none;
  width: 30px;
  height: 30px;
  margin-left: 25px;
  margin-right: 25px;
  display: inline-block;
}

.tumble {
  height: 20px;
}

.tumble.big {
  height: 25px;
}

.heading-block {
  clear: left;
  text-align: left;
  width: 100%;
  margin-bottom: 45px;
  position: relative;
}

.number {
  z-index: 0;
  color: #f9f9f9;
  font-family: Open Sans, sans-serif;
  font-size: 6.6em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  top: -100%;
  left: 0;
}

.column-3 {
  justify-content: flex-end;
  padding-top: 30px;
  display: flex;
}

.small-hr {
  background-color: var(--cornflower-blue);
  width: 50px;
  height: 2px;
}

.text-bottom {
  margin-bottom: 45px;
  display: none;
}

.text-bottom.max-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.image-3 {
  width: 100%;
}

.flex-row {
  clear: left;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.small-image {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-section {
  clear: left;
  width: 100%;
  position: relative;
}

.contact-bg {
  clear: left;
  background-image: linear-gradient(#ffffff80, #ffffff80), linear-gradient(#fff0 90%, #fff), url('../images/surf-blur.jpg');
  background-position: 0 0, 0 0, 50% 24%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  padding: 65px 0 0;
  position: relative;
}

.form-wrapper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.form-group {
  width: 280px;
  max-width: 80%;
  display: inline-block;
  position: relative;
}

.form-label {
  font-size: 14px;
}

.form-control {
  letter-spacing: 1px;
  background-color: #f8f8f8;
  border: 1px solid #e0dcdc;
  border-right-style: none;
  border-radius: 0;
  height: 45px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.form {
  clear: left;
  text-align: center;
  width: 100%;
  margin-bottom: 75px;
  position: relative;
}

.submit-button {
  clear: none;
  color: #fff0;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 45px;
  height: 45px;
  font-family: Oswald, sans-serif;
  display: inline-block;
  position: relative;
  top: -2px;
}

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

.image-4 {
  float: right;
  width: 55vw;
  max-width: none;
  margin-left: -10.5vw;
}

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

.footer-sub-head {
  color: #bbb;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.column-6 {
  padding-left: 45px;
  padding-right: 45px;
}

.heading-2 {
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 45px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.footer-logo {
  clear: left;
  width: 80px;
  height: auto;
  position: relative;
}

.image-5 {
  height: 100%;
}

.text-links {
  padding-top: 45px;
  padding-bottom: 45px;
  display: none;
}

.link {
  color: #222;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 25px;
  margin-right: 25px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.social-links-footer {
  padding-top: 45px;
  padding-bottom: 45px;
}

.play-button {
  z-index: 10;
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.play-icon {
  border-top: 10px solid #0000;
  border-bottom: 10px solid #0000;
  border-left: 15px solid #fff;
  width: 15px;
  height: 15px;
}

.header {
  z-index: 2;
  background-color: var(--midnight-blue);
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
}

.hold-surfer {
  z-index: 3;
  width: 230px;
  height: 160px;
  position: absolute;
  inset: auto -10px -10px auto;
  overflow: hidden;
}

.bottom-section {
  margin-top: 0;
}

.div-block {
  background-image: radial-gradient(circle at 0%, #dcdcdc00, #efefefbf 55%, #ffffffdb), url('../images/paddle.jpg');
  background-position: 0 0, 50% 18%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 70px;
  margin-bottom: 76px;
  padding-right: 49px;
  display: flex;
}

.blurb1 {
  color: #072933;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2em;
  transform: rotate(0);
}

.text-on-water {
  color: #072933;
  text-align: right;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.top-section1 {
  clear: left;
  background-color: #fff;
  width: 100%;
  padding-top: 0;
  padding-left: 75px;
  padding-right: 75px;
  position: relative;
  overflow: hidden;
}

.top-section1.footer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/water-2072218_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.logo-container {
  justify-content: space-between;
  width: 95%;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.d-13-icons-wrapper {
  margin-top: 33px;
  display: flex;
}

.d-13-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.d-13-icon-bg {
  z-index: 10;
  cursor: pointer;
  background-color: #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-23-icon {
  color: #fff;
  font-size: 2rem;
}

.d-13-border {
  border: 5px solid #fff;
  border-radius: 200px;
  width: 60px;
  height: 60px;
  position: absolute;
}

.homepage-socialmediawrapper {
  height: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}

.homepage-sociallink {
  cursor: pointer;
  background-color: #0348b0;
  border-radius: 500px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 5px;
}

.homepage-sociallink:hover {
  background-color: #254266;
}

.homepage-sociallink.ig {
  background-image: linear-gradient(45deg, #e7029b, #ffa600);
}

.image-13 {
  border-radius: 50px;
}

.div-block-2 {
  background-image: url('../images/logo-web1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
}

.newtop {
  background-image: linear-gradient(#14246900, #0e0d3a94), url('../images/PONTOON-STRAIGHT-01.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  padding: 24px 39px 29px 24px;
  display: flex;
}

.main-heading {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.main-subtitle {
  color: #fff;
  text-align: right;
  width: 57%;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 2em;
  position: relative;
}

.product-link {
  background-color: #c2c2c2;
  background-image: linear-gradient(#35309700 61%, #191e3fc4), url('../images/BIG-BOAT-SLIDE---SKI-DOCK.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  padding: 10px 19px;
  display: flex;
}

.product-link._1 {
  background-image: linear-gradient(#35309700 61%, #191e3fc4), url('../images/gazebo2.jpg');
}

.product-link._2 {
  background-image: linear-gradient(#35309700 61%, #191e3fc4), url('../images/jet-ski-docks.jpeg');
  background-position: 0 0, 80%;
  height: 500px;
  text-decoration: none;
}

.product-link._3 {
  background-image: linear-gradient(#35309700 61%, #191e3fc4), url('../images/swim-decks.jpeg');
  background-position: 0 0, 44% 100%;
  background-size: auto, auto 150%;
  height: 500px;
  text-decoration: none;
}

.product-link._4 {
  background-image: linear-gradient(#35309700 61%, #191e3fc4), url('../images/brunnetteboard.jpg');
  background-position: 0 0, 70%;
  height: 500px;
}

.product-link._5, .product-link._6, .product-link._7 {
  background-image: linear-gradient(#35309700 61%, #191e3fc4), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  height: 500px;
}

.box-titles {
  z-index: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  position: relative;
}

.boxes-cols {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.bottom {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.little-link {
  color: #fff;
  text-decoration: none;
}

.nav-link-2 {
  color: #909090;
  letter-spacing: .2px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 33px 0 28px;
  font-size: 15px;
  font-weight: 500;
  transition: color .3s ease-in-out;
}

.nav-link-2:hover {
  color: #de5000;
}

.nav-link-2.w--current {
  color: #de5000;
  border-bottom: 3px solid #de5000;
}

.dropdown-item {
  text-align: center;
  background-color: #f7f9fc;
  border-right: 1px solid #ddd;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
  height: 400px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-item:hover {
  background-color: #eff1f5;
}

.dropdown-list {
  background-color: #f8f9fc;
  height: 400px;
  display: block;
  inset: 82px 0% auto;
  overflow: hidden;
}

.infotext {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.infotext.grey {
  color: #909090;
}

.dropdown-description-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
}

.icon {
  color: #888;
  margin-right: 0;
  padding-top: 1px;
}

.nav-point-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 18px;
  padding-right: 18px;
  position: static;
}

.nav-point-wrapper.last-nav-item {
  padding-right: 0;
}

.nav-point-wrapper.dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-right: 13px;
}

.dropdown-link {
  color: #de5000;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-toggle {
  padding: 0 18px 0 0;
}

.logo-wrapper {
  align-self: center;
  margin-right: 42px;
  padding-left: 0;
}

.dropdown-item-wrapper {
  z-index: 1;
  box-shadow: none;
  background-color: #f7f9fc;
  height: 100%;
  display: flex;
}

.nav-main {
  z-index: 99;
  background-color: #f7f9fc;
  border-bottom: 1px solid #bebebe;
  width: 100%;
  height: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  width: 150px;
  margin-top: 2px;
}

.dropdown-icon-wrapper {
  width: 100%;
}

.dropdown-icon {
  width: 60px;
  height: 60px;
}

.nav-menu-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: static;
}

.centered_w1 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: block;
}

.centered_w1.nav-wrapper {
  z-index: 2;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.page-dropdown-overlay {
  z-index: 1;
  opacity: 0;
  background-color: #0006;
  position: fixed;
  inset: 0%;
}

.navbar-2 {
  background-color: var(--midnight-blue);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
}

.menutext {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.menutext.email {
  color: var(--cornflower-blue);
}

.container-2 {
  width: 95%;
  min-width: 95%;
}

.icon-2 {
  color: #fff;
}

.menu-list {
  margin-top: 4px;
}

.menu-list.w--open {
  text-align: left;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  margin-top: 18px;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  display: flex;
  box-shadow: 0 4px 18px 3px #00000026;
}

.dropdown-link-2 {
  text-align: left;
}

.section-top {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: flex-end;
  align-items: flex-end;
  height: 600px;
  padding: 34px;
  display: flex;
}

.section-top.docks {
  background-image: linear-gradient(#00000080, #00000080), url('../images/BIG-BOAT-SLIDE---SKI-DOCK.JPG');
  background-position: 0 0, 50% 60%;
  background-size: auto, cover;
}

.heading-3 {
  color: #fff;
  font-family: Varela Round, sans-serif;
  font-size: 90px;
}

.brand {
  background-image: url('../images/logo-web1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 300px;
  height: 70px;
  position: absolute;
}

.subsections-holder {
  padding: 93px 75px 51px;
}

.phone-number {
  color: #fff;
  background-image: url('../images/phone-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
}

.phone-number.email {
  color: var(--cornflower-blue);
}

.shop-btn {
  color: #fff;
  background-color: #1567b5;
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.shop-btn.email {
  color: var(--cornflower-blue);
}

.button {
  background-color: #1062a9;
  padding: 15px 32px;
  font-family: Varela Round, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

html.w-mod-js [data-ix="float-in-on-scroll"], html.w-mod-js [data-ix="float-in-on-scroll-2"], html.w-mod-js [data-ix="float-in-on-scroll-3"], html.w-mod-js [data-ix="float-in-on-load"], html.w-mod-js [data-ix="float-in-on-load-2"], html.w-mod-js [data-ix="float-in-on-load-3"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="hover-play-icon"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .container {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.bg {
    background-image: linear-gradient(to right, #fff, #fff0 25% 75%, #fff), linear-gradient(#fff, #fff0 25% 75%, #fff), url('../images/Lines.png'), linear-gradient(#ffffffe6, #ffffffe6), url('../images/ocean-bg.jpg');
    background-position: 0 0, 0 0, 50% 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat-y, repeat, no-repeat;
    background-size: auto, auto, 100%, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll, fixed;
  }

  .navbar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu {
    background-color: #fff;
    width: 50%;
    margin-left: 50%;
    box-shadow: -7px 7px 22px #00000059;
  }

  .surfer {
    width: 60%;
  }

  .text-block {
    margin-bottom: 5px;
  }

  .heading {
    margin-top: 10px;
    font-size: 2em;
  }

  .paragraph {
    width: 87%;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .column {
    padding-top: 25px;
  }

  .padded-text-container {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 15%;
  }

  .padded-text {
    margin-bottom: 25px;
  }

  .sub-heading {
    font-size: 21px;
  }

  .slider {
    background-color: #fff0;
  }

  .slide {
    width: 50%;
  }

  .image-2 {
    height: auto;
    padding-right: 35%;
  }

  .surfboard-description {
    width: 51%;
  }

  .surfboard__price {
    padding-left: 60%;
  }

  .arrow {
    background-image: linear-gradient(270deg, #fff, #fff0);
  }

  .menu-button {
    color: var(--cornflower-blue);
  }

  .menu-button.w--open {
    background-color: var(--cornflower-blue);
  }

  .side-bar {
    z-index: 60;
  }

  .side-bar__text {
    font-size: 10px;
    line-height: 1.5em;
    right: -190px;
  }

  .social-block {
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .heading-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-3 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .contact-bg {
    z-index: 0;
  }

  .image-4 {
    margin-left: -7.5vw;
  }

  .heading-2 {
    padding-left: 0;
    font-size: 1.8em;
  }

  .div-block {
    height: 250px;
  }

  .blurb1 {
    margin-top: 10px;
    font-size: 3em;
  }

  .text-on-water {
    margin-top: 10px;
    font-size: 2em;
  }

  .top-section1 {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .logo-container {
    width: 90%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .d-13-icons-wrapper {
    flex-direction: column;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .homepage-sociallink {
    background-color: #254266;
  }

  .newtop {
    background-image: linear-gradient(#13104e00 54%, #1b057969), url('../images/PONTOON-STRAIGHT-01.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 600px;
    padding-bottom: 0;
    padding-right: 19px;
  }

  .main-heading {
    margin-top: 10px;
    font-size: 60px;
  }

  .main-subtitle {
    width: 70%;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .product-link._1, .product-link._2 {
    height: 400px;
    margin-bottom: 22px;
  }

  .product-link._3 {
    background-size: auto, cover;
    height: 400px;
    margin-bottom: 22px;
  }

  .product-link._4 {
    height: 400px;
  }

  .product-link._5 {
    height: 400px;
    margin-bottom: 22px;
  }

  .product-link._6 {
    background-size: auto, cover;
    height: 400px;
    margin-bottom: 22px;
  }

  .product-link._7 {
    height: 400px;
  }

  .box-titles {
    font-size: 26px;
  }

  .nav-link-2.w--current {
    padding-bottom: 2px;
  }

  .infotext.grey {
    font-size: 13px;
  }

  .logo-wrapper {
    flex: 1;
    margin-top: 1px;
  }

  .logo {
    width: 106px;
  }

  .centered_w1 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .centered_w1.nav-wrapper {
    align-items: center;
  }

  .icon-3 {
    color: #fff;
  }

  .nav-menu-3 {
    background-color: var(--midnight-blue);
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .heading-3 {
    text-align: right;
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hold-slide-content {
    width: 65%;
  }

  .section {
    background-image: linear-gradient(#0d1845b8, #0d1845b8), url('../images/water-2072218_1920.jpg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
  }

  .column {
    padding-top: 10px;
  }

  .padded-text-container {
    width: 200%;
    padding-top: 65px;
  }

  .slide {
    width: 100%;
  }

  .image-2 {
    padding-right: 40%;
  }

  .surfboard-description {
    width: 55%;
  }

  .surfboard-heading {
    font-size: 4.5vw;
  }

  .surfboard__price {
    padding-left: 64%;
  }

  .side-bar {
    width: 25px;
    min-height: 440px;
    position: absolute;
    top: 5px;
  }

  .heading-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .text-bottom {
    margin-bottom: 26px;
  }

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

  .flex-row {
    flex-direction: column-reverse;
    display: flex;
  }

  .flex-row.reverse {
    flex-direction: column;
  }

  .image-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .row {
    flex-direction: column;
  }

  .column-6 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .div-block {
    align-items: flex-end;
    height: 200px;
    margin-top: 44px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .text-on-water {
    font-size: 21px;
  }

  .logo-container {
    width: 95%;
  }

  .link-2 {
    font-size: 14px;
  }

  .d-13-icons-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    position: static;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .homepage-socialmediawrapper {
    width: auto;
  }

  .div-block-2 {
    width: 200px;
  }

  .newtop {
    height: 600px;
  }

  .main-heading {
    font-size: 21px;
  }

  .main-subtitle {
    padding-left: 0;
  }

  .product-link._1, .product-link._2, .product-link._3, .product-link._4, .product-link._5, .product-link._6, .product-link._7 {
    height: 300px;
  }

  .nav-link-2 {
    font-size: 6vw;
  }

  .logo-wrapper.page-transition {
    margin-right: 0;
  }

  .nav-main {
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .centered_w1 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .brand {
    background-color: #09133c;
    background-image: url('../images/logo-mobile.png');
    background-position: 50%;
    background-size: auto 85%;
    width: 120px;
    height: 130px;
    margin-top: -8px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.quote {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.both-top-and-bottom {
    padding-bottom: 25px;
  }

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

  .nav-menu {
    float: right;
    width: auto;
    position: absolute;
    top: 65px;
    left: -50px;
    box-shadow: -7px 7px 22px #00000040;
  }

  .nav-link {
    float: left;
    clear: left;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .hold-slide-content {
    background-image: linear-gradient(to right, #ffffffb5 58%, #fff0);
    width: 100%;
    padding-right: 24px;
  }

  .heading {
    font-size: 1.3em;
  }

  .paragraph {
    margin-bottom: -38px;
  }

  .quote-text {
    font-size: 5vw;
  }

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

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

  .column {
    padding-top: 0;
  }

  .image {
    top: -10px;
  }

  .padded-text-container {
    padding-top: 20px;
  }

  .sub-heading {
    font-size: 18px;
  }

  .arrow {
    width: 35px;
  }

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

  .side-bar {
    z-index: 40;
    width: 25px;
    height: auto;
    min-height: 470px;
    font-size: 14px;
    top: -22vw;
  }

  .side-bar__text {
    letter-spacing: 4px;
    width: 400px;
    font-size: .5em;
    top: 18vw;
  }

  .heading-block {
    margin-top: 9px;
  }

  .number {
    color: #f3f3f3;
  }

  .column-3 {
    padding-top: 0;
  }

  .text-bottom.max-500 {
    font-size: 13px;
  }

  .small-image {
    width: 100%;
  }

  .contact-bg {
    z-index: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form {
    margin-bottom: 25px;
  }

  .submit-button {
    width: 20%;
  }

  .image-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .column-6 {
    padding: 15px;
  }

  .heading-2 {
    margin-top: 15px;
    font-size: 7.5vw;
  }

  .text-links {
    clear: left;
    flex-wrap: wrap;
    place-content: space-between center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    position: relative;
  }

  .link {
    width: 50%;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .social-links-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block {
    background-size: auto, cover;
    height: 130px;
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 3px;
    padding-left: 16px;
    padding-right: 8px;
  }

  .blurb1 {
    font-size: 2em;
  }

  .text-on-water {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .html-embed {
    width: 100%;
  }

  .top-section1 {
    padding-top: 21px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .top-section1.footer {
    padding-right: 10px;
  }

  .logo-container {
    width: 95%;
    height: 65px;
    padding-left: 19px;
  }

  .link-2 {
    font-size: 13px;
  }

  .d-13-icon-wrapper {
    margin-top: 20px;
  }

  .homepage-sociallink {
    margin-bottom: 10px;
  }

  .div-block-2 {
    background-color: #18235e;
    background-image: url('../images/logo-mobile.png');
    background-size: auto 90%;
    width: 90px;
    height: 120px;
  }

  .newtop {
    height: 100vh;
    padding-bottom: 55px;
    padding-right: 9px;
  }

  .main-heading {
    font-size: 1.3em;
  }

  .main-subtitle {
    margin-bottom: -38px;
    padding-left: 0;
    font-size: 12px;
    line-height: 15px;
  }

  .product-link._1 {
    height: 200px;
    padding-bottom: 0;
  }

  .product-link._2 {
    background-image: linear-gradient(#35309700 42%, #191e3fc4), url('../images/jet-ski-docks.jpeg');
    background-position: 0 0, 80%;
    background-size: auto, cover;
    height: 200px;
    padding: 9px;
  }

  .product-link._3 {
    height: 200px;
    padding: 11px;
  }

  .product-link._4, .product-link._5, .product-link._6, .product-link._7 {
    height: 200px;
    padding-bottom: 0;
  }

  .box-titles {
    margin-bottom: 0;
    font-size: 18px;
  }

  .nav-link-2 {
    font-size: 7vw;
  }

  .centered_w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-top {
    height: 400px;
    padding-bottom: 12px;
    padding-right: 17px;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 20px;
  }
}


