@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
@import url(https://fonts.googleapis.com/css?family=Amiri:400,700);
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #393D41;
  background-color: #fefefe; }
  @media (min-width: 800px) {
    body {
      font-size: 16px; } }

a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #393D41;
  text-decoration: none; }
  a:hover {
    color: #DB6948; }

h3,
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5em;
  font-weight: 800;
  margin: 0;
  line-height: 1.1em; }

h1 {
  font-size: 5em; }

.item {
  padding: 1em 1%; }
  @media (min-width: 800px) {
    .item {
      padding: 1.5em; } }
  .item h1 {
    font-family: 'Amiri';
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    line-height: 1em; }
  .item h3 {
    color: #788087;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin: 0; }

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