/*#logo-div:hover{
	animation: pulse 3s infinite;
}*/

@keyframes pulse {
  0%, 100% {
    background-color: #D2D2D2;
  }
  50% {
    background-color: #bccf3d;
  }
}

#sidebar{
	padding: 0.25rem;
	margin-top: 0.5rem;
	border-radius: 2px;
}

#sidebar .items{
	height: 100%;
	background-color: #333;
	color: white;
	padding: 1rem 0.25rem;
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#sidebar .desc{
	display: none;
}

#sidebar img{
	height: 2rem;
	filter: invert(1);
}

#sidebar a.item{
	text-decoration: none;
	color: white;
}

#sidebar .fa-angle-down{
	margin: 0.5rem 0rem;
	color: gray;
}

#sidebar .item + .item{
	margin-top: 1.5rem;
}

#sidebar .item{
	font-size: 0.7rem;
	font-weight: bold;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

#sidebar .count{
	margin-top: 0.25rem;
}

#sidebar .item .fa{
	font-size: 2rem;
}

#logo-stats{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-weight: bold;
	flex-wrap: wrap;
	position: relative;
	padding: 0rem 1rem;
	background-color: #333;
	color: white;
	/*background-image: url("../img/cover_art.png");*/
}

#logo-stats a{
	text-decoration: none;
}

#logo-stats .text{
	font-size: 3.5rem;
	line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: -0.75rem;
  color: white;
  position: relative;
}

#counters{
	padding: 1rem;
	font-size: 1.5rem;
	color: white;
	display: grid;
	gap: 0.25rem;
}
#counters .counter{
	display: flex;
	padding: 0.25rem;
	align-items: center;
	position: relative;
	color: white;
}

.counter .help{
	position: absolute;
	top: -0.25rem;
	right: -1.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #888;
  color: white;
  font-size: 0.7rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

#counters .count{
	width: clamp(120px, 120px, 120px);
	margin-right: 0.75rem;
	text-align: right;
}

#counters .desc{
	border-left: solid var(--pd-green) 3px;
	padding-left: 1rem;
	position: relative;
	width: 250px;
}

#probes{
	background-color: #333;
	color: white;
	font-size: 0.7rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	justify-content: space-around;
}

#probes .counts{
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 0.5rem;
}

#probes a{
	color: white;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#probes img{
	height: 1.5rem;
}

#probes .count{
	margin: 0rem 0.5rem 0rem 0.25rem;
	font-size: 1.25rem;
	font-weight: bold;
}

#desc{
	padding: 1rem 1.5rem;
	font-size: 0.8rem;
	line-height: 2;	
}

#desc a{
	font-weight: bold;
}

#infinity{
	font-size: 2rem;
	margin-top: -0.5rem !important;
}

#content.center{
	display: flex;
	justify-content: center;
}

.news{
	text-align: justify;
	padding: 20px 0px;
/*	border-bottom: solid #D2D2D2 1px;*/
}

.news > .subtitle{
	padding: 20px 0px 0px 0px;
	font-weight: bold;	
	font-size: 150%;
}

.news > .date{
	font-size: 80%;
	font-weight: bold;
}

.news > .date > .fa{
	margin-right: 10px;
}

.news .text{
	font-size: 0.8rem;
	line-height: 1.5;
	width: 100%;
}

#homepage .top{
	display: flex;
}

#homepage .top .top-right, #homepage .top-left{
	/*width: 30%;*/
	padding: 0.25rem;
  display: flex;
  flex-flow: column;
}

#homepage .top .top-right{
	min-width: 250px;
	max-width: 320px;
}

#homepage .top-left{
    width: fit-content;
}

#homepage .bottom{
	padding: 0.25rem;
}

#partners{
	background-color: #333;
	padding: 2rem;
	display: flex;
	justify-content: space-evenly;
}

#partners img{
	height: 70px;
	filter: brightness(0%) invert(100%);
}

#homepage .top-left > *, #homepage .top-right > *{
	margin-top: 0.5rem;
}

#homepage{
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

