nav {
    background-color: rgb(30, 60, 110);
    padding: 10px 5px;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    align-items: center;
    margin: 0;
    
}

nav a {
    color: white;
    font-size: 28px;
}

ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
    align-items: center; 
    margin: 5px 10px;
}

a { font-size: 40px;
    text-decoration: none;
    
}

.container {
    display: grid;
    grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns:1fr;
    margin: 0;
    padding: 0;
}

.item1 {
    grid-row: 1/2;
    grid-column: 1/2;
}

.item2 {
    grid-row: 1/18;
    grid-column: 1/2;
    background-image: url(img/Mond.jpg);
    background-size: cover;
    background-position: top center;
    height: 100%;
    background-repeat: no-repeat;
}

.item3 {
    grid-row: 18/22;
    grid-column: 1/2;
} 

main section h1 {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin-top: 95px;
    font-size: 65px;
    color: white;
}

blockquote {
    font-style: italic; 
    color: white; 
    text-align: center; 
    margin-top: 100px; 
    font-size: 20px;
    border: 2px solid rgb(255, 255, 255);
    margin: 19px auto;
  padding: 10px;  
  margin: 30px auto;       
  max-width: 40%; 
  margin-top: 200px;
  margin-bottom: 200px;
  }


footer {
    background-color: rgb(30, 60, 110);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

a {
    font-size: 20px;
  }

  .label {
    font-weight: bold;
    font-size: 20px;
    color: white;
  }

  .mail {
    color: white;  
    text-decoration: none;
  }

  .mail:hover {
    text-decoration: underline;
  }



  footer a {
    color: white;
 
  }

  footer a:hover {
    text-decoration: underline;
  }


.text-large {
    color: white;
    font-size: 28px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 350px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}


.text-medium {
    color: white;
    font-size: 28px;
    padding-left: 90px;
    padding-right: 90px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

.text-large2{

    color: white;
    font-size: 45px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 30px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-family: 'Cookie';
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

nav ul li a {
    transition: color 1s ease;
  }
  
  nav ul li a:hover {
    color: rgb(60, 130, 250);
  }


  section img {
    height: 200px;
    margin-left: 900px;
  }

  
  a.active {
text-decoration: underline;
  }
  



footer a {
    transition: color 0.5s ease;

}


footer a:active {
    color: rgb(60, 130, 250);
}

.footer-link {
    text-decoration: none; 
    color: white;
  }
  
  .footer-link:hover {
    text-decoration: underline; 
  }
  
  .instagram {
    text-decoration: none;
  }

  .instagram:hover{
    text-decoration: underline;
  }
/* cookie-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cookie';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/cookie-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

main section h1 {
  font-family:'Cookie';
  font-size: 100px;
}


.Logo {
  transition: transform 0.3s ease;
}

.Logo:hover {
  transform: rotate(10deg);
}
