.header-no-bg-grid {
	display:grid;
	max-width: 728px;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px 0;
}

.header-body-copy-no-bg {
	font-size: .9rem;
	color: #131313;
	line-height: 1.3rem;
	padding: 0 0 0;
	margin: 0 0 0;
	text-align: center;
  }

  .no-bg-title-cell {

}

.frenemies-grid {
	display: grid;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
	max-width: 500px;
	justify-items: center;
}

.fren-link-container {
 text-decoration: underline !important;
 width: fit-content;
}

.team-frenemies-header h1{
    margin-bottom: 30px;
  }

.bio-container {
	position:relative;
	width: 100%;
}

.bio-content {
	max-width: 1100px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 45px auto 45px;
	padding: 0 20px 0;
}

.bio-item {

}

.bio-profile {
/*	position: sticky;*/
	top:0;
	display: grid;
	align-items: start;
	margin: 0 0 40px;
}

.bio-pic-grid {
	display:grid;
	grid-template-columns: auto;
	justify-items: center;
	width: fit-content;
}

.bio-profile-pic {
	margin: 0 0;
}


.bio-profile-pic img{
	width: 34vh;
}

.bio-profile-name {
	font-size: 2.5rem;
	padding: 0 0 0;
	margin: 20px 0 15px;
}

/*.team-mask {
	filter: drop-shadow(0 0 0.75rem rgb(255, 217, 0));
}*/

.chad-subscribers {
	font-size: 2.5rem;
	color:red;
	padding: 0 0 0;
	margin: 20px 0 15px;
}

.vy-subscribers {
	font-size: 2.5rem;
	color:red;
	padding: 0 0 0;
	margin: 20px 0 15px;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

@property --vnum {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}

.chad-subscribers {
  transition: --num 5s;
  counter-set: num var(--num);
}

.chad-subscribers::after {
  content: counter(num);
}

.vy-subscribers {
  transition: --vnum 5s;
  counter-set: vnum var(--vnum);
}

.vy-subscribers::after {
  content: counter(vnum);
}

.bio-basic-info {
	display: grid;
	grid-template-columns: auto auto;
	width: fit-content;
	grid-column-gap: 10px;
}

.bio-basic-info ul {
	font-size: .75rem;
	list-style-type: none; 
	list-style-position: inside;
  padding: 0;
  line-height: 1.3rem;
}

.socials-grid {
	display: grid;
	grid-template-columns: auto auto auto;
	width: 100px;
	grid-column-gap: 18px;
	grid-column: 1 / span 2;
	margin: 10px 0 0;
}

.new-recruits-thum-grid {
	display: grid;
	width: fit-content;
	grid-template-columns: auto;
	margin: 0 0 0;
}

.team-bio-thumb-container-grid {
	display: grid;
	align-content: center;
	text-align: center;
	margin: 10px 0;
	padding: 12px 10px 10px;
	transition: all .5s;
}

.team-bio-thumb-container-grid div {
	width: 100%;
	overflow: hidden;
	width:fit-content;
}

.thum-vid-mix {
	display: grid;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	padding: 10px 0;
}

.team-bio-thumb-container-grid:hover {
	-webkit-box-shadow:0px 0px 21px 5px rgba(255,46,46,0.9);
	-moz-box-shadow: 0px 0px 21px 5px rgba(255,46,46,0.9);
	box-shadow: 0px 0px 21px 5px rgba(255,46,46,0.9);
}

.team-bio-thumb-container-grid:hover .thum-vid-mix {
	cursor: pointer;
  transform: scale(1.1);
}

.new-recruits-thum-grid li {
	list-style-type: none;
}

.new-recruits-thum-grid a {
	text-decoration: underline;
}

#bios-social-you {
	width: 42.6px;
	height: 32px;
}

.bios-social-icon {
	width: 32px;
	height: 32px;
	transition: .3s;
}

.bios-social-icon:hover{
	transform: scale(1.3);
}

.bios-hr {
	margin: 30px 0;
	border-top: 1px solid #ccc;
}

.stats {
	width: 100%;
}

.stats-details-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	grid-column-gap: 10px;
	justify-content: space-between;
}

.stats ul {
	font-size: .75rem;
	list-style-type: none; 
	list-style-position: inside;
  padding: 0;
  line-height: 1.3rem;
  width: 100%;
}

.stats-scores {
	text-align: right;
}

