html, body {
    height: 100%;
    margin: 0;
} 
/* Hide scrollbar for Chrome, Safari and Opera, IE and Edge */
.scrollbar::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
}
@font-face {
  font-family: 'Signal';
  src:url(signalweb-regular.woff) format('woff');
}
@font-face {
  font-family: 'swiper-icons';
  src:url(swiper-icons.ttf) format('ttf');
}
*:focus {
    outline:none;
}
.header {
    width: 100%;
    height: 10%;
    background: 


  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );


    margin-top: 0;
    padding: 0;
    overflow:visible;
    position: fixed;
    z-index: 1000;
    transition: all .3s;
    transition-property: height, transform;
    transition-timing-function: linear;
}
.headerlong {
    width: 100%;
    height: 10%;
    background:    
  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );

    margin-top: 0;
    padding: 0;
    overflow:visible;
    position: fixed;
    z-index: 1000;
    transition: all .3s;
    transition-property: height, transform;
    transition-timing-function: linear;
}
.headerdark {
    width: 100%;
    height: 15%;
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
    padding: 0;
    overflow:visible;
    position: fixed;
    z-index: 1000;
    transition: all .3s;
    transition-property: height, transform;
    transition-timing-function: linear;
}
.topnav {
    overflow: hidden;
    font-family:'Signal', Arial, sans-serif;
    color:#000;
    width:auto;
}
.scroll-down .header {
  transform: translate3d(0, -100%, 0);
}
.scroll-up .header {
  transform: none;
}
.scroll-down .headerdark {
  transform: translate3d(0, -100%, 0);
}
.scroll-up .headerdark {
  transform: none;
}
.whiteheader {
    width: 100%;
    height: 8%;
    max-height: 80px;
    background: linear-gradient(
    to top,
    hsla(0, 0%, 100%, 0) 0%,
    hsla(0, 0%, 100%, 0.011) 6.1%,
    hsla(0, 0%, 100%, 0.041) 11%,
    hsla(0, 0%, 100%, 0.089) 15%,
    hsla(0, 0%, 100%, 0.15) 18.4%,
    hsla(0, 0%, 100%, 0.224) 21.5%,
    hsla(0, 0%, 100%, 0.306) 24.5%,
    hsla(0, 0%, 100%, 0.394) 27.9%,
    hsla(0, 0%, 100%, 0.486) 31.8%,
    hsla(0, 0%, 100%, 0.579) 36.6%,
    hsla(0, 0%, 100%, 0.67) 42.5%,
    hsla(0, 0%, 100%, 0.756) 49.9%,
    hsla(0, 0%, 100%, 0.835) 59.1%,
    hsla(0, 0%, 100%, 0.903) 70.3%,
    hsla(0, 0%, 100%, 0.959) 83.8%,
    hsl(0, 0%, 100%) 100%);
    position: fixed;
    z-index: 900;
    margin-top: 0;
    padding: 0;
}
.header:hover {
    height: calc(25% + (100vw/8));
    background: 
  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );

}
.headerlong:hover {
    height: calc(50% + (100vw/8));
     background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
.headerdark:hover {
    height: calc(25% + (100vw/8));
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
.logo {
    margin-top: 8px;
    margin-left: 12px;
    max-width: 350px;
    width: 70%;
    box-sizing: border-box;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 4px;
    font: 14px Signal, Arial, sans-serif;
    letter-spacing: .8px;
    right:0;
    top:0;
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
li {
    float: left;
}
li a {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 8px;
    color: black;
    text-decoration: none;
}         
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    border: none;
    outline: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 8px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}
.dropdown-content {
    display: none;
    background-color: inherit;
    position: absolute;
    margin-top: 24px;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display:block;
    text-align: left;
    font-style: normal;
    position: relative;
}
.link1 {
    margin-left: -18px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .1s ;
    -moz-animation: slide-down .1s ;
}
.link2 {
    margin-left: -40px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .2s ;
    -moz-animation: slide-down .2s ;
}
.link3 {
    margin-left: -62px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .3s ;
    -moz-animation: slide-down .3s ;
}
.link4 {
    margin-left: -84px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .3s ;
    -moz-animation: slide-down .3s ;
}
.link5 {
    margin-left: -106px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .3s ;
    -moz-animation: slide-down .3s ;
}
.link6 {
    margin-left: -128px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .3s ;
    -moz-animation: slide-down .3s ;
}
.link7 {
    margin-left: -150px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .3s ;
    -moz-animation: slide-down .3s ;
}
.link8 {
    margin-left: -172px;
    color:black;
    text-decoration: none;
    -webkit-animation: slide-down .3s ;
    -moz-animation: slide-down .3s ;
}
.dropbtn:hover {
    cursor: pointer;
}
.icon {
    display: none;
}
/* When the screen is less than 600 pixels wide, hide all links. Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
.topnav li, .dropdown .dropbtn {
    display: none;
    }
a.icon {
    display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
.topnav.responsive {
    position: relative;
}
.topnav.responsive a.icon {
    position: absolute; right: 0; top: 0;
}
.topnav.responsive ul{
    padding-top:11%; float:left;
    }
.topnav.responsive .dropbtn, li a{
    padding-left: 15px;
}
.topnav.responsive ul li{
    float: none; display: block; text-align: left; width:100vw; font-size: 24px; letter-spacing: .3px;
}
.topnav.responsive .dropdown {
    float: none;width: 100vw;
}
.topnav.responsive .dropdown-content {
    position: relative;font-size: 24px;margin-top: 0px; margin-left: 0px; width:100vw; letter-spacing: .3px;
}
.topnav.responsive .dropdown .dropbtn {
    display: block; text-align: left;
}   
.topnav.responsive .link2 {
    margin-left: 25px;
    padding-bottom: 7px;
}
.topnav.responsive .link4 {
    margin-left: 50px;
    padding-bottom: 7px;
}
.topnav.responsive .link6 {
    margin-left: 75px;
    padding-bottom: 7px;
}
.topnav.responsive .link8 {
    margin-left: 100px;
    padding-bottom: 7px;
}
 .topnav.responsive #smallerline {
    font-size:12.5px;
     margin-left: 4px;
} 
.topnav.responsive .header {
    height: calc(20% + (100vw));
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
  } 
.topnav.responsive .headerlong {
    height: calc(40% + (100vw));
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
  } 
.topnav.responsive .headerdark {
    height: calc(20% + (100vw));
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
  } 
.header:hover {
    height: 10%;
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
.headerlong:hover {
    height: 10%;
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
.headerdark:hover {
    height: 15%;
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
}
/* SWIPER */

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    min-height:100%; 
    min-width:100%; 
    overflow:hidden;
}

/* ABOUT PAGE*/

.runningtext {
    font: 28px 'Signal', Arial, sans-serif;
    text-align: left; 
    line-height: 1.2;
    letter-spacing: -.4px;
    word-spacing: -.5px;
    margin-bottom: 18px;
    position: relative;
    /* hyphens */
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual; 
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.rtdropdown {
    overflow: visible;
}
.rtdropbtn {
    cursor: pointer;
    display: block;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    width: 115px;
    text-decoration: underline;
}
.rtdropdown-content {
    display: none;
    background-color: inherit;
    position: relative;
}
.linklist {
    font: 27px Signal, Arial, sans-serif;
    text-align: left;
    line-height: 1.2;
    letter-spacing: .2px;
    position: relative;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.linklist a {
    float: none;
    color: black;
    padding: 0px;
    display:block;
    font-style: normal;
    margin-bottom: 18px;
    width:410px;
}

.show {
    display:block;
}
.activeheader {
    height: calc(25% + (100vw/8));
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
.activeheaderlong {
     height: calc(50% + (100vw/8));
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
.activeheaderdark {
    height: calc(25% + (100vw/8));
    background:  linear-gradient(
    to bottom,
    hsl(15.74, 57.01%, 20.98%) 0%,
    hsla(15.74, 57.01%, 20.98%, 0.986) 12.5%,
    hsla(15.74, 57.01%, 20.98%, 0.948) 23.5%,
    hsla(15.74, 57.01%, 20.98%, 0.892) 33.1%,
    hsla(15.74, 57.01%, 20.98%, 0.82) 41.4%,
    hsla(15.74, 57.01%, 20.98%, 0.736) 48.6%,
    hsla(15.74, 57.01%, 20.98%, 0.644) 54.9%,
    hsla(15.74, 57.01%, 20.98%, 0.546) 60.5%,
    hsla(15.74, 57.01%, 20.98%, 0.447) 65.6%,
    hsla(15.74, 57.01%, 20.98%, 0.349) 70.3%,
    hsla(15.74, 57.01%, 20.98%, 0.257) 74.7%,
    hsla(15.74, 57.01%, 20.98%, 0.174) 79.2%,
    hsla(15.74, 57.01%, 20.98%, 0.103) 83.7%,
    hsla(15.74, 57.01%, 20.98%, 0.048) 88.6%,
    hsla(15.74, 57.01%, 20.98%, 0.013) 94%,
    hsla(15.74, 57.01%, 20.98%, 0) 100%
  );
}
#rtlink0 {
    color:black;
    text-decoration: none;
}
#rtlink1 {
    margin-left: 5%;
    color:black;
    -webkit-animation: slide-down .15s ease-out;
    -moz-animation: slide-down .15s ease-out;
    text-decoration: none;
}
#rtlink2 {
    margin-left: 10%;
    color:black;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
    text-decoration: none;
}
#rtlink3 {
    margin-left: 15%;
    color:black;
    -webkit-animation: slide-down .45s ease-out;
    -moz-animation: slide-down .45s ease-out;
    text-decoration: none;
}
#rtlink4 {
    margin-left: 20%;
    color:black;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out;
    text-decoration: none;
}
#rtlink5 {
    margin-left: 25%;
    color:black;
    -webkit-animation: slide-down .6s ease-out;
    -moz-animation: slide-down .6s ease-out;
    text-decoration: none;
}
.aboutpage {
    overflow: visible;
    width: 100%;
    position:relative;
    padding-top: 60px;
    min-height: 100%;
    padding-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
}
.content {
    min-height: 100%;
}
.copyright {
    font: 12.5px Signal, Arial, sans-serif;
    height: 40px;
    box-sizing: border-box;
    letter-spacing: .8px;
    float: left;
    margin-right: 10px;
    position:relative;
    width:100%;
    margin-top: -40px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.nohover {
    background-color: transparent;
    height:60px; 
    width:450px; 
    z-index: 2000; 
    position: fixed; 
    margin-top: 50px;
    cursor: pointer;
}
.nohover2 {
    background-color: transparent;
    height:60px; 
    width:450px; 
    z-index: 2000; 
    position: fixed; 
    margin-top: 100px;
    cursor: pointer;
}
.nohover:hover +.header {
    pointer-events: none;
}
.nohover2:hover +.header {
    pointer-events: none;
}
/* COLLECTION PAGES and media queries for about*/

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 8%;
    margin-right: 8%;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.container img {
    width: 42%;
    padding: 4%;
}
@media screen and (max-width: 600px) {
    .container img {
    width:90%;
    padding: 5%;
    }
    .container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 35px;
    }
    .aboutpage {
    padding-top:45px;
    padding-left: 12px;
    padding-right: 12px;
    }
    .runningtext, .linklist{
    font-size: 19.7px;
    letter-spacing: -.5px;
    width: 100%;
    line-height: 1.25;
    box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }
    .linklist a, .runningtext {
    margin-bottom: 12px;
    }
    .linklist a {
    width:auto;
    overflow: hidden;
    }
    .nohover {
    display:none;
    }
    .nohover2 {
    display:none;
    }
    #rtlink1 {
    margin-left: 6%;
    }
    #rtlink2 {
    margin-left: 12%;
    }
    #rtlink3 {
    margin-left: 18%;
    }
    #rtlink4 {
    margin-left: 24%;
    }
        #rtlink5 {
    margin-left: 30%;
    }
}

