/*!
Theme Name: larson child
Theme URI: https://bslthemes.site/larson/
Author: beshleyua
Author URI: https://themeforest.net/user/beshleyua
Description: Larson - Architecture WordPress Theme
Version: 1.1.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: larson
Text Domain: larson-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


@media (min-width: 1200px) {
	.services__digit span span {
		font-size: 80px;
		line-height: 80px;
		left: auto;
		top: -15px;
	}
}

.smaller-font{
	font-size:80%;
}

@media (min-width: 992px){
.welcome__line {
	margin-top: 10px;
	}
}

.cls-1 {
fill: #ffffff;
}

#certificates img{
	filter:grayscale(1);
	transition: filter 0.3s ease;
}

#certificates img:hover{
	filter:grayscale(0);
}