body,h1,h2,h3, h4, h5, h6, a {
    color: #1c1c1c;
    font-family: sans-serif;
}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}
.dark {
    color:#fff!important;
    background-color:#4f4e6d!important
}
.light {
    color:#000!important;
    background-color:#cfceff!important
}
.bgimg1, .bgimg2, .bgimg3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bgimg1 {
    background-image: url(siteImg/0001.jpg);
    min-height: 100%;
}
.bgimg2 {
    background-image: url(siteImg/0002.jpg);
    min-height: 400px;
}
.bgimg3 {
    background-image: url(siteImg/0003.jpg);
    min-height: 400px;
}
.wide {
    letter-spacing: 10px;
}
.hover-opacity {
    cursor: pointer;
}
@media only screen and (max-device-width: 1024px) {
    .bgimg1, .bgimg2, .bgimg3 {
        background-attachment: scroll;
    }
}