body {  background-color: #FFD180; font-family: verdana, arial, helvetica, sans-serif ;}

H1	{ color: #B71C1C}
H2	{ color: #006064}
H3	{ color: #B71C1C}

a:link {color: #B71C1C; text-decoration: none; } 
a:visited {color: #B71C1C; text-decoration: none; } 
a:hover {color: #006064; text-decoration: underline; } 
a:active {color: #B71C1C; text-decoration: none; }

img.floatRight {border: 1px solid #000000; margin-left: 15px; margin-bottom: 7px; float: right;  } 
img.floatLeft {border: 1px solid #000000; margin-right: 15px; margin-bottom: 7px; float: left; }
.img-thumbnail { margin-bottom: 0.35em; } 

img.homePix {border: 1px solid #000000; } 

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 209, 128, 1); /* yellow */
}
#custom-bootstrap-menu.navbar-default {
    font-size: 15px;
	background-color: rgba(0, 0, 0, 1); /* black */
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 209, 128, 1); /* yellow */
    background-color: rgba(0, 0, 0, 1); /* black */
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255,255,255, 1); /* white */
    background-color: rgba(183, 28, 28, 1); /* red */
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 209, 128, 1); /* yellow */
    background-color: rgba(255, 255, 255, 1); /* white */
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #FFFFFF;
	color: rgba(255, 209, 128, 1); /* yellow - doesn't do anything */
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
	color: rgba(255, 209, 128, 1); /* yellow - doesn't do anything */
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #003300; /* green */
}