
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("Images/code-photo.jpg");
  height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 25%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 14px;
  font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  letter-spacing: 10px;
    
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 2vw "Lato", sans-serif;
  color: #111;
}

.Heading {
  font-weight: Bold;
  width: 60%;
  text-align: Left;
  color: #000;
}

.paragraph {
  font-size: calc(7px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  margin-left: 10%;
  position: absolute;
  width: 80%;
  text-align: Left;
  color: #000;
}

@media (max-width: 1440px){
.paragraph {
  font-size: 300px;
  margin-left: 10%;
  position: absolute;
  width: 80%;
  text-align: Left;
  color: #000;
}
}