/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0-beta1
 Requires at least: 5.0
 Tested up to: 6.5.2
 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
*/
nav#nav-main.custom {
	background: linear-gradient(135deg, #f0f0f0, #d9d9d9, #b0b0b0, #8a8a8a);
}

.contact-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}