html, body {
    width: 100%;
    text-decoration: none;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

@font-face { font-family: DSMarkerFelt; src: url('DSMarkerFelt.ttf'); } 

h1,h2,h3 {
    /* font-family: DSMarkerFelt, Marker Felt, fantasy; */
    font-family: Marker Felt, DSMarkerFelt, fantasy;
    font-weight: 500;  
    letter-spacing: 0.10em; 
 } 

 h4,h5 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;  
    letter-spacing: 0.05em; 
    color: rgba(27, 27, 27, 0.966);
} 

p, div {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 100;  
    letter-spacing: 0em; 
} 

b {
    font-weight: 500;
}

a {
   text-decoration: none;
}

#loadercontainer {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: -20vh;
    bottom: 0;
    width :20vw;
    height: 20vh;
    margin: auto;
}

/* Loader */
#loader {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 2vw solid #f3f3f3;
    border-radius: 50%;
    border-top: 2vw solid #6290af;
    width: 10vw;
    height: 10vw;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#icons {
    position: absolute;
    z-index: 40;
    left: 0;
    right: 0;
    top: 20vh;
    bottom: 0;
    margin: auto;
    width: 180px;
    height: 20vh;
    text-align: center;
    vertical-align: middle;
}

#play-pause-button{
    font-size: 40px;
    cursor: pointer;
    opacity: 0.4;
    width: 34px;
    font-size: 40px;
}
#play-pause-button:hover {
    cursor: pointer;
    opacity: 0.9;
}

#homebutton {
    display: none;
}

#homebutton:hover {
    cursor: pointer;
    opacity: 0.9;
}
#facebookbutton {
    display: none;
    font-size: 30px;
}

.fa {
    color: rgb(27, 27, 27);
    opacity: 0.3;
    font-size: 40px;
}

.fa:hover {
    cursor: pointer;
    opacity: 0.9;
}

#language-selector {
    display: none;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: transparent;
    color: black;
    width: 40px;
    border: none;
    cursor: pointer;
    margin: 0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(246, 246, 246, 0.733);
    min-width: 150px;
    text-align: left;
    padding: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .flag-icon {
    /* background-color: #42424260; */
    opacity: 0.9;
    -webkit-filter: none; /* Webkit */
    filter: none; /* IE6-9 */
    filter: none; /* W3C */
}

.dropbtn .flag-icon {
    width: 50px;
    height: 29px;
    opacity: 0.4;
    -webkit-filter: grayscale(0.5); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(0.5); /* W3C */
}

.dropbtn .flag-icon:hover {
    opacity: 0.7;
    -webkit-filter: none; /* Webkit */
    filter: none; /* IE6-9 */
    filter: none; /* W3C */
}

/* To make sure svg stays in place */
.dropbtn .flag-icon:before {
    content: ""!important;
}

.flag-icon {
    margin-right: 7px;
    width: 2em;
}



/* ******** */
/* Everything slider related */
/* ******** */
* {
    box-sizing: border-box;
  }

.slider {
    width: 80%;
    margin: auto;
    /* background-color: rgba(255, 255, 255, 0.883); */
    /* border: 3px solid black; */
  }

  .slick-slide {
    margin: 0px 20px;
  }

  .slick-slide img {
    width: 100%;
  }

  .slick-prev:before,
  .slick-next:before {
    color: black;
  }


  .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
  }

  .slick-active {
    opacity: .5;
  }

  .slick-current {
    opacity: 1;
  }

