body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8;
  font-familly: 'Archivo Black', arial, sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("/assets/img/bg-code.jpg");
  min-height: 34em;
}

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

.section.welcome {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  color: rgb(247, 247, 247);
  padding: 0;
}

h1.border {
  color: #fff;
  padding: 10px;
  background-color:rgba(75, 75, 75, 0.5); 
 }

h2 {
  font-size: 39px;
  padding: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
}

h4 {
  font-size: 22px;
}
.welcome h1 {
    margin-bottom: 2em;
}

.welcome .tagline, .welcome .tel, .welcome .email {
  font-size: 1.5em;
  margin-top: 20em;
}
.tel a, .email a{
  color: rgb(247, 247, 247);
 text-decoration: none; 
}
.hot-button {
  clear: both;
  margin: 5em auto;
  display: block;
  text-align: center;
}
.hot-button a, .hot-button button {
  background-color: blue;
  color: white;
  padding: 1em 4em;
  border:none;
}
.why-elem {
 width: 30%; 
 text-align: center;
  display: inline-block;
}
.why-elem img {
 width: 10em;
  height: 10em;
  border-radius: 50%;
  margin-bottom: 1em;
}
.form-block {
 display: block;
 margin: 1em auto;
}
.form-block.bordered {
 border: 1px solid white;
  border-radius: .5em;
  padding: .5em 1em;
}
.form-block input{
  width: 100%;
  background: transparent;
  color: #fff;
}
.form-block button{
display:block;
}
.form-top {
  text-align: center;
}
.form-left, .form-right {
  display: inline-block;
  text-align: left;
  padding-left: 2em;
  vertical-align: top;
}  
.form-left h3, .form-right h3 {
  color: rgb(247, 247, 247);
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}

