File: /home/floridasbestlawnandpest/public_html/css/navbar.css
.navbar {
-webkit-box-shadow: 0 10px 6px -6px #f5ab20;
-moz-box-shadow: 0 10px 6px -6px #f5ab20;
box-shadow: 0 10px 6px -6px #f5ab2066;
}
.navbar, .navbar a {
cursor: pointer;
}
.navbar, .navbar:active {
color: inherit;
text-decoration: none;
background-color: inherit;
}
.navbar:focus, .navbar:hover {
color: #f5ab20;
text-decoration: none;
background-color: #f8f9fa;
}
@media (min-width: 767px) {
.navbar:not(.nav-link)::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .5em;
vertical-align: 0;
border-bottom: .3em solid transparent;
border-top: .3em solid transparent;
border-left: .3em solid;
}
}
.navbar-text {
margin-right: 10px;
}
.navbar-text > a {
text-decoration: none;
}
.navbar-pretext {
font-size: 1.25em;
font-weight: 500;
}
.navbar-phone {
font-size: 1.5em;
font-weight: 700;
color: #f5ab20;
}
.nav-link {
color: #000000 !important;
font-size: 1.25em;
margin-right: 15px;
}
.navbar-brand {
margin: 0px 30px 0px 30px;
}
@media (max-width: 767px) {
.navbar-brand {
margin: 0px 30px 0px 5px;
}
.nav-link {
margin-right: 0px;
}
.navbar-text {
margin-right: 0px;
}
}