:root {
  --grey: #757575;
  --white: white;
  --midnight-blue: #101131;
  --black: #212121;
  --purple: #673ab7;
  --radio-jackie-red: red;
  --light-grey: #ccc;
  --dark-slate-blue: #303f9f;
  --orange-red: #ff5722;
  --slate-blue: #3f51b5;
  --light-steel-blue: #c5cae9;
  --silver: #bdbdbd;
  --teal: #00796b;
  --crimson: #e91e63;
  --red: #f44336;
  --medium-sea-green: #4caf50;
  --slate-grey: #607d8b;
  --radio-jackie-blue: blue;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2vw;
  line-height: 1.6;
}

h1 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat light, sans-serif;
  font-size: 250%;
  font-weight: 400;
  line-height: 1.4;
}

h2 {
  color: #000;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Montserrat light, sans-serif;
  font-size: 150%;
  font-weight: 400;
}

h3 {
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Pontiac light, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
}

h4 {
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Pontiac regular, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: #fff;
  margin-top: 0%;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 100%;
  font-weight: 400;
}

.link {
  color: #ff5722;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  color: #e91e63;
}

.section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0%;
  padding-bottom: 2%;
}

.section.contact {
  background-image: url("https://assets-global.website-files.com/58b451050f8183947eade814/58b451050f8183947eade823_Haven't%20I%20seen%20you%20somewhere%20before%20RGB%20600px%20%C2%A3495.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding: 16vw;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.section.gallery {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 5%;
  display: block;
}

.section.incorrect-gallery {
  padding-top: 7%;
  display: none;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navmenu {
  float: none;
  flex: 0 auto;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navlink {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  padding: 6px 0;
  font-family: Nunito, sans-serif;
  font-size: 100%;
  font-weight: 700;
  text-decoration: none;
}

.navlink:hover {
  color: #4caf50;
}

.navlink.w--current {
  font-size: 100%;
  line-height: 1.4;
}

.navlink.dark {
  color: #3f51b5;
}

.navlink.dark:hover {
  color: #4caf50;
}

.navlink.dark.w--current {
  color: #3f51b5;
}

.brand {
  float: left;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  width: 30%;
  margin-top: 0%;
  display: block;
  position: static;
}

.icon {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  display: block;
}

.h1-dark {
  color: #000;
  text-align: left;
  padding-left: 0%;
}

.h1-dark.centre {
  text-align: center;
}

.nav-wrapper {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mobile-slider {
  z-index: 20;
  background-color: #4bb5be;
  width: 30%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: absolute;
  box-shadow: 1px 1px 3px 2px rgba(204, 204, 204, .5);
}

.title-div {
  background-color: rgba(0, 0, 0, .5);
  align-items: center;
  width: 70%;
  margin-top: 41vh;
  margin-left: auto;
  margin-right: auto;
  padding: 17px;
  display: block;
  overflow: hidden;
}

.lightbox {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  margin-bottom: 2vw;
  display: inline-block;
}

.gallery-container {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.para-centred {
  color: #212121;
  text-align: center;
  margin-bottom: 1%;
}

.para-centred.black-bg {
  color: #fff;
  background-color: rgba(33, 33, 33, .5);
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 29px;
  padding-right: 29px;
  display: inline-block;
}

.para-centred.white {
  color: #fff;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-text {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.about-section {
  background-image: url('../images/The-Sunbathers---about-page.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  flex-direction: column;
  height: 1058px;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 120vh;
}

.slide {
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.slide._1 {
  background-image: url('../images/Sunshine-960px.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 480px;
  display: inline-block;
}

.slide._2 {
  background-image: url('../images/The-Light-Fantastic-960.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.slide._3 {
  background-image: url('../images/We_are_not_alone40x30cm-1200px-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._4 {
  background-image: url('../images/The_trip_788x600-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._5 {
  background-image: url('../images/The-Resting-Place-RGB-£495.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._6 {
  background-image: url('../images/Perpetualmotion_439x600-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._7 {
  background-image: url('../images/Full-Moon-1000px-£1100.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._8 {
  background-image: url('../images/ExcusemewhileIkissthesky-1200px-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._9 {
  background-image: url('../images/BostonUltraviolet_TonyMills-1000px-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._10 {
  background-image: url('../images/AllThisHeavenToo_40x30cm-copy_448x600-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._11 {
  background-image: url('../images/Altar_i_TonyMills_602x600-£695.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._12 {
  background-image: url('../images/Copernicium-001-1000px-£695.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._13 {
  background-image: url('../images/HighSpirit_417x600-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._14 {
  background-image: url('../images/MeetingYou_800x595-£450.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._15 {
  background-image: url('../images/Natasha-Descending-RGB-600px-£195.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide._16 {
  background-image: url('../images/softer-than-the-rain.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide.bowie {
  background-image: url('../images/THIN-WHITE-DUKE_TM_2020_PRINTV2-reduced.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide.thankyou {
  background-image: url('../images/angel-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.photo-div-wrapper-title {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  width: 70%;
  margin-bottom: 47px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.slide-nav {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  bottom: -19px;
}

.para-small {
  font-size: 75%;
}

.navbar-white-bg {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .2));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.navlink-dark {
  color: #00796b;
  text-align: center;
  text-transform: uppercase;
  width: 20%;
  padding: 6px 0;
  font-family: Nunito, sans-serif;
  font-size: 100%;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.navlink-dark:hover {
  color: #4caf50;
}

.navlink-dark.w--current {
  font-size: 100%;
  line-height: 1.4;
}

.h3-story-title {
  color: #303f9f;
  text-align: left;
  font-family: Montserrat light, sans-serif;
  font-size: 150%;
  line-height: 1.4;
}

.header-light {
  margin-top: 115px;
}

.navbar-2 {
  margin-top: 0;
}

.html-embed-2 {
  width: 100%;
  margin-top: 2rem;
}

.icon-2 {
  background-color: #212121;
}

.link-white {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 110%;
  font-weight: 400;
  line-height: 2;
  text-decoration: underline;
}

.link-white:hover {
  color: #c5cae9;
}

._8-mile-gallery-wrapper {
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8vw;
  padding: 3vw 1vw;
  display: flex;
}

.story-wrapper {
  width: 30%;
  padding-right: 2vw;
}

.photo-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  column-count: 2;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark {
  color: var(--grey);
}

.dark.para-centred {
  align-self: center;
}

.photo-item-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2vw;
  display: flex;
}

.paypal-button {
  margin-bottom: 2vw;
  margin-left: 2vw;
}

._8-miles-top-box {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  padding: 3vw 2vw;
  font-family: Noto Sans, sans-serif;
  font-size: 150%;
  display: flex;
}

.small {
  font-size: 85%;
}

.sp2 {
  height: 2vw;
}

.story-wrapper-mobile {
  width: 30%;
  padding-right: 2vw;
  display: none;
}

._8-miles-top-box-mobile {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  padding: 3vw 2vw;
  font-family: Noto Sans, sans-serif;
  font-size: 150%;
  display: none;
}

.mural-titles {
  color: var(--black);
  margin-top: 2vw;
  margin-bottom: 1rem;
  margin-left: 0;
  padding: 0;
}

.right-col {
  flex: 1;
}

.video {
  margin-bottom: 2vw;
}

.bowie-wrapper {
  z-index: 10;
  opacity: 0;
  background-color: rgba(33, 33, 33, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 2vw;
  padding-left: 25vw;
  padding-right: 25vw;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button {
  flex: 0 auto;
}

.button:hover {
  background-color: var(--purple);
}

.close {
  color: var(--white);
}

.paypal-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  padding: 14px;
}

.social-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  display: flex;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.newsflash-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8vw;
  display: flex;
}

.newsflash-col {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  margin-top: 2vw;
  display: flex;
}

.newsflash-col-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 4vw 4vw;
  display: flex;
}

.sp1 {
  height: 1vw;
}

.left {
  text-align: left;
}

.left.coloured {
  color: var(--radio-jackie-red);
}

.list-item {
  color: var(--grey);
  justify-content: flex-start;
  margin-bottom: 1vw;
  font-family: Noto Sans, sans-serif;
  font-size: 100%;
  list-style-type: disc;
  display: flex;
}

.list-wrapper {
  background-color: #f7f7f7;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2vw;
  padding: 1vw 1vw 1vw 3vw;
  display: flex;
}

.painting-name {
  width: 55%;
}

.painting-dimenions {
  width: 45%;
}

.list-item-2 {
  color: var(--grey);
  font-family: Noto Sans, sans-serif;
  font-size: 100%;
}

.image {
  align-self: center;
}

.newsflash-image {
  width: 100%;
}

.painting-image {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.slide-div {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.paypal-embed {
  margin-top: 2vw;
}

html.w-mod-js [data-ix="hide-mobile-slider"] {
  transform: translate(-100%);
}

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

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
  }

  .section.contact {
    padding: 9vw;
  }

  .navbar {
    background-color: #4caf50;
    height: auto;
  }

  .navmenu {
    z-index: 50;
    align-items: flex-start;
    display: flex;
    position: fixed;
    top: 99px;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .navlink {
    background-color: #ff5722;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
    font-size: 18px;
    top: 0;
  }

  .navlink.w--current {
    background-color: #ff5722;
    width: auto;
    padding-top: 6%;
    padding-bottom: 6%;
    font-size: 18px;
  }

  .brand {
    flex: 1;
    width: 50%;
  }

  .icon {
    color: #fff;
  }

  .h1-dark.centre {
    font-size: 200%;
  }

  .nav-wrapper {
    z-index: 50;
    justify-content: space-between;
  }

  .mobile-slider {
    width: 50%;
  }

  .menu-button {
    background-color: #ff5722;
    position: fixed;
    top: 0;
    right: 0;
  }

  .menu-button.w--open {
    z-index: 50;
    background-color: #ff5722;
    position: fixed;
    top: 0;
    right: 0;
  }

  .slider {
    min-height: 100vh;
  }

  .slide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .slide.bowie {
    background-position: 50%;
  }

  .navbar-white-bg {
    background-color: #4caf50;
    height: auto;
  }

  .navlink-dark {
    color: #fff;
    background-color: #ff5722;
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
    font-size: 18px;
    top: 0;
  }

  .navlink-dark.w--current {
    color: #fff;
    background-color: #ff5722;
    width: auto;
    padding-top: 6%;
    padding-bottom: 6%;
    font-size: 18px;
  }

  ._8-mile-gallery-wrapper {
    flex-wrap: wrap;
    margin-top: 2vw;
  }

  .story-wrapper {
    width: 100%;
    display: none;
  }

  .photo-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-top: 3vw;
  }

  .story-wrapper-mobile {
    flex-direction: column;
    width: 100%;
    margin-left: 1vw;
    margin-right: 1vw;
    display: flex;
  }

  ._8-miles-top-box-mobile {
    margin: 121px 1vw 0;
    display: flex;
  }

  .newsflash-wrapper {
    margin-top: 18vw;
  }

  .newsflash-col {
    width: 100%;
  }

  .newsflash-col-wrapper {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3vw;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 125%;
  }

  .link:hover {
    color: #4caf50;
  }

  .section.contact {
    padding: 4vw;
  }

  .section.gallery {
    padding-top: 19%;
  }

  .navlink {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  .navlink.w--current {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .brand {
    flex: 1;
  }

  .nav-wrapper {
    display: inline;
  }

  .title-div {
    margin-top: 20vh;
  }

  .gallery-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .about-section {
    height: auto;
  }

  .slider {
    min-height: 80vh;
  }

  .slide.bowie {
    background-position: 60%;
  }

  .navlink-dark {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .navlink-dark.w--current {
    padding-top: 11%;
    padding-bottom: 11%;
  }

  .link-white:hover {
    color: #4caf50;
  }

  ._8-mile-gallery-wrapper {
    margin-top: 4vw;
  }

  .story-wrapper {
    padding-left: 2vw;
  }

  .photo-wrapper {
    grid-row-gap: 4vw;
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .story-wrapper-mobile {
    margin-bottom: 1vw;
    padding-left: 2vw;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 5vw;
  }

  p {
    font-size: 100%;
    line-height: 1.5;
  }

  .section.contact {
    padding: 38vw 2vw 2vw;
  }

  .section.gallery {
    padding-top: 37%;
  }

  .icon {
    color: #fff;
  }

  .mobile-slider {
    width: 100%;
  }

  .menu-button {
    background-color: #ff5722;
  }

  .title-div {
    width: 95%;
  }

  .lightbox {
    width: auto;
  }

  .gallery-container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .about-section {
    height: auto;
  }

  .slider {
    min-height: 60vh;
  }

  .slide.bowie {
    background-position: 65%;
  }

  .photo-div-wrapper-title {
    width: 80%;
  }

  ._8-mile-gallery-wrapper {
    margin-top: 3.2vw;
  }

  .small {
    font-size: 75%;
  }

  .newsflash-wrapper {
    margin-top: 30vw;
  }

  .list-item {
    flex-wrap: wrap;
    margin-bottom: 8vw;
  }

  .list-wrapper {
    flex-wrap: wrap;
  }

  .painting-name, .painting-dimenions {
    width: 100%;
  }
}

#w-node-b62ae554-6719-41d3-9d79-e444db00d21d-1ac06784 {
  align-self: stretch;
}

#w-node-f9553de3-b49f-a164-f683-732f0fc12a76-1ac06784 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Futura condensedmedium';
  src: url('../fonts/Futura-CondensedMedium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pontiac regular';
  src: url('../fonts/pontiac-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pontiac light';
  src: url('../fonts/pontiac-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Pontiac bold';
  src: url('../fonts/pontiac-bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat black';
  src: url('../fonts/Montserrat-Black.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat hairline';
  src: url('../fonts/Montserrat-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat light';
  src: url('../fonts/Montserrat-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat regular';
  src: url('../fonts/Montserrat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Montserrat bold';
  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Ailerons typeface';
  src: url('../fonts/Ailerons-Typeface.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Adam';
  src: url('../fonts/ADAM.CG-PRO.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa light';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nexa bold';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}