h2 {
  font-family: "Courier New", Courier, monospace;
}
div {
  font-family: "Lucida Console", "Courier New", Courier, monospace;
}
hr {
  width: 90%;
}
a {
  text-decoration: none;
  color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

.navbar {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  width: 100%;
  height: fit-content;
}
.dropdown {
  position: relative;
  float: right;
  display: block;
  padding: 10px 30px 10px 30px;
  top: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 10px 8px 16px 10px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  right: 0;
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content > a {
  display: block;
  width: 300px;
  padding: 5px;
  box-sizing: border-box;
}
.dropdown-content > a:hover {
  background: #696868;
  color: white;
  border-radius: 3px;
  padding: 5px;
  box-sizing: border-box;
}

.big-container {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 3px;
  grid-template-areas:
    "h"
    "a"
    "t"
    "o";
}

.div-home {
  grid-area: h;
}

.div-artikel1 {
  grid-area: a;
}

.div-article2 {
  grid-area: t;
}
.div-footer {
  grid-area: o;
}

.mountains {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  margin-top: 60px;
}

.driezestig {
  text-align: center;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
}
.welkom {
  text-align: center;
}

.artikel1 {
  background-image: url(mountain1.jpg);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  height: 1000px;
  line-height: 50px;
  background-size: cover;
  padding: 10px;
  box-sizing: border-box;
}

.tekst-artikel1 {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
.article2 {
  background-image: url(mountainsbynight.jpg);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  height: 1000px;
  line-height: 50px;
  background-size: cover;
  padding: 10px;
  box-sizing: border-box;
}

.youtubesnowboarding iframe,
.youtubesnowboarding object,
.youtubesnowboarding embed {
  border-radius: 10px;
  width: 100%;
}

.portfolio {
  background-image: url(mountain1.jpg);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  height: 1500px;
  line-height: 50px;
  box-sizing: border-box;
  background-size: cover;
  padding: 10px;
  margin-top: 45px;
}

.portfolioexamples {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.formheader {
  margin-top: 70px;
  text-align: center;
  font-family: "Lucida Console", "Courier New", Courier, monospace;
}
.contactform {
  background-color: grey;
  border-radius: 10px;
  padding: 10px;
  text-align: justify;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}
.contactform input {
  border-radius: 3px;
}
.contactform textarea {
  border-radius: 3px;
}
input:invalid {
  background-color: rgb(255, 105, 36);
}
.verzenden {
  display: block;
  margin-left: 25%;
  border-radius: 3px;
}
.reset {
  display: block;
  margin-left: 25%;
  border-radius: 3px;
}

.footer-grid {
  height: 100%;
  display: grid;
  grid-gap: 3px;
  grid-template-columns: 1fr;
  grid-template-rows: 50px 70px 230px 40px;
  grid-template-areas:
    "s"
    "c"
    "r"
    "f";
}

.contact {
  grid-area: c;
}
.route {
  grid-area: r;
}
.social {
  grid-area: s;
}
.site-footer {
  grid-area: f;
}

footer {
  box-sizing: border-box;
  background-color: grey;
  border-radius: 10px;
  height: 100%;
  padding: 10px;
  margin: 0px;
}
.footer-grid > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8em;
  color: black;
}

.footer-grid > div:nth-child(1n) {
  background-color: #808080;
}
.footer-grid > div:nth-child(2n) {
  background-color: #808080;
}
.footer-grid > div:nth-child(3n) {
  background-color: grey;
}
.footer-grid > div:nth-child(4n) {
  background-color: #696868;
  font-size: 1em;
  border-radius: 10px;
}
.social-link {
  display: block;
  cursor: pointer;
}
.contact-link {
  display: block;
  padding: 10px;
  cursor: pointer;
  background-color: #696868;
  border-radius: 10px;
}

@media (min-width: 800px) {
  .big-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3px;
    grid-template-areas:
      "h h"
      "a t"
      "a t"
      "o o";
  }
}

@media (min-width: 1024px) {
  p {
    line-height: 30px;
    columns: 2;
  }
  .hamburger {
    width: 20px;
  }
  .mountains {
    margin-top: 40px;
  }
  .portfolio {
    height: 1000px;
  }
  .portfolioexamples {
    justify-content: space-around;
    margin: 20px;
  }

  .footer-grid {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 50px auto 40px;
    grid-template-areas:
      "s s s s s s s s s s s s"
      "r r r r r r r c c c c c"
      "f f f f f f f f f f f f";
  }
}
