/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/*homepage css for icon boxes */
.my-icon-boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.my-icon-boxes > .w-iconbox-icon {
    margin: 10px 20px;
}

/* css for icon-box titles */

.my-icon-boxes h3{
	color: #1169b2;
	font-weight: 600;
    line-height: 2rem;
}

/* css for main title */
#site-title{
	font-weight: 700;
    color: #000!important;
    text-align: left;
}
/* css for main sub-title */

h3.homepage-subtitle {
    font-weight: 600;
    line-height: 1.5em;
	font-size: 26px;
}
/* css to remove box shadow */
.w-actionbox.CTA-no-box-shadow {
    box-shadow: none;
}


