@import "latofonts.css";

html, body, .wrapper {
	height: 100%;
}

body {
	box-sizing: border-box;
	margin: 0;
	background-color: #2d2d2d;
}

.wrapper {
	display: flex;
	flex-direction: column;
}

.main_container {
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	background-image: url(../images/backgrounds/squibbytile.png);
	background-position: top center;
	background-color: rgb(32,32,32);
}

.main_container > :first-child {
	margin-top: 20px !important;
}

.main_container > * {
	margin: 0 auto;
}

.darkmode .main_container > div {
	border-left: 3px solid #181818;
	border-right: 3px solid #181818;
	background-color: rgb(51, 51, 51);
}

.main_container > div {
	width: 80%;
	max-width: 2560px;
	border-left: 3px solid #aed2f4;
	border-right: 3px solid #aed2f4;
	background-color: rgba(230, 230, 230, 1);
}

.darkmode .main_container > div:nth-of-type(1) {
	border-top:  16px solid #181818;
}

.main_container > div:nth-of-type(1) {
	margin-top: -45px;
	border-top:  16px solid #aed2f4;
	border-radius: 8px 8px 0 0;
}

.darkmode .content_image {
	border: 4px solid #181818;
	background-color: rgb(51, 51, 51) !important;
}

.content_image {
	position: relative;
	width: 128px;
	height: 128px;
	margin: auto;
	border: 4px solid #aed2f4;
	background-color: white;
	border-radius: 50%;
	z-index: 1;
}

.darkmode div.top_banner{
	background-color: rgb(38,38,38);
}

div.top_banner{
	background-color: rgb(203,229,254);
	padding-bottom: 15px;
}

.darkmode div.top_banner a:link, .darkmode div.top_banner a:visited, .darkmode div.top_banner a:active {
	color: #ff6a6a;
}

div.top_banner a:link, div.top_banner a:visited, div.top_banner a:active {
	color: black;
}

div.top_banner a:hover{
	color: white;
	text-decoration: underline;
}

.text_content {
	padding: 15px 10px 10px 10px;
	text-align: center;
}

.darkmode .text_content > h2 {
	color: rgb(232, 232, 232);
}

.text_content > h2 {
	font: 38px LatoWeb, Arial, sans-serif;
}

.darkmode .text_content > h3 {
	color: rgb(232, 232, 232);
}

.text_content > h3 {
	margin: 10px 0 0 0;
	padding: 0;
	font: 32px LatoWeb, Arial, sans-serif;
}

.darkmode .text_content > h4 {
	color: rgb(232, 232, 232);
}

.text_content > h4 {
	margin: 0;
	padding: 0;
	font: 16px LatoWebLight, Arial, sans-serif;
}

.darkmode .text_content > p {
	color: rgb(232, 232, 232);
}

.text_content > p {
	margin: 15px 0 0 0;
	padding: 0;
	font: 16px 'Courier New', monospace;
}

.highlighted {
	font-weight: bold;
}

.darkmode .text_content a, .darkmode .highlighted {
	color: #ff6a6a;
}

.text_content a, .highlighted {
	color: #5f87ff;
	text-decoration: none;
}

.darkmode .text_content a:link, .darkmode .text_content a:visited, .darkmode .text_content a:active {
	color: #ff6a6a;
}

.text_content a:link, .text_content a:visited, .text_content a:active {
	color: #5f87ff;
}

.darkmode .text_content a:hover {
	color: white !important;
}

.text_content a:hover {
	color: black;
	text-decoration: underline;
}

.top_section {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px 10px 10px 10px;
}

.top_section img{
	display: flex;
	margin: auto;
}

.darkmode .top_section p{
	color: rgb(232, 232, 232);
}

.top_section p{
	margin: 10px 0 0 0;
	text-align: center;
	font: 16px 'Courier New', monospace;
}

.darkmode .squibby {
	color: rgb(202, 202, 202);
}

.squibby {
	display: flex;
	flex-direction: column;
	width: 122px;
	height: 122px;
	margin: 20px 40px;
}

.squibby a, .top_section a{
	margin: auto;
}

.squibby img {
	max-width: 122px;
	max-height: 96px;
	margin: auto;
}

.squibby p {
	margin: 2px 0 0 0;
	text-align: center;
	font: 14px LatoWeb, Arial, sans-serif;
}

.darkmode .settings{
	color: rgb(202, 202, 202);
}

.settings{
	position: absolute; 
	top: 4px; 
	right: 4px; 
	display:flex;
	flex-direction: column;
	font: 14px LatoWeb, Arial, sans-serif;
	color: black;
}

.settings a{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 2px;
	cursor: pointer;
}

.multisetting{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.multisetting a{
	padding: 2px 5px;
}

.darkmode .multisettingselected{
	color: white;
	border: 1px white solid;
}

.multisettingselected{
	border: 1px black solid;
}

.bottom_section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	padding: 10px;
}

.bottom_section:last-of-type {
	flex-grow: 1;
}

.darkmode .bottom_section h3 {
	color: rgb(232, 232, 232);
}

.bottom_section h3 {
	width: 100%;
	text-align: center;
	font: 28px LatoWebLight, Arial, sans-serif;
	margin-bottom: 15px;
}

.darkmode .bottom_section h5 {
	color: rgb(232, 232, 232);
}

.bottom_section h5 {
	width: 100%;
	text-align: center;
	font: 16px 'Courier New', monospace;
	margin: 0 0 5px 0;
}

.darkmode .last_section {
	border-bottom: 2px solid #181818;
}

.last_section {
	border-bottom: 2px solid #aed2f4;
	border-radius: 0 0 8px 8px;
	margin-bottom: 15px;
}

.section_wrapper {
	max-width: 1280px;
}

.ascii {
	font-weight: bold;
}

.super {
	margin-top: 15px !important;
	margin-bottom: -15px !important;
	font-size: 32px !important;
}

.pages {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	font: 20px LatoWebLight, Arial, sans-serif;
}

.pages a{
	text-decoration: none;
	padding: 8px;
}

.darkmode .pages a.selected{
	background-color: #ff6a6a;
	color: black !important;
}

.pages a.selected{
	background-color: #96cada;
}

.darkmode .pages a:link, .darkmode .pages a:visited, .darkmode .pages a:active {
	color: rgb(232, 232, 232);
}

.pages a:link, .pages a:visited, .pages a:active {
	color: black;
}

.darkmode .pages a:hover{
	background-color: #dadada;
	color: black;
}

.pages a:hover{
	background-color: #dadada;
}

.darkmode .pages a.selected:hover{
	background-color: #ff6a6a;
	color: black;
}

.pages a.selected:hover{
	background-color: #96cada;
}

.squibbypagelinks{
	display: flex; 
	flex-direction: column; 
	justify-content: center;
	margin-bottom: 10px;
}

.squibbypagelinks a{
	margin-top: 10px;
	display: flex; 
	flex-direction: row; 
	align-items: center;
}

.squibbypagelinks img{
	max-height: 48px;
	margin-right: 5px;
}

.squibbypagelinks p{
	font: 16px 'Courier New', monospace;
	word-break: keep-all;
}

#squibbycount {
	margin-bottom: 50px;
}