#custom-content {
    position: relative;
    max-width:700px; margin: 20px auto;
    background: white;
    padding: 30px;
}
#custom-content .img-responsive {
    width: 100%;
}
#custom-content h1 {
    font-size: 16pt;
}
#custom-content p {
    text-align: justify;
    color: rgba(0,0,0,.8);
}

.home-content {
    background-color: rgba(0,0,0,.4);
    padding: 30px;
}
.home-content p.white-text {
    text-shadow: 3px 3px 5px #000;
}
#home {
    background-position: center;
    background-size: cover;
    background-image: url('../img/ams/fullhd-hatterkep-442408476-ford-mustang-shelby_tiny.jpg');
}
@media only screen and (min-width: 768px) {
    #home {
        background-attachment: fixed;
    }
}
.bg-img .overlay {
    opacity: .3;
    background: #1c1d21;
}

.navbar-brand {
    padding: 10px 0;
}
.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 30px;
}

.section-header .title {
    text-transform: none;
}

.testimonial {
    margin: 15px;
    background-color: rgba(0,0,0,.4);
    padding: 15px;
}

.work {
    padding: 0;
}
.work .work-content {
    z-index: 2;
}

.service a p {
    color: #868F9B;
}

.work {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    box-shadow: inset 0 0 0 5px #FAFAFA;
}

.work:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.navbar-brand .logo-alt {
    margin-left: 15px;
    padding: 15px;
    max-height: 100px;
    background: rgba(255,255,255,.7);
    border-radius: 10px;
}/*
#home {
    height: 350px;
    background: black;
}
.bg-img {
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    background-attachment: scroll;
    background-position: center 70%;
}
.bg-white {
    background-color: white;
}
#service, #portfolio, #contact, #footer {
    background-color: black;
}*/

.service {
    z-index: 0;
}
.service:before {
    background-color: #1C1D21;
}
.service h3,
.service:hover a p,
.service:hover a i {
    color: #fff;
}
.service:after {
    content: "";
    background-color: #D9251D;
}
#home .home-content {
    top: auto;
    bottom: 0;
}
@media only screen and (max-width: 767px) {
    #home .home-content {
        left: 0;
        right: 0;
        padding: 15px;
    }
}
.home-content p {
    font-size: 18px;
    font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}
.home-content .logo-alt {
    max-height: 80px;
    padding: 13px;
    background: white;
    border-radius: 10px;
    clear: both;
    margin: 15px auto 8px;
}

.work_custom {
    margin-bottom: 15px;
    padding: 30px 15px;
}
.work_custom:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.1);
}
.work_custom .work-img {
    width: 80%;
    height: 30vh;
    background-position: center;
    background-size: cover;
    margin: 15px auto 0;
    border: 3px solid rgb(255,0,0);
}
.work_custom img {
    width: 80%;
    margin: 15px auto 0;
    border: 3px solid rgb(255,0,0);
}
.work_custom .lightbox {
    position: relative;
}

.about i,
.work .work-content span,
.service i,
.number i,
.feature i,
.pricing:hover .price-title,
.team:hover .team-content span,
.blog .blog-meta li i,
.blog-tags a i,
.blog-comments .media.author>.media-body>.media-heading,
#aside .widget-search .search-btn,
.widget-category a span,
.widget-category a:hover,
.widget-post a:hover,
.widget-post .blog-meta li,
.widget-post li i,
.contact i {
    color: rgb(255,0,0);
}
.pricing .price,
.blog-comments .media.author{
    border-color: rgb(255,0,0);
}
.work .work-link a,
.team .team-social a,
.blog-tags a:hover,
.blog-author .author-social a,
.widget-tags a:hover,
.footer-follow li a,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-nav [class*='owl-'],
.owl-theme .owl-nav [class*='owl-']:hover,
.service:after,
#back-to-top,
.preloader span,
.title:after,
.main-nav>li>a:after {
    background-color: rgb(255,0,0);
}