body {
   background-color: #fff;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
 }

p {
  margin-top: 0;
  margin-bottom: 0;
  hyphens:auto;
}

/* Anchor Links */
a {
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within { 
      text-decoration: underline;
}
p a:visited, h6 a:visited{
  color: #003CF5;
  text-decoration: none;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  hyphens: none;
  color: '000000;
}


strong {
  font-weight: bold;
}

code {
  vertical-align: bottom;
}

ul,
ol {
 /* margin-top: 1vw;*/
  margin-bottom: -0.3vw;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin-top: 1vw;
  margin-bottom: 1vw;
  padding-left: 2vw;
}

/* Horizontal Rules */
hr {
  color: #000;
  background-color: #000;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


:focus {
  outline: none;
}

.user-is-tabbing :focus {
  -webkit-box-shadow: 0 0 3px 3px rgba(2,114,252,0.7);
  box-shadow: 0 0 3px 3px rgba(2,114,252,0.7);
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}






html {
  font-size: 2vw;
}

body {
  font-size:2vw;
  font-family:  'Klaus', sans-serif;
  font-size: 2vw;
  font-weight: normal;
}