body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.services-item {
    margin-bottom: 30px;
}
#home {
    min-height: 65vh;
    background-image: url("../images/server.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   /* background-attachment: fixed;*/
    display: flex;

}

#services {
    padding-bottom: 20px;
}
#about {
    padding-top: 20px;
    padding-bottom: 20px;
}
#certifications {
    padding-top: 20px;
    padding-bottom: 20px;
}
#testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
}
#services-page {
    padding-top: 20px;
    padding-bottom: 20px;

}
#service-item {
    padding-top: 20px;
    padding-bottom: 20px;

}
.listing {
    font-size: 18px !important;
}