/*  Custom Font: Signatie  */
@font-face {
    font-family: 'Signatie';
    src: url('../fonts/Signatie.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.next-copyright span {
    font-size: 56px;
    font-family: 'Signatie', sans-serif;
    Align: center;
    color: #fff;
Z-index: 900;
}
.next-footer-container {
    padding: 40px 0;
    border-top: 1px solid #f4f4f4;


}
*{
  margin: 0;
  padding: 0;
}

body{
  overflow-y: hidden;
}

#all_slides{
    position: relative;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.active{
    opacity: 1;
    z-index: 2;
}


.controls{
    display: none;
}

.slide{
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    background: #333;
    color: #fff;
    background-size: cover;
}

.slide:nth-of-type(1){
  background-image: url('../images/1.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


.slide:nth-of-type(2){
  background-image: url('../images/2.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}


.slide:nth-of-type(3){
  background-image: url('../images/3.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}

.slide:nth-of-type(4){
  background-image: url('../images/4.png');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat
}



.controls{
  display: inline-block;
  position: relative;
  top: 20rem;
  font-size: 40px;
  Font-family: Signatie;
  color: #fff;
  width: 23rem;
  height: 3rem;
}






.container{
  position: relative;
}

.buttons{
  position: absolute;
  right: 0rem;
  top: 0px;
  z-index: 10;
  font-size: 40px;
}


.fancy{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: -2rem; 
  width: 6rem;
  height: 2rem;
  background: #3498DB;
  color: #fff;
  z-index: 3;
  transform: rotate(0deg);
  border-radius: 1rem;
}