@font-face {
	font-family: "Roboto";
	src: url("/fonts/Roboto-VariableFont_wdth,wght.ttf") format("ttf");
}
html{
	scroll-behavior: smooth;
}
body{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color:#333333;
}
header{
	box-shadow: 1px 1px 5px gray;
	background-color:#1c1c1c;
	width:100%;
	display : flex;
	align-items : center;
}
header img{
	height:60px;
	width:auto;
	margin:10px 20px;
}
h1{
	margin-top:0px;
	font-weight:100;
}
h2{
	font-weight: 300;
	
	
	font-variant: small-caps;
	color:#666666;

	margin-bottom:0;
	font-size:23px;
	margin-top:6px;

}
#section_overlay{
	text-align:center;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#section_creatures{
	text-align:center;
}
h2 i{
	margin:0 10px;
	color:#999999;
}
.align_left{
	text-align:left;
}
.font_white{
	color:white;
}
.font_sm{
	font-size:13px;
}
p{
	margin-top:5px;
	margin-bottom:5px;
}
p span{
	color:#797769;
}
a:link {text-decoration:none; color:black; outline: 0;}
a:visited {text-decoration:none;color:black; outline: 0;}
a:hover {text-decoration:none;color:black; outline: 0;}
a:active {text-decoration:none;color:black; outline: 0;}
a:focus {text-decoration:none;color:black; outline: 0;}

#link_btns_box a:link {text-decoration:none; color:#333333; outline: 0;}
#link_btns_box a:visited {text-decoration:none;color:#333333; outline: 0;}
#link_btns_box a:hover {text-decoration:none;color:#333333; outline: 0;}
#link_btns_box a:active {text-decoration:none;color:#333333; outline: 0;}
#link_btns_box a:focus {text-decoration:none;color:#333333; outline: 0;}

a{
	-moz-transition: color ease 0.3s;
	-o-transition: color ease 0.3s;
	-webkit-transition: color ease 0.3s;
	transition: color ease 0.3s;	
}
ol{
	margin-bottom:150px;
}
ol li{
	margin-top:20px;
	
}

#link_btns_box{
	margin-top:35px;
}
.link_btn{
	padding:15px 25px;
	margin:10px 0;
	border:1px solid #333333;
	background-color:white;
	-moz-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	transition: color background-color .3s;	
}
.link_btn:hover{
	background-color:#E6E6E6;
}


/*Organizer Stuff*/

.creation_box{
	margin:5px;
	padding:10px;
	display:inline-block;
	cursor:pointer;
	opacity:1;
	-webkit-transition: all 0.06s linear;
	-moz-transition: all 0.06s linear;
	-o-transition: all 0.06s linear;
	-ms-transition: all 0.06s linear;
	transition: all 0.06s linear;
}


.creation_box h2{
	width: 320px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.creation_box img{
	height:320px;
	width:320px;
}


	
/*.creation_box:hover{
	box-shadow: 1px 1px 5px gray;
}*/

figure{
	overflow:hidden;
}

.creation_box figure img, .creation_box figure {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.creation_box figure:hover img {
	-webkit-transform: scale(1.16);
	transform: scale(1.16);
}
.creation_box figure:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.creation_basics{
	font-style:italic;
	opacity:.9;
}
/*.creation_basics span::after {
    content: ' ';
}*/
/*.creation_basics span:nth-child(2)::after {
    content: ', ';
}*/




.overlay_outer_box{
	position:fixed;
	display:none;
	top:0;
	justify-content: center;
	align-items: center;
	z-index:999;
	height:100vh;
	width:100%;
	background-color: rgb(152, 152, 152); /* old IE */
	background-color: rgba(51, 51, 51, 0.8);
}

#overlay_inner_box{
	position:relative;
	width:75%;
	background-color:white;
	text-align:left;	
	height: 90vh;
	overflow: hidden;
	z-index:0;
	
}

#overlay_inner_box a{
	color:#78756f;
	font-weight:400;
}
#overlay_inner_box a:hover{
	color:#9ca6a6;
}
.fa-flask{
	margin-left:1px;
}
#patreon_link{
	margin-left:-1px;
	margin-top:9px;
	padding: 10px 15px;
	display: inline-block;
	color:#6f7878;
	font-weight:400;
    display: inline-block;   
    border: 1px solid #acaba1;
	-moz-transition: background-color ease .3s;
	-o-transition: background-color ease .3s;
	-webkit-transition: background-color ease .3s;
	transition: background-color .3s;
}
.desc_box{
    height: 100%;
    padding: 30px;
	padding-left: 55%;
    width:100%;
    position: relative;	
	display : flex;
	align-items : center;
}

#overlay_inner_box.bg_right .desc_box{
	width:50%;
	padding:30px;
	padding-right:5%;
	margin-left:0;
}

