body {
    padding-top: 50px;
}

html {
    width: 100%;
    height: 100%;
}

h3 {
    color: #000 !important;
    font-weight: bold !important;
}

.works-description {
    color: #000;
    font-size: 18px;
}

.index-background {
    background: url(../img/background-index2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.galleries-background {
    background: url(../img/background-galleries.png) repeat;
}

.contact-background {
    background: url(../img/background-contact.png) repeat;
}

.aboutme-background {
    background: url(../img/background-aboutme.png) repeat;
}

.works-background {
    background: url(../img/background-works.png) repeat;
}

.portfolio-background {
    background: url(../img/background-portfolio.png) repeat;
}
