/**
*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;
}

a {
	color: #f36c32;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.color-header {
	color: #f36c32;
}