#overlay_inner_box .bg{
	position: absolute;
	left: 0;
	right: auto;
	z-index: 0;	
	background-position: center 40%;
	background-repeat: no-repeat;
	background-size: 120%;
	height:100%;
	width: 60%;
	animation: zoom 500ms;
	animation-fill-mode: both;
	-moz-animation: zoom 500ms;
	-moz-animation-fill-mode: both;
	-webkit-animation: zoom 500ms;
	-webkit-animation-fill-mode: both;

}
#overlay_inner_box.bg_right .bg{
	left: auto;
	right: 0;
	/*background-position: center 40%;*/
}
#overlay_inner_box img{
	height:100%;
	width:250px;
	float:right;
	margin-right:-1px;
	margin-left:auto;
}
#overlay_inner_box.bg_right img{
	height:100%;
	width:250px;
	float:left;
	margin-left:-1px;
	margin-right:auto;
}
#overlay_inner_box.bg_dark{
	background-color:#1c1c1c;
	color:#e1d8c6;
}
#overlay_inner_box.bg_dark .bg{
	background-position: 90%;
}

#overlay_inner_box.bg_dark h2{
	color:#e1d8c6;
}
#overlay_inner_box.bg_dark p span{
	color:#a6a495;
}

#nextcreature, #previouscreature{
	position:absolute;
	font-size:90px;
	color:white;
	cursor:pointer;
	-webkit-transition: all 0.06s linear;
	-moz-transition: all 0.06s linear;
	-o-transition: all 0.06s linear;
	-ms-transition: all 0.06s linear;
	transition: all 0.06s linear;
	line-height: 1;
	font-weight: 800;
	padding:40px;
}
#previouscreature:hover, #nextcreature:hover{
	color:#D3E2E2;
}
#nextcreature{
	right: 20px;
}
#previouscreature{
	left: 20px;
}
.hide{
	display:none;
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(1.15);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#overlay_inner_box h2{
	font-size:30px;
	margin-top:0;
}
#overlay_inner_box .creation_basics, #overlay_inner_box .creation_desc{
	margin-bottom:5px;
}

#overlay_inner_box .creation_challenge{
	color: #797769;
	font-style: italic;
}


#overlay_inner_box figure{
	
	display:inline;
}

#overlay_link_box{
	position:absolute;
	bottom:10px;
	right:20px;
	text-align:right;
}
.crosslink_box a{
	cursor:pointer;
	color:#8f7647;
	display:block;
	font-weight:40;
}
.crosslink_box i{
	margin-right:10px;
	margin-top:9px;
}
.crosslink_box div:hover{
	color:#333333;
}

.overlay_fadeIn{
	display:flex;
	opacity:0;
	animation: fadeIn 0.1s linear forwards;
}
.desc_box_inner{
	opacity:0;
}
.opacity_full{
	opacity:1;
	animation: fadeIn 0.1s linear forwards;
}

@keyframes fadeIn {
 0% { opacity:0; }
 100% { opacity:1; } 
}
@keyframes fadeOut {
 0% { opacity:1; }
 100% { opacity:0; } 
}
.close_overlay{
	cursor:pointer;
	position:absolute;
	right:10px;
	top: 6px;
	-webkit-transition: all 0.06s linear;
	-moz-transition: all 0.06s linear;
	-o-transition: all 0.06s linear;
	-ms-transition: all 0.06s linear;
	transition: all 0.06s linear;
	font-size: 40px;
	color:#cccccc;
	line-height:1;
}
.close_overlay:hover{	
	color:#D39494;
}




/*tags*/
/*.fixit{
	position:fixed;
	justify-content: space-between;
}
.fixit img{
	display:inline-block;
}*/
#searchbox{
	position: sticky;
	top: 0;
	width:100%;
	display:flex;
	margin-bottom:4px;
	justify-content: center;
	align-content: space-between;
	align-self: flex-start;
	margin: 15px 0 0 0;
	z-index:999;
	background-color:rgba(255,255,255,0.9);
}
#searchbox img{
	display:none;
	height:60px;
	margin-left: 30px;
}
#searchbox input{
	width:50%; 
}
#searchbox .tagify{
	text-align:left;
	margin: 10px;
	margin-right: 30px;
	width: 60%;
	background-color:white;
	border:1px solid #cccccc;
	--tags-focus-border-color:#d29988;
}
.tagify__dropdown__item--active{
	color:black;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
:root{
	--tagify-dd-color-primary:#cccccc;
}




@media (max-width:1200px){
	#overlay_inner_box .bg{
		background-size:cover;
	}
}

@media (max-width:1000px){
	#overlay_inner_box .desc_box, #overlay_inner_box.bg_right .desc_box{
		width:100%;
		padding:30px;
		background-color:rgba(255,255,255,0.9);
	}
	#overlay_inner_box.bg_dark .desc_box{
		background-color:rgba(28, 28, 28, 0.9);
		
	}
	
	#overlay_inner_box{
		height:auto;
		width:95%;
	}
	#overlay_inner_box .bg{
		width:100%;
		height: 100%;
		background-size: 200%;
		    
	}
	.creation_box img {
	    max-height: 320px;
	    max-width: 320px;
	}
	
}

@media (max-width:600px){
	#searchbox .tagify{
		width:90%;
	}
}



