html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  overflow-x: auto;
}

body {
  font-family: Georgia, serif;
  font-size: 14px;
  background-color: #F4F1E8;
  color: #314028;
}

a {
  color: #314028;
  text-decoration: none;
}
a:hover {
  color: #9B4819;
}

.presentation h1 {
  font-size: 80px;
  text-align: center;
  color: #9B4819;
  margin-top: 300px;
  margin-bottom: 50px;
}
.presentation h2 {
  font-size: 26px;
  margin-bottom: 100px;
  line-height: 1.8;
  text-align: center;
}
.presentation h3 {
  margin-bottom: 350px;
}

.development {
  margin-bottom: 350px;
}
.development h1 {
  font-size: 50px;
  margin-bottom: 100px;
}
.development h2 {
  font-size: 26px;
  margin-bottom: 30px;
  font-style: italic;
}
.development .separator {
  border-bottom: 2px #BDC214;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.development h3 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 100px;
}

.work h1 {
  font-size: 26px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 60px;
}

footer {
  font-size: 13px;
  margin-top: 100px;
  margin-bottom: 10px;
  color: #9B4819;
}

@media only screen and (max-width: 1024px) {
  .presentation h1 {
    font-size: 60px;
    margin-top: 90px;
  }
  .presentation h2 {
    font-size: 20px;
  }
  .presentation h3 {
    margin-bottom: 100px;
  }
  .development {
    margin-bottom: 100px;
  }
  .development h1 {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .development h3 {
    margin-bottom: 70px;
  }
  footer {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .presentation h1 {
    font-size: 60px;
    margin-top: 90px;
  }
  .presentation h2 {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .presentation h3 {
    margin-bottom: 100px;
  }
  .development {
    margin-bottom: 100px;
  }
  .development h1 {
    font-size: 40px;
  }
  footer {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .presentation h1 {
    font-size: 40px;
    margin-top: 50px;
  }
  .presentation h2 {
    margin-bottom: 50px;
  }
  .presentation h3 {
    margin-bottom: 50px;
  }
  .development {
    margin-bottom: 50px;
  }
  .development h1 {
    font-size: 24px;
  }
  footer {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=geral.css.map */
