
@font-face{
	font-family: "chapclerk";
	src: url("./assets/fonts/chapclerk.ttf");

}

@font-face{
	font-family: "dactyl";
	src: url("./assets/fonts/dactylographe.TTF");

}

@font-face{
	font-family: "parlante";
	src: url("./assets/fonts/ParlanteAdjusted.ttf");

}

a:link{
	color: hsla(220, 50%, 50%, 0.9);

}

a:visited{
	color: hsla(240, 50%, 50%, 0.9);
}

a:hover{
	color: hsla(200, 75%, 66%, 0.9);
}

body{

		border: 0px;
		padding:0;
		margin:0;
		border-collapse: collapse;
		height: 100%;
		overflow: hidden;
		background-color: black;
		color: white;
		font-family: parlante, dactyl, Garamond, EB Garamond, Georgia, serif;
		font-size: 14px;

}

h1{
	font-family: chapclerk;
	font-size: 72px;
}

h3{

	font-family: dactyl;
	font-size: 20px;
}

div{

	display: inline;
	margin: none;
	padding: 0;
	position: absolute;

}

p{

	padding: 0;
	margin: none;
	font-size: 18px;
}

svg{

	display: inline;
	position: absolute;
}

input{

	font-size: 12px;
}

li{
	font-size: 18px;
	margin: 12px;
}

.hidden{

  visibility: hidden;

}

.centered{

		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);

}

.noselect {

		-webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

}

.miniScroll::-webkit-scrollbar {
  width: 2px;
}

.miniScroll::-webkit-scrollbar-track {
  border-radius: 2px;
}

.miniScroll::-webkit-scrollbar-thumb {
  background: gray;
  border-radius: 2px;
}

.inputDefault{

	position: absolute;
	border: none;
	background-color: hsla(0, 0%, 0%, 0);
	caret-color: white;
	color:  hsla(0, 0%, 95%, 0.9);
	font-family: parlante, Garamond, EB Garamond, Georgia, serif;


}

.inputDefault:focus{
	outline: none;
}

#convContent{
	left: 24px;
	top: 24px;
	box-shadow: 4px 4px 4px 4px hsla(0, 0%, 0%, 0.5);
	width: 1375px;
	height: 850px;
}

#convTitle{

	top: -24px;
	left: 24px;
}


#convSubtitle{
	left: 24px;
	top: 2px;
	width: 787px;
}

#pageWrapper{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(hsla(200, 50%, 50%, 0.2), hsla(0, 0%, 15%, 0.5));
}

#convContentBox{
	left: 525px;
	background-image: linear-gradient(hsla(200, 20%, 0%, 0.5), hsla(220, 50%, 25%, 0.5));
	width: 850px;
	height: 850px;
}

.txtDark{
	background-image: linear-gradient(hsla(200, 20%, 0%, 0.5), hsla(220, 50%, 5%, 0.5));
	padding-left: 8px;
	border: 1px solid hsla(0, 0%, 50%, 0.666);
	line-height: 1.618;
}

.txtLight{
	background-image: linear-gradient(hsla(200, 10%, 95%, 0.9), hsla(220, 10%, 95%, 0.75));
	color: #000;
	padding-left: 8px;
	border: 1px solid hsla(0, 0%, 50%, 0.666);
	line-height: 1.618;
}

#convContentBoxInner{
	left: 24px;
	top: 129px;
	width: 525px;
	height: 364px;

}

#convContentSideBar{
	left: 571px;
	height: 364px;
	width: 262.5px;
	top: 129px;

}

#convContentBoxSection{

	top: 525px;
	width: 850px;
	height: 325px;
	background-image: linear-gradient(hsla(200, 50%, 50%, 0.25), hsla(220, 50%, 5%, 0.25));


}
