/* 
 Theme Name:   vandana-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     vandana-lite
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

:root {
	--primary-color: #4F8558;
	--primary-color-rgb: 79, 133, 88;
	--secondary-color: #83BB8A;
	--font-color: #000000;
	--font-color-rgb: 0, 0, 0;
	--primary-font: 'Nunito Sans', sans-serif;
	--secondary-font: 'Halant', serif;
}

.full-width-centered .site-content .content-area {
    width: 960px;
    max-width: 100%;
}
@media screen and (min-width: 1025px) {
   section.cta-section .widget > div:before {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2021/08/playing-cards.jpg') no-repeat;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
} 
}

.site-banner[class*="slider-"] .item .banner-caption .title{
    font-size: 1.75em;
}
.site-banner[class*="slider-"] .item .banner-desc p{
    font-size: 16px;
}
.site-branding .site-title a {
    border-bottom: 2px solid #c2d4c5;
    background: -webkit-linear-gradient(#4f8558, #1f1f1f);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}