/*
 * Theme Name: 4Real
 * Description: Tema basato su Timber
 * Author: 4Real Studio
*/

.service-box {
  display: block;
  cursor: pointer;
  color: #61D2B4;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
}

.service-box:hover {
  color: white;
  background: #61D2B4;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.service-box p {
  color: black;
}

.service-box:hover p {
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.portfolio-item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.item-boxes {
  margin-bottom: 30px;
}

.service-image {
  width: 100%;
  height: 140px;
  margin: 0px 0px 15px 0px;
  background-size: cover;
  background-position: center;
}

.background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stellar {
  background-attachment: fixed;
  position: relative;
}

.header {
  background-size: cover;
}

