/*body {*/
/*    font-family: "glacial indifference", "Poppins", sans-serif;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    font-family: "League Spartan", "Satisfy", sans-serif;
}

#hero p {
    width: 100%;
}

#hero h2 {
    font-size: 34px;
}

.why-us .box {
    text-align: center;
}

li.acconcepts > a {
    color: #ca3d26;
    font-weight: bold;
}

#header .logo img {
    max-height: 100px;
}

.about {
    background: #f2f2f2;
}

/*.navbar a, .navbar a:focus {*/
/*    color: #f2f2f2;*/
/*}*/

@media (max-width: 992px) {
    .about .content {
        padding-bottom: 30px;
    }
}

.testimonials {
    padding: 80px 0;
    background: url(../img/ds/gallery/bg6.jpg)
}

.testimonials .testimonial-item .testimonial-img {
    border-radius: 0%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    height: auto;
}
@media only screen and (min-width: 1236px) {
    .testimonials .testimonial-item .testimonial-img {
        width: 400px;
    }
}
@media only screen and (min-width: 900px) and (max-width: 1235px){
    .testimonials .testimonial-item .testimonial-img {
        width: 280px;
    }
}
