@import url(https://fonts.googleapis.com/css?family=Coming+Soon:400,300,700);
@font-face {
  font-family: 'Chiller';
  src: url('chiller.ttf');
}
@font-face {
  font-family: 'Tempus Sans ITC';
  src: url('tempussansitc.ttf');
}

html {
  height:100%;  /* android background fix */
  overflow: scroll;  /* android background fix */
}

html#index {
  background: url(../img/bg-index.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html#ardevora {
  background: url(../img/bg-labyrint.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html#workshops {
  background: url(../img/bg-workshop.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html#zomerkampen {
  background: url(../img/bg-kamp.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html#begeleiding {
  background: url(../img/bg-yurt.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html#themadagen {
  background: url(../img/bg-thema.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html#wie {
  background: url(../img/bg-wie.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

html#contact {
  background: url(../img/bg-hand.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  background-color: transparent;
  font-family: 'Tempus Sans ITC', sans-serif;
  font-weight: bold;
  cursor: url("../img/cursor.png"), auto;
}

H3 {
  font-family: 'Chiller', sans-serif;
  font-size: 300%;
}

ul {
  list-style-image: url('../img/icon_labyrinth_small.gif');
}

.nav__logo {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 0px;
  margin-left: auto;
  width:410px;
}

.content__title {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 124px;
  display: flex;
  align-items: center;
}

.bg-faded-white {
    background-color: rgba(255,255,255,0.8);
}
.content {
    overflow: hidden;
    outline: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#my-scrollbar {
  width: 100%;
  height: 100vh;
  overflow: auto;
}

#fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 3px 7px 0px 7px;
    z-index: 999;
    background-color:rgba(255,255,255,0);
    border-radius: 3px;
}
#fixed-footer>div {
    color: rgba(224,224,224,1);
}
