@font-face {
    font-family: "Futura";
    src: url('font/futura-lt-book.ttf') format("truetype");
}
@font-face {
    font-family: "Futura";
    src: url('font/futura-lt-book-oblique.ttf') format("truetype");
    font-style : italic;
}

html, body {
    width:100vw;
    overflow-x: hidden;
    font-family: "Futura";
}
#waterCanvas {
  height: 100%;
  width: 100%;
  margin: 0;
  padding:0;
  position: fixed;
  background-color: #008fcc;
}

.c2 {
  color: #f37c00;
}

.c1 {
  color: #008fcc;
}

img.img {
  width: 100%;
  bottom: 0;
  padding: 0;
}
img#glijbaan {
  position: relative;
  margin-top: -2.5rem;
  top: 2.5rem;
  left: 0;
  z-index: 2;  
}

.card-text {
  font-family: "Futura";
}
