@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');

body {
	margin: 0;
	padding: 0;
	font-family: lucida grande,verdana,arial,helvetica;
	font-size: 12px;
	background-image: url(./images/grunge1.jpg);
}

img {
	max-width: 50%;
}

.outer {
	width: 1000px;
	margin: auto;
	position: relative;
}

.header {
	background: #666;
	width: 100%;
	height: 160px;
	border: 1px solid black;
	background-image: url(./images/dungeontourch.gif);
	background-size: cover;
}

.site-title h3 {
	font-family:"Times New Roman", Times, serif; 
	color: white;
	font-size: 45px;
	padding-top: 10px;
}

.white {
	background: #2f2f2f;
	border: 1px solid black;
	padding: 24px;
	min-height: calc(100vh - 280px);
	margin-bottom: 2rem;
}

.nav-item {
	background: #671b8d;
	display: inline-block;
	border: 1px solid #ffffff;
	position: relative;
	padding: 12px 24px;
	bottom: -1px;

	
}

.nav-item:hover{
	background: #FFF;
}

.nav-item.active {
	border-bottom: 1px solid #FFF;
}

.content {
	width: 680px;
	float: left;
	padding-bottom: 1rem;
}

.side {
	width: 250px;
	height: 100%;
	float: right;
}

.clear {
	clear: both;
}

.side-box {
	background: #EEE;
	padding: 12px;
	min-height: 200px;
}

textarea.code {
	background: #000;
	color: #FFF;
	font-family: monospace;
	padding: 12px;
	width: 100%;
}

.breadcrumbs {
	background: #EEE;
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #666;
}

.breadcrumbs a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

.nav a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
}

h1 {
	background: #671b8d;
	color: #FFF;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 6px;
}

h2 {
	font-size: 18px;
	border-bottom: 1px dotted #000;
	margin-top: 2rem;
	color: #FFF;
}

.border {
	border: 1px solid #000;
}

h2 a {
	text-decoration: none;
	color: #000;
}

.nav-item.nav-top {
	border: none;
}

.site-title {
	color: #FFF;
	margin-top: 40px;
	margin-left: 70px;
}

.site-title a {
	color: #FFF;
	text-decoration: none;
  	font-family:'deutschgoth'; 
	font-size: 45px;
}

.update {
	display: inline;
	margin-right: 24px;
}

.updates {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 3px;
}

.yasu {
	position: absolute;
	width: 360px;
	right: 20px;
	top: 54px;
}

.post-content img {
	max-width: 90%;
}


.muted {
	opacity: 0.3;
}


.recent-image img {
	width: 50px;
	border: 1px solid;
}

.sidebar {
	border: 0;
	width: 100%;
	height: 750px;
}

hr {
	border: 0;
	border-bottom: 1px dotted black;
	margin: 2rem 0;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: 6px 12px;
	border: 1px solid #000;
    vertical-align: top;
}

th {
	background: #EEE;
	color: black;
}

table.border-0 th, table.border-0 td {
    border: 0;
}

.border-0 {
    border: none;
}

table img {
	max-width: 100%;
}

p{
	color: #EEE;
	font-size: 16px;
}


.cwList ul{
    color: crimson;
    list-style: none;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.centerimg{
	 display: block;
  margin-left: auto;
  margin-right: auto;
}


/* -------------------------------------------ART GALLERY-------------------------------- */ 
#img-gallery {
    width: 80%;
    margin: 100px auto 50px; 
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
    grid-gap: 30px; 
}

#img-gallery img {
    width: 100%;
    cursor: pointer;

}


#img-gallery img:hover{
    transform: scale(0.8);
    border-radius: 20px; 
}

.imgDescriptionBox{
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.885); 
    position: fixed; 
    top: 0; 
    left: 0; 
    display: none; 

}

.full-img-content{
    display: flex;
}

.img-box{
   /* width: 90%; 
    max-width: 500px; 
    margin: 0; */
    width: 500px;
    height: 800px; 
    float: left;
}

.img-box img{
    max-width: 100%;
}

.text-box{
    color: white;
    float: right;

    
}

.text-box h3{
    color: white;
    margin: 1em;

}

.text-box p{
    color: white; 
    overflow: visible; 
    margin: 1em;
    text-align: left; 
    font-size: 20px; 
    word-break: break-word; 
    
}

.img-box span{
    position: absolute;
    top: 5%;
    right: 5%; 
    color: white; 
    cursor: pointer; 
    font-family: sans-serif; 
    font-weight: bold; 
    font-size: 20px; 
}

#img-gallery img{
    width: 300px; 
    height: 300px; 
    padding-left: 1em; 
    padding-right: 1em; 
}
