@import 'https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800';
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 200; }

div:after {
  clear: both; }
div.has-text-centered {
  text-align: center; }

span.title {
  font-size: 24pt; }
span .highlight {
  color: #00A6B5; }

strong {
  font-weight: 700; }

hr {
  height: 1px;
  background: #E9E9E9;
  border: none;
  margin: 40px 0; }

p {
  margin-bottom: 50px; }

img {
  max-width: 100%;
  height: auto; }

@media only screen and (max-width: 480px) {
  div.section {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; } }

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