

/* Headers and Links */
h1, h2, h3, 
a:link { 
    color: #5d4037; 
}

a:visited { color: #990000; }
a:hover   { color: #ff3292; }

/* Custom Sections */
.color-header { background-color: LightGray; }
.breaking     { background-color: thistle; }

/* Navbar Customization */
.navbar-inverse { 
    background-color: #5d4037; 
}

.navbar-font, 
.navbar-brand-font, 
.fa-navbar { 
    color: white; 
}
