/* colors */
.bg-photo {
  background: center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
#page > .container {
  width: 100%;
  margin: 0;
}
#page {
  padding: 0;
  margin-top: 104px;
}
@media (max-width: 768px) {
  #page {
    margin-top: 61px;
  }
}
#intro #intro-text {
  color: #ffffff;
  font-size: 36px !important;
  font-weight: 100 !important;
  margin-bottom: 0 !important;
}
#intro .phone {
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
}
#intro .mail {
  text-transform: uppercase;
  margin-left: 20px;
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
}
/*# sourceMappingURL=intro.css.map */