/*
 Theme Name:     Versatile Business Child
 Description:    A child of Versatile Business
 Author:         Qwik Media
 Author URI:     https://qwikmedia.ca
 Template:       versatile-business
 Version:        1.0.0
*/

/*Original Theme Styles*/
@import url("../versatile-business/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*General*/
html, body{
    font-size: 1em;
}
h1{
	font-size: 2em;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.6em;
}
h4{
	font-size: 1.4em;
}
h5{
	font-size: 1.2em;
}
h6{
	font-size: 1em;
}

/*Colour*/

/*Header*/

/*Navigation*/

/*Widgets*/

/*Footer*/

/*Homepage*/


/* =Responsive
-------------------------------------------------------------- */
@media screen and (max-width: 60em) {
	/*General*/
	
	/*Colour*/
	
	/*Header*/
	
	/*Navigation*/
	
	/*Widgets*/
	
	/*Footer*/
	
	/*Homepage*/
}