@charset "utf-8";
/* CSS Document */

#gl-slide4-pict {
	content: url("slide4.jpg");
}

.hero .gl-slide4-box{
	font-family: "Prompt"!important;
	background: color-mix(in srgb, #35AD37, transparent 20%);
	background-color: rgb(53,173,55);
	background-color: rgba(53,173,55,0.5);
	animation: fadeInUp 8s both 0.2s;
}

/*Default for Small devices (portrait phones, 575.98px and down to 0px)*/
	
.hero .gl-slide4-box {
	position: absolute;
	bottom: 40px;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 26px;
	text-shadow: 1px 1px 2px #000000;
	line-height: 100%;
}

.hero .gl-slide4-box .txt-line1 {
	display: grid;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 150%;
}

.hero .gl-slide4-box .txt-line1 .txt-word1
, .hero .gl-slide4-box .txt-line1 .txt-word2 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.hero .gl-slide4-box .txt-line1 .txt-word2 {
	font-size: 1.25em;
	color: #EDEC24;
	font-weight: bolder;
}

/*Small devices (landscape phones, 576px and up)*/
/*@media (min-width: 576px) {
	css.skip-and-ignore
}*/

/*Medium devices (tablets, 768px and up)*/
/*@media (min-width: 768px) {
	css.skip-and-ignore
}*/

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.hero .gl-slide4-box {
		position: absolute;
		bottom: 40px;
		font-size: 30px;
		text-shadow: 1.25px 1.25px 2.5px #000;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.hero .gl-slide4-box {
		position: absolute;
		bottom: 40px;
		font-size: 34px;
		text-shadow: 1.5px 1.5px 3px #000;
	}
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.hero .gl-slide4-box {
		position: absolute;
		bottom: 40px;
		font-size: 48px;
		text-shadow: 2px 2px 4px #000;
	}
}
