body {
    font-family: 'Exo', sans-serif;
    background: url(../images/bg.png) no-repeat fixed center top;
    background-size: cover;
}

@media (min-width: 1100px) {
    .container {
        width: 1024px;
    }
}

main {
    background: #fff;
}

.phone img {
    width: 50px;
}

.phone a {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    transition: all .2s;
}

.phone a:hover {
    color: #f4b840;
}

.service {
    text-decoration: none;
}

.service img {
    transition: all 1s;
}

.service .title {
    background: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    transition: all 1s;
}

.service .arrow {
    width: 20px;
}

.service:hover img {
    transform: scale(1.05);
}

.service:hover .title {
    background-color: #f4c000;
    color: #000;
}

footer {
    background: #000 url(../images/footer.png) no-repeat 50% 100%;
    color: #717171;
    font-size: 14px;
    border-top: 15px solid #f4c000;
}

footer h3 {
    color: #f4c000;
    text-transform: uppercase;
    border-bottom: #101011 3px solid;
    padding-bottom: 5px;
    font-size: 1.17em;
}

footer a {
    color: #717171;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: #f4c000;
}
