/*
 * Main Font config here
 */

@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,500);

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
  font-family: Raleway, sans-serif;
}

li,
p {
  line-height: 150%;
}

h3,
.h3 {
  font-size: 20px;
}


.underline {
    text-decoration: underline;

}