/* uncss:ignore start */
/* all rules in here will be ignored */
body {
    background-attachment: fixed;
    background-color: silver;
    background-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* uncss:ignore */
.bg-1 {
    background-color: #6c6069;
    background-image: url('../images/bg-1.jpg');
}

/* uncss:ignore */
.bg-2 {
    background-color: #877e6a;
    background-image: url('../images/bg-2.jpg');
    background-position: right;
}

/* uncss:ignore */
.bg-3 {
    background-color: #918578;
    background-image: url('../images/bg-3.jpg');
    background-position: left;
}

/* uncss:ignore */
.bg-4 {
    background-color: #844e6a;
    background-image: url('../images/bg-4.jpg');
    background-position: right;
}

/* uncss:ignore */
.bg-5 {
    background-color: #776a62;
    background-image: url('../images/bg-5.jpg');
    background-position: left;
}

.overlay {
    background-color: #000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* uncss:ignore end */
