/*
 * fonts
 */
h1 {
    font-size: 30px;
    line-height: 40px;
}

h2 {
    font-size: 24px;
    line-height: 32px;
}

h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
    font-style: italic;
}

h1, h2, h3, h4 {
    margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
}

.content {
    margin-top: 100px;
    margin-bottom: 20px;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
