#home {
    padding-top: 236px;
}
#home img {
    display: block;
    margin: 0 auto;
    margin-bottom: 56px;
}
#contact {
    text-align: center;
    padding-top: 93px;
}
#contact .logo {
    margin-bottom: 110px;
}
#contact a {
    display: block;
    width: 138px;
    height: 42px;
    background: url('../img/button.png') center center;
    margin: 0 auto;
    margin-top: 40px;
}
#contact a:hover {
    background: url('../img/button-hover.png') center center;
}
@media (max-width: 768px) {
    #contact .col {
        margin-bottom: 60px;
    }
    #contact {
        padding-bottom: 80px;
    }
}
footer {
    position: fixed;
    background-color: black;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 30px;
    color: #5b5b5b;
    height: 42px;
    line-height: 42px;
}