HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
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;
    }
}