/* Import font files */
/* lexend-deca-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lexend-deca-v25-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/poppins-v24-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v24-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v24-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v24-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* 
  load / Set CMS font variables 
*/
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v24-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* CMS */
/* Color variables satic from startup */
/* CMS Color vars -- x4y cms branding.scss */
/* text / links / hover */
:root {
  --theme-color: #6B93A0 !default;
  --theme-color-light: rgb(158, 174, 174) !default;
  --theme-color-varriant: rgb(115, 161, 161) !default;
}

/*
  * Base Layout vars 
*/
/* container vars for footer & main > section */
/* vertical allways as PADDING !! */
/* container inner vars for main > section > header, articles, sections divs */
/* inner container */
/* columns default - overwritten via CMS */
/* TO DO set to buttons an Link buttons */
/**
 * Base relative size styles
 *
 * Font size is set to 10px for easy conversion of px to rem
 * e.g. 18px = 1.8rem -> see _typography.scss
  * also relevant for margins, paddings, icon sizes 
 */
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}
*:focus-visible {
  outline: #6B93A0 dashed 0.1rem;
  outline-offset: 0.5rem;
  border-radius: 0rem;
}

/* Visually hidden but accessible to screen readers */
.sr-only {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
  transition: top 0.3s;
}

/* Skip to main content link */
.skip-link:focus, .skip-link:focus-visible {
  display: block;
  height: auto;
  left: 0.5rem;
  position: fixed;
  top: 0.5rem;
  width: auto;
  clip: auto;
  background-color: #fff;
  color: #000;
  outline-offset: 0;
  padding: 0.5rem 1rem;
  z-index: 9999;
}

html,
body {
  scroll-behavior: smooth;
}

/**
 basic media iframe video sizes
 */
iframe, video {
  width: 100%;
  height: 100%;
}

/* 	dialog browser reset (width height problem) */
dialog:modal {
  max-width: 100vw;
  max-height: 100vh;
  border: none;
}

/* media back colors */
iframe {
  background-color: #000;
}

video {
  background-color: #000;
}

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

/* resets */
button {
  background: unset;
  border: unset;
  cursor: pointer;
  text-align: left;
  text-transform: none;
  color: inherit;
}

hr {
  height: 0;
  border: unset;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
table td {
  vertical-align: top;
}

/**
  * x4y folio typography styles
  *
  * Font size is set to 10px for easy conversion of px to rem
  * e.g. 18px = 1.8rem
  * Font size and weight styles
  * Font load/import see _fonts.scss
*/
/* Font size and weight styles */
/* Set font variables */
/* font sizes */
/* line-height & spacing */
/* font weights */
html {
  font-size: 10px;
}

body,
button,
code,
input,
optgroup,
select,
textarea,
blockquote {
  color: #FFF;
  font-family: "Poppins", "Georgia", "Times New Roman", sans-serif;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2.2rem;
}
@media (min-width: 1200px) {
  body,
  button,
  code,
  input,
  optgroup,
  select,
  textarea,
  blockquote {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

hr {
  border-bottom: 0.1rem solid rgb(60, 60, 60);
  margin: 1.5rem 0;
}

/* Lists */
ol {
  list-style: decimal;
}

ul {
  list-style: none;
}

li {
  margin-left: 0;
}

code {
  display: inline-block;
  background-color: rgb(231, 231, 231);
  border-radius: 0.4rem;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  font-weight: 400;
  padding: 0.1rem 0.4rem;
}

small, figcaption {
  display: inline-block;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  small, figcaption {
    font-size: 1.4rem;
  }
}

sub,
sup {
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
@media (min-width: 1200px) {
  sub,
  sup {
    font-size: 1.4rem;
  }
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

/* Headings -> color settings in _layout context */
h1, .h1 {
  font-family: "Poppins", "Georgia", "Times New Roman", sans-serif;
  font-size: 2.8rem;
  font-weight: 200;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.4rem;
  }
}

h2, .h2 {
  font-family: "Poppins", "Georgia", "Times New Roman", sans-serif;
  font-size: 2.4rem;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3.4rem;
  }
}

h3 {
  font-family: "Poppins", "Georgia", "Times New Roman", sans-serif;
  font-size: 2rem;
  font-weight: 200;
  text-transform: uppercase;
}

h4 {
  font-size: 1.8rem;
  font-weight: 200;
  text-transform: uppercase;
}

h5 {
  font-size: 1.6rem;
  font-weight: 200;
  text-transform: uppercase;
}

h2, h3 {
  padding: 0 0 0.5em;
}
.tmce h2, .tmce h3 {
  margin: 0 0 1rem;
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin: 0;
}

/* Text */
blockquote {
  font-family: "Poppins", "Georgia", "Times New Roman", sans-serif;
  border-left: 0.3rem rgb(120, 120, 120);
  color: rgb(115, 161, 161);
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.4;
  padding-left: 2rem;
}

p .smllfnt, p.smllfnt {
  font-size: 1.2rem;
}

p {
  margin-bottom: 1.25rem;
}

/* coloured text */
.clrtxt {
  color: rgb(115, 161, 161);
}

/* Links */
a {
  color: #6B93A0;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 20%;
  font-weight: 200;
}
a.current, a.section {
  text-decoration: none;
  color: rgb(115, 161, 161);
}

a:hover {
  color: rgb(115, 161, 161);
}

/* top arrow footer */
a.top:before {
  font-size: 2.5rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-decoration: none;
}

/* button primary */
.btn {
  font-size: 1.2rem;
}

/**
 * Base animation and transition styles
 *
*/
/* Set transition variables */
/* BURGER */
/* MIXINS & ANIMATION*/
/* show hide nav*/
@-webkit-keyframes navin {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@keyframes navin {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
}
@-webkit-keyframes navout {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes navout {
  from {
    -webkit-transform: translateX(-50vw);
            transform: translateX(-50vw);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* animations */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  @inlude fadeIn;
}

.fade-in.one {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fade-in.two {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  @inlude fadeOut;
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
.blur {
  -webkit-animation: blur 2.5s ease-in-out forwards;
          animation: blur 2.5s ease-in-out forwards;
}

body {
  height: 100vh;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 97vw;
  margin: 0 1.5vw;
  background-color: #1F272E;
  z-index: -1;
}

.anmt {
  position: absolute;
  background-image: url("../css/img/bg-lines.svg");
  background-repeat: no-repeat;
  background-size: 130%;
  background-position: center;
  -webkit-animation: rotating 25s linear infinite;
  animation: rotating 25s linear infinite;
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: saturate(40%);
          filter: saturate(40%);
  height: 120vh;
  width: 120vw;
  top: 0;
  left: 0;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

header,
main,
footer {
  width: 70vw;
  margin: 0 auto;
}

header,
footer {
  min-height: 15vh;
}

.logo {
  width: 100%;
  max-width: 55vh;
  margin: 0 auto;
}

main {
  min-height: 70vh;
}
main p {
  text-align: center;
}

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