/* ----------------------------------------------------------------- */

/*               File of global functions (mixin)                    */

/* ----------------------------------------------------------------- */

.loading {
  margin-top: 70px;
}

.btn-more {
  margin-top: 80px;
  text-align: center;
}

#btn-more {
  background: no-repeat;
  border: solid 1px #0B3C5E;
  border-radius: 50px;
  padding: 6px 50px;
  font-size: 1.7em;
  color: #0B3C5E;
  transition: 1s ease;
}

#btn-more:hover {
  text-decoration: underline;
  color: #53A6D8;
  border-color: #53A6D8;
}

