@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-v25-latin-regular.woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: Montserrat;
}

.icon_bucket {
    border:none;
    width: 400px;
    height:400px;
    background: url(../img/css_sprites.png);
    background-repeat: no-repeat;
    background-position: -600px -400px;
    display:table-cell;
}
.icon_iron {
    border:none;
    width: 400px;
    height:400px;
    background: url(../img/css_sprites.png);
    background-repeat: no-repeat;
    background-position: -1410px -420px;
    display:table-cell;
}
.icon_broom {
    border:none;
    width: 300px;
    height: 300px;
    background-size: 150px;

    background: url(../img/css_sprites.png);
    background-repeat: no-repeat;
    background-position: -1440px -885px;
    display:table-cell;
}

#page-top > header > div > h2 {
    font-family: Montserrat;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}