body {
    font-family: "Montserrat",sans-serif;
    color: #888;
}
a {
    color: #f77400;
}
a:hover, a:focus {
    color: #b75600;
}
.top-headline h1 {
    font-weight: bold;
}
.service-title{
    color: #666;
}
.hm-img-shadow img {
    border: 0px solid transparent;
}
.team-img-inner .img-inner-wrap div {
    border: 0px solid transparent;
}
.section-contact .contact-image img {
    border: 0px solid transparent;
}
.counter-wrap h1 {
    opacity: 1;
}
.blog-header .logo, .front-header .logo {
    margin-top: 0px;
}

@media (max-width: 769px) {
    .hm-img-shadow img {
        margin: 25px 0px
}
}