@font-face {
  font-family: 'athelasregular';
  src: url("../fonts/athelas-regular-webfont.woff2") format("woff2"), url("../fonts/athelas-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'latobold';
  src: url("../fonts/Lato-Bold.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

.font-athelas {
  font-family: athelasregular, sans-serif;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.font-lato {
  font-family: latobold, sans-serif;
}

section {
  padding: 4rem 0;
}

section h2 {
  font-size: 2.25rem;
  line-height: 2rem;
}

@media (min-width: 992px) {
  section h2 {
    font-size: 3rem;
    line-height: 2.5rem;
  }
}

footer {
  padding: 2rem 0;
}

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.scroll-to-top a {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(33, 37, 41, 0.5);
  line-height: 3.1rem;
}

header {
  background: url("../img/bg.jpg") no-repeat;
  border-bottom: 10px solid #674c2c;
  height: 650px;
  position: relative;
}

header .btn-apresentacao {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.portfolio h2 {
  color: #839d46;
  font-size: 25px;
  font-weight: bold;
}

.portfolio h2 small {
  color: #7c983c;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.portfolio .texto-apresentacao {
  font-size: 13px;
  font-weight: bold;
}

.portfolio h3 {
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.05em;
  padding: 12px 50px;
}

.portfolio .ficha p {
  font-size: 13px;
  font-weight: bold;
}

#about {
  background: #382815;
}

#about h2 {
  font-size: 31px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#about .text-mail,
#about .text-phone {
  font-size: 18px;
}

#about .text-instagram {
  font-size: 19px;
}

#about .ico-mail {
  background: url("../img/icons/ico-mail.png") no-repeat;
  display: inline-block;
  height: 18px;
  width: 40px;
}

#about .ico-phone {
  background: url("../img/icons/ico-phone.png") no-repeat;
  display: inline-block;
  height: 20px;
  width: 25px;
}

#about .ico-instagram {
  background: url("../img/icons/ico-instagram.png") no-repeat;
  display: inline-block;
  height: 33px;
  width: 33px;
}

a {
  color: #7c983c;
}

a:focus, a:hover, a:active {
  color: #5e732e;
}

.btn {
  border-width: 2px;
}

.bg-primary {
  background-color: #7c983c !important;
}

.bg-secondary {
  background-color: #674c2c !important;
}

.text-primary {
  color: #7c983c !important;
}

.text-secondary {
  color: #674c2c !important;
}

.btn-primary {
  background-color: #7c983c;
  border-color: #7c983c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #5e732e;
  border-color: #5e732e;
}

.btn-secondary {
  background-color: #674c2c;
  border-color: #674c2c;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #43321d;
  border-color: #43321d;
}