.progressbar-chad {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-chad>div {
  background-color: blue;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.fun-facts-details-grid {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

.fun-fact-icon-container{
	display: grid;
	align-items: center;
	justify-content: center;
}

.fun-fact-icon {
	display: grid;
	align-items: center;
	background-color: #f6f6f6;
	border-radius: 50%;
}

.fun-fact-icon-img {
	width: 75px;
	height: auto;
}

.fun-fact-copy-cell {
	display: grid;
	grid-template-columns: 1fr;
	background-color: #f6f6f6;
	padding: 9px 20px;
}

.fun-fact-header {
	font-size: .75rem;
	font-weight: bold;
  padding: 0;
  line-height: 1.3rem;
  align-self: end;
}

.fun-fact {
	font-size: 1.2rem;
	font-weight: bold;
  padding: 0;
  line-height: 1.3rem;
}

.progressbar-reo {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-reo>div {
  background-color: red;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.progressbar-stormi {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-stormi>div {
  background-color: yellow;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.progressbar-shinobi {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-shinobi>div {
  background-color: cornflowerblue;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.progressbar-vy {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-vy>div {
  background-color: cornflowerblue;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.progressbar-daniel {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-daniel>div {
  background-color: yellow;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.progressbar-regina {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-regina>div {
  background-color: purple;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.progressbar-melvin {
  background-color: black;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 100%;
}

.progressbar-melvin>div {
  background-color: coral;
  width: 0%;
  /* Adjust with JavaScript */
  height: 10px;
  border-radius: 10px;
  transition: .8s ease-out;
}

.progress-bar {
	grid-column: 1 / span 2;

}

.new-ninjas-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	position: relative;
	grid-column-gap: 30px;
	width: 100%;
	max-width: 480px;
  padding: 30px;
  margin: 0 auto 0px;
}

.legacy-container {
	display: grid;
	grid-template-columns: auto auto auto;
	position: relative;
	width: 100%;
	max-width: 480px;
  justify-content: space-around;
  padding: 40px;
  margin: 0 auto 50px;
}

.legacy-title-cell {
	max-width: 728px;
	text-align: center;
	margin: 0 auto;
}

.image-container {
	display: grid;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.legacy-thums-container {
	transition: .3s;
}

.legacy-thums-container:hover img{
	filter: drop-shadow(0 0 0.75rem rgb(255, 217, 0));
}

.legacy-thum{
	width: 70%;
	clip-path: circle(50% at 50% 50%);
	margin: 0 auto;
}

.image-container img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.legacy-thums-container:hover {
    transform: scale(1.1);
		filter: drop-shadow(1px 0px 6px #ff0000);
}

/*.image-container img:hover{
    transform: scale(1.1);
}*/

.legacy-ninjas-title {
	font-size: .75rem;
	font-weight: bold;
  padding: 0;
  line-height: 1.3rem;
  margin: 5px auto;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  white-space: normal;
}

@media only screen and (max-width: 640px) {

.page-header-container{
	background-image: url('https://spyninjas.net/images/header-bg-tile-blue-sm.jpg');
	background-repeat: repeat;
	width: 100%;
}

.fun-fact {
	font-size: .9rem;
	font-weight: bold;
  padding: 0;
  line-height: 1.3rem;
}

	.bio-content {
		width: 100%;
		max-width: 100%;
		display: grid;
		grid-template-columns: 1fr;
		margin: 45px auto 45px;
		padding: 0 20px 0;
	}

.bio-profile-pic {
	display: grid;
	margin: 0 auto;
}

.bio-profile-pic img{
	margin: 0 auto;
	width: 80%;
}

.bio-profile-name {
	text-align: center;
	font-size: 2.5rem;
	padding: 0 0 0;
	margin: 20px 0 15px;
}

.bio-basic-info {
	display: grid;
	grid-template-columns: auto auto;
	width: 100%;
	grid-column-gap: 10px;
}

.new-ninjas-container {
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
	grid-column-gap: 30px;
	width: 100%;
	max-width: 480px;
  padding: 40px;
  margin: 0 auto 0px;
}

.legacy-container {
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
	width: 100%;
	max-width: 100%;
  justify-content: space-around;
  padding: 0;
  margin: 0 auto 50px;
}

.legacy-title-cell {
	grid-column: 1 / span 1;
	margin: 0 auto 10px;
	text-align: center;
}

.image-container {
		display: grid;;
   align-items: center;
   justify-content: center;
   margin: 0 0 30px;
}

.legacy-thum{
	width: 60%;
	clip-path: circle(50% at 50% 50%);
	margin: 0 auto;
}

.legacy-ninjas-title {
	font-size: 1.4rem;
	font-weight: bold;
  padding: 0;
  line-height: 1.3rem;
  margin: 21px auto;
 	white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

}