/* Color Declarations */
:root {
  --logo-lightgreen: #E1F853;
  --logo-green: #afca05;
  --logo-gray: #e3e3dc;
  --logo-darkgray: #9d9b91;
}

/* Color of navbar */
.navbar {
background: #9d9b91;
border-color: none;
}

.navbar .navbar-brand,  .navbar .nav > li > a {
color: #E1F853;/* CHANGE COLOR HERE*/
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    padding: 0 15px;
}

.navbar-brand > img {
	display: inline;
	margin-right: 5px;
}

.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:hover, .navbar .navbar-nav>.active>a:focus {
color: #9d9b91;
background-color:  #e3e3dc;
}

.panel-default>.panel-heading {
background-color: #afca05;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
color:  #9d9b91;
}

.breadcrumb {
background-color: #e3e3dc;
}

.btn {
background-color: #e3e3dc;
border-color: #e3e3dc;
color: #9d9b91;
}

.btn:hover {
background-color: #9d9b91;
border-color: #9d9b91;
color: #e3e3dc;
}


a {
color: #98b004;
text-decoration: none;
}

a.aphone {
	color: black;
	text-decoration: none;
}

a:hover, a:focus {
color: #afca05;
text-decoration: underline;
}