body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background: linear-gradient(to right, #b1acac, #ef7272);
	position: relative;
}
.img-pt {
	width: 250px;
}
@media (max-width: 576px) {
	.img-pt {
		width:60px;
	}
}

.welcome::before {
	content:'';
	background: #ae0202;
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right:auto;
	display: block;
	transform: translateY(16px)
}
.welcome::after
{
content:'';
background: #ae0202;
height: 10px;
width: 50px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
display: block;
transform: translateY(8px)
}
.testimonials-bg {
	background: linear-gradient(to bottom, #b89695, #ef7272)
}
.image-border{
	border: 2px solid red;
	width:100%;
	height:auto;
}
.line-dots {
	border-top: 5px dotted red;
}
.active-menu {
	/*background: #1e1d1d;*/
	border-radius: 5px;
	border-bottom: solid 2px white;
	color: white;
	font-weight:600;
}
.nav-item {
	text-transform: uppercase;
		
}
.home-thumb-p{
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}
.title-sign {
	color: #ae0202;
}
	.title-sign::before {
		content: "\F100 \F100 \F100 \0020  \f140 \0020 \F101 \F101 \F101";
		display: inline-block;
	}

	.title-sign-small::before {
		content: "\F2DC";
		display: inline-block;
	}
.bg-footer{
	background:#1e1d1d;
}
.bg-light-panel {
	background: linear-gradient(to right, #858383, #cfcece);
}

#upcoming-event-title{
	font-size:5rem;
	color:white;
}

#counter {
	font-size: 4rem;
}
.white-footer{
	color: white;
}
.h-100{
	height:100px;
}
.br-2 {	
	border-radius: 5px;
	border: solid 5px white;
	background-image: linear-gradient(30deg, #808080, #b89695);
}
.gradient-text {
	background: -webkit-linear-gradient(#eee, #333);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.messenger {
	content: "\f39f";
	display: inline-block;
	margin-top: -15px;
	width:30px;
	height:30px;
}
.messenger:hover {
	opacity:0.3;
}

a.nostyle{
	text-decoration:none;
	color: white;
}

a.nostyle:hover{
	opacity:0.3;
}
.bg-footer-img{
	background-image:url(images/jcsgo/cloud-dark.jpg)
}