@charset "UTF-8";

@font-face {
  font-family: "CantarellRegular";
  font-style: normal;
  font-weight: normal;
  src: url("Cantarell-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("Cantarell-Regular-webfont.woff") format("woff"), url("Cantarell-Regular-webfont.ttf") format("truetype"), url("Cantarell-Regular-webfont.svg#CantarellRegular") format("svg");
}

body {
     margin: 37px;
     margin-top: 0;
     font-family: 'Montserrat', arial, sans-serif;
}

body h1{
font-size: 1.2em;
}

body a {
    color: #337ab7;
}

body a:hover {
	color: #23527c;
}