@font-face {
  font-family: "Digitalt";
  src: url("fonts/Digitalt.ttf") format("truetype");
}

@font-face {
  font-family: "KumbhSans-Regular";
  src: url("fonts/KumbhSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "KumbhSans-Medium";
  src: url("fonts/KumbhSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "KumbhSans-Bold";
  src: url("fonts/KumbhSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "KumbhSans-ExtraBold";
  src: url("fonts/KumbhSans-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "KumbhSans-Black";
  src: url("fonts/KumbhSans-Black.ttf") format("truetype");
}


body {
  font-size: 16px;
}

#wrapper {
  margin: 3vw;
}

/* BANNER OG NAV */

header {
  margin: 4vw auto;
  display: flex;
  flex-direction: column;
  max-width: 800px;
}

#banner {
  padding: 0 13vw 4vw 0;
  border-bottom: 1px solid;
}

#banner img {
  width: 100%;
  height: auto;
}

nav {
  margin: auto;
  display: flex;
  flex-direction: row;
}

nav ul {
  display: flex;
  flex-direction: row;
}

nav li {
  font-family: "Digitalt", Tahoma, sans-serif;
  font-size: calc(0.8rem + 2vw);
  font-weight: bold;
  margin: calc(0.8rem + 2vw) 2vw calc(0.5rem + 1vw) 2vw;
}

nav li a {
  color: hsl(0, 100%, 46%);
  text-decoration: none;
}

main {
  margin: auto;
  max-width: 800px;
}

header {
  margin: 4vw auto;
  display: flex;
  flex-direction: column;
  max-width: 800px;
}

h1 {
  font-family: "Digitalt", Tahoma, sans-serif;
  font-size: calc(1rem + 2vw);
  font-weight: bold;
  text-align: center;
  margin: calc(1rem + 3vw) 0 2vw 0;
}

h2 {
  font-family: "Digitalt", Tahoma, sans-serif;
  font-size: calc(1rem + 1vw);
  color: hsl(0, 100%, 46%);
  font-weight: bold;
  text-align: center;
  margin: calc(1rem + 1vw) 0 2vw 0;
}

.other {
  font-family: "Digitalt", Tahoma, sans-serif;
  font-size: calc(1rem + 1vw);
  color: hsl(0, 100%, 46%);
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
}

.other a {
  padding-right: 2vw;
  padding-left: 2vw;
}

h5 {
  font-family: "KumbhSans-Black", Tahoma, sans-serif;
  font-size: calc(0.7rem + 1vw);
  text-align: center;
  line-height: 2;
  margin: 0 0 3vw 0;
}

h6 {
  font-family: "KumbhSans-Bold", Tahoma, sans-serif;
  font-size: calc(0.7rem + 1vw);
  text-align: center;
  margin: 8vw 0 4vw 0;
}

p {
  font-family: "KumbhSans-Medium", Tahoma, sans-serif;
  font-size: calc(0.7rem + 1vw);
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 2vw;
}

section a {
  font-weight: bold;
  color: hsl(0, 100%, 46%);
  text-decoration: none;
}

#share {
  margin-bottom: calc(1rem + 3vw);
}

#share li {
  font-family: "KumbhSans-Medium", Tahoma, sans-serif;
  font-size: calc(0.7rem + 1vw);
  line-height: 1.3;
  text-align: left;
  margin: 3vw 0 2vw 0;
  list-style: none;
}

#learn {
  font-family: "KumbhSans-Bold", Tahoma, sans-serif;
  font-size: calc(0.5rem + 1vw);
  font-weight: bold;
  color: hsl(0, 100%, 46%);
  margin-top: 2vw;
  text-align: center;
}

#gif img {
  margin: calc(1rem + 1vw) 0;
  width: 100%;
  height: auto;
  border: 1px solid;
  border-radius: 10px;
  padding: calc(1.5rem + 1vw) 0;
}

#calendar img {
  margin: calc(1rem + 1vw) 0;
  width: 100%;
  height: auto;
  border: 1px solid;
  border-radius: 10px;
}

.calendar img {
  margin: calc(1rem + 1vw) 0 calc(1rem + 1vw) 0;
  width: 90%;
  height: auto;
  border: 1px solid;
  border-radius: 10px;
}

#logo {
  text-align: center;
  margin-top: calc(1rem + 4vw);
}

#logo img {
  width: 15%;
  height: auto;
}

#archive {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

footer {
  padding-top: 4vw;
}

footer p {
  font-family: "KumbhSans-Medium", Tahoma, sans-serif;
  font-size: calc(0.5rem + 1vw);
  line-height: 1.2;
  margin: 3vw 0 2vw 0;
  text-align: center;
  margin: 3vw 2vw;
}

/* SMALL SCREENS */
@media screen and (max-width: 380px) {

  p {
    text-align: left;
    line-height: 1.3;
    margin-bottom: 3vw;
  }

  #share li {
    line-height: 1;
  }
}
