.navbar-custom {
	background-color: #080;
	font-size: 1em;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text
{
	color: rgba(255,255,255,.9);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link
{
	color: rgba(255,255,255,.7);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link
{
	color: #ffffff;
}
/* color of a custom button that matches */
/* the chosen color scheme */
.btn-custom
{
	background-color: #080;
	color: #ffffff;
}
.btn-custom:hover, .btn-custom:focus {
	background-color: #070;
}
.btn-custom:active, .btn-custom.active {
	background-color: #0a0;
}

.backgroundwash
{
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity : 0.3;
    z-index: -1;	
}
.companyTitle
{
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}
.companyTitle span
{
	font-weight: bold;
}
.social-media
{
	color: color: #4ff;
}
.social-media a:hover
{
	color: white;
}
.page-footer
{
	background-color: #080;
	color: auto;
}
