@import url('https://fonts.googleapis.com/css2?family=Briem+Hand:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Briem+Hand:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');



body {
    margin: 0;
    font-family: Arial, sans-serif;
  }
  
  header {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
  }

  header h1 {
    font-family: "Briem Hand", cursive;
    font-size: 50px;
  }
  header a{
    color: white;
    text-decoration: none;
  }
  .logo{
    max-width: 150px;
  }
  
  nav ul {
    list-style-type: none;
    padding: 0;
  }
  
  nav ul li {
    display: inline;
    margin-right: 20px;
  }
  
  nav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "Lora", serif;
  }
  
  .slideshow-container {
    background-color: #333;
    position: relative;
    overflow: hidden;
    max-width: 1900px;
    height: 500px;
  }
  
  .slides {
    display: flex;
  }
  
  .slides img {
    max-width: 1000px;
    height: 600px;
    min-width: 100%;
    object-fit: cover;
  }

  .container{
    margin-top: 25px;
    background-color: #333;
    max-width: 1900px;
    _height: 250px;
    color: white;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .container h1 {
    text-align: center;
    font-family: "Briem Hand", cursive;

  }
  .container p{
    text-align: center;
    font-family: "Lora", serif;
  }
  .container a{
    color: orangered;
    text-decoration: none;
  }
  .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 20px 0;
  }
  
  .gallery img {
    max-width: calc(33.33% - 20px);
    margin: 20px;
    margin-left: 50px;
  }
  
  footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: "Briem Hand", cursive;
  }
  .box1{
    font-family: Arial, Helvetica, sans-serif;
  }
  .tekst{
    font-family: Arial, Helvetica, sans-serif;
  }
  