.wrapper1 {
  width: 100%;
  margin: 0, auto;
}
.logoarea {
  float: right;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
header {
  height: 120px;
  background-color: #ffffff;
  width: 100%;
  z-index: 12;
  position: fixed;
  padding-top: 10px;
  border-bottom: 1px solid #000000;
}
.logo {
  height: 100px;
  width: 60%;
  float: left;
  line-height: 100px;
  clear: both;
  padding: 10px;
  padding-left: 40px;
  display: flex;
  align-items: center;
}
.logo a {
  text-decoration: none;
  font-size: 40px;
  color: #000000;
  letter-spacing: 5px;
  margin-left: 20px;
  text-transform: uppercase;
}
nav {
  float: left;
  line-height: 100px;
  padding-top: 5px;
}
nav a {
  text-decoration: none;
  letter-spacing: 4px;
  font-size: 25px;
  margin: 0 10px;
  color: #000000;
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: inherit;
}
html {
  scroll-padding-top: 2rem;
}

.valikkolista {
  position: absolute;
  display: block;
}
.valikkonappi {
  position: absolute;
  display: none;
  border: 0px;
}
li {
  float: left;
  list-style: none;
}
.banner-area {
  width: 100%;
  height: 700px;
  top: 300px;
  background-image: url(/images/oulu_jarvi.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-y: 120px;
}
.banner-area h2 {
  padding-top: 300px;
  padding-bottom: 50px;
  font-size: 70px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 20px;
  margin-right: 20px;
}
.banner-area h3 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}
.btncontact {
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 5000px;
}
.content-area {
  width: 100%;
  height: 500px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-area-head {
  width: 100%;
  height: 80px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-area-head h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #000000;
  margin: 10px 0px;
}
.content-area h2,
.content-area p {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
}
