/* Add here all your CSS customizations */
#backgroundd {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/hm.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    opacity: 0.4;
    filter:alpha(opacity=40);*/
}


@media (min-width: 500px) {
    .spacing
    {
        padding: 30px 0;
    }
}

