/* General */
body {
    padding-top: 0;
}



/* Header */
#header {
    background: none;
    height: 100px;
}
.logo {
    height: 100%;
}
.logo img {
    height: 80%;
    margin-top: 15%;
}



/* Banners */
#banner {
    background-image: url(../../images/slide-tech-doctor.jpg);
}
#banner .button {

}



/* Carousel */
.carousel .item {
    min-height: 750px;
}
.carousel .item .btn {
    font-size: 0.8em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}
.carousel-caption {
    font-size: 1.5em;
    color: #fff;
    bottom: 80px;
}
.carousel-caption h3 {
    font-size: 2em;
    color: #fff;
}



/* Testimonials */
.testimonials .content {
    padding: 1rem;
}



/* Buttons */
.btn {
    text-decoration: none;
}
.btn:hover {
    text-decoration: none;
}


