.w-pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #017084;
  font-weight: 700;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  display: inline-block;
  max-width: 100%;
}

figure {
  margin-bottom: 10px;
}

.ns_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 160px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ns_footer-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #cf6e50;
  color: #fff;
  font-size: 1.25em;
}

.ns_footer-contact {
  display: block;
  font-family: 'Colby Ext';
}

.ns_footer-social {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ns_footer-coypright {
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block {
  font-family: 'Colby Medium', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.empty-state {
  background-color: transparent;
}

.ns_body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  -webkit-transition: color 325ms ease;
  transition: color 325ms ease;
}

.ns_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #000;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fadacc;
}

.ns_header {
  margin-top: 80px;
  margin-bottom: 130px;
}

.ns_footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #2a2117;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-2 {
  font-family: 'Colby Medium', sans-serif;
  color: #2a2117;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ns_footer-social-link {
  padding: 20px;
  -webkit-transition: color 275ms ease;
  transition: color 275ms ease;
  font-family: 'Font Awesome 6 Brands', sans-serif;
  color: #2a2117;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.ns_footer-social-link:hover {
  color: #fff;
}

.ns_footer-social-link.ns_about-social-link {
  padding: 5%;
  color: #005db3;
  font-size: 1.8em;
  font-weight: 400;
}

.ns_footer-social-link.ns_about-social-link:hover {
  color: #c2503c;
}

.ns_blog-list {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 3px none #000;
}

.ns_main-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #2a2117;
}

.ns_main-content-wrapper.ns_404-page {
  margin-top: 100px;
  border-style: none;
}

.image {
  margin: 0px;
  border: 3px solid #000;
}

.ns_post-image-wrapper {
  margin-bottom: 25px;
  padding: 10px;
  border: 3px solid #000;
}

.pagination {
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 1px none #000;
  font-family: Colby;
  color: #2a2117;
  font-size: 18px;
  font-weight: 500;
}

.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 3px;
  border-color: #2a2117;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease, background-color 200ms ease;
  color: #2a2117;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.next:hover {
  border-color: #005db3;
  background-color: #005db3;
  color: #fadacc;
}

.ns_blog-posts {
  width: auto;
  border: 1px none #000;
}

.text-block-8 {
  font-weight: 500;
  text-transform: uppercase;
}

.ns_rich-text {
  display: block;
  width: 900px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px 3px 1px 1px;
  border-color: #000;
  font-family: 'Colby Ext';
  font-size: 16px;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.ns_rich-text h2 {
  margin-bottom: 50px;
  font-family: shag-lounge, sans-serif;
  color: #c2503c;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  white-space: normal;
  -o-object-fit: fill;
  object-fit: fill;
}

.ns_rich-text p {
  margin-bottom: 15px;
  font-family: 'Crimson Pro', sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.02px;
}

.ns_rich-text h4 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-family: Colby;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.ns_rich-text img {
  margin: 0px auto 10px;
  padding: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #2a2117;
}

.ns_rich-text figure {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #2a2117;
  background-color: transparent;
}

.ns_rich-text h5 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Colby;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
}

.ns_rich-text ul {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Crimson Pro', sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.ns_rich-text a {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #005db3;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #005db3;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.ns_rich-text a:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #811200;
  color: #811200;
}

.ns_rich-text li {
  padding-bottom: 10px;
  font-weight: 400;
}

.ns_rich-text h3 {
  margin-top: 60px;
  color: #2a2117;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

.ns_rich-text.ns_about-left {
  width: auto;
  padding: 0px;
  border-style: none;
  border-width: 1px;
}

.ns_rich-text.ns_about-right {
  width: auto;
  padding: 0px;
  border-right-style: none;
}

.ns_post-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px none #000;
}

.ns_post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1408px;
  min-width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none none solid;
  border-width: 3px;
  border-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.ns_post-date {
  font-family: 'Colby Ext';
  color: #602920;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.ns_post-date.w--current {
  font-family: 'Colby Ext';
  font-size: 14px;
  font-weight: 500;
}

.nav-link-2 {
  -webkit-transition: color 175ms ease;
  transition: color 175ms ease;
  font-family: 'Colby Medium', sans-serif;
  color: #2a2117;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
}

