.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #b96e4b;
  line-height: 1.33333333;
  cursor: pointer;
  color: #00313c;
  padding: 8px 20px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #00313c;
  background-color: #d6a994;
}
.button:active {
  background-color: #f2e4de;
}
.desk {
  max-width: 92%;
}
.mood-text {
  right: 4%;
  width: 232px;
  top: 140px;
}
@media (max-width: 899px) {
  .header-container {
    padding-top: 30px;
  }
  #home {
    position: relative;
    bottom: 7px;
  }
}
.container-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20%;
  padding-left: 20%;
}
.section--footer .container-footer .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-right: 20%;
  padding-left: 20%;
  padding-bottom: 30px;
}
.farnorth .unit {
  width: 232px;
  height: 232px;
}
.farnorth .loud {
  font-size: 23px;
}
.text-section--loud {
  padding-top: 15px;
}
.farnorth .norm {
  font-size: 10px;
}
/*# sourceMappingURL=screen-medium.css.map */