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

/* font */
*{font-family:Arial;letter-spacing:0px}

/* menu */
.quasar_menu li{margin-left:50px}

/* general */
.textBlue{color:#2d3896}
.letterSpacing{letter-spacing:-3px}
a{text-decoration:none}

/* icon */
.iconBig{font-size:70px;color:#2d3896}
.bigIconWhite{font-size:90px;color:#fff}
.iconContact{font-size:30px;margin-right:10px;color:#2d3896}

/* bg image home */
.bgImage{background:url("https://vitomuschitiello.com/quasar/wp-content/uploads/2024/08/home2.jpg");background-position:center;background-repeat:no-repeat}
.bgImageContact{background:url("https://vitomuschitiello.com/quasar/wp-content/uploads/2024/08/home4.jpg");background-position:center;background-repeat:no-repeat}

/* card */
.serviceCard{width:19rem;background-color:transparent;border:1px solid #fff}
.serviceCard:hover{background-color:#493ea9}