@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Ubuntu:wght@300&display=swap");

* {
  font-family: "Comfortaa", cursive;
}

body {
  background-color: rgb(106, 108, 109);
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-thumb {
  width: 12px;
  background-color: #f5f5f5;
  border-radius: 50px;
}

.navbar {
  text-align: center;
  padding: 20px;
  background-color: rgb(134, 147, 155);
  box-shadow: black 1px 2px 150px 10px;
}

.navbar a {
  padding: 3px;
  text-decoration: none;
  color: black;
  font-weight: 550;
}

.navbar a:hover {
  color: white;
}

.navbar img {
  float: left;
  width: 90px;
  margin-top: -10px;
}

.welkom h1 {
  margin-left: 25%;
  margin-top: 10%;
  color: white;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.377);
}

.welkom p {
  margin-left: 25%;
  font-size: 60px;
  margin-top: -15px;
  color: white;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.377);
}

.welkom2 h1 {
  margin-left: 60%;
  font-size: 30px;
  margin-top: -160px;
  color: white;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.377);
}

.welkom2 p {
  margin-left: 60%;
  font-size: 30px;
  margin-top: -15px;
  color: white;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.377);
}

.foto {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.foto img {
  min-width: 100%;
  width: 100%;
}

footer {
  text-align: center;
  padding: 1px;
  background-color: rgb(122, 122, 122);
  color: white;
  margin-top: 350px;
}

/* Ipad */
@media screen and (max-width: 992px) {
  body {
    background-color: rgb(106, 108, 109);
  }

  .welkom h1 {
    margin-left: 25%;
    margin-top: -10px;
  }

  .welkom p {
    margin-left: 25%;
    font-size: 60px;
  }

  .welkom2 h1 {
    margin-left: 25%;
    font-size: 25px;
    margin-top: 80px;
  }

  .welkom2 p {
    margin-left: 25%;
    font-size: 25px;
    margin-top: -5px;
  }
}

/* Telefoon */
@media screen and (max-width: 600px) {
  body {
    background-color: rgb(106, 108, 109);
  }

  .welkom h1 {
    margin-left: 8%;
    margin-top: -20px;
  }

  .welkom p {
    margin-left: 8%;
    font-size: 60px;
  }

  .welkom2 h1 {
    margin-left: 8%;
    font-size: 25px;
    margin-top: 100px;
  }

  .welkom2 p {
    margin-left: 8%;
    font-size: 25px;
    margin-top: -15px;
  }
}
