html,
body {
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  color: #666;
}

.pimage1 {
  background-image: URL("./Asssets/image1.jpg");
  min-height: 100%;
}

.pimage2 {
  background-image: URL("./Asssets/image2.jpg");
  min-height: 400px;
}

.pimage3 {
  background-image: URL("./Asssets/image3.jpg");
  min-height: 400px;
}

.pimage1,
.pimage2,
.pimage3 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: black;
  font-size: 27px;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.textBg {
  background-color: #313534;
  color: white;
  padding: 20px;
}

.section {
  padding: 50px 80px;
  text-align: center;
}

.section_light {
  background-color: #f4f4f4;
  color: #666;
}

.section_light h2 {
  text-transform: uppercase;
}

.section_dark {
  background-color: #282e34;
  color: #ddd;
}
