
<style>
@import url('https://fonts.googleapis.com/css2?family=Grenze:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
</style>

</style>

h1, h2, h3, h4, p {  
  font-family: "Grenze", serif;
  color: #fff;
}


h1 {
  font-size:36px;
}

.content h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

 p {
  font-size: 20px;
  font-weight: 300;
  font-family: "Crimson Text", serif;
 }


body {
  margin: 0;
  color: #FFF;
  font-family: "Grenze", serif;
  overflow: hidden;
}


.navbar {
 background-color: #000;
 border-bottom:   1px solid #ccc;
 height:2rem;




  /*
  background-image: url("../img/navbar.png");
  background-repeat:  no-repeat;
  background-size: 100%;
  z-index: 1000;
  /*min-height: 100vh; */
}

.navbar-link, a.navbar-item {
  padding: 0rem 1.5rem;
}


.navbar-link, a.navbar-item { 
  background-color : rgba(0,0,0,0);
  color: #fff;
  font-size: 18px;
}


.navbar-link, a.navbar-item:hover { 
  background-color : rgba(0,0,0,0);
  color: #ddd;
  text-decoration: underline;
}


.discord {
  display:inline-block;
  background-image:url("../img/button.svg");
  background-size:contain;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,0);
  width: 20vw;
  height: 20vh;
}

.discord:hover {
  display:inline-block;
  background-image:url("../img/button-hover.svg");
  background-size:contain;
  background-repeat: no-repeat;
}

.box {
  background-color: rgba(0, 0, 0, 0.0);
  padding: 0 1.25rem;
  background-image: url("../img/highlight-bg.svg");
  background-repeat: no-repeat;
  background-position:63%;
}


/* Smallerdevices (1216px and below) for box background */
@media only screen and (max-width: 1216px) {

  .box {
    background-size: cover;
  }


.discord {

  width: 30vw;
  height: 30vh;
}

artical .media {
  
}

}




.highlight-l {
  background-color: rgba(255, 255, 255, 0.0);
  padding: 2rem 2rem 2rem 12rem;
  color: #fff;
  margin: auto 0;

}


.highlight-r {
  background-color:rgba(255, 255, 255, 0.0);
  padding: 2rem 4rem 2rem 4rem;
  color: #fff;
  margin: auto 0;

}


.content h1 {
  color: #fff;
  font-weight: 400;
}


/* Large devices (Desktop+)
@media only screen and (min-width: 1024px) { */

.fullpage {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}


/*
.sections-menu {
  position: fixed;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.sections-menu .menu-point {
  width: 10px;
  height: 10px;
  background-color: #FFF;
  display: block;
  margin: 1rem 0;
  opacity: .6;
  transition: .4s ease-in-out all;
  cursor: pointer;
}

.sections-menu .menu-point.active {
  opacity: 1;
  transform: scale(1.5);
}

.sections-menu .menu-point:hover {
  opacity: 1;
  transform: scale(1.2);
}
*/

.is-horizontal-center {
  justify-content: center;
} 


.one {
  /* background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1.0) 100%), url("../img/slide1.png");*/
  background-color: #000;
  background-size: cover;

} 

}

/* BG SLIDESHOW CSS */
.slideshow,
.slideshow::after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0px;
}
.slideshow::after {
  content: '';
  background: linear-gradient(-70deg, rgba(0,0,0,0), rgba(0,0,0,1));
}
.img-bg-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent; /*hides span's text*/
  background-size: cover; /* covers whole viewport */
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  animation: backgroundSlideshow 20s linear infinite 0s;
}
.slideshow li:nth-child(1) .img-bg-slide {
   background-image:   linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1.0) 100%), url("../img/slide5.png");
}
.slideshow li:nth-child(2) .img-bg-slide { 
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1.0) 100%), url("../img/slide2.png");
    animation-delay: 5s; 
}
.slideshow li:nth-child(3) .img-bg-slide { 
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1.0) 100%), url("../img/slide3.png");
    animation-delay: 10s; 
}
.slideshow li:nth-child(4) .img-bg-slide { 
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,1.0) 100%), url('../img/slide6.png');
    animation-delay: 15s; 
}




@keyframes backgroundSlideshow {
  0% { opacity: 0;}
  12.5% { opacity: 1;}
  25% { opacity: 1;}
  37.5% { opacity: 0;}
  100% { opacity: 0;} 
}
/* End of BG SLIDESHOW */









.one .container {
  position: absolute;
  bottom: 0;
  left: 0;
}

.two {
  background: linear-gradient(180deg, rgba(0,0,0,1.0) 0%, rgba(0,0,0,0) 99%), url("../img/wall.png") repeat;
  background-color: #000;

}

.three {
  background: rgba(0,0,0,1) url("../img/wall.png") repeat;


}

.four {
  background-color: #42325B;
}




/* Lightbox */


