.newsContentGrid .mainContent p, .newsContentGrid .mainContent div{
	/*font-size: 17px !important;*/
}
.newsContentGrid .grid{
	grid-template-columns: 1fr auto;
	grid-gap: 0px;
	max-width: 800px;
	max-width: 100%;
	margin: auto;
	transition: 0.4s all;
}
.newsContentGrid .grid .mainContent a{
	font-weight: normal;
}
.newsHeader .grid{
	grid-template-columns: auto 1fr auto;
}
.newsHeader .content{
	margin: auto 0px;
}
.newsHeader .content .meta{
	color: #f1f1f1;
	padding-bottom: 5px;
	font-size: 13px;
}
.newsHeader .name{
	max-width: 100%;
}
.newsHeader .content .categories{
	padding-top: 10px;
}
.newsHeader .content .categories a{
	display: inline-block;
	background-color: var(--color1);
	color: #424242;
	font-weight: bold;
	padding: 8px 15px;
	font-size: 12px;
	border-radius: 20px;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
.newsHeader .stats{
	margin: auto;
	text-align: center;
}
.newsHeader .stats h1{
	font-size: 35px;
	width: 80px;
	height: 80px;
	border: 5px solid white;
	text-align: center;
	line-height: 70px;
	margin: auto;
	padding-top: 0px;
	margin-top: 0px;
	border-radius: 50%;
	color: white;
	background-color: white;
	/*color: var(--color1);*/
}
.newsHeader .stats h1 span{
	background: -webkit-linear-gradient(to bottom, #4ca2cd, #67B26F); 
	background: linear-gradient(to bottom, #4ca2cd, #67B26F); 

	/*background: -webkit-linear-gradient(to right, #000000, #e74c3c); 
	background: linear-gradient(to right, #000000, #e74c3c); */
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-weight: bold;
}
.newsHeader .stats h3{
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: white;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
.newsHeader .stats button{
	background-color: var(--color2);
}

/* News Header Fixed */
.connectionContainer{
	position: fixed;
	right: -1500px;
	transition: 0.3s all;
}
.newsHeader.fixed{
	position: fixed;
	width: 100%;
	top: -180px;
	left: 0;
	padding: 10px 0px;
	transition: 0.3s top;
	z-index: 1;
}
.newsHeader.fixed .image{
	width: 70px;
	height: 70px;
}
.newsHeader.fixed .name{
	font-size: 18px;
	font-size: 16px;
}
.newsHeader.fixed .meta{
	display: none;
}
.newsHeader.fixed .stats{
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20px;
}
.newsHeader.fixed .stats h1{
	font-size: 25px;
	width: 60px;
	height: 60px;
	border: 5px solid white;
	text-align: center;
	line-height: 50px;
	margin: auto;
	padding-top: 0px;
	margin-top: 0px;
	border-radius: 50%;
	color: white;
	background-color: white;
	margin: auto;
	/*color: var(--color1);*/
}
.newsHeader.fixed .content .categories a{
	font-size: 11px;
	padding: 5px 10px;
}
.newsHeader.fixed .stats h3{
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* News Header Fixed */

/* Show Conntections */
.showConnections .grid{
	grid-template-columns: 1fr 370px;
	max-width: 100%;
}
.showConnections .connectionContainer{
	position: relative;
	right: 0px;
}
.showConnections .connectionContainer .box{
	top: 100px;
	top:160px;
	margin-top: 20px;
}
/* Show Conntections */

@media screen and (max-width:  1000px){
	.newsContentGrid .mainContent p, .newsContentGrid .mainContent div{
		/*font-size: 15px !important;*/
	}
	.newsHeader .grid{
		grid-template-columns: auto 1fr !important;
	}
	.newsHeader .stats{
		display: none !important;
	}
	.showConnections .grid{
		grid-template-columns: 1fr;
	}
	.newsHeader.fixed .content .categories{
		display: none;
	}
}

/* Search Bar */
.searchBar{
	display: none;
}
.searchBar input{
	width: 100%;
	padding: 20px;
	background: white;
	border: none;
	text-align: center;
}
/* Search Bar */