.navbar-default .navbar-nav>li>a.bg-success {
    color: #000;
    background-color: yellow!important;
	}
.jumbotron .jumbotron-image {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -webkit-filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    filter: gray;
    filter: grayscale(0%);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
h1.title {
    color: white;
    text-shadow: 0px 2px 5px #000;
}
.btn-success {
    color: #000;
    background-color: yellow!important;
    border-color: yellow!important;
}
.btn-success:hover {
    color: #888;
    background-color: yellow;
    border-color: yellow;
}
.navbar-index {
    background-color: #000;
	border: none;
}
.navbar-default .navbar-nav>li>a {
    color: yellow;
    font-weight: 700;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffff99;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a.bg-success {
    color: #000;
    background-color: yellow!important;
}

    .learn_more {
    color: #000;
    background-color: yellow!important;
    border-color: yellow
  !important;
}
  .scan_my_business {
    color: #fff;
    background-color: green!important;
    border-color: green
  !important;
}
    .go_digital {
    color: #fff;
    background-color: blue!important;
    border-color: blue
  !important;
}
      .priority_placement {
    color: #fff;
    background-color: red!important;
    border-color: red
  !important;
}


.navbar-brand {
    height: 90px;
    padding: 15px 15px;
}


@media(max-width:995px){
.navbar-brand > img {
    width: 100%;
}
.navbar-brand {
	width: 300px;
}
}

.ion-android-menu{
	color:yellow;
}
.subtitle{
	text-shadow: 1px 1px 5px black;
	color:white;
}
.text-secondary{
	color: black;
}

