*{margin: 0;padding: 0;}


div {width: 100%;
}
p,h1,h2,h3,a, address {font-family: Oswald, sans-serif;}


H1,h2 {
  color:#e6381a;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
 }

 h2 { margin-bottom: 10px;}




header {
  background-image:url("billeder/Header.jpg");
  background-size: cover;

height: 700px;
}


nav {margin-bottom: 80px;
  position: sticky;
  top: 0%;
  z-index: 99;
}

ul {background-color: #0E2B40;
  height: 80px;
}

li { float: left;
    margin: 20px 20px 10px 20px;
  list-style: none;
}


a {color: white;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
}

a:hover{ color:#e6381a;}


main {width: 98%;
  margin: 0 auto;
  background-color: white;
}


main>section {
    height: auto;
    margin-bottom: 50px;
    background-color: #0E2B40;
  padding: 40px 0;
  }



 main>section>p {
   color:white;
   text-align: center;
   width: 50%;
   margin:0 auto;
   font-size: 16px;
 }

 main>section:nth-child(5) {
        width: 100%;
        height: auto;
       padding-bottom: 40px;;


   }

   main>section:nth-child(5)>video {
     display: block;
      width: 80%;
        margin: 20px auto;

      }

main>div {
  width: 840px;

  margin: 0 auto;
}



main>div:nth-child(2), main>div:nth-child(8),main>div:nth-child(10),main>div:nth-child(12) {
    margin-bottom: 70px;
}


main>div:nth-child(8) {
  padding-bottom: 50px;
  border-bottom: 5px solid #e6381a;
}

img {width: 400px;}

div:nth-child(8)>figure>a>img, div:nth-child(10)>figure>a>img {
  opacity: 0.5;
}
div:nth-child(10)>figure>a>img:hover {
  opacity:1;
}

div:nth-child(8)>figure>a>img:hover{
  opacity:1;
}

main>div>article, figure {
  float: left;
  width: 400px;
  height: auto;
  margin: 10px;
  }



article>p, {text-align: left;}


main>div:nth-child(12)>figure>a>img:hover {
  opacity: 0.3;
}


main>div:nth-child(14) {
  width: 900px;
  margin: 0 auto;
}

main>div:nth-child(14)>div {
  width: 400px;
  float: left;
margin: 0 5px;}

main>div:nth-child(14)>div>article {
  width: 370px;
  background-color: #0E2B40;
  padding: 60px 15px;
}

main>div:nth-child(14)>div>img,article{
  margin-bottom: 5px;
  margin-top: 5px;
}

 main>div:nth-child(14)>div>article>h2 {
  color:white;}

    main>div:nth-child(14)>div>article>p  {
   color:white;
   text-align:center;
 }




aside {background-color:#e6381a;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    position: sticky;
    top: 90%;
    z-index: 99;
    float:right;
  }


footer {height: 300px;
  padding-top: 30px;
  background-color: #0E2B40;
}

footer>div {
  width: 900px;
  margin: 0 auto;
}

main>footer>div>address {
  float: left;
  width: 400px;
  height: auto;
  margin: 10px;
  }

footer>div>address {
    display: block;
  margin-left: 30px;
  padding-top: 40px;
    color: white;
    font-size: 16px;
}


aside>a:hover{ color:#0E2B40;}

hr {clear: both;
visibility: hidden;}





#flyer main>section {

  margin-top: 50px;

  }
