/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CHARACTER INDEX PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {
	scrollbar-width: thin;
	scrollbar-color: #DB4186 black;
	background: url('../backgrounds/occornerbg.png');
	background-repeat: repeat;
}

.flex {
	display: flex;
	justify-content: center;
}
.chara-container {
	border: none;
	padding: 15px;
	width: 915px;
	height: auto;
	border-top: none;
	background-color: #EAB05B;
	border-radius: 30px 0px 30px 30px;
}

.chara-container-2 {
	padding: 15px;
	width: 800px;
	height: auto;
	background-color: rgb(224,76,102,0.40);
	border-radius: 30px;
	margin: auto;
}

.chara-header {
	border: none;
	border-radius: 90px 15px 0px 0px;
	height: 110px;
	width: 650px;
	margin-left: 770px;
	margin-top: 20px;
	justify-content: center;
	border-bottom: 3px dashed #E04C66;
	background-image: linear-gradient(25deg, rgb(107,160,165), rgb(234,176,91), rgb(224,76,102));
}

@font-face {
  font-family: 'Sysfont';
  src: url('sysfont.woff2') format('woff2'),
  url('sysfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

h1 {
	font-size: 80px;
	font-family: 'Sysfont';
	color: white;
	text-align: center;
	margin: auto;
}

.box {
	background-color: rgb(107,160,165,0.80);
	padding: 15px;
	border-radius: 20px;
}

.clouds {
	background-image: url('../backgrounds/crob_clouds.png');
	width: 1922px;
	height: 365px;
	position: fixed;
	bottom: 0px;
	z-index: -1;
}

.oc {
	border-radius: 60px;
	border: 3px dashed #E04C66;
	margin-right: 5px;
	width: 12%;
}

.oc:hover {
	border: 3px solid white;
}

h3.character {
	font-family: 'Sysfont';
	background-image: linear-gradient(25deg, rgb(107,160,165),  rgb(234,176,91), rgb(224,76,102,0.80));
	text-align: left;
	padding: 5px;
	color: white;
	font-size: 30px;
}

p {
	font-family: 'Sysfont';
	font-size: 20px;
}

.box2 {
	background-image: linear-gradient(25deg, rgb(107,160,165),  rgb(234,176,91), rgb(224,76,102,0.80));
	padding: 10px;
	border-radius: 20px;
	width: 600px;
	height: auto;
}

h3.misc {
	font-size: 40px;
	color: white;
	font-family: 'Sysfont';
}

@media only screen and (max-width: 1500px) {
	.chara-header {
		width: 100%;
		margin-left: 80px;
	}
}

@media only screen and (max-width: 992px) {
	.oc {
		border: 3px dashed #E04C66;
	}
	.chara-container, .chara-container-2 {
		width: 90%;
	}
	.box {
		width: 93%;
	}
	.oc {
		width: 20%;
	}
	.flex {
		display: column;
	}
	.chara-header {
		width: 100%;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 768px) {
	.oc {
		border: 3px dashed #E04C66;
	}
	.chara-container, .chara-container-2 {
		width: 90%;
	}
	.box {
		width: 93%;
	}
	.oc {
		width: 20%;
	}
	.flex {
		display: column;
	}
	.chara-header {
		width: 100%;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 480px) {
	.oc {
		border: 2px dashed #E04C66;
	}
	.chara-container, .chara-container-2 {
		width: 90%;
	}
	.box {
		width: 93%;
	}
	.oc {
		width: 30%;
	}
	.flex {
		display: column;
	}
	.chara-header {
		width: 100%;
		margin-left: 0px;
	}
	h1 {
		font-size: 60px;
	
	}
}