@import url(https://fonts.googleapis.com/css?family=Roboto);html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
}

#home {
  height: 100%;
}

#home-cover {
  height: 100%;
  background-image: url("/img/laremodelingcontractors.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#home-content-box {
  width: 100%;
  height: 100%;
  display: table;
}

#home-content-box-inner {
  display: table-cell;
  vertical-align: middle;
}

#home-heading h1 {
  color: white;
  font-size: 55px;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

.btn-general {
  border-width: 2px;
  border-radius: 0;
  padding: 12px 26px 12px 26px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-white {
  border-color: white;
  color: white;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #D9CC17;
  color: white;
  border: 1px solid #0a0a0a;
}

.bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

