body {
    background-color: #F8F5F1;
}

a.text-white:hover {
    color: #aaaaaa !important;
}


/* Background color */
.bg-light-green {
    background-color: #c4e7cc;
}
.bg-very-light-green {
    background-color: #ebf3ed;
}
.bg-white {
    background-color: #ffffff;
}
/* Transparent background color */
.bg-gradient-green-transparent {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,  #ebf3ed 100%);
}


/* Magnific Popup fade animation */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-close-btn-in .mfp-close {
    background: #F39800;
}

button.mfp-close:before, button.mfp-close:active:before {
    color: #ffffff;
}

.demo {
    position: fixed;
    color: #ffffff;
    background: #333333;
    z-index: 10;
    bottom: 0;
    right: 0;
    font-size: small;
    padding: .5rem .5rem;
}

.demo-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}


/* header */
header .btn.btn-base-color:hover {
    background: #ffffff;
}

header.sticky .btn.btn-base-color:hover {
    background: none;
}


/* FV */
#fv .container {
    max-width: 1400px;
}


/* WORKS */
#works {
    background: #ffffff;
    margin: 60px 0 60px 60px;
}

#works .container {
    max-width: 1400px;
}


@media screen and (min-width: 991px) {
    /* header */
    header .list {
        margin-left: auto !important;
    }

}


@media screen and (max-width: 991px) {
    /* FV */
    #fv h1 {
        display: block;
        line-height: 5rem;
    }

    #fv h1 span {
        display: block;
    }


    /* WORKS */
    #works {
        margin: 30px;
    }

}


@media screen and (max-width: 768px) {
    /* FV */
    #fv h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

}


@media screen and (max-width: 480px) {
    header .navbar-brand .default-logo, header.sticky.sticky-active .navbar-brand .alt-logo {
        max-width: 120px;
    }

    ul.footer-navbar {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}