body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.header {
  width: 100%;
  min-height: 50px;
  z-index: 100;
  background-color: #000;

  opacity: 1.0;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: red;

}

.brand {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #FFF;
  font-size: 22px;
  line-height: 85%;
  padding: 0px;
  text-align: center; 
  min-width: 30px;
}

.footercontact {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height:50px;
  background-color: #000;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: red;
}
.fcontact {
  float:left;
  width: 33%;
  background-color: #000;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.contactimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}


span.message {
  color: #000;
  font-size: 45px;
  font-weight: 900;
  line-height: 100%;
  z-index: 5;
  opacity: 1.0;
}

.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("images/apps.jpg");
  min-height: 400px;
}

.caption {
  position: absolute;
  left: 0;
  top: 10%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
}

span.button {
  background-color: #f00;
  color: #fff;
  margin-top: 25px;
  padding: 10px 50px 10px 50px;
  font-size: 25px;
  letter-spacing: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-radius: 15px;
}


a.internallink:link, a.internallink:visited  {
  text-decoration: underline;
  color: #00f;
}

a.contact:active,
a.contact:visited {
  color: #fff;
}

a:link, a:visited {
    text-decoration: none;
}

h1 { 
  line-height: 1em;
  font-size: 2em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

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

.featureimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.checkmark {
  width: 50px;
  height: 50px;
  vertical-align: text-bottom;
}

.information {
  font: 20px "Lato", sans-serif;
  color: #000;
  text-align:center;
}

/* 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;
    }
}