/* SUBSCRIBE*/

input[type=text] {
    border: 1px;
    font-size: inherit;
    font-family: 'Signal', Arial, sans-serif;
    background-color: transparent;
    overflow:visible;
    width: 100%;
}
form p {
    font-style: normal; 
}
input[type=submit] {
    padding: 0;
    font-family: 'Signal', Arial, sans-serif;
    font-size: inherit;
    background-color: transparent;
    cursor: pointer;
    border: none;
    text-align: left;
}

/* Animations */

#fade {
-webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slide-up-fade-in{
    animation: slide-up-fade-in ease .7s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: slide-up-fade-in ease .7s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
    -moz-animation: slide-up-fade-in ease .7s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: slide-up-fade-in ease .7s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: slide-up-fade-in ease .7s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
    opacity:0;
    opacity: 1\9;
}
@keyframes slide-up-fade-in{
    0% {opacity:0;transform:  translate(0px,-30px)  ;}
    100% {opacity:1;transform:  translate(0px,0px)  ;}
}
@-moz-keyframes slide-up-fade-in{
    0% {opacity:0;-moz-transform:  translate(0px,-30px)  ;}
    100% {opacity:1;-moz-transform:  translate(0px,0px)  ;}
}
@-webkit-keyframes slide-up-fade-in {
    0% {opacity:0;-webkit-transform:  translate(0px,-30px)  ;}
    100% {opacity:1;-webkit-transform:  translate(0px,0px)  ;}
}
@-o-keyframes slide-up-fade-in {
    0% {opacity:0;-o-transform:  translate(0px,-30px)  ;}
    100% {opacity:1;-o-transform:  translate(0px,0px)  ;}
}
@-ms-keyframes slide-up-fade-in {
    0% {opacity:0;-ms-transform:  translate(0px,-30px)  ;}
    100% {opacity:1;-ms-transform:  translate(0px,0px)  ;}
} 

@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}
@-webkit-keyframes slide-up {
    100% { opacity: 1; -webkit-transform: translateY(0); }   
      0% { opacity: 0; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes slide-up {
    100% { opacity: 1; -moz-transform: translateY(0); }   
      0% { opacity: 0; -moz-transform: translateY(-100%); }
}

.clearfix {clear: both; zoom: 1;}

 #overlay {

  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background-color:  


white;


  z-index: 9999999999;
  cursor: pointer;

}
.hallo {
  margin-top: 50px;
  line-height: 0px;
  text-align: center;
  color: black;
     background-color: white;
      background-blend-mode: multiply;




}