.nav-link-2:hover {
  border: 1px none #000;
  color: #005db3;
}

.nav-link-2:active {
  text-decoration: underline;
}

.nav-link-2:focus {
  color: #763658;
}

.nav-link-2.w--current {
  color: #005db3;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  color: #282643;
}

.ns_nav-menu-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #282643;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.menu-button {
  display: none;
}

.menu-button.w--open {
  z-index: 99;
}

.ns_logo {
  display: inline-block;
  margin-right: 60px;
}

.ns_social-nav {
  font-family: 'Font Awesome 6 Brands', sans-serif;
  font-weight: 400;
}

.ns_nav-main {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #2a2117;
}

.link-2 {
  margin-right: 10px;
  font-family: 'Font Awesome 6 Brands', sans-serif;
  color: #602920;
  font-size: 16px;
}

.ns_social-nav-link {
  padding: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Font Awesome 6 Brands', sans-serif;
  color: #005db3;
  font-size: 1.4em;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.ns_social-nav-link:hover {
  color: #c2503c;
}

.ns_post-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 25ch;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: shag-lounge, sans-serif;
  color: #c2503c;
  font-size: 45px;
  line-height: 45px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0em;
  text-decoration: none;
  text-transform: uppercase;
}

.ns_post-heading:hover {
  color: #005db3;
}

.ns_post-heading-wrapper {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 3px solid #602920;
  border-bottom: 3px none #cc9d7b;
  color: #c2503c;
  text-decoration: none;
}

.ns_post-heading-wrapper:hover {
  color: #005db3;
}

.ns_main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.ns_post-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.text-block-12 {
  font-weight: 500;
  text-transform: uppercase;
}

.ns_post-tags-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid;
  border-width: 1px 3px;
  border-color: #000 #2a2117 #000 #000;
  background-color: #e8a3a7;
}

.ns_post-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ns_post-tag {
  padding-right: 20px;
  padding-left: 20px;
}

.link-3 {
  font-family: 'Colby Ext';
  color: #2a2117;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.link-3:hover {
  color: #602920;
}

.ns_blog-post {
  border: 1px none #000;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ns_button {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 9px 20px;
  border: 3px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Colby;
  color: #2a2117;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.ns_button:hover {
  border-color: #005db3;
  background-color: #005db3;
  color: #fadacc;
}

.gallery__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-bottom: 0px;
  padding-top: 10%;
  padding-bottom: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__landscape {
  margin-bottom: 25px;
}

.gallery__landscape.gallery_last {
  margin-bottom: 0px;
}

.gallery__portrait {
  display: block;
  width: 49%;
  margin-bottom: 25px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__portrait.gallery_left {
  width: 50%;
  padding-left: 0px;
}

.gallery__portrait.gallery_right {
  width: 50%;
  padding-right: 0px;
}

.heading-5 {
  font-family: shag-lounge, sans-serif;
  color: #2a2117;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

._404container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: 0px;
  margin-left: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.compass-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 518px;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Compass-Base-03.svg');
  background-size: auto;
  background-repeat: no-repeat;
}

.compass-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.needle {
  position: static;
  left: 753px;
  top: 538px;
  right: auto;
  display: block;
  width: 45px;
  max-width: none;
  margin-top: 112px;
  margin-left: 5px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: shag-lounge, sans-serif;
  color: #c2503c;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
}

._404-paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: shag-lounge, sans-serif;
  color: #2a2117;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  white-space: normal;
}

.ns_hero-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #005db3;
  text-decoration: none;
}

.ns_hero-link:hover {
  color: #c2503c;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 3px solid #000;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ns_about-social {
  width: 100%;
  border: 3px none #000;
  background-color: transparent;
  text-align: center;
}

.link-block {
  display: none;
}

.link-block-2 {
  width: 100%;
  color: #2a2117;
  text-decoration: none;
}

.link-block-2:hover {
  color: #005db3;
}

