@charset "utf-8";

.hero {
  text-align: center;
  margin: 2rem 0;
  width: 100%;
}

.hero img {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 5px;
}

.topimage {
  position: relative;
}

.about {
  width: 100%;
  list-style: none;
  padding: 20px;
  position: absolute;
  top: 10%;
  left: center;
  background: #ffffff;
  color: #333333;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgb(80,80,80,0.4);
  opacity: 0.9;
}

.about h2 {
  margin-bottom: 18px;
  font-size: 32px;
  color: #777;
}
.about p {
  width: 600px;
  margin: 0 auto;
  padding: 25px 5px;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.1rem;
  border-bottom: 1px dotted #F0F0F0;
}
.about p.last_line {
  margin-bottom: 40px;
}

@media ( max-width: 600px){
.about {
  width: 100%;
  list-style: none;
  padding: 7px 0;
  position: absolute;
  top: 6%;
  left: center;
  background: #ffffff;
  color: #333333;
  border-radius: 3px;
  box-shadow: 0px 0px 20px rgb(80,80,80,0.4);
  opacity: 0.9;
}

.about h2 {
  margin-bottom: 15px;
  font-size: 22px;
  color: #777;
}
.about p {
  width: 80%;
  margin: 0 auto;
  padding: 15px 15px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #E3E3E3;
}
.about p.last_line {
  margin-bottom: 25px;
}
.hero img {
  width: 100%;
  padding: 0 0 30px 0;
  border-radius: 5px;
  height: auto;
  box-sizing: border-box;
  opacity: 0.5;
}
}
