a, a:hover{
	color: #f7e617;
}
.navbar-default{
	background: #f7e617;
}

.form-control:focus {
  border-color: #f7e617;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #f7e617;
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #f7e617;
}

.service .carousel-indicators .active {
	background: #f7e617;
}

.btn-theme {
	background: #f7e617;
}
