body {
    background-image: url('../media/illustrations/bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: 'Changa', serif !important;
}

.bg-raw {
    background-color: #80C048;
}
.bg-raw-dark {
    background-color: #3E3E3E;
}
.menu-raw a {
    color: #3E3E3E;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}
.menu-raw a.active {
    color: #FFFFFF !important;
}
.menu-raw a:hover {
    color: #FFFFFF !important;
}
.menu-raw .menu-item {
    padding-right: 10px;
    padding-left: 10px;
}
.fs-color-1 {
    color: #3E3E3E;
}
.fs-color-raw {
    color: #80C048 !important;
}
.border-raw {
    border-color: #3E3E3E !important;
}
.border-raw-size {
    border-width: 15px !important;
}
.fs-raw-head {
    font-size: 25px;
}

@media (min-width: 992px) {
    .fs-lg-raw-head {
        font-size: 50px;
    }
    .mt-lg-raw-head {
        margin-top: 80px;
    }
}
