body{
	font-family:"Sora", sans-serif;
	font-size: 16px;
	line-height:26px;
	color:#333;
	
	background-image:url('../img/tlo.png');
	background-position:center;
	background-size:cover;
}


a{
	color:#a71b1e;
}

.text-left{
	text-align:left;
}	

.text-right{
	text-align:right;
}

.top-section{
	padding:10px 0px;
	background-color:#232323;
	color:#d3d3d3;
	border-bottom:2px solid #4e2741;
}

.middle-section{
	background-image:url('../img/tlo_2024-2.jpg');
	background-image:url('../img/tlo.png');
	background-image:none;
	background-color:#fff;
	background-position:center;
	background-size:cover;
	padding-top:80px;
	padding-bottom:80px;
}

.container-text{
	
	background: #ffffff; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	margin-bottom: 30px; 
	border: none; -webkit-box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06); 
	box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06); 

	padding:20px;
	
}

.container-text a{
	color:#a71b1e;
	text-decoration:underline;
}

.linksSection{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#232323;
}

.linksSection .fa-circle{
	color:#a71b1e;
}

.footerSection{
	background-color:#3c3c3c;
}

.eventNow{
	background-color:#a71b1e;
}

.divGroupBt input, .divGroupBt a{
	width:200px;
}

.divGroupDesc{
	width:185px;
}

.divGroupValue{
	width:280px;
}

.submitBt{
	color:#a71b1e;
}

.help-section{
	padding:50px;
	background-image:url('../img/bg-11.png');
	background-position:center top;
	background-repeat:repeat-x;
}

.btn-primary{
	background-color:#aa1822;
	border-color:#aa1822;
	padding: 12px 30px;
    border-radius: 0px;
	margin-top:2px;
}

.btn-primary:hover{
	background-color:#7c070f;
	border-color:#7c070f;
}


@media (max-width: 900px) {

.top-section .text-left{
	text-align:center;
}

.top-section .text-right{
	text-align:center;
}

.top-section a{
	float:none !important;
}


}