/*
Theme Name: Mover Child Theme
Author: 
Description: Your description goes here
Version: 1.0
Template: mover

This is the child theme for Mover theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
:root {
    --colorLight: #ffffff !important;
    --colorFont: #818181 !important;
    --colorFontLight: #bebebe !important;
    --colorBackground: #f2f2f2 !important;
    --colorBorder: #e5e5e5 !important;
    --colorDark: #1c1c1c !important;
    --colorDarkGrey: #1f232b !important;
    --colorDarkMuted: #000000 !important;
    --colorMain: #4682b4 !important;
    --colorMain2: #face77 !important;
    --colorMain3: #e34f61 !important;
    --colorMain4: #ffcc8d !important;
}

#header .logo img {
    max-height: 60px;
}

.footer .widget .widget-title {
    font-weight: 600;
}
@media (min-width: 992px) {
	.page_slider.intro_section .h4.slide-pre-heading{
		font-size: 32px;
	}
	.page_slider.intro_section .h2.slide-heading{
		font-size: 60px;
	}
}

@media (min-width: 1200px) {
	.page_slider.intro_section .h4.slide-pre-heading{
		font-size: 40px;
	}
	.page_slider.intro_section .h2.slide-heading{
		font-size: 80px;
	}
}
