@font-face {
  font-family: 'HelveticaNeueThin';
  src: url('../_fonts/HelveticaNeue-Thin.woff') format('woff');
}

@font-face {
    font-family: 'helveticaneue85';
    src: url('../_fonts/NelveticaNeue85.woff') format('woff');
}

html {
    position: relative;
    min-height: 100%;
    padding: 0;
    margin: 0;
}
body{
    background: #666;
    color: #eee;
    /*text-shadow: #fff 1px 1px;*/
    font-family: 'HelveticaNeueThin', sans-serif;
    margin: 0 0 40px 0; /* bottom = footer height */
    padding: 0;
}
main{
    padding-bottom: 2em;
}
footer { 
    background-color: #666;
    font-size: small;
    border-top: 1px solid;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    overflow:hidden;
}
a {
    color: /*#0082bb*/ inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:active{
    text-decoration: underline;
}
ul {
    list-style-type: circle;
}
.banner {
    background: #fff /*#0082bb*/;
    color: #666;
    font-size: xx-large;
    margin: 0;
    padding: 0;
}
.banner a {
    color: inherit;
    text-decoration: none;
}
.stortext {
    font-family: 'helveticaneue85';
    --min-font-size: 1rem;
    --max-font-size: 300rem;
    --ratio: 100cqi;
    font-size: clamp(var(--min-font-size), var(--ratio), var(--max-font-size));
}
/*.banner header {
    margin: 0;
    padding: 0;
}*/