* {
  margin: 0px;
  border: 0px;
}

body {
  font-family: "Klavika Condensed Bold";
}
header {
  background-color: #ffc943;
  margin: 0px;
  position: sticky;
  top: 0;
}

.topnav {
  display: flex;
  justify-content: right;
  align-items: center;
  box-shadow: 5px 5px 5px #ffc943;
}

.topnav div {
  padding: 10px;
  margin: 5px;
  border: 1px black solid;
  background-color: beige;
  display: none;
}
.topnav a {
  text-decoration: none;
  color: red;
}

.topnav .icon {
  display: none;
}

.bg-vid {
  margin: 0px;
}

.donate {
  display: flex;
  text-decoration: none;
  color: red;
  justify-content: center;
  position: absolute;
  top: 400px;
  left: 45%;
}

.donate div {
  width: 200px;
  background-color: #ffc943;
  border: 1px black solid;
  text-align: center;
}

.logo {
  position: absolute;
}

.topvid {
  width: 98%;
  height: 400px;
  background-color: #ffc943;
}

.videoerne {
  display: flex;
}

.videoer {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  text-align: center;
  gap: 20px;
}

.videoer p {
  text-align: left;
}

.videoer article {
  margin: 0px;
  width: 30%;
  align-items: stretch;
}

.videoer a {
  text-decoration: none;
  color: black;
}

.vid {
  width: 98%;
  height: 200px;
}

.vid img {
  height: 200px;
}

.shop-h2 h2 {
  background-color: #ffc943;
  text-align: center;
  color: red;
}

.shop-h2 {
  margin: 20px;
}

.shop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.shop article {
  text-align: center;
  margin: 40px;
  width: 25%;
}

.shop img {
  margin-top: 10px;
  width: 90%;
}

.shop a {
  text-decoration: none;
  color: black;
}

.shop article a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.om-os {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}

.om-os p {
  width: 40%;
  margin: 0px 30% 0px 30%;
}

.om-os h2 {
  color: red;
  background-color: #ffc943;
}

footer {
  display: flex;
  background-color: #ffc943;
  gap: 30px;
  height: 150px;
  justify-content: right;
}

.logo-foot {
  position: absolute;
  left: 15px;
}

.foot {
  background-color: beige;
  height: 70px;
  text-decoration: none;
  margin-top: 30px;
  border: 1px black solid;
  padding: 10px;
  margin-right: 15px;
}

@media screen and (max-width: 400px) {
  .topnav .icon {
    display: block;
    font-size: 1em;
  }
  .responsive {
    position: relative;
    padding: 60px 0 40px 0;
    flex-direction: column;
    align-items: center;
  }
  .responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .responsive a,
  .responsive div {
    display: block;
    font-size: 1.2em;
  }

  .videoer {
    flex-direction: column;
    align-items: center;
  }

  .videoer article {
    width: 90%;
  }

  .logo-foot {
    width: 20%;
    margin-top: 40px;
  }
}

@media screen and (min-width: 810px) {
  .topnav div {
    display: block;
  }
  .topvid {
    height: 500px;
  }
}
