#textContent{
margin: 2.5%;
height:auto;
}


#TCLeftTextContainer a{
	text-decoration: none;
}
#TCLeftTextContainer {
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	float: right;
	border-radius: 0.5vw;
}

#TCRightTextContainer {
	background-color: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(5px);
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 0.5vw;
}
#TCLeftTextContent {
	text-align: center;
	height: 100%;
	width: 95%;
	margin: 2.5%;
	line-height: 1.8;
	border-radius: 0.5vw;
}
#TCRightTextContent {
	text-align: center;
	height: 100%;
	width: 90%;
	margin: 2.5%;
	line-height: 1.8;
	border-radius: 0.5vw;
}
#TCLeftTextContainer a{
	text-decoration: none;
}


#SBRImage{
float: right; 
margin: 0% 2.5% 2.5% 2.5%;;
border-radius:  0.5vw 0.5vw 0.5vw 0.5vw;
}

#SBLImage{
float: left; 
margin: 0% 2.5% 2.5% 2.5%;
border-radius:  0.5vw 0.5vw 0.5vw 0.5vw;
}

#TCRightImageContainer {
	background-image: url("../media/img/LeftSide.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 30%;
	height: 100%;
	overflow: hidden;
	border-radius:  0vw 0.5vw 0.5vw 0vw;
}
#TCRightImageContent {
	background-image: url("../media/img/LeftSide.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height:100%;
	margin: 10%;
}


