
b, strong {
    font-weight: 800;
}

p {
    line-height: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
    max-width: 550px;
}

p a {
    font-weight: 800;
    text-decoration: none;
}

p a:hover {
    border: 0;
    text-decoration: underline;
    transition: .5s;
}

a {
    text-decoration: none;
    color: inherit;
}

a {
    transition: border-bottom .5s;
}

a:hover {
    border-bottom: 1px solid black;
    transition: border-bottom .2s;
}

nav.light a:hover,
a.light:hover {
    border-color: white;
}

a.noborder {
    border: 0;
}

h1 {
    font-size: 3em;
    font-weight: 400;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    font-weight: 400;
}

ul,
nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    line-height: 1.8em;
}

nav > ul > li {
    line-height: 2.5em;
    text-transform: uppercase;
}

ul.withStyle {
    list-style: disc;
    margin-left: 2em;
}