@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	/*line-height: 44.3333px;*/
	color: #0b0b0b; /* Old: #888*/
}
h3{font-weight:300;}
section{background-image:url("/assets/images/overlay.png");}
section#characters > p {font-size: 1.3rem;}
section#characters{
	background-color:#f5fafa;
	padding-top:calc(17rem / 3);
	padding-bottom:calc(17rem / 3);
}
section#about > p {font-size: 1.35rem;}
section#about{
	background-color:#ecf1f1;
	padding-top:calc(17rem / 3);
	padding-bottom:calc(17rem / 3);
}
section > .jumbotron > h2{font-size:100%;}
section#top > .jumbotron{
	color:#fff;
	width:100%;
	background-image:url(/assets/images/banner_handholding.jpg);
	background-position-y:center;
	border-radius:0px;
	background-size:cover;
}
.card{margin-bottom:15px}
.sidebar{
	background: #222629 url("/assets/images/overlay.png");
	/*max-width: 375px;*/
	padding: 0;
	text-align: right;
}
.sidebar-sticky{
	padding-top: 0;
	height: 100%;
}
.jumbotron {
	padding: 17rem 2rem;
	margin-bottom: unset;
}
.jumbotron > h2{
	font-weight:300;
	font-size:50px;
}
.footer{
	text-align: center;
	background-color: #dce3e2;
	padding: 60.8px 0 81.0667px 0;
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
}
.copyright{
	font-size: 20.2667px;
	font-weight: 300;
}
.copyright > a{
	color: inherit;
	text-decoration: none;
	border-bottom: dotted 1px rgba(128, 128, 128, 0.5);
}
.icons{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 38px 0px 19px 0px;
}
.icon a{
	font-size: 25px;
	color: #41484c;
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
}
.icon a:hover{
	text-decoration:none;
	color:#fff;
}
a > h1{
	color: #fff;
	text-decoration: none;
}
a > p{
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
}
.sidebar-sticky ul li a span{
	position: relative;
	display: block;
	font-weight: 300;
	padding-left:1em;
}
.sidebar-sticky ul li a span::before{
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 0;
	text-align: center;
	font-weight: 900;
	width: 1.25em;
}
.sidebar .nav-link.active {
	background: rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
	color: #fff;
}
a.active span::before{
	color: #ff9034;
}
.sidebar .nav-link{
	font-size: 20.2667px;
	color: rgba(255, 255, 255, 0.5);
	padding: 24.6667px 38px 24.6667px 38px;
}
.title{
	font-weight: 600;
	font-size: 22px;
	line-height: 1em;
}
.rank{line-height:21px;}
.header{
	margin: 44.3333px 38px 38px 38px;
}
.header > a{
	text-decoration: none;	
}
.bd-placeholder-img{
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.card-img-top{max-width:512px}
/* MIN width */
@media (min-width: 768px){
	.bd-placeholder-img-lg{
		font-size: 3.5rem;
	}
}
@media (min-width: 1200px){
	.copyright{
		margin-left: 375px;
	}
}
/* MAX width */
@media (max-width: 767.98px){
	section#top > .jumbotron{
		background-position-y:center;
		background-position-x:center;
		background-size:cover;
	}
	[class*="col-"]{width:100%}
}
@media (max-width: 1199.98px) {
	.sidebar .nav-link{padding: 12.6667px 19px 12.6667px 19px}
	.copyright{margin-left: 16.666667%;}
}
@media (max-width: 399.98px) {
	.copyright{margin-left:1px;}
}
/* FontAwesome */
.nav-link .fa-solid {float: left;}