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

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

/*.hero .gl-slide7-box{
position: absolute;
bottom: 80px;
font-family: "Prompt"!important;
background: color-mix(in srgb, #35AD37, transparent 20%);
padding: 0.5em 1em 0.5em 1em;
font-size:48px;
text-shadow: 2px 2px 4px #000000;
animation: fadeInUp 8s both 0.2s;
}*/

.hero .gl-slide7-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-slide7-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-slide7-box .txt-line1 {
	display: grid;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 150%;
}

.hero .gl-slide7-box .txt-line1 .txt-word11
, .hero .gl-slide7-box .txt-line1 .txt-word12
, .hero .gl-slide7-box .txt-line1 .txt-word13 {
	display: inline-block;
	margin: 0;
	padding: 0;
}

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

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

}*/

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.hero .gl-slide7-box .txt-line2
	, .hero .gl-slide7-box .txt-line3 {
		display: grid;
		font-size: 1em;
		margin: 0;
		padding: 0;
		text-align: center;
		line-height: 150%;
	}
	.hero .gl-slide7-box .txt-line2 .txt-word21
	, .hero .gl-slide7-box .txt-line2 .txt-word22
	, .hero .gl-slide7-box .txt-line3 .txt-word31 {
		display: inline-block;
		margin: 0;
		padding: 0;
	}
	.hero .gl-slide7-box .txt-line2 .txt-word22 {
		font-size: 1.25em;
		color: #EDEC24;
		font-weight: bolder;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.hero .gl-slide7-box {
		position: absolute;
		bottom: 18%;
		font-size: 30px;
		text-shadow: 1.5px 1.5px 3px #000;
	}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.hero .gl-slide7-box {
		position: absolute;
		bottom: 18%;
		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-slide7-box {
		position: absolute;
		bottom: 80px;
		font-size: 40px;
		text-shadow: 2px 2px 4px #000;
	}
}

@media (min-width: 1900px) {
	.hero .gl-slide7-box {
		position: absolute;
		bottom: 80px;
		font-size: 40px;
		text-shadow: 2px 2px 4px #000;
	}
}
