.my-navbar {
    background-color: #0072b9;
}

.my-navbar .navbar-toggle .icon-bar {
background-color: #fff;
}

a.navbar-brand {
	color: #cccccc;
}

a.navbar-brand:hover, .nav > li > a:hover {
	color: white;
}

.nav > li > a {
	color: #cccccc;
}

.nav > li > a:hover {
	color: #355da7;
}

.footer {
	background-color: #eeeeee;
	color: #777777;
	font-size: 90%;
	height: 159px;
	margin-top: -160px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -160px;
    padding: 0 0 160px;
}

.site-index .btn-primary {
    color: #fff;
    background-color: #0072b9;
}

.container .jumbotron, .site-index h2 {
    color: #0072b9;
}

.brand-font {
	font-family: Josefin Sans, Questrial, sans-serif;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0072b9;
    outline: 0;
}

div.required label.control-label:after {
    content: " *";
    color: red;
}