html {
  font-size: 130%;
}

.banner {
  opacity: 0;
  transform: translateY(0px);
  animation: bannerIn 3.0s ease-out forwards;
}

@keyframes bannerIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner2 {
  opacity: 0;
  transform: translateY(0px);
  animation: bannerIn 1.0s ease-out forwards;
}

@keyframes bannerIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body {
  background-color: black;
  color: black;
  font-size: 16px;


  font-family: times, Helvetica, monospace;
  padding: 0px;
  margin: 0px;
}

h3 {
  font-size: 23px;
  font-weight: normal;
  color: #7a735e;
  margin-top: 20px;
  margin-bottom: 10px;
  text-shadow: 0 0 1px #524319, 0 0 2px #524319, 0 0 5px #524319;
}

.nav {
  background-color: black;

  color: gray;
  margin: 0 auto;
  background-position: center center;
}

.nav ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  font-size: 0px;
}

.nav a {
  text-decoration: none;  /* poistaa alleviivauksen */
  color: gray;

}


.nav ul li {
  padding: 8px;
  text-align: center;
  font-size: 1.0rem;
  border-bottom: 1.8px solid black;
  transition: backround-color 2.2s;
}

.nav ul li:hover {
  background-color: #363b38;
}

.image-area {
  background-image: url("maisema2.png");
  padding-top: 200px;
  padding-bottom: 200px;

  background-position: center;
  background-size: cover;



}

.centered-container {
  max-width: 1020px;
  margin: 0px auto;
  padding: 0px 16px;
}

.image-text {
  text-align: center;
  background-color: whitesmoke;
  color: grey;
  font-size: 1.5rem;
  max-width: 1020px;
  font-style: italic;

}

.Intro-text {
  max-width: 1020px;
  margin: 0px auto;
  text-align: center;
  color: whitesmoke;
  font-size: 1.0rem;
  padding-top: 50px;
  padding-bottom: 50px;


}

.centered-container {

  text-align: center;
  margin-bottom: 32px;


}

.centered-container p {
  padding: 0px 16px;
  color: whitesmoke;
}

@media screen and (min-width: 800px) {
  
    
  .nav ul {
    text-align: center;
  }

  .nav ul li {
    display: inline-block;
    color: gray;
    border-bottom: 0px solid white;
    border-left: 2px solid black;
    border-right: 2px solid black;
    text-align: left;
  }

  .centered-container {
    /*width: 50%;*/
    float: center;
  }

  .image-text {
    text-align: center;
    background-color: whitesmoke;

    padding-left: 30%;
    padding-right: 30%;
    color: grey;
    font-size: 1.5rem;
    margin: 0px auto 30px auto;
  }

  .image-area {
    background-image: url("maisema3.png");
    padding-top: 200px;
    padding-bottom: 200px;
    background-position: left ;
    background-size: cover;
    margin: 0 auto;

  }
}
