html {
    font-size: 17px;
    scroll-behavior: smooth;
}

body {
    background: #F9F9F9;
    color: #1e1e1e;
    font-size: 1rem;
}

* {
    font-family: 'Heebo', sans-serif;
}

.container {
    padding: 1rem;
    max-width: 817px;
    margin: auto;
}

#logo {
    max-width: 14.41em;
    display: block;

}

li {

}

a {
    color: #0875F3;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2.82em;
    font-weight: 500;
    margin-top: 2em
}

h2 {
    font-size: 2.35em;
    font-weight: 500;
    margin-top: 3.15em;
    margin-bottom: .5em;
}

h3 {
    font-size: 1.41em;
    font-weight: 500;
}

p {
    margin-top: .75em;
    margin-bottom: 0;
    line-height: 1.5;
}

.menu {
    margin-top: 6em;
}

.menu-header {
    font-size: 1.41em;
    margin-top: 1.2em;
    margin-bottom: .365em;
}

.menu li {
    margin-left: 2em;
    list-style: none;
    margin-top: .365em;
    margin-bottom: 0;
}

.demo-pic {
    max-width: 100%;
    margin-bottom: 3.15em;
    margin-top: .75em;
}

.demo-pic.tall {
    width: 14.41em;
}

.demo-pic.wide {
    width: 25.62em;
}

.icon {
    margin: 0 .5em;
    max-height: 22px;
    max-width: 22px;
    vertical-align: middle;
}

.footer-text {
    margin-top: 3.18em;
    margin-bottom: 6.59em;
    padding-top: 3.18em;
    border-top: 1px solid #888;
}

.back {
    display: block;
    width: 100%;
    max-width: 980px;
    margin-top: 1rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #888;
    margin: auto;
    margin-bottom: 2.62em;
    line-height: 2.29em;
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 1.94em;
    }
    h2 {
        font-size:1.75em;
    }
}