body {
    margin: 0;
    font-family:Arial;
}

.header {
    #padding: 10px 16px;
//    border-color: #35adef;
//    background: #35adef;
    color: #f1f1f1;
    font-size: .5vw;
}

.content {
    width: 80%;
    margin: 0 auto;
    padding: 16px;
    font-size: 1vw;
}

h1 {
    font-size: 2vw;
}

h3 {
   font-size: 1.5vw;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top-style: solid;
    border-color: #35adef;
    background-color: #ffffff;
    color: black;
    font-size: 14px;
}

.footer td {
    width: 33%;
    border: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 102px;
}

@media screen and (max-width: 800px) {
    h1 { font-size: 5vw; }
    h3 { font-size: 3.5vw; }
    .content { font-size: 3vw; }
}
