body {
  font-family: 'Handlee', cursive;
}

.header {
  background: url(../img/slider/DSC_7711.jpg) no-repeat center center scroll;
  background-position-x: 75%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.callout {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.text-vertical-bottom {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.header-title {
  color: #fff;
  padding: 10px;
}

.header-title h1,
.header-title h2 {
  padding: 0;
  margin: 0;
  text-shadow: 5px 5px 5px #000;
}

#top {
  position: relative;
}

.header-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.f-satisfy {
  font-family: 'Satisfy', cursive;
}

.f-handlee {
  font-family: 'Handlee', cursive;
}

footer {
  padding: 50px 0 0;
}

.service-item img {
  border-radius: 50%;
}

.callout {
  background: url(../img/book.png) no-repeat center center scroll;
}

@media (max-width: 767px) {
  #clock {
    font-size: 20px;
  }
}