#activities-container{
position:relative;
display:flex;
flex-direction: column;
flex-wrap:wrap;
width:88%;
height:100%;
margin-left:auto;
margin-right:auto;
align-items:stretch;
align-content:center;
justify-content:stretch;
}
.activities-row{
    border-radius:10px;
    display:flex;
    flex-direction:column;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
	margin-left:5px;
	margin-right:5px;
	border: solid 1.5px #ddaeae;
	overflow: hidden;
	padding:5px;
}
.activities-r-text{
	height:100%;
	width:50%;
}
.activities-r-text-title{
	font-family:MracScrt;
	font-size:2em;
	text-align:left;
	color:white;
}
.activities-r-text-title-in{
color:#b80909;
padding:5px;
}
.activities-r-text-little{
    flex:1;
	padding:5px;
    padding-bottom:0px;
    text-align:justify;
}

.activities-img-alt{
	width:100%;
	display:block;
}
.activities-title{
text-align:center;
margin:5px;
font-size:2.7em;
font-family:Courgette;
color:#b80909;
}
.expand-activities{
    margin:3px;
    margin-right:0px;
	clear:both;
    text-align:right;
}
.expand-activities-span{
background-color:#b80909;
color:white;
border-radius:8px;
font-family:Courgette;
font-size:1em;
margin:3px;
padding:2px;
box-shadow: 1px 1px #ddaeae;
cursor:pointer;
user-select:none;
}
@media screen and (max-width:600px){
.activities-r-text-title{
font-size:1.6em;
}
.activities-title{
    font-size:1.9em;
}
.activities-row{
width:100%;
}
.activities-img-small{
	width:30%;
}
.activities-img-medium{
	width:60%;
}
.activities-img-big{
	width:80%;
}
}
@media screen and (min-width:600px) and (max-width:1000px){
.activities-r-text-title{
font-size:1.8em;
}
.activities-title{
    font-size:2em;
}
.activities-img-small{
	width:30%;
}
.activities-img-medium{
	width:60%;
}
.activities-img-big{
	width:80%;
}
}
@media screen and (min-width:1000px) and (max-width:1200px){
.activities-r-text-title{
font-size:1.9em;
}
.activities-title{
    font-size:2.1em;
}
.activities-img-small{
	width:30%;
}
.activities-img-medium{
	width:60%;
}
.activities-img-big{
	width:80%;
}
}
@media screen and (min-width:1200px){
.activities-r-text-title{
font-size:2em;
}
.activities-title{
    font-size:2.2em;
}

.activities-img-small{
	width:30%;
}
.activities-img-medium{
	width:60%;
}
.activities-img-big{
	width:80%;
}
}