/* ******* */
/* Everything related to effects */
/* ******* */
/* Fall in effect */
.fallin {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes fallin {
    0% {
        -webkit-transform: translateY(-500px);
        opacity: 0;
    } 
    25% {
        -webkit-transform: translateY(0);
        opacity: 1;
      }
    25% {
        -webkit-transform: translateY(-15px);
    }
    50% {
        -webkit-transform: translateY(0px);
    }
    75% {
        -webkit-transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
}


@-webkit-keyframes fallin {
    0% {
        transform: translateY(-500px);
        opacity: 0;
    } 
    25% {
        transform: translateY(0);
        opacity: 1;
      }
    25% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    75% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


/* BOUNCE EFFECT */
.animated20 {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.animated35 {
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

  
  @-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    } 
    5% {
        -webkit-transform: translateY(0);
        opacity: 1;
      }
    10% {
        -webkit-transform: translateY(-15px);
    }
    15% {
        -webkit-transform: translateY(0px);
    }
    20% {
        -webkit-transform: translateY(-15px);
    }
    25% {
        -webkit-transform: translateY(0px);
        opacity: 1;
    }
    30% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
      }
  }

  @keyframes bounce {
    0% {
        transform: translateY(-100%);
        opacity: 0;
    } 
    5% {
        transform: translateY(0);
        opacity: 1;
      }
    10% {
      transform: translateY(-15px);
    }
    15% {
        transform: translateY(0px);
    }
    20% {
        transform: translateY(-15px);
    }
    25% {
        transform: translateY(0px);
        opacity: 1;
    }
    30% {
        transform: translateY(-100%);
        opacity: 0;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
      }
  }
  .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
  }


  /* BOUNCE EFFECT */
.blinker {
    animation-name: blinker;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes blinker {
    0% {opacity: 0.2;} 
    10% {opacity: 1;} 
    40% {opacity: 0.2;} 
    50% {opacity: 1;} 
    80% {opacity: 0.2;} 
    100% {opacity: 0.2;} 
}
@-webkit-keyframes blinker {
    0% {opacity: 0.2;} 
    10% {opacity: 1;} 
    40% {opacity: 0.2;} 
    50% {opacity: 1;} 
    80% {opacity: 0.2;} 
    100% {opacity: 0.2;} 
}


@keyframes wiggle {
    0% {opacity: 0;
        transform: translateY(0%); } 
    5% {opacity: 1;
        transform: translateY(-5%);} 
    10% {transform: translateY(0%);} 
    15% {opacity: 1;} 
    80% {opacity: 1;} 
    100% {opacity: 0;} 
}

@keyframes wiggle_with_delay {
    0% {opacity: 0;
        transform: translateY(0%); } 
    0.5% {opacity: 1;
        transform: translateY(-5%);} 
    1% {transform: translateY(0%);} 
    1.5% {opacity: 1;} 
    8.8% {opacity: 1;} 
    10% {opacity: 0;} 

    30% {opacity: 0;
        transform: translateY(0%); } 
    30.5% {opacity: 1;
        transform: translateY(-5%);} 
    31% {transform: translateY(0%);} 
    31.5% {opacity: 1;} 
    38.8% {opacity: 1;} 
    40% {opacity: 0;} 

    60% {opacity: 0;
        transform: translateY(0%); } 
    60.5% {opacity: 1;
        transform: translateY(-5%);} 
    61% {transform: translateY(0%);} 
    61.5% {opacity: 1;} 
    68.8% {opacity: 1;} 
    70% {opacity: 0;} 

    90% {opacity: 0;
        transform: translateY(0%); } 
    90.5% {opacity: 1;
        transform: translateY(-5%);} 
    91% {transform: translateY(0%);} 
    91.5% {opacity: 1;} 
    98.8% {opacity: 1;} 
    100% {opacity: 0;} 
}

.wiggle {
    /* display: inline-block; */
    animation: wiggle 10s infinite;
  }

.wiggle_once {
/* display: inline-block; */
    animation: wiggle 10s;
}
  


.wiggle_with_delay {
    animation: wiggle_with_delay 100s;
}


.animated2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated3s {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

.animated4s {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}

.animated5s {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.animated8s {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
}

.animated9s {
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
}

.animated10s {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}


.blink_once {
    animation-name: blink_once;
    -webkit-animation-name: blink_once;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes blink_once {
    0% {opacity: 0; transform: translateY(-100%)} 
    2% {opacity: 0; transform: translateY(0%)} 
    15% {opacity: 1;} 
    50% {opacity: 1;} 
    95% {opacity: 0; transform: translateY(0%)}
    100% {opacity: 0; transform: translateY(-100%)} 
}
@-webkit-keyframes blink_once {
    0% {opacity: 0; -webkit-transform: translateY(-100%)} 
    2% {opacity: 0; -webkit-transform: translateY(0%)} 
    15% {opacity: 1;} 
    50% {opacity: 1;} 
    95% {opacity: 0; -webkit-transform: translateY(0%)}
    100% {opacity: 0; -webkit-transform: translateY(-100%)} 
}



