
nav.navbar,
.navbar-collapse {
    background-color: #737373;
    color: #fff;
}

.navbar-collapse {
    margin-top: 5px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar ul{
    margin: 0 auto;
}

ul.navbar-nav li {
    padding: 0 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

ul.navbar-nav .nav-item:hover,
ul.navbar-nav .nav-item.active{
    background-color: #f3801e;
    color: #fff !important;
}

ul.navbar-nav .nav-item.active .nav-link {
    color: #fff !important;
}

.banner {
    min-height: 200px;
    background: url('../images/banner.png') center center no-repeat;
    background-size: contain;
}

.content {
    margin: 2em auto;
}

.orange {
    color: #ff6600;
}

ol.our-services {
    list-style: none;
    counter-reset: li;
}

ol.our-services li.main {
    margin-top: 1em;
    counter-increment: li;
}

ol.our-services li.main::before {
    color: #ff6600;
    content: counter(li);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ol.our-services li.main .main-title{
    display: inline-block;
}

.footer {
    width: 100%;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

/* Small devices (landscape phones, 320px and up) */
@media (min-width: 320px) {
    .banner {
        min-height: 75px;
    }
}

/* Small devices (landscape phones, 360px and up) */
@media (min-width: 360px) {
    .banner {
        min-height: 100px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .banner {
        min-height: 100px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .banner {
        min-height: 150px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}