/*
 * Globals
 */

h1 {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

/*
 * Base structure
 */

body {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  color: rgb(51, 51, 56);
}

main {
  margin-top: 120px;
}

footer {
  padding-top: 50px;
  padding-bottom: 20px;
  color: rgb(51, 51, 56) !important;
  background: rgb(54,183,179);
}

/*
 * Media Queries
 */

@media (min-width: 768px) {
  .img-fluid {
    max-width: 750px;
  }

  main {
    margin-top: 200px;
  }
}
