/* Home Header */
.head {
  min-height: 400px;
  color: white;
  font-weight: 300;
}
@media (max-width: 480px) {
  .head {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .head {
    min-height: 350px;
  }
}
/* Home header - default */
.head-default {
  background: #1c2a42 url(../images/image01.jpg) no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
.head-default .lead {
  font-family: Raleway, "Open sans", helvetica, "Helvetica Neue", arial;
  font-weight: bold;
  font-size: 45px;
  margin: 220px 0 6px 0;
  color: #ffffff;
  line-height: 1.15em;
}
.head-default .tagline {
  font-family: helvetica, "Helvetica Neue", "Open Sans", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 25px;
  font-size: 15px;
  opacity: .85;
}
.head-default .tagline a {
  color: #fff;
}
.head-default .btn {
  font-size: 14px;
}
.head-default .btn-default {
  text-shadow: none;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.85);
}
.head-default .btn-default:hover,
.head-default .btn-default:focus,
.head-default .btn-default:active,
.head-default .btn-default.active {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
@media (max-width: 480px) {
  .head-default {
    padding-bottom: 20px;
  }
  .head-default .lead {
    font-size: 22px;
    margin: 130px 0 20px 0;
  }
  .head-default .btn {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}