.trans
{
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.top
{
  display: flex;
  width: 70vw;
  min-height: 70vh;
  margin-top: 5vh;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10vh;
}
.top ul
{
  list-style: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}
.top ul li
{
  position: relative;
  float: left;
  width: 25%;
  height:;
  overflow: hidden;
}

.top ul li::before
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  color: white;
  opacity: 0.4;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.top ul li:hover::before
{
  opacity: 0;
  background-color: rgba(0,0,0,0.90);
}
.top ul li img
{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lightbox
{
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.75);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.lightbox img
{
  max-width: 90%;
  max-height: 80%;
  position: relative;
  top: -100%;
  /* Transition */
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.lightbox:target
{
  outline: none;
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}


/* Professions Carosel */

ul.slides {
  position: relative;
  width: 250px;
  height: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li.slide {
  margin: 0;
  padding: 0;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica;
  font-size: 120px;
  color: #fff;
  transition: .5s transform ease-in-out;
}

.slide:nth-of-type(1) {
  background-color: rgba(0, 0, 0, 0.0);
}

.slide:nth-of-type(2) {
  background-color: rgba(0, 0, 0, 0.0);
  left: 100%;
}

.slide:nth-of-type(3) {
  background-color: rgba(0, 0, 0, 0.0);
  left: 200%;
}

.slide:nth-of-type(4) {
  background-color: rgba(0, 0, 0, 0.0);
  left: 300%;
}
.slide:nth-of-type(5) {
  background-color: rgba(0, 0, 0, 0.0);
  left: 400%;
}

.slide:nth-of-type(6) {
  background-color: rgba(0, 0, 0, 0.0);
  left: 500%;
} 
.slide:nth-of-type(7) {
  background-color: rgba(0, 0, 0, 0.0);
  left: 600%;
} 

input[type="radio"] {
  position: relative;
  z-index: 100;
  display: none;
}

.controls-visible {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
}

.controls-visible label {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 3px;
  border: 1px solid #fff;
}

.slides input[type="radio"]:nth-of-type(1):checked ~ .controls-visible label:nth-of-type(1) {
  background-color: #333;
}

.slides input[type="radio"]:nth-of-type(2):checked ~ .controls-visible label:nth-of-type(2) {
  background-color: #333;
}

.slides input[type="radio"]:nth-of-type(3):checked ~ .controls-visible label:nth-of-type(3) {
  background-color: #333;
}

.slides input[type="radio"]:nth-of-type(4):checked ~ .controls-visible label:nth-of-type(4) {
  background-color: #333;
}

.slides input[type="radio"]:nth-of-type(5):checked ~ .controls-visible label:nth-of-type(5) {
  background-color: #333;
}

.slides input[type="radio"]:nth-of-type(6):checked ~ .controls-visible label:nth-of-type(6) {
  background-color: #333;
}
.slides input[type="radio"]:nth-of-type(7):checked ~ .controls-visible label:nth-of-type(7) {
  background-color: #333;
}


.slides input[type="radio"]:nth-of-type(1):checked ~ .slide {
  transform: translatex(0%);
}

.slides input[type="radio"]:nth-of-type(2):checked ~ .slide {
  transform: translatex(-100%);
}

.slides input[type="radio"]:nth-of-type(3):checked ~ .slide {
  transform: translatex(-200%);
}

.slides input[type="radio"]:nth-of-type(4):checked ~ .slide {
  transform: translatex(-300%);
}

.slides input[type="radio"]:nth-of-type(5):checked ~ .slide {
  transform: translatex(-400%);
}

.slides input[type="radio"]:nth-of-type(6):checked ~ .slide {
  transform: translatex(-500%);
}
.slides input[type="radio"]:nth-of-type(7):checked ~ .slide {
  transform: translatex(-600%);
}



/* Left/Right Button Classes Below */

.navigator {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 100%;
  z-index: 100;
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  display: none;
}

.navigator i {
  font-size: 24px;
  color #333;
}

.slides input[type="radio"]:nth-of-type(1):checked ~ .navigator:nth-of-type(1) {
  display: flex;
}

.slides input[type="radio"]:nth-of-type(2):checked ~ .navigator:nth-of-type(2) {
  display: flex;
}

.slides input[type="radio"]:nth-of-type(3):checked ~ .navigator:nth-of-type(3) {
  display: flex;
}

.slides input[type="radio"]:nth-of-type(4):checked ~ .navigator:nth-of-type(4) {
  display: flex;
}
.slides input[type="radio"]:nth-of-type(5):checked ~ .navigator:nth-of-type(5) {
  display: flex;
}
.slides input[type="radio"]:nth-of-type(6):checked ~ .navigator:nth-of-type(6) {
  display: flex;
}
.slides input[type="radio"]:nth-of-type(7):checked ~ .navigator:nth-of-type(7) {
  display: flex;
}