/*
@font-face {
    font-family: 'nowaymedium';
    src: url('../wf/noway-medium-webfont.eot');
    src: url('../wf/noway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../wf/noway-medium-webfont.woff2') format('woff2'),
         url('../wf/noway-medium-webfont.woff') format('woff'),
         url('../wf/noway-medium-webfont.ttf') format('truetype'),
         url('../wf/noway-medium-webfont.svg#nowaymedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowaylight';
    src: url('../wf/noway-light-webfont.eot');
    src: url('../wf/noway-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../wf/noway-light-webfont.woff2') format('woff2'),
         url('../wf/noway-light-webfont.woff') format('woff'),
         url('../wf/noway-light-webfont.ttf') format('truetype'),
         url('../wf/noway-light-webfont.svg#nowaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noway_regularitalic';
    src: url('../wf/noway_regular_italic-webfont.eot');
    src: url('../wf/noway_regular_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../wf/noway_regular_italic-webfont.woff2') format('woff2'),
         url('../wf/noway_regular_italic-webfont.woff') format('woff'),
         url('../wf/noway_regular_italic-webfont.ttf') format('truetype'),
         url('../wf/noway_regular_italic-webfont.svg#nowaylight') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
    font-family: 'nowaymedium';
    src: url('../assets/wf/noway-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nowaylight';
    src: url('../assets/wf/noway-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'noway_regularitalic';
    src: url('../assets/wf/noway_regular_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --grey: #2a2a2a;
    --green: #00E699;
    --gold: #a78e76;
    --black: #050505;
    --white: #ffffff;
    --pink: #ff0066;
    --blue: #5500ff;
}

body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-family: nowaylight, 'Noway Light', sans-serif;
    color: var(--grey);
    font-size: 12px;
    line-height: 1.2;
}

body {
    background-color: var(--white);
    scroll-behavior: smooth;
}

::-webkit-scrollbar { width: 15px;  }
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 230, 143, 1.0); }

::selection { color: var(--white);  background: var(--green); /* WebKit/Blink Browsers */}
::-moz-selection { color: var(--white);  background: var(--green); /* Gecko Browsers */}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, address, img, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    /*margin: 12px 5%;*/
    height: 100%;
    width: 100%;
    /*max-width: 1200px;
    margin: 12px auto;*/
    overflow-x: hidden;
    overflow-Y: auto;
}

h1, h2, h3, h4, .big {
    text-transform: uppercase;
    font-family: nowaymedium, 'Noway Medium', sans-serif;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

address {
    font-weight: normal;
    font-style: normal;
}
.big {
    font-size: 1.5em;
    line-height: 1;
}

.hero-text {
    text-align: left;
    font-size: 2.0em;
    line-height: 0.85;
    position: absolute;
    top: 1em;
    left: 1em;
    transform: translate(-0%, -0%);
    color: white;
    z-index: 10;
}

header.hd-image {
    height: 100vh;
}
header.no-hd-image {
    margin-top: 2em;
    margin-left: 2em;
}

main {
    flex: auto;
    margin-left: 3.0em;
}

footer {
    height: 10em;
    margin-left: 5.0em;
}

h1, h3, h4 {
    font-size: 1em;
}

h2 {
    font-size: 1em;
}

footer, address, article.text, article.text-imp {
    width: 80%;
    max-width: 100%;
}

img {
    margin: 0.5em 0;
    width: 100%;
    height: auto;
    background-color: var(--gold);
}

footer {
    font-size: 0.6em;
    color: var(--green);
}

a {
    color: var(--black);
    text-decoration: none;
}
a:hover {
    color: var(--green);
}

a,a:hover {
-webkit-transition: color 0.19s ease-in-out;
-moz-transition: color 0.19s ease-in-out;
-ms-transition: color 0.19s ease-in-out;
-o-transition: color 0.19s ease-in-out;
transition: color 0.19s ease-in-out;
outline: none !important;
}


.italic {
    color: var(--green);
    font-family: noway_regularitalic, 'Noway Italic', sans-serif;
    font-weight: normal;
}
.white {
    color: var(--green);
}
.gold {
    /*color: #a78e76;*/
    color: var(--green);
}
.red {
    color: var(--green);
}
.extra {
    color: var(--green);
    animation: change-it 36s ease-in-out infinite 0s;
}
.extra-ii {
    color: var(--green);
    animation: change-it-ii 36s ease-in-out infinite 0s;
}

@keyframes change-it {
  0%   {color: var(--green);}
  24%   {color: var(--grey);}
  48%   {color: var(--white);}
  52%   {color: var(--white);}
  76%   {color: var(--grey);}
  100%   {color: var(--green);}
}

@keyframes change-it-ii {
  0%   {color: var(--green);}
  24%   {color: var(--blue);}
  48%   {color: var(--grey);}
  52%   {color: var(--grey);}
  76%   {color: var(--white);}
  100%   {color: var(--green);}
}

article.text::before, address::before, footer::before {
    content: "";
    display: block;
    height: 1px;
    width: 400px;
    max-width: 76%;
    margin: 40px 0 20px 0;
    background: rgba(167, 142, 118, 0.3);
}

.k-nav-root li a::before{
    content:"/";
}
.anchornav {
    margin: 20px 0 0 0;
}
article.image {
    text-align: center;
}

body.content-page {
    background-color: var(--white);
    color: #2a2a2a;
}

@media (min-width: 350px) { 
    body, html { font-size: 18px;}
    .big {    font-size: 1.25em;}
}

@media (min-width: 440px) { 
    .big {    font-size: 1.25em;}
    /*h2 {    font-size: 0.5em;}*/
}

@media (min-width: 550px) { 
    body, html { font-size: 18px;}
    .big {    font-size: 1.25em;}
}


@media (min-width: 680px) { 
    .big {    font-size: 1.5em;}
    img {    margin: 1em 0;}
}

@media (min-width: 850px) { 
    .big {    font-size: 1.5em;}
    img {    margin: 1em 0;}
}

@media (min-width: 1300px) { 
    .big {    font-size: 1.5em;}
}

/*
    #################
    crossfade header 
    #################
*/

.hero-image > figure {
    animation: imageAnimation 24s linear infinite 0s;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center center;
    color: transparent;
    height: 100vh;
    width: 100vw;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    margin: 0;
    padding: 0;
    z-index: 0;
}

.hero-image {
    background-color: var(--green);
    height: 100vh;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.0)), url("img/01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.hero-image > figure:nth-child(2) {
    animation-delay: 0s;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.0)), url('img/02.jpg');
}

.hero-image > figure:nth-child(3) {
    animation-delay: 8s;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.0)), url('img/01.jpg');
}

.hero-image > figure:nth-child(4) {
    animation-delay: 16s;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.0)), url('img/03.jpg');
}

@keyframes imageAnimation {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
    }
    17% {
        animation-timing-function: ease-out;
        opacity: 1;
    }
    38% {
        animation-timing-function: ease-in;
        opacity: 1
    }
    55% {
        animation-timing-function: ease-out;
        opacity: 0
    }
    100% {
        opacity: 0
    }
}