.title {
    color: #222;
    /* change color to theme color*/
    font-size: 19px;
    line-height: 1.5;
    font-weight: 700;
    margin: 20px 0 22px 0;
}

.banner-text {
    color: rgb(36, 162, 184);
    /* change color to theme color*/
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
}

.phone {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    color: #d3292f;
    /* change color to theme color*/
}

.phone-sub {
    text-align: center;
    color: #d3292f;
    /* change color to theme color*/
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.phone-sub-small {
    color: rgb(36, 162, 184);
    /* change color to theme color*/
    font-weight: 600;
    text-decoration: underline;
}

.master-nav {
    background: #fff;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #d3292f;
    /* change color to theme color*/
}

    .master-nav ul {
        margin-bottom: 0;
    }

.btn-custom, .btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom, .btn-custom:active:hover, .btn-custom.active:hover, .open > .dropdown-toggle.btn-custom:hover, .btn-custom:active:focus, .btn-custom.active:focus, .open > .dropdown-toggle.btn-custom:focus, .btn-custom:active.focus, .btn-custom.active.focus, .open > .dropdown-toggle.btn-custom.focus, .btn-custom:hover, .btn-custom:focus, .btn-custom.focus {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    background-color: #d3292f;
    /* change color to theme color*/
    border-color: #d3292f;
    /* change color to theme color*/
}

.jumbotron {
    background: #e2e2e2 url("/sites/cars/nphr/uploads/New%20PM%20version.jpg") center center;
    background-repeat: no-repeat;
}

.banner-inner {
    text-align: center;
    width: 100%;
}

.master-header {
    padding: 0;
    margin: 0;
}

.banner-sub {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
}

.master-nav ul li {
    display: inline-block;
    padding: 5px 0;
}

    .master-nav ul li a {
        color: #777;
        line-height: 1.5;
        font-weight: 700;
        font-size: 16px;
    }

    .master-nav ul li::after {
        content: "|";
        color: #fff;
        padding: 0 10px;
    }

    .master-nav ul li:last-child:after {
        font-weight: 100;
        content: "";
        display: none;
    }

.top-logo img {
    float: left;
}

iframe {
    width: 100%;
    border: none;
    height: 490px;
}

.master-footer {
    text-align: center;
    background-color: #292929;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #d3292f;
    padding: 4em 0;
}

    .master-footer .container * {
        display: inline-block;
    }

.inside-buttons > div {
    display: inline-block;
}

.inside-left {
    width: 255px;
}

.video {
    width: 400px;
    height: 250px;
}

article p {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}

.tel-alias {
    font-weight: 700;
    color: #666;
}

.btn-custom:active, .btn-custom.active, .open > .dropdown-toggle.btn-custom {
    background-image: none;
}

@media screen and (max-width: 992px) {
    .video {
        padding-top: 10px;
        width: 100%;
        height: auto;
    }

    .inside-buttons {
        margin: 0 auto;
    }

    .inside-left {
        width: 70%;
    }

    .inside-right {
        width: auto;
    }

    .top-logo img {
        float: none;
        position: relative;
    }
}

@media screen and (max-width: 986px) {
}

@media screen and (max-width: 768px) {
    .banner-sub {
        font-size: 20px;
    }

    .banner-text {
        font-size: 25px;
    }

    .jumbotron {
        background: #f1f1f1 url("/sites/cars/nphr/uploads/GeneralB_Tow_600x250%20(1).png") no-repeat center center;
        background-size: contain;
    }

    iframe{
        height:670px;
    }
}

@media only screen and (max-width: 440px) {
    .master-nav ul li a {
        color: #777;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 700;
    }
}