

@font-face {
    font-family: 'butler';
    src: url('../fonts/butler_light-webfont.woff2') format('woff2'),
         url('../fonts/butler_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'butler', serif;
  background-color: #90b8a8;
}

a {
  color:#90b8a8;
  font-size: 30px;
  text-decoration: none;
  background-color: #1e1e1e;
}

a:hover,
a:focus {
  color:#90b8a8;
  font-size: 30px;
  text-decoration: line-through;
  background-color: #1e1e1e;  
}

p {
  font-family: 'butler', serif;
  color:#1d1d1d;
  font-size: 30px;
  margin-top: 100px;
  line-height:1.1em;  
}

@media (min-width: 320px) {
  p {
    font-family: 'butler', serif;
    color:#1d1d1d;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height:1.1em;  
  }

} 