html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/**
 * Smooth scrolling on the whole document
 */
html {
  scroll-behavior: smooth; }

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

@font-face {
  font-family: 'Dia';
  src: url("fonts/Dia-Regular.woff2") format("woff2"), url("fonts/Dia-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  transition: all 0.7s ease;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  color: white;
  background: #17191B; }

*,
*:before,
*:after {
  box-sizing: border-box; }

h1 {
  font-size: 3rem;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px); }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  color: white; }

.banner svg {
  width: 100%;
  overflow: initial; }

@keyframes neon {
  from, 25%, 27%, 32%, 34%, 38%, 40%, 42%, 44%, 46%, 92%, to {
    opacity: 0.1;
    filter: none; }
  26%, 33%, 39%, 41%, 45%, 47%, 90%, 91% {
    opacity: 1;
    filter: url(#red-glow);
    overflow: initial; } }
@keyframes neonSafari {
  from, 25%, 27%, 32%, 34%, 38%, 40%, 42%, 44%, 46%, 92%, to {
    opacity: 0.1;
    filter: none; }
  26%, 33%, 39%, 41%, 45%, 47%, 90%, 91% {
    opacity: 1; } }
body,
button,
input,
select,
optgroup,
textarea {
  line-height: 1.3;
  font-family: 'Dia', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.9rem;
  font-size: 2rem;
  letter-spacing: -0.015rem; }

a,
a:focus,
a:visited {
  color: white; }

@media screen and (min-width: 768px) {
  a:hover {
    color: #00f; } }
main {
  width: 100%;
  background: #181818;
  position: relative; }

.landing-screen {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .landing-screen .scrolling-link {
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    animation: swing 1s infinite; }
    @media screen and (min-width: 768px) {
      .landing-screen .scrolling-link {
        cursor: pointer; } }
    .landing-screen .scrolling-link:after {
      content: '';
      background: transparent url(images/arrow-thick.svg) no-repeat center/2rem;
      position: absolute;
      left: 0;
      top: 0;
      width: 2rem;
      height: 2rem;
      transform: rotate(-90deg); }

@keyframes swing {
  from {
    bottom: 2.5rem; }
  50% {
    bottom: 3rem; }
  to {
    bottom: 2.5rem; } }
.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #181818 url(images/IMG_9964-2000.jpg) no-repeat center/cover;
  opacity: 0;
  transition: opacity 2s; }

.bg-image.active {
  opacity: 1; }

nav {
  position: fixed;
  top: 2rem;
  text-align: center;
  z-index: 10;
  width: 100%; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
    nav ul li {
      display: inline-block;
      padding: 0.2rem; }
      nav ul li:nth-of-type(3) {
        padding-right: 2rem; }
      nav ul li a {
        color: white;
        text-decoration: none;
        transition: all .3s;
        font-size: 1.8rem; }
        @media screen and (min-width: 786px) {
          nav ul li a {
            font-size: 2rem; }
            nav ul li a:hover {
              color: #8DBCF7; } }

.banner {
  max-width: 63%;
  padding: 0;
  position: relative; }

@media screen and (min-width: 768px) {
  .banner {
    width: 482px;
    padding: 55px 40px; } }
.entry-content {
  max-width: 1500px;
  margin: 0 auto; }
  .entry-content h2 {
    font-weight: normal;
    margin: 10rem 0;
    padding: 0 3rem;
    color: #8DBCF7; }
  .entry-content ul {
    list-style: none;
    padding: 0; }

@media screen and (min-width: 768px) {
  .entry-content a:hover {
    color: #8DBCF7; } }
.grid {
  max-width: 1200px;
  margin: 5rem auto;
  padding: 0 2rem; }
  .grid ul {
    display: flex;
    flex-wrap: wrap; }
    .grid ul li {
      width: 50%;
      margin-bottom: 2rem; }
      .grid ul li figure {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        height: 92%; }
        .grid ul li figure img {
          max-width: 90%;
          margin: 0 auto 1rem; }

@media screen and (min-width: 768px) {
  .grid ul li {
    width: 25%; }
    .grid ul li figure img {
      max-width: 80%; } }
@media screen and (min-width: 1240px) {
  .grid {
    padding: 0; } }
/* Flickity
--------------------------------------------- */
.flickity-viewport {
  width: 100%;
  height: 100%; }
  .flickity-viewport .flickity-slider {
    display: flex;
    align-items: center; }
  .flickity-viewport .flickity-button {
    background: transparent; }

.flickity-prev-next-button {
  top: 50%;
  width: 7rem;
  height: 15rem;
  background: transparent; }
  .flickity-prev-next-button:focus {
    outline: 0;
    box-shadow: none; }
  .flickity-prev-next-button:hover {
    background: transparent; }
  .flickity-prev-next-button.previous:after, .flickity-prev-next-button.next:after {
    content: '';
    background: transparent url(images/arrow.svg) no-repeat center/5rem;
    position: absolute;
    top: 5.5rem;
    width: 5rem;
    height: 3rem; }
  .flickity-prev-next-button.previous {
    left: 1rem; }
    .flickity-prev-next-button.previous:after {
      left: 1rem; }
  .flickity-prev-next-button.next {
    right: 1rem; }
    .flickity-prev-next-button.next:after {
      transform: rotate(180deg);
      right: 1rem; }
  .flickity-prev-next-button .flickity-button-icon {
    display: none; }

.slider {
  margin-bottom: 10rem;
  max-height: 90vh; }
  .slider .slide {
    width: 100%; }
    .slider .slide img {
      margin: 0 auto;
      max-width: 80%;
      max-height: 80%;
      width: auto;
      height: auto;
      display: block;
      border-radius: 4rem; }

@media screen and (min-width: 768px) {
  .slider {
    max-height: 70vh; }
    .slider .slide {
      width: 50%;
      max-height: 70vh;
      padding: 2rem; }
      .slider .slide:nth-child(even) img {
        margin: 0 auto 0 0; }
      .slider .slide:nth-child(odd) img {
        margin: 0 0 0 auto; }
      .slider .slide img {
        max-width: 100%;
        max-height: 70vh; }
    .slider .flickity-prev-next-button.previous:after, .slider .flickity-prev-next-button.next:after {
      width: 5rem; } }
/* Fslightbox
--------------------------------------------- */
.fslightbox-slide-number-container {
  color: #8DBCF7 !important; }

.fslightbox-slash {
  background: #8DBCF7 !important; }

.fslightbox-toolbar {
  background: transparent !important; }
  .fslightbox-toolbar .fslightbox-toolbar-button:first-child, .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(2), .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(3) {
    display: none; }
  .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(4) svg path, .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(5) svg path, .fslightbox-toolbar .fslightbox-toolbar-button:nth-child(6) svg path {
    fill: #8DBCF7; }

.fslightbox-slide-btn-container-previous {
  left: 1rem !important; }
  .fslightbox-slide-btn-container-previous:after {
    content: '';
    background: transparent url(images/arrow.svg) no-repeat center/3rem;
    width: 3rem;
    height: 3rem;
    position: absolute; }

.fslightbox-slide-btn-container-next {
  right: 2rem !important; }
  .fslightbox-slide-btn-container-next:after {
    content: '';
    background: transparent url(images/arrow.svg) no-repeat center/3rem;
    width: 3rem;
    height: 3rem;
    position: absolute;
    transform: rotate(180deg); }

.fslightbox-slide-btn {
  background: transparent !important; }
  .fslightbox-slide-btn svg {
    display: none; }

.contact-page footer {
  position: fixed;
  width: 100%;
  bottom: 0; }

footer {
  background: black;
  text-align: center; }
  footer nav {
    padding: 2rem 2rem;
    position: relative;
    top: auto;
    font-size: 1.5rem; }
    footer nav ul li:first-of-type {
      margin-right: 2rem; }
    footer nav ul li:nth-of-type(3) {
      padding-right: 0.2rem; }
    footer nav ul li a {
      font-size: 1.5rem; }

/*# sourceMappingURL=style.css.map */
