/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/
.navbar-brand {
	max-width:64px;
}

.resume h3 {
	font-weight:900;
	margin:60px 0 5px;
}
.resume h4 {
	font-weight:700;
	margin:0;
}
.resume h5 {
	font-weight:500;
	margin:0;
}