/*
Theme Name: InnerGroup
Theme URI: https://example.com/innergroup
Author: EKCS
Author URI: https://example.com
Description: A simple WordPress theme named InnerGroup.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: innergroup
*/

/* Hide slider until scripts load */
.slider {
    display: none;
    visibility: hidden;
}
.slider.slider-ready {
    display: block;
    visibility: visible;
}

.notFoundText {
	font-size:2.5rem;
	font-family: 'Roboto';
	line-height: 70px;    
    display: block;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 22px;
}
.notFoundTextMain {
	font-size:3.5rem;
	color: #5C79B9;
	font-weight: 600;
	font-family: 'Inner-Regular';
}

.notFoundlink {
	font-size:22px;
	line-height: 50px;
	color: #5C79B9;
	font-weight: 600;
}

@media (max-width: 767px) {
    .notFoundText {
        font-size: 25px;
		line-height: 1.6; 
		margin-bottom: 18px;
		
    }
	.notFoundTextMain {
	font-size:40px; 
	}
	.notFoundlink {
		 font-size: 18px;
	}
}
