a {
    text-decoration: none;
}

.noblue {
    color: black;
}

.nav-item {
    font-size: 2rem;
}

a:hover {
    text-decoration: underline;
}

.container {
    max-width: 912px;
}

.container-small {
    max-width: 650px;
    margin: 0 auto;
    width: 60%;
}

h1 {
    font-size: 3rem;
    line-height: 1.3;
}

h2 {
    font-size: 2.4rem;
    line-height: 1.25;
    letter-spacing: -.08rem;
}

h3 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h4 {
    font-size: 1.5rem;
    letter-spacing: 0;
}

h5 {
    font-size: 1.3rem;
    letter-spacing: 0;
}

h6 {
    font-size: 1.2rem;
    letter-spacing: 0;
}