#logo-div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0rem 1rem;
	height: 180px;
	/*border-right: solid #d2d2d2 5px;*/
	position: relative;
}

#logo-div .logo{
	height: 120px;
	filter: 
		drop-shadow( 1px 1px 0px white) 
		drop-shadow( -1px 1px 0px white)
		drop-shadow( 1px -1px 0px white)
		drop-shadow( -1px -1px 0px white)
		drop-shadow( 1px 0px 0px white) 
		drop-shadow( -1px 0px 0px white)
		drop-shadow( 0px -1px 0px white)
		drop-shadow( 0px 1px 0px white);
}

#logo-div .version{
	position: absolute;
	top: -0.5rem;
	right: 0rem;
}

.section{
	background-color: #f2f2f2;
	border-radius: 2px;
}

.section .title{
	font-weight: bold;
  border-bottom: solid #5bb12f 2px;
  padding: 0.25rem;
  display: flex;
}

.section .title .icon{
	margin-right: 0.5rem;
}

.section .section-content{
	padding-top: 0.5rem;
}

#search-examples{
	color: white;
	font-weight: bold;
	padding-top: 0.5rem;
	font-size: 0.8rem;
}

#search-examples .example, #search-examples .circle-spacer{
	margin-top: 0.25rem;
}

#search-examples a{
	color: white;
}

#complex-examples{
	padding: 0.5rem 1rem 1rem 1rem;
	flex: 1 0 auto;
}

#complex-examples .example{
	display: flex;
	align-items: baseline;
	font-size: 0.8rem;
}

#complex-examples .example + .example{
	margin-top: 0.5rem;
}

#complex-examples .text{
	margin: 0.2rem 0.5rem;
	font-weight: bold;
	/*border-bottom: solid var(--pd-green) 1px;*/
}

#homepage .search{
	padding: 1rem;
	background-color: #333;
	font-size: 90%;
	border-radius: 2px;
}

#homepage .search > div{
	display: flex;
	align-items: center;
	width: 100%;
}

#homepage .search .fa{
	font-size: 2rem;
	margin-left: 0.5rem;
	color: white;
}

#homepage .search input{
	width: 100%;
	padding: 10px;
	border: solid #444 1px;
	border-radius: 2px;
}

#homepage .search input[type=text]:focus{
  box-shadow: 0 0 5px rgba(91,177,47, 0.7);
  border: 1px solid rgba(91,177,47, 1);
}

#latest_news{
	padding: 1rem;
}

#latest_news .news{
	padding: 15px 3px 10px 3px;
	border-bottom: solid #D2D2D2 1px;
}

#latest_news .news:last-of-type{
	border-bottom: none;
}

#latest_news .news > .subtitle{
	padding: 10px 0px 0px 0px;
	font-size: 90%;
}

#latest_news .news > .bottom{
	margin-top: 10px;
	font-size: 90%;
}

#latest_news .news > .bottom a {
	font-style: italic;
	font-weight: bold;
	color: black;
}

.fa-twitter{
	color: #1da1f2
}

#twitter_feed{
	background-color: #f2f2f2;
	padding: 10px;
  margin-top: 15px;
  overflow-y: auto;
  height: 500px;
  flex: 1 0 auto;
}

#under_construction{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	font-size: 150%;
	line-height: 2;
}

#homepage-buttons{
	margin: 0rem -0.25rem;
}

#homepage-buttons .pd-button-lg{
	margin: 0.5rem 0.25rem 0rem 0.25rem;
	text-align: center;
	flex-direction: column;
	padding: 1rem;
	min-width: 100px;
}

@media (max-width: 976px) {
	#left{
		margin-left: 0px;
	}

	#sidebar{
		display: none;
	}

	#homepage .top{
		flex-wrap: wrap;
	}

	#homepage .top .top-right{
		/*padding: 0px 15px;*/
		width: 100%;
		max-width: none;
	}

	#homepage .top-left{
	    /*padding: 10px 15px;*/
	    border-radius: 2px;
	    width: 100%;
	}

	/*#logo-stats{
		zoom: 0.8;
	}*/

}

#structure_search_button img{
	height: 2rem;
}