body {
  background-color: #a59482;
  font-family: 'font_light'; }

.logo {
  margin-top: -10%; }

.container-fluid {
  padding: 0 !important; }

.services {
  background: url(../img/background.png) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  padding-left: 5em;
  padding-right: 5em;
  padding-top: 10em;
  padding-bottom: 10em;
  width: 100%;
  z-index: 99; }
  @media (max-width: 768px) {
    .services {
      padding-left: 2em;
      padding-right: 2em; } }
  .services .title {
    margin-bottom: 1em;
    text-align: center;
    font-family: 'font_medium';
    font-size: 38px;
    color: #a59482;
    text-transform: uppercase;
    letter-spacing: 4px; }
    @media (max-width: 768px) {
      .services .title {
        font-size: 28px; } }
  .services .item {
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1px; }
    .services .item .item-text {
      line-height: 100%;
      height: 100px;
      font-size: 20px;
      color: #a59482; }
      @media (max-width: 768px) {
        .services .item .item-text {
          padding: 5px;
          font-size: 16px; } }
      .services .item .item-text .sentence {
        padding-top: 15px; }

.contacts {
  color: white;
  padding-top: 300px;
  padding-bottom: 300px;
  display: block;
  width: 500px;
  margin: auto;
  text-align: center;
  font-size: 22px;
  letter-spacing: 3px; }
  @media (max-width: 768px) {
    .contacts {
      width: 340px;
      padding-top: 100px;
      padding-bottom: 100px;
      font-size: 16px; } }
  .contacts .medium-bold {
    font-family: 'font_medium';
    display: inline; }
  .contacts .title {
    font-size: 38px;
    margin-bottom: 20px; }
    @media (max-width: 768px) {
      .contacts .title {
        font-size: 28px; } }
  .contacts .weblink {
    margin-top: 20px;
    font-size: 38px; }
    @media (max-width: 768px) {
      .contacts .weblink {
        font-size: 28px; } }
  .contacts a, .contacts a:hover, .contacts a:focus, .contacts a:visited {
    text-decoration: none;
    color: white; }
