@charset "UTF-8";

#activities-title .background-text {
	position: absolute;
	top: 50%;
	width: auto;
	padding: 0 10px;
	overflow: hidden;
	transform-origin: -.5em center;
	transform: rotate(-90deg) translate(calc(-50%),82%);
	font-weight: 900;
	line-height: 1;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(104,104,104,0.4);
	font-family: Montserrat,sans-serif;
	color: transparent;
	text-transform: uppercase;
	font-size: 190px;
}

#activities-title h1 {
	color: var(--black); 
}

#activities-title p {
	color: var(--black); 
}

/* XS */
@media only screen and (min-width : 0px) {
	
	#activities-title {
		padding: 30px 0;
		min-height: 0;
	}

	#activities-title .background-text {
		display: none;
	}

}

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

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	#activities-title {
		padding: 120px 0;
		min-height: 400px;
	}
	
	#activities-title .background-text {
		display: inline-block;
	}
	
}