@media screen and (max-width: 991px) {
  .ns_footer {
    width: 100%;
    margin-top: 100px;
  }

  .ns_footer-main-wrapper {
    width: 100%;
    padding: 10px;
  }

  .ns_footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 3px solid #2a2117;
    border-bottom: 3px none #2a2117;
  }

  .ns_footer-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ns_body-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
  }

  .ns_main {
    width: 100%;
    border-style: none;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ns_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 20px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ns_footer-main {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ns_footer-social-link {
    font-weight: 400;
  }

  .ns_footer-social-link.ns_about-social-link {
    font-weight: 400;
  }

  .ns_main-content-wrapper {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    border-style: solid;
  }

  .ns_blog-posts {
    width: 100%;
    border: 1px none #000;
  }

  .ns_rich-text {
    width: 100%;
    padding-top: 0px;
  }

  .ns_post {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none none solid;
  }

  .ns_post-date.w--current {
    font-size: 14px;
  }

  .nav-link-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #c2503c;
    font-size: 25px;
  }

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

  .nav-link-2.w--current {
    color: #005db3;
  }

  .navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .ns_nav-menu-main {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fadacc;
    color: #fff;
  }

  .menu-button {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-left: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transform: perspective(0px);
    transform: perspective(0px);
    color: #e75a1e;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #282643;
  }

  .icon {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #005db3;
    text-align: right;
  }

  .image-2 {
    display: none;
  }

  .ns_social-nav-link {
    color: #005db3;
  }

  .ns_social-nav-link:hover {
    color: #c2503c;
  }

  .ns_post-heading {
    max-width: 18ch;
    font-size: 40px;
  }

  .ns_post-heading-wrapper {
    width: auto;
    text-align: center;
  }

  .ns_main-content {
    margin-right: 0px;
    margin-left: 0px;
    border: 1px none #000;
  }

  .ns_post-wrapper {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: none;
    border-width: 1px;
  }

  .ns_post-tags-wrapper {
    border: 1px none #000;
  }

  .ns_blog-post {
    border: 1px none #000;
  }

  .gallery__container {
    width: auto;
    margin-bottom: 0px;
    padding: 15px 15px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .gallery__landscape {
    margin-bottom: 15px;
  }

  .gallery__portrait {
    width: 50%;
    margin-bottom: 15px;
  }

  .gallery__portrait.gallery_left {
    padding-right: 5px;
    padding-left: 0px;
  }

  .gallery__portrait.gallery_right {
    padding-right: 0px;
    padding-left: 5px;
  }

  .heading-5 {
    font-size: 55px;
  }

  ._404container {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .compass-container {
    margin-right: auto;
    margin-left: auto;
  }

  .needle {
    left: 364px;
    top: 455px;
  }

  .column {
    border-style: none none solid;
    border-width: 1px 1px 3px;
    border-color: #000;
  }

  .link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 18px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .ns_footer-main-wrapper {
    width: 100%;
  }

  .ns_footer-contact {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 3px none #000;
  }

  .ns_footer-social {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .ns_header {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .ns_footer-main {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .text-block-2 {
    font-size: 3vw;
    line-height: 5vh;
    text-align: center;
  }

  .ns_footer-social-link {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ns_main-content-wrapper {
    border-top-style: solid;
    border-bottom-style: solid;
  }

  .pagination {
    border-bottom-style: none;
  }

  .ns_rich-text {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .ns_rich-text h2 {
    margin-top: 10px;
  }

  .ns_rich-text p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
  }

  .ns_rich-text img {
    padding: 0px;
    border-style: none;
  }

  .ns_rich-text figure {
    margin-top: 0px;
  }

  .ns_post {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-bottom-width: 3px;
  }

  .ns_post-date.w--current {
    font-size: 14px;
  }

  .ns_nav-menu-main {
    z-index: auto;
  }

  .menu-button {
    position: relative;
  }

  .menu-button.w--open {
    position: relative;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    opacity: 1;
  }

  .icon {
    text-align: right;
  }

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

  .ns_post-heading-wrapper {
    margin-bottom: 30px;
  }

  .ns_post-tags-wrapper {
    border-right-style: none;
    border-left-style: none;
  }

  .ns_button {
    background-color: transparent;
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
  }

  .gallery__container {
    margin-bottom: 0px;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery__landscape {
    padding-right: 0px;
    padding-left: 0px;
  }

  .gallery__portrait.gallery_left {
    display: block;
    width: 100%;
    padding-right: 0px;
  }

  .gallery__portrait.gallery_right {
    width: 100%;
    padding-left: 0px;
  }

  .heading-5 {
    font-size: 45px;
  }

  .heading-6 {
    margin-bottom: 30px;
  }

  ._404-paragraph {
    font-size: 34px;
    line-height: 40px;
  }

  .column {
    padding: 30px;
    border-bottom: 3px solid #000;
    border-right-style: none;
  }

  .column-2 {
    padding: 30px 30px 40px;
  }

  .ns_about-social {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .ns_footer-main-wrapper {
    width: 100%;
    padding: 5px;
  }

  .ns_footer-contact {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px none #000;
  }

  .ns_footer-social {
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ns_footer-coypright {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block {
    color: #000;
  }

  .ns_body-wrapper {
    color: #a8cab9;
  }

  .ns_main {
    width: auto;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ns_header {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .ns_footer-main {
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .text-block-2 {
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 400;
    text-align: center;
  }

  .ns_footer-social-link.ns_about-social-link {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 1.7em;
  }

  .ns_blog-list {
    display: block;
  }

  .ns_main-content-wrapper {
    width: auto;
    padding-top: 0px;
    border-style: solid;
    border-width: 2px;
  }

  .pagination {
    padding: 10px 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .next {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    border-style: none;
    border-width: 2px;
    font-size: 16px;
  }

  .next:hover {
    background-color: transparent;
    color: #005db3;
  }

  .ns_blog-posts {
    width: auto;
  }

  .ns_rich-text {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .ns_rich-text h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .ns_rich-text p {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #2a2117;
    font-size: 18px;
    line-height: 24px;
  }

  .ns_rich-text h4 {
    margin-top: 20px;
    color: #2a2117;
    font-size: 18px;
    font-weight: 500;
  }

  .ns_rich-text img {
    margin-bottom: 20px;
    padding: 0px;
    border-style: none;
  }

  .ns_rich-text figure {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ns_rich-text h3 {
    margin-top: 35px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
  }

  .ns_post {
    width: auto;
    min-width: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-style: solid;
    border-width: 0px 0px 2px;
    color: #2a2117;
  }

  .ns_post-date {
    font-size: 10px;
  }

  .ns_post-date.w--current {
    font-size: 12px;
  }

  .nav-link-2 {
    white-space: pre;
  }

  .navbar {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .ns_nav-menu-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 70px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

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

  .ns_post-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .ns_post-heading-wrapper {
    margin-bottom: 40px;
  }

  .ns_post-wrapper {
    width: auto;
    min-width: auto;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .ns_post-tags-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ns_post-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ns_post-tag {
    padding-bottom: 5px;
  }

  .link-3 {
    font-size: 10px;
  }

  .ns_button {
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-width: 2px;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    font-size: 16px;
  }

  .ns_button:hover {
    background-color: transparent;
    color: #005db3;
  }

  .gallery__container {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery__landscape {
    margin-bottom: 5px;
  }

  .gallery__portrait {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .gallery__portrait.gallery_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
  }

  .gallery__portrait.gallery_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
  }

  .heading-5 {
    color: #2a2117;
    font-size: 40px;
    line-height: 40px;
  }

  .compass-container {
    width: 220px;
    height: 284.9px;
  }

  .needle {
    width: auto;
    height: 150px;
    margin-top: 62px;
    margin-left: 3px;
  }

  .heading-6 {
    margin-bottom: 0px;
    font-size: 70px;
  }

  ._404-paragraph {
    width: 100%;
    min-width: auto;
    margin-bottom: 0px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 22px;
  }

  .column {
    padding: 15px;
    border-bottom-width: 2px;
  }

  .column-2 {
    padding: 15px;
  }

  .ns_about-social {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-block {
    padding-top: 20px;
  }
}
@font-face {
  font-family: 'Colby Medium';
  src: url('../fonts/ColbyMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ColbyExtMedium';
  src: url('../fonts/ColbyExtMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
