/**
*Theme Name: WPKanvas
*Description: WordPress Kanvas is a theme for those who intend to use it with pagebuilders such as Elementor pro through the entire website.
*Tags: Blank, Minimalist, Doesn't load, large scripts and styles, supports all pagebuilders.
*Author: David of UG
*Author URI: https://david.ug
*Theme URI: https://david.ug
*Version: 1.0.1
**/

html,body {
    margin:0;
    padding:0;
    height:100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*,*:after,*:before {
	box-sizing: inherit;
	outline: none;
	position: relative;
}
body.home {
	background-color: #fff;
}
body {
	background-color: #efefef;
}

a {
	color: #ff0000;
}
.cropped-imgs img {
	height: 200px !important;
	object-fit: cover !important;
}