
@import "https://fonts.googleapis.com/css?family=Montserrat";
@import "https://fonts.googleapis.com/css?family=Oxygen:400,700";

body {
   font-family: 'Oxygen', Verdana, Arial, Helvetica;
   font-size: 5vw;
   font-weight: bold;
}

@media screen and (min-width: 320px) {
  x.body {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 22px;
  }
}
h1 {
  font-family: 'Montserrat', Verdana, Arial, Helvetica;
  font-size: 150%;
}

h2 {
  font-family: 'Montserrat', Verdana, Arial, Helvetica;
  font-size: 130%;
}

h3 {
  font-family: 'Montserrat', Verdana, Arial, Helvetica;
  font-size: 115%;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
    color: #006699;
}
                           
a:hover {
  background-color: yellow;
} 


