/*
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:*/
.header-logo svg {
    height: 70px;
}
.footer-text {
    position: absolute;
    z-index: 999;
    color: black;
    bottom: 3rem;
    right: 0;
}
.footer-text a {
	color: black;
}
.home-hero h1 {
    font-size: 100px;
    line-height: 90px;
}
span.w-nav-title {
    font-style: italic;
}
.home-hero p {
    font-size: 39px;
    line-height: 43px;
}
.img-wide img {
    width: 100%;
}
.about-hero h1 {
    font-size: 60px;
    line-height: 65px;
}
.about-box {
    background: #cadb38;
    width: 280px;
    font-size: 23px;
    padding: 20px 30px;
    color: #1e3020;
    font-weight: 600;
    margin-right: 0;
    right: 0;
    position: absolute;
}
.service-boxes .vc_column-inner>.wpb_wrapper {
    border: 1px solid #cadb38;
    padding: 30px 30px 40px 30px;
}
.service-boxes h3 {
    font-size: 40px;
    font-weight: bold;
}
.service-boxes p {
    font-size: 30px;
}
body.header_hor .w-nav.type_desktop>.w-nav-list {
    display: flex;
    align-items: center;
    flex-direction: column;
}
a.w-nav-anchor.level_1 {
    height: 20px !important;
}
.menu-item {
    height: 40px;
    text-align: left ! Important;
}
a.w-nav-anchor.level_1 {
    height: 20px ! Important;
    max-height: 20px ! Important;
}
.w-nav.type_desktop.height_full .w-nav-anchor.level_1:not(.w-btn) {
    min-height: 50px ! Important;
}
span.w-nav-title {
    font-size: 22px;
    border-bottom: 2px solid #cadb38;
    padding-bottom: 4px;
    width: 100px;
}

.project-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.project-images-grid-item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media (max-width: 600px) {
    .project-images-grid {
        grid-template-columns: 1fr;
    }
	
}

@media (max-width: 1024px) {
ul.w-nav-list.level_1.hover_simple {
    background: #1E3020 ! Important;
}
	.l-main {
    text-align: Center ! Important;
}
	.home-hero h1 {
    font-size: 60px;
    line-height: 60px;
}
	.home-hero p {
    font-size: 29px;
    line-height: 36px;
}
.about-hero h1 {
    font-size: 40px;
    line-height: 55px;
}
.service-boxes h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}
	.service-boxes p {
    font-size: 20px;
}
.footer-text {
    position: unset !important;
}








