body, html {
  height: 100%;
  margin: 0;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.8em;
  color: #666;
}

.desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 100px;
  font-size: 2rem;
  letter-spacing: 4px;
  text-shadow: 2px 3px 4px rgb(150, 150, 150);
  color: white;
  background-image: url(http://adivadesigns.com/images/hp001.jpg);
  min-height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pimg1, .pimg2, .pimg3, .pimg4 {
  position: relative;
  opacity: 0.9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.pimg1 {
  background-image: url(http://adivadesigns.com/images/hp002.jpg);
  min-height: 600px;
}

.pimg2 {
  background-image: url(http://adivadesigns.com/images/hp004.jpg);
  min-height: 600px;
}

.pimg3 {
  background-image: url(http://adivadesigns.com/images/hp003.jpg);
  min-height: 600px;
}

.pimg4 {
  background-image: url(http://adivadesigns.com/images/hp005.jpg);
  min-height: 600px;
}

.section {
  text-align: center;
  padding: 50px 80px;
}

.section-light {
  background-color: #f4f4f4;
  color: #666;
}

.section-dark {
  background-color: #282e34;
  color: #ddd;
}

.ptext {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 2em;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 2px 3px 4px rgb(150, 150, 150);
}

.ptext p {
  position: absolute;
  top: 110%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 20px;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-shadow: 2px 3px 4px rgb(150, 150, 150);
}

.ptext .border {
  background-color: #111;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.ptext .border:hover {
  background-color: #B71C1C;
}

.ptext .border.trans {
  background-color: transparent;
}

.btn {
  padding: 30px;
  width: 100%;
  background-color: aquamarine;
}

.btnlnk {
  text-decoration: none;
  color: black;
  font-size: 1.2em;
}

.ptext .border1 {
  background-color: #121;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  opacity: 0.8;
}

.ptext:hover {
  background-color: #B71C1C;
}

.bottom a {
  color: white;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .desc {
    font-size: 1.5rem;
  }
}
@media (max-width: 900px) {
  .desc {
    font-size: 1.2rem;
  }
}
@media (max-width: 568px) {
  .pimg1, .pimg2, .pimg3, .pimg4 {
    background-attachment: scroll;
  }
  .desc {
    font-size: 0.98rem;
  }
}/*# sourceMappingURL=style.css.map */