h1, h2, h3 {
  font-family: "oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px; }

h1 {
  font-size: 3rem;
  margin-bottom: 2rem; }

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem; }

h3 {
  font-size: 2rem; }

.btn {
  font-family: "oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px; }

@media (max-width: 786px) {
  h1 {
    font-size: 2rem; }

  h2 {
    font-size: 1.6rem; }

  h3 {
    font-size: 1.3rem; }

  .navbar-marketing {
    padding-bottom: 5px !important; } }
