body {
    padding-top: 90px;
}
.navbar-custom {
    background-color: #4433cc;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #ffcc00;
}
h1 {
    color: #000000;
    font-weight: bold;
    font-size: 2.00rem;
}

h2 {
    color: #000000;
    font-weight: bold;
    font-size: 1.75rem;
}

h3 {
    color: #000000;
    font-weight: bold;
    font-size: 1.50rem;
}
