/* CSS Document */

#header, #header-wrap, #logo img {
    height: 50px;
}
#logo {
    height: 70px;
}
#primary-menu-trigger {
    margin-top: -10px;
}
#logo a.retina-logo {
    margin-top: 10px;
}
.slider-caption h2 {
    font-size: 1.5rem;
}

#content {
    overflow: visible !important;
}

.testi-image img {
    border-radius: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .slider-caption h2 {
        font-size: 4rem;
    }
    #header, #header-wrap, #logo img {
        height: 100px;
    }
    #logo {
        height: 100px;
    }
    #primary-menu-trigger {
        margin-top: 0px;
    }

}

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

}

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

}
