/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* HERO */
.hero{
	background-color: #8ECDCC;
}
.gridHero{
	display: flex;
}
h1.titleHero, h2.subtitleHero, p.textHero{
	font-family: 'Alianza Slab 700', serif;
}
h1.titleHero, p.textHero{
	color: #F3F2D3;
}
h2.subtitleHero{
	color: #405959;
}
.boxTextHero{
	background-color: #79B1B0;
}
p.textHero{
	margin-bottom: 0;
}
@media (min-width: 1401px){
	/* HERO */
	.col1Hero{
		padding: 2vw 0 3vw 10vw;
	}
	img.logoHero {
    	width: 20vw;
	}
	h1.titleHero{
		width: 38vw;
		font-size: 6vw;
		line-height: 0.8;
	}
	h2.subtitleHero{
		width: 31vw;
		font-size: 1.83vw;
		line-height: 1.23;
	}
	p.textHero{
		font-size: 3.65vw;
		line-height: 0.93;
	}
}