/* Themify Customize Styling */
body {	
	background-size: cover;
	background-position: center center;
	font-family: "Public Sans";	font-weight:400;
 
}
:root {	
	--theme_accent: #193255;
	--theme_accent_semi: #e10713;
	--theme_accent_hover: #00809b; 
}
a, .post-nav .arrow {	
	color: #193255; 
}
body,h1,h2,h3,h4,h5,h6 {	
	color: #4d4d4d; 
}
h1 {	
	color: #193255; 
}
h2 {	
	color: #193255; 
}
h3 {	
	color: #193255; 
}
h4 {	
	color: #193255; 
}
h5 {	
	color: #193255; 
}

/* Themify Custom CSS */
.object-fit-cover img {
	object-fit: cover;
}

    img.grayscale-rollover {
      filter: grayscale(1);
      transition: all ease 0.5s;
			
    }

    img.grayscale-rollover:hover {

      filter: grayscale(0);
    }

.scaleup-hover {
      
      transition: all ease 0.5s;
			
    }

    .scaleup-hover:hover {

      transform: scale(1.2) translate(0, 0);
    }