:root {
  --light-grey: whitesmoke;
  --charcoal: rgba(0, 0, 0, .8);
  --frame: #dadada;
  --brown-text: #3a3939;
  --light-cream: #fcf9f7;
  --text-grey: #4c4e53;
  --blue: #183153;
  --light-brown: rgba(95, 79, 62, .9);
  --light-yellow: #fbf9eb;
  --white: white;
  --black: black;
}

.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;
}

.life-gallery {
  background-color: #000;
  background-image: linear-gradient(#161616 2%, rgba(63, 62, 62, .51) 32%, rgba(0, 0, 0, .8)), url('/assets/harry-s-bar-florence5.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px #000;
  max-width: none;
  padding: 60px 60px 80px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.gallery-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: start;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
}

.gallery-image {
  filter: hue-rotate(180deg);
  width: 100%;
}

.gallery-image.shadow-two {
  box-shadow: none;
  filter: hue-rotate(180deg);
  cursor: auto;
  border-radius: 5px;
}

.heading {
  font-family: Sentient;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.paragraph {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.header {
  background-color: var(--light-grey);
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  padding: 200px 60px 60px;
  display: block;
  position: static;
}

.image {
  filter: grayscale();
  background-color: #000;
  border: 1px solid #4b4a48;
  border-radius: 10px;
  width: auto;
  max-width: none;
  height: 500px;
  padding: 20px;
  box-shadow: 0 5px 5px 3px rgba(105, 103, 103, .2);
}

.navbar {
  z-index: 1;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.navbar-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.brand {
  float: none;
  flex-direction: row;
  align-items: center;
  height: auto;
  margin: 0 0 0 0%;
  padding-top: 0;
  padding-left: 40px;
  display: block;
  position: static;
}

.nav-menu-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-self: auto;
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.nav-link {
  color: var(--charcoal);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 40px;
  padding: 0;
  font-family: Lora, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  color: #8b8b8b;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  font-weight: 500;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--charcoal);
  text-align: right;
  font-weight: 700;
  display: block;
}

.nav-link.w--current:hover {
  color: #878888;
}

.nav-dropdown {
  text-align: right;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #fff;
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.nav-link-accent:hover {
  color: #fff;
  background-color: #000;
}

.contact-button {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #272729;
  border: 1px solid gray;
  border-radius: 2px;
  padding: 12px 10px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  transition: all .2s;
  display: block;
}

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

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

.menu-button {
  float: none;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: static;
  overflow: hidden;
}

.menu-button.w--open {
  float: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.footer-name {
  color: var(--charcoal);
  text-align: left;
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: rgba(0, 0, 0, .01);
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 1px #fff;
  border-right: 1px #fff;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.text-block {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 10px;
  font-family: Satoshi, sans-serif;
  line-height: 14px;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('/assets/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 0 0;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.nelson-hero {
  background-color: #131212;
  border-radius: 5px;
  height: 300px;
  margin-top: 140px;
  margin-left: 100px;
  padding-left: 0;
}

.list-item {
  display: block;
}

.hamburger {
  float: none;
  width: 35px;
  height: 20px;
  margin-right: 0;
  display: block;
}

.hero-bg {
  z-index: -1;
  filter: grayscale(87%);
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.slogan {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6em;
  display: inline-block;
}

.face {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fff;
  border-radius: 2px;
  height: 350px;
  margin-bottom: 0;
  margin-right: 0;
  display: inline-block;
  box-shadow: 0 4px 8px 2px rgba(102, 102, 102, .8);
}

.hero-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-menu {
  float: none;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 140px;
  display: block;
  position: static;
}

.navbar-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-block;
}

.close {
  float: none;
  object-fit: contain;
  height: 20px;
  margin-right: 0;
  display: none;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.menu {
  z-index: 5;
  float: none;
  box-shadow: inset -1px -1px 8px 2px var(--frame);
  color: var(--brown-text);
  background-color: #fff;
  border: 1px #c2c2c2;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-container {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-end;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.menu-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: block;
}

.navbar-brand {
  display: block;
}

.menu-wrapper {
  z-index: 1;
  color: var(--light-cream);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  padding: 0 10px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav-menu-two-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.navbutton {
  margin-top: 0;
  margin-right: 40px;
  position: static;
}

.navbutton.w--open {
  z-index: 2;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-bottom: 0;
  position: static;
}

.text-block-2 {
  color: #fff;
}

.list-item-2 {
  list-style-type: none;
}

.section {
  background-color: #000;
  padding: 220px 100px;
}

.nyt {
  color: #fff;
  height: 25px;
  display: block;
}

.section-paragraph {
  color: #fff;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.hero-intro {
  color: var(--text-grey);
  text-align: justify;
  max-width: 900px;
  margin: 0 auto 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  display: block;
}

.container-4 {
  max-width: 1400px;
}

.text-span {
  white-space: nowrap;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
}

.gallery-image-copy {
  filter: hue-rotate(180deg);
  width: 100%;
}

.gallery-image-copy.shadow-two {
  box-shadow: none;
  filter: hue-rotate(180deg);
  cursor: auto;
  border-radius: 5px;
}

.gallery-img {
  filter: hue-rotate(45deg);
  width: 100%;
}

.gallery-img.shadow-two {
  box-shadow: none;
  filter: hue-rotate(180deg);
  cursor: auto;
  border-radius: 5px;
}

.gallery-item {
  border: 1px #d8d1c9;
  border-radius: 2px;
  max-width: 400px;
  position: relative;
}

.gallery-item:hover {
  box-shadow: none;
  border-style: none;
}

.gallery-title {
  z-index: 1;
  background-color: var(--light-cream);
  box-shadow: inset -1px -1px 10px 1px var(--frame);
  color: var(--brown-text);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-hue2 {
  filter: hue-rotate(180deg);
  width: 100%;
}

.image-hue2.shadow-two {
  box-shadow: none;
  filter: hue-rotate(180deg);
  cursor: auto;
  border-radius: 5px;
}

.text-span-2 {
  text-transform: none;
  font-size: 16px;
}

.gallery-title-short {
  z-index: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(56, 56, 56, .84);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Sentient;
  font-size: 20px;
  font-weight: 200;
  line-height: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.grid-image {
  object-fit: cover;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 5px;
  width: 400px;
  max-width: none;
  height: 350px;
}

.quote-paragraph {
  background-color: var(--light-cream);
  color: var(--brown-text);
  text-align: center;
  border-radius: 2px;
  margin-bottom: 0;
  padding: 40px 20px;
  font-family: Crimsonpro Variable, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  box-shadow: inset -1px -1px 5px 1px rgba(151, 151, 151, .48);
}

.resume-heading {
  background-color: var(--light-cream);
  color: var(--brown-text);
  text-align: justify;
  border: 1px #252525;
  border-radius: 5px;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 60px;
  font-family: Crimsonpro Variable, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  box-shadow: -3px -3px 8px 2px rgba(0, 0, 0, .8);
}

.footer {
  box-shadow: inset 1px 1px 8px 1px var(--frame);
  white-space: normal;
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #c2c2c2;
  padding: 40px 30px;
  font-family: Satoshi, sans-serif;
  position: relative;
}

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

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-brand {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 40px;
  text-decoration: none;
  display: block;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: block;
}

.footer-block {
  flex-flow: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--charcoal);
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 20px;
  font-family: Lora, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-link.w--current {
  color: var(--charcoal);
  text-transform: uppercase;
  font-family: Lora, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--charcoal);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-image {
  filter: grayscale();
  border: 1px solid #666;
  border-radius: 5px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.brand-name {
  color: var(--charcoal);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.text-link {
  color: var(--brown-text);
  font-weight: 700;
  text-decoration: none;
}

.link-block-2, .gallery-link {
  text-decoration: none;
}

.gallery-link:hover {
  filter: grayscale();
  border: 5px #000;
}

.hero-quote {
  border: 1px #7e7e7d;
  border-radius: 5px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.text-span-3 {
  letter-spacing: 1px;
  text-transform: none;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}

.about-section {
  float: none;
  background-color: rgba(0, 0, 0, 0);
  max-width: none;
}

.about-paragraph {
  color: #3a3939;
  text-align: justify;
  object-fit: fill;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3em;
  display: block;
}

.fave-grid {
  float: none;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
  position: static;
}

.special-image {
  float: left;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  max-width: none;
  height: 300px;
  margin-right: 20px;
  display: block;
}

.special-text {
  background-color: var(--blue);
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 2px;
  width: 100%;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px 15px 40px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.special-item {
  border: 1px none var(--light-cream);
  border-radius: 2px;
  margin-bottom: 0;
  position: relative;
  box-shadow: inset -1px -1px 5px 1px rgba(198, 199, 202, .48);
}

.topic-heading {
  float: none;
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: none;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 20px 0 20px 60px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

.body {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('/assets/3585PointGrey5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 140px;
}

.favorite-places {
  color: #3a3939;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Gambarino, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  display: block;
}

.about-quote {
  color: #fff;
  text-align: justify;
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
}

.resume-heading-copy {
  color: #3a3939;
  text-align: justify;
  background-color: #fcfaf6;
  border: 1px solid #fcfaf6;
  border-radius: 5px;
  max-width: 1400px;
  margin: 0 auto 100px;
  padding: 20px 40px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
  box-shadow: inset -1px -1px 5px 2px rgba(124, 122, 121, .48);
}

.about-heading {
  float: none;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #3a3939;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #fcfaf6;
  border-radius: 5px;
  flex-direction: row;
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
  display: flex;
}

.nelson-wayne {
  height: 350px;
}

.nelson {
  float: none;
  border: 1px solid var(--frame);
  background-color: var(--brown-text);
  object-fit: cover;
  border-radius: 5px;
  width: auto;
  height: 350px;
  margin: 0 auto 60px;
  display: block;
  position: static;
}

.about-top-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.small-about-image {
  width: 300px;
  height: 200px;
  display: block;
}

.about-title {
  color: #3a3939;
  margin-top: 0;
  margin-bottom: 40px;
}

.sports-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/assets/hockey_grey.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 80px;
}

.accordion-item-content {
  border: 1px #000;
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  overflow: hidden;
}

.full-width {
  flex: 1;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.overflow-hidden {
  width: 100%;
  margin-top: 2px;
  overflow: hidden;
}

.team-details {
  color: var(--charcoal);
  text-align: left;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: block;
}

.accordion-item-trigger {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.sports-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.sports-grid._30-pixels {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

.sports-team-box {
  z-index: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2px;
  width: 100%;
  max-width: none;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 60px;
  display: block;
  position: relative;
}

.sports-team {
  color: var(--text-grey);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 5px #fec82f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  display: block;
}

.sport-subheading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 25px;
  line-height: 35px;
}

.team-item {
  border: 1px none var(--frame);
  background-color: var(--light-grey);
  border-radius: 2px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 20px;
  display: flex;
}

.accordion-wrapper {
  border-bottom: 1px #c4cbd5;
  margin-bottom: 15px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

.team-logo {
  height: 100px;
  margin-bottom: 0;
  margin-right: 20px;
}

.paragraph-2 {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
}

.paragraph-3 {
  font-size: 18px;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 500px;
}

.sports-body {
  padding-top: 0;
}

.sports-gallery-img {
  border-radius: 2px;
  width: 400px;
  height: auto;
  max-height: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nyt-black {
  color: #fff;
  height: 25px;
  margin-top: 0;
  display: block;
}

.sports-quote {
  color: #3a3939;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 1.2em;
  display: block;
}

.cell {
  display: block;
}

.image-2 {
  float: left;
  margin-right: 20px;
  display: inline;
}

.bold-text {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.image-3 {
  width: 100%;
}

.realestate-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: block;
}

.real-estate-text {
  color: #3a3939;
  text-transform: none;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 20px;
  font-family: Sentient;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: inset -1px -1px 5px 1px rgba(124, 122, 121, .48);
}

.real-estate-heading {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

.real-estate-item {
  color: #3a3939;
  text-align: justify;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3em;
}

.real-estate-grid {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.real-estate-header {
  background-color: #252525;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 60px;
  display: block;
}

.list {
  background-color: #fcfaf6;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  list-style-type: disc;
}

.highlight {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.re-hero-heading {
  color: #fff;
  text-align: center;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4em;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.real-estate-image {
  object-fit: cover;
  border: 1px solid #fcfaf6;
  border-radius: 2px;
  width: 100%;
  max-width: none;
  height: 350px;
  min-height: auto;
}

.real-estate-background {
  padding-top: 140px;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.re-quote-paragraph {
  background-color: var(--light-grey);
  color: var(--charcoal);
  text-align: justify;
  border-radius: 2px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 40px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: inset -1px -1px 8px 1px rgba(0, 0, 0, .1);
}

.re-list {
  z-index: 2;
  max-width: 1000px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.re-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

.ubc-pics {
  float: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-right: 40px;
  display: inline;
  position: static;
}

.tall-ubc-image {
  float: none;
  width: auto;
  height: 400px;
  display: inline-block;
}

.two-images {
  float: left;
  display: inline-block;
}

.nelson-block {
  float: none;
  border: 1px #d8d1c9;
  border-radius: 5px;
  align-items: center;
  width: auto;
  min-width: 250px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 60px;
  display: block;
  position: relative;
  box-shadow: inset -1px -1px 5px 1px rgba(198, 199, 202, .48);
}

.topic-block {
  float: none;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.home-grid {
  float: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-bottom: 60px;
  display: grid;
  position: static;
}

.favorite-places-copy {
  color: #3a3939;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Gambarino, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.topic-paragraph {
  color: var(--charcoal);
  text-align: justify;
  letter-spacing: 1px;
  object-fit: fill;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  display: block;
}

.newspaper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--light-cream);
  box-shadow: inset -1px -1px 5px 1px var(--frame);
  color: var(--text-grey);
  background-color: #fff;
  border-radius: 2px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 60px;
  display: flex;
}

.about-body {
  margin-top: 95px;
  padding-top: 0;
}

.banner {
  background-image: url('/assets/Harrys-Bar1.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 300px;
}

.about-banner-text {
  color: var(--text-grey);
  text-align: justify;
  background-color: #fff;
  border: 1px #7e7e7d;
  border-radius: 5px;
  max-width: none;
  margin: 0 auto 400px;
  padding: 40px 60px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.about-head {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/assets/great-gatsby-rolls-royce-1.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.about-nelson {
  background-image: linear-gradient(rgba(253, 252, 252, .9), rgba(253, 252, 252, .9)), url('/assets/drawing.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.about-text {
  float: none;
  border: 1px none var(--light-cream);
  box-shadow: inset -1px -1px 8px 1px var(--frame);
  color: #3a3939;
  text-align: justify;
  background-color: #fff;
  border-radius: 2px;
  align-items: flex-start;
  max-width: none;
  margin: 0 0 60px;
  padding: 100px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
  display: block;
}

.about-txt {
  color: var(--brown-text);
  text-align: justify;
  max-width: none;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.about-banner {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.real-estate-head {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/assets/sfopera2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  margin-bottom: 0;
  padding: 250px 0 0;
  position: relative;
}

.re-banner-text {
  color: var(--text-grey);
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #7e7e7d;
  border-radius: 5px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.body-2 {
  padding-top: 100px;
}

.re-hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.re-banner {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.re-item {
  position: relative;
}

.inbetween {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  box-shadow: inset -1px -1px 8px 1px var(--frame);
  color: #fff;
  background-color: #fff;
  border: 1px #fcfaf6;
  border-radius: 2px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.inbetween-txt {
  color: var(--brown-text);
  text-align: center;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.sports-hero {
  background-image: url('/assets/waynegretzky6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
}

.sports-banner {
  background-color: #252525;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sports-banner-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #7e7e7d;
  border-radius: 5px;
  max-width: none;
  margin: 0;
  padding: 0 60px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4em;
}

.sports-quote-text {
  color: #fff;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #7e7e7d;
  border-radius: 5px;
  max-width: 700px;
  margin: 0;
  padding: 0;
  font-family: Crimsonpro Variable, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
}

.wayne-image {
  float: none;
  border: 1px solid var(--frame);
  object-fit: cover;
  border-radius: 5px;
  width: 400px;
  height: auto;
  margin-left: 0;
  margin-right: 60px;
}

.sports-container {
  border: 1px none var(--frame);
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  display: flex;
}

.sport-title {
  float: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.sports-item-text {
  display: block;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  height: 100%;
}

.classifieds-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #000;
  grid-template: "bottom-area bottom-area"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.sports-caption {
  color: var(--charcoal);
  text-align: justify;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
}

.sport-item {
  background-color: #fff;
  border: 1px #f8efe3;
  border-radius: 3px;
  margin-bottom: 80px;
  padding: 60px;
}

.sports-columns {
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.rolls-image {
  float: none;
  border: 1px solid var(--frame);
  object-fit: cover;
  border-radius: 2px;
  width: 400px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: inline-block;
}

.rolls-image.hide {
  border-style: none;
}

.rolls-quote {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 3px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  display: block;
}

.rolls-quote-text {
  color: var(--charcoal);
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #7e7e7d;
  border-radius: 5px;
  width: auto;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
  display: block;
}

.sports-black-banner {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.sports-light-banner {
  background-color: #252525;
  margin-bottom: 60px;
}

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

.column-3 {
  padding-left: 0;
  padding-right: 40px;
}

.sports-heading {
  border: 1px solid var(--frame);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 15%;
  font-family: Satoshi, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.6em;
}

.business-body {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('/assets/yacht.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 90px;
  padding-bottom: 0;
}

.company-text {
  box-shadow: inset -1px -1px 5px 1px var(--frame);
  color: var(--brown-text);
  text-align: justify;
  background-color: #fff;
  border-bottom: 1px solid rgba(156, 156, 156, .2);
  border-radius: 2px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.about-accent-bar {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: var(--blue);
  color: var(--light-cream);
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 40px 60px;
  display: flex;
  box-shadow: -1px -1px 5px 2px rgba(61, 61, 61, .2);
}

.dark-about-txt {
  color: var(--brown-text);
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  font-family: Crimsonpro Variable, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
}

.re-white-banner {
  background-color: #f5f5f5;
  margin-bottom: 60px;
  padding: 60px;
}

.re-dark-banner {
  background-color: var(--blue);
  margin-bottom: 0;
  padding: 40px 60px;
}

.bold-text-2 {
  font-weight: 500;
}

.caption-heading {
  font-family: Gambarino, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.company-section {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 60px;
}

.image-5 {
  height: 200px;
}

.contact-body {
  background-image: linear-gradient(rgba(44, 34, 24, .5), rgba(44, 34, 24, .5)), url('/assets/Harrys-Bar1.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 220px;
}

.company-heading {
  color: var(--text-grey);
  text-align: justify;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-radius: 2px;
  max-width: none;
  margin: 0;
  padding: 0 15%;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6em;
}

.divider {
  text-align: center;
  background-color: #d3d8db;
  border: 1px #000;
  width: 200px;
  height: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.company-highlight {
  color: var(--brown-text);
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.deals-heading {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  max-width: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lora, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4em;
}

.realestate-body {
  padding-top: 80px;
}

.form-block {
  box-shadow: inset -1px -1px 10px 2px var(--frame);
  background-color: #fff;
  border-radius: 5px;
  max-width: 600px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
}

.heading-2 {
  color: var(--text-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Gambarino, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2em;
}

.sec-files {
  color: #1e667a;
  width: auto;
  max-width: none;
  font-size: 16px;
  line-height: 25px;
}

.company-head {
  border-bottom: 1px solid var(--light-cream);
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2px;
  padding: 20px 60px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

.flex-no-wrap {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  width: auto;
  display: flex;
}

.company-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.company-head-block {
  margin-bottom: 100px;
}

.fave-places-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 60px;
}

.ed-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-accordion {
  border-bottom: 1px #c4cbd5;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.about-special-text {
  border: 1px none var(--light-cream);
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: -1px -1px 5px 2px rgba(61, 61, 61, .2);
}

.topic-head {
  float: none;
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 20px 60px;
  font-family: Lora, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

.image-6 {
  width: 100%;
  max-width: none;
}

.about-img {
  border-bottom: 2px solid var(--light-cream);
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
  display: block;
}

.top-text {
  box-shadow: -1px -1px 10px 2px var(--light-grey);
  color: var(--brown-text);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px 15px 40px;
  font-family: Lora, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.rolls-block {
  float: none;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 60px;
  margin-right: 0;
  display: flex;
}

.contact-input {
  color: var(--text-grey);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #929292;
  margin-bottom: 40px;
  font-family: Crimsonpro Variable, sans-serif;
  font-size: 18px;
}

.contact-message {
  color: var(--brown-text);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #929292;
  margin-bottom: 40px;
  font-family: Crimsonpro Variable, sans-serif;
  font-size: 18px;
}

.submit-button {
  border: 1px solid var(--text-grey);
  background-color: var(--charcoal);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Crimsonpro Variable, sans-serif;
  font-size: 16px;
}

.submit-button:hover {
  color: #fff;
}

.bold-text-3 {
  font-weight: 400;
}

.dark-text-link {
  color: var(--brown-text);
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.video {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.about-video {
  float: none;
  width: auto;
  max-width: none;
  height: 300px;
  margin-bottom: 20px;
  margin-left: 40px;
  padding-left: 0;
}

.video-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  max-width: 1400px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.video-embed {
  width: 100%;
  height: 350px;
  margin-bottom: 40px;
}

.video-topic-paragraph {
  color: var(--brown-text);
  text-align: justify;
  letter-spacing: 1px;
  object-fit: fill;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
}

.video-float {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px none var(--light-cream);
  box-shadow: inset -1px -1px 5px 1px var(--frame);
  color: var(--text-grey);
  background-color: #fff;
  border-radius: 2px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
  padding: 60px;
  display: block;
}

.webster {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: inline-block;
}

.webster-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nelson2 {
  object-fit: cover;
  width: 600px;
  height: auto;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-4 {
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 60px;
  display: block;
}

.sports-gallery-img-smaller {
  border-radius: 2px;
  width: auto;
  height: 400px;
  max-height: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-link {
  color: var(--charcoal);
  font-family: Oswald, sans-serif;
  font-size: 45px;
  line-height: 1.8em;
  text-decoration: none;
}

.hero-link:hover {
  color: #707070;
}

.video-2 {
  margin-bottom: 60px;
}

.nelson-about2 {
  height: 100%;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .life-gallery {
    padding: 20px 60px 60px;
  }

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: block;
  }

  .gallery-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 60px;
    display: grid;
  }

  .header {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .brand {
    margin-left: 0;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    color: #fff;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Lora, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link:hover {
    color: #878888;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link.w--current {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
  }

  .nav-link.w--current:hover {
    color: #878888;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .slogan {
    color: #fff;
    text-align: center;
  }

  .face {
    height: 300px;
    margin-bottom: 0;
    margin-right: 0;
  }

  .hero-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .menu {
    box-shadow: inset -1px -1px 8px 1px var(--frame);
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-container.shadow-three {
    margin-right: 0;
  }

  .nav-wrapper {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .menu-wrapper {
    background-color: var(--charcoal);
    width: auto;
    height: auto;
    margin-top: 90px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav-menu-two-2 {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 10px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px 0 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .navbutton {
    padding: 12px;
  }

  .navbutton.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #d6c7c7;
    border-radius: 10px;
  }

  .hero-intro {
    max-width: none;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-item {
    max-width: none;
  }

  .gallery-title {
    width: 350px;
  }

  .grid-image {
    width: 350px;
    height: 350px;
  }

  .resume-heading {
    margin-bottom: 60px;
    font-size: 22px;
  }

  .footer {
    box-shadow: inset 1px 1px 8px 1px var(--frame);
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-block {
    align-content: stretch;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-link {
    max-width: none;
  }

  .list-item-3 {
    text-align: center;
  }

  .hero-quote {
    max-width: 80%;
    margin-left: 0;
  }

  .special-image {
    height: 250px;
  }

  .special-text {
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
  }

  .topic-heading {
    margin-bottom: 20px;
    padding-left: 60px;
  }

  .resume-heading-copy, .about-heading {
    margin-bottom: 60px;
    font-size: 22px;
  }

  .nelson {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .sports-section {
    background-image: url('/assets/hockey_grey.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .team-details {
    text-align: center;
  }

  .sports-team-box {
    width: 100%;
  }

  .sports-team {
    text-align: center;
  }

  .team-item {
    display: block;
  }

  .team-logo {
    margin-bottom: 20px;
  }

  .real-estate-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .re-section {
    padding-bottom: 60px;
  }

  .home-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .topic-paragraph {
    text-align: justify;
    font-size: 16px;
  }

  .newspaper {
    flex-direction: column;
  }

  .about-body {
    margin-top: 80px;
  }

  .about-banner-text {
    margin-bottom: 60px;
    font-size: 22px;
  }

  .about-nelson {
    padding-bottom: 20px;
  }

  .about-text {
    flex-direction: column;
    margin-bottom: 60px;
    font-size: 22px;
  }

  .about-txt {
    text-align: justify;
  }

  .re-banner-text {
    margin-bottom: 0;
    font-size: 22px;
  }

  .sports-banner-text, .sports-quote-text {
    margin-bottom: 60px;
    font-size: 22px;
  }

  .wayne-image {
    width: 400px;
    height: auto;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .sports-container {
    background-color: #fff;
    flex-direction: column;
    margin-bottom: 80px;
    margin-left: 60px;
    margin-right: 60px;
    padding: 60px;
  }

  .sport-item {
    padding: 60px;
  }

  .sports-columns {
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .rolls-image {
    height: auto;
  }

  .rolls-image.hide {
    display: none;
  }

  .rolls-quote {
    flex-direction: column;
    margin-bottom: 80px;
    margin-left: 60px;
    margin-right: 60px;
    padding: 60px;
  }

  .rolls-quote-text {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .sports-black-banner {
    padding-top: 60px;
  }

  .column-2 {
    padding-left: 0;
  }

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

  .sports-heading {
    border-style: none;
  }

  .company-text {
    text-align: left;
  }

  .re-white-banner {
    margin-bottom: 40px;
  }

  .company-heading {
    margin-bottom: 0;
    font-size: 18px;
  }

  .deals-heading {
    margin-bottom: 0;
  }

  .company-head {
    text-align: left;
    padding-left: 40px;
    padding-right: 10px;
  }

  .company-grid, .fave-places-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ed-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .topic-head {
    border-radius: 2px;
    padding-left: 60px;
  }

  .about-img {
    height: 300px;
    margin-bottom: 60px;
  }

  .top-text {
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
  }

  .rolls-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-video {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .video-block {
    flex-direction: column;
    align-items: center;
  }

  .video-embed {
    margin-bottom: 20px;
  }

  .video-topic-paragraph {
    text-align: center;
  }

  .video-float {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .nelson2 {
    object-fit: contain;
    height: 300px;
  }

  .div-block-5 {
    flex-direction: column;
    padding-top: 60px;
  }

  .hero-link {
    font-size: 30px;
  }

  .video-2 {
    margin-bottom: 40px;
  }

  .nelson-about2 {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .life-gallery {
    padding: 20px 40px 60px;
  }

  .gallery-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-content: flex-start;
    max-width: none;
    margin-left: 0;
    display: block;
  }

  .header {
    background-position: 0 0, 0%;
    background-attachment: scroll, scroll;
    padding: 140px 60px 0;
  }

  .navbar-container {
    max-width: 100%;
  }

  .brand {
    padding-left: 20px;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .gallery-overview-2, .hero-heading-right {
    padding: 60px 15px;
  }

  .slogan {
    font-size: 25px;
  }

  .face {
    object-fit: cover;
  }

  .hero-block {
    flex-direction: column;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .menu {
    margin-top: 0;
    margin-right: 10px;
  }

  .menu-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .menu-wrapper {
    width: auto;
  }

  .nav-menu-two-2 {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 20px;
    flex-direction: column;
    width: auto;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .navbutton {
    margin-right: 20px;
  }

  .hero-intro {
    font-size: 20px;
    font-weight: 400;
  }

  .gallery-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .quote-paragraph {
    text-align: center;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    margin-bottom: 40px;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .gallery-link {
    max-width: none;
    display: inline;
  }

  .topic-heading {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .nelson {
    float: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .sports-section {
    padding-bottom: 60px;
  }

  .accordion-item-content {
    padding-top: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-item-trigger {
    padding: 0% 10px 0% 0%;
  }

  .sports-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .sports-team-box {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .accordion-wrapper {
    padding-bottom: 0;
  }

  .sports-gallery-img {
    margin-bottom: 60px;
  }

  .real-estate-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .re-quote-paragraph {
    text-align: center;
  }

  .topic-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-grid {
    grid-template-columns: 1fr;
  }

  .newspaper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 40px;
  }

  .about-nelson {
    padding-bottom: 40px;
  }

  .about-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-txt {
    text-align: center;
  }

  .re-banner-text {
    font-size: 20px;
  }

  .sports-quote-text {
    margin-bottom: 0;
  }

  .sports-container, .sport-item {
    margin-bottom: 60px;
    padding: 60px;
  }

  .sports-columns {
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .rolls-quote {
    margin-bottom: 60px;
    padding: 60px;
  }

  .rolls-quote-text {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .company-text {
    text-align: justify;
    padding: 40px;
  }

  .re-white-banner {
    margin-bottom: 40px;
    padding: 40px;
  }

  .re-dark-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .company-section {
    margin-left: 0;
    margin-right: 0;
    padding: 60px 40px;
  }

  .contact-body {
    padding-top: 180px;
  }

  .company-heading {
    margin-bottom: 0;
    padding: 0;
  }

  .realestate-body {
    padding-top: 75px;
  }

  .form-block {
    margin-bottom: 100px;
  }

  .company-head {
    padding-left: 40px;
  }

  .company-grid, .fave-places-grid, .ed-grid {
    grid-template-columns: 1fr;
  }

  .topic-head {
    text-align: center;
    padding-left: 0;
  }

  .about-img, .video-embed {
    margin-bottom: 40px;
  }

  .video-float {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 40px;
  }

  .webster {
    height: 200px;
  }

  .webster-block {
    grid-template-columns: 1fr 1fr;
  }

  .nelson2 {
    height: auto;
    margin-bottom: 40px;
  }

  .div-block-5 {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  .life-gallery {
    padding: 20px;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .header {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .brand {
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    font-size: 15px;
  }

  .nav-link.w--current {
    font-family: Gambarino, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: none;
  }

  .hamburger {
    height: 15px;
  }

  .face {
    height: 250px;
  }

  .hero-block {
    margin-top: 100px;
  }

  .menu {
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 10px;
  }

  .menu-container {
    max-width: none;
  }

  .menu-wrapper {
    margin-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbutton {
    margin-right: 0;
    padding-left: 0;
  }

  .hero-intro {
    font-size: 18px;
  }

  .gallery-title, .grid-image {
    width: 100%;
  }

  .resume-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: none;
  }

  .footer-wrapper {
    margin-bottom: 20px;
  }

  .footer-brand {
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-content {
    margin-bottom: 0;
  }

  .footer-block {
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 10px;
  }

  .footer-link.w--current {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .brand-name {
    line-height: 1.2em;
  }

  .hero-quote {
    max-width: 100%;
  }

  .special-text {
    min-width: auto;
  }

  .topic-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .resume-heading-copy, .about-heading {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nelson {
    height: 250px;
  }

  .sports-section {
    padding-bottom: 0;
  }

  .accordion-item-content {
    width: 100%;
    min-width: auto;
    padding-bottom: 2%;
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .sports-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sports-team-box {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sport-subheading {
    font-size: 20px;
    line-height: 25px;
  }

  .accordion-wrapper {
    margin-left: 0;
  }

  .sports-gallery-img {
    margin-bottom: 40px;
  }

  .real-estate-grid {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .real-estate-image {
    height: 250px;
    min-height: auto;
  }

  .re-quote-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topic-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .topic-paragraph {
    text-align: center;
  }

  .newspaper {
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .about-body {
    margin-top: 85px;
  }

  .about-banner-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-nelson {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-text {
    padding: 20px;
  }

  .re-banner-text {
    padding-left: 0;
    padding-right: 0;
  }

  .sports-banner-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sports-quote-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .wayne-image {
    margin-bottom: 40px;
  }

  .sports-container {
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .sport-title {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .sports-caption {
    text-align: justify;
  }

  .sport-item {
    margin-bottom: 60px;
    padding: 40px 20px;
  }

  .sports-columns {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rolls-image {
    height: 220px;
    margin-bottom: 0;
  }

  .rolls-quote {
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px;
  }

  .rolls-quote-text {
    text-align: justify;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .sports-black-banner {
    padding-top: 40px;
  }

  .sports-heading {
    font-size: 22px;
  }

  .company-text {
    text-align: justify;
    padding: 20px;
    font-size: 16px;
  }

  .re-white-banner, .re-dark-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .company-section {
    padding: 60px 20px;
  }

  .contact-body {
    padding-top: 85px;
  }

  .company-heading {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .company-highlight {
    font-size: 16px;
  }

  .realestate-body {
    padding-top: 90px;
  }

  .form-block {
    box-shadow: inset -1px -1px 8px 1px var(--frame);
    margin-bottom: 0;
  }

  .company-head {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .company-head-block {
    margin-bottom: 40px;
  }

  .about-accordion {
    margin-left: 0;
  }

  .topic-head {
    padding-left: 0;
    font-size: 22px;
  }

  .about-img {
    margin-bottom: 20px;
  }

  .rolls-block {
    margin-bottom: 40px;
  }

  .about-video {
    height: 300px;
  }

  .video-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .video-topic-paragraph {
    text-align: center;
  }

  .video-float {
    margin-bottom: 40px;
    padding: 40px 20px;
  }

  .nelson2 {
    object-fit: cover;
    height: 250px;
    margin-bottom: 20px;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sports-gallery-img-smaller {
    object-fit: cover;
  }
}

#w-node-de788e5d-d9dc-5043-738e-37aad900745c-d9007454, #w-node-_70909781-3eae-0d57-f06a-602bb313e0bc-71fa6130, #w-node-_050432ea-803e-1769-b275-04858fdca9b8-71fa6130, #w-node-_050432ea-803e-1769-b275-04858fdca9bb-71fa6130, #w-node-_4da22628-4d61-fa1d-14bd-0c39006940d0-71fa6130, #w-node-_2da0dae3-6735-6596-814c-9d0794bf81d9-71fa6130, #w-node-_034461cb-a68e-c0ec-42e6-108fe5caefd2-71fa6130, #w-node-_034461cb-a68e-c0ec-42e6-108fe5caefd5-71fa6130, #w-node-b6eedfac-7e5b-2eb1-3d6f-c0063040d447-71fa6130, #w-node-cabfe161-4fa2-e5e2-2014-338121282d97-71fa6130, #w-node-_95f68a8e-7361-a77a-1454-1c2f49f95430-71fa6130, #w-node-_95f68a8e-7361-a77a-1454-1c2f49f95435-71fa6130, #w-node-_95f68a8e-7361-a77a-1454-1c2f49f9543a-71fa6130, #w-node-d2e17d4b-1f89-25b1-0bca-358b2ae4fd82-2da282f7, #w-node-_07c41161-3278-05e4-5b1e-4a17cee896bd-2da282f7, #w-node-_1f90b251-5af9-ab76-414b-b1aad6fd5b55-2da282f7, #w-node-_1f875add-15cd-1be7-df5d-405f9aa81b07-2da282f7, #w-node-_740797bc-8a03-b60a-bfd2-104de0016714-2da282f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gambarino';
  src: url('../fonts/Gambarino-Regular.ttf') format('truetype'), url('../fonts/Gambarino-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Crimsonpro Variable';
  src: url('../fonts/CrimsonPro-Variable.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}