/*
Theme Name: DCPL-Contemporary Arts Of Nepal
Author: Delta Creation Pvt. Ltd.
Description: This is the Theme For Contemporary Arts Of Nepal created by Delta Creation Pvt. Ltd.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: dcp-caon

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

/* @todo: Type: CSS, Message: Move this to its own sass file. Don't merge in header.sass */

.site-footer{
    background-image: url(assets/images/footer-bg.png);
}

.exhibiting-artist-section{
    background-image: url(assets/images/clouds.png);
}

.section-current{
    background-image: url(assets/images/Vector.png);
    background-size: 240px;
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
}

@media screen and (max-width: 1024px) {
    .site-footer {
        background-size: 1024px !important;
    }
}
@media screen and (max-width: 768px) {
    .site-footer {
        background-size: 768px !important;
    }
}