html {
	height: 100%;
}

body {
    background-color: #0e0d0d;
	background: linear-gradient(to top, #000000 5%, #1d1c1c 100%);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 100vh;
	margin-left: 20%;
	margin-right: 20%;
	box-sizing: border-box;
}


* {
	box-sizing: border-box;
}

header {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	background-color: #201e1c;
	background:linear-gradient(to bottom, #000000 5%, #201e1c 100%);
	
}

.title01 {
	color:#d4cbb6;
	font-size: 23px;
	padding: 15px 0px 0px 10px;
	text-shadow:0px -1px 15px #00000079;
}

.title02 {
	color:#d4cbb6;
	font-size: 27px;
	padding: 15px 0px 0px 10px;
	text-shadow:0px -1px 15px #d3bd7779;
}

.subtitle {
	color: #d8d6cc50;
	font-size: 14px;
	padding-left: 40px;
	padding-right: 40px;
}

a{	color: inherit;
	text-decoration: none;
}

h1 {
    color: #d4cbb6;
    font-size: 70px;
	margin: 10px;
	text-shadow:0px -1px 13px #f5ebb679;
}

h2 {
	color:#d6d5b88e;
	text-shadow:0px -1px 13px #f5ebb63a;
	font-size: 35px;
	margin-top: 0px;
}

h4 {
	color: #bdbab2;
	font-size: 20px;
	margin: 10px;
}

p {
	color: #bdbab2;
	font-size: 18px;
	margin: 10px;
	text-shadow:0px -1px 13px #f5ebb64d;
}


/* list customization */
	ul {
		list-style-type:none;
		color: #bdbab2;
	}


	li:before {
		content: "\2726   ";
	}

.linklist {
	color: #99947d;
	font-size: 18px;
	padding: 10px;
}

	.linklist:before {
		content: "\2726";
		padding-right: 5%;
		
	}

	.linklist:hover {
		text-shadow:0px -1px 13px #f5ebb64d;
		transition: 0.2s;
}

main{
	box-shadow: 0px 0px 10px 0px #000000;
}
.mainpage {
	background-color: #3d3834c2;
	background:linear-gradient(to bottom, #3d3834c2 55%, #201e1c 100%);
	display: flex;
	min-height: 100vh;
	
}


		/*link buttons if needed*/
		.generalbutton {
			box-shadow: 0px 1px 5px 0px #1c1b18;
			background:linear-gradient(to bottom, #000000 5%, #000000 100%);
			background-color:#000000;
			border:2px solid #3b382e;
			display:inline-block;
			cursor:pointer;
			color:#dfdecb;
			font-family:Georgia;
			font-size:20px;
			padding:14px 41px;
			text-decoration:none;
			margin: 20px;
		}
		.generalbutton:hover {
			background-color: #000000;
			background:linear-gradient(to bottom, #000000 5%, #1f1f1d 100%);
			text-shadow:0px -1px 13px #f5eab6;
			transition-duration: 0.1s;
		}
		.generalbutton:active {
			position:relative;
			top:1px;
		}


	/* Sidebar stuff */
.sidebar-nav-1 {
	display: flex;
    justify-content: top center;
    align-items: left;
	flex-direction: column;
	background-color: #201e1c;
	width: 20vh;
	min-width: 200px;
}	


.divider01 {
	border: 1.5px solid #58524c54;
	height: 1px;
	margin: 20px 0;
}

h3{
	color:#99947d;
	margin-left:13px;
	text-shadow:1px -3px 13px #000000;
}

.nav-item1{
	display:inline-block;
	cursor:pointer;
	color:#dfdecb;
	font-family:Georgia;
	font-size:16px;
	padding:5px 30px;
	text-decoration:none;
    margin: 10px;
	
}

	.nav-item1:hover {
		text-shadow:0px -1px 13px #f5eab6;
		transition-duration: 0.1s;
	}



	
/* containers, or I guess where I put the main stuff */

.container-1 {
	display: flex;
	justify-content: left;
	margin: 5%;
	flex-direction: column;
		/* this is only to check how the container wraps*/
		/* background-color: #0000001e; */
}




.update-entry {
	background-color: #252322c2;
	border-style: solid;
	border-color: #58524c;
	border-width: 1.5px;
	box-shadow: 0px 12px 10px 0px #00000059;
	margin-bottom: 30px;
}



/* For content warnings */
/* main button */
.CW {
  background-color: #201e1c;
  color: #bdbab2;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  padding: 10px;
  margin: 20px 0px 0px 0px;
  font-family: georgia;
}

/* hover effect that stays after clicking */
.active, .CW:hover {
  background-color: #181615;
  text-shadow:0px -1px 13px #f5eab6;
  transition: 0.2s;
  
}

/* the thing inside */
.CWcontent {
  padding: 0 18px;
  background-color: #181615;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-shadow: 0px 3px 3px 0px #00000059;
}

/* icons on the cw tab */
.CW:after {
  content: '\2600'; 
  font-size: 15px;
  color: #bdbab286;
  float: right;
  margin-left: 5px;
}

.CW:before {
	content: '\25B8'
}

.active:after {
  content: "\263E";
  text-shadow:0px -1px 13px #f5eab6;
}

.active:before {
	content: "\25BE"
}


/* Character navigation */

	.characters {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.character-box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background-color: #00000059;
		border-radius: 100% 100% 0% 0%;

		color: #bdbab2;
		
		text-shadow:0px -1px 13px #f5ebb64d;
		border-style: solid;
		border-color: #706653;
		border-width: 2px;
		box-shadow: 0px -1px 13px #000000;
		transition: 0.23s;

	}

		.character-box:hover {
			cursor: pointer;
			box-shadow: 0px -1px 23px #584f35;
			transition: 0.23s;
			color: #d4c7a3;
			text-shadow:0px -1px 13px #dbce8b75;
		}

	.mainbox {
		height: 300px;
		width: 200px;
		margin: 40px;
				font-size: 20px;
	}

	.secbox {
		height: 200px;
		width: 130px;
		margin: 20px;
				font-size: 16px;
	}

	.character-content {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 10px;
	}

	.character-img {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 300px;
		border-radius: 100% 100% 0% 0%;
		width: 100%;
		object-fit: cover;
		background-size: cover;
	}

	.charnav {
		transition:  0.3s;
		display: flex;
		align-items: left;
		padding-left: 20%;
		flex-direction: row;
		height: 30px;
		width: 100%;
		background-color: #201e1c;
		background-size: cover;

		color: #bdbab27e;
		font-size: 20px;

	}
	
	.charlink {
		transition:  0.2s;
	}
	.charlink:hover {
		transition:  0.3s;
		text-shadow:0px -1px 13px #f5ebb67e;
		
	}


.containertesting {
	background-color: #00000046;
	background-size: cover;
	height: 100%;
	width: 100%;
}


/* Character wiki stuff */

.Cinfo{
	display: flex;
	justify-content: left;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	height: 500px;

}

.Cimg{
	display: flex;
	height: 500px;

}



.Ctext{
	display: flex;
	flex-direction: column;
	flex-basis:60%;
	height: 400px;
	font-size: 18px;
	overflow: scroll;


	  scrollbar-color: #00000046 #00000046 ;
  	scrollbar-width: thin;

}















/* Mobile Responsive stuff aughh this is stupid help */
@media (max-width: 768px) {
	body {
		margin-left: 0;
		margin-right: 0;
	}

	h1 {
		font-size: 40px;
		margin: 10px;
	}

	h2 {
		font-size: 24px;
		margin-top: 10px;
	}

	h4 {
		font-size: 18px;
		margin: 8px;
	}

	p {
		font-size: 18px;
		margin: 8px;
	}

	.subtitle {
		font-size: 13px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.mainpage {
		flex-direction: column;
		min-height: auto;
	}

	.sidebar-nav-1 {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	h3 {
		width: 100%;
		text-align: center;
		margin: 10px 0 5px 0;
	}

	.nav-item1 {
		padding: 8px 15px;
		font-size: 18px;
		margin: 5px;
	}

	.container-1 {
		margin: 3%;
		padding: 15px;
		width: 100%;
	}

	.generalbutton {
		padding: 10px 25px;
		font-size: 16px;
		margin: 10px;
	}

	.update-entry {
		padding: 10px;
		max-width: 90vw;
	}

}

@media (max-width: 480px) {
	h1 {
		font-size: 30px;
		margin: 8px;
		text-shadow: 0px -1px 8px #f5ebb679;
	}

	h2 {
		font-size: 19px;
		margin-top: 8px;
	}

	h4 {
		font-size: 18px;
		margin: 6px;
	}

	p {
		font-size: 18px;
		margin: 6px;
	}

	.subtitle {
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.sidebar-nav-1 {
		width: 100%;
	}

	.nav-item1 {
		padding: 6px 12px;
		font-size: 16px;
		margin: 4px;
	}

	.container-1 {
		margin: 2%;
		padding: 12px;
		width: 100%;
	}

	.generalbutton {
		padding: 8px 15px;
		font-size: 14px;
		margin: 8px;
		display: block;
		width: 100%;
		text-align: center;
	}

	header {
		flex-direction: column;
	}
}