/* FONTS */
@font-face {
    font-family: 'Antro Vectra';
    src: url('AntroVectra-Bolder.woff2') format('woff2'),
        url('AntroVectra-Bolder.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Antro Vectra';
    src: url('AntroVectra.woff2') format('woff2'),
        url('AntroVectra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Iropke Batang';
    src: url('IropkeBatangM.woff') format('woff'),
        url('IropkeBatangM.eot') format('eot');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}


body {
	background: url(img/bg.jpg) repeat;
	background-size: 125px 125px;
	margin: 0;
	padding: 0;
	font-family: 'Iropke Batang', serif;
	color: #424141;
}

/* loading*/
.loading {
	width: 100vw;
	height: 100vh;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}
.loading-logo {
	max-width: 500px;
	width: 90%;
}

.puff-out-center {-webkit-animation:puff-out-center 2.5s ease-in-out both;animation:puff-out-center 2.5s ease-in-out both}
/* ----------------------------------------------
 * Generated by Animista on 2020-2-18 22:28:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes puff-out-center{0%{opacity:0}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);}100%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}}
@keyframes puff-out-center{0%{opacity:0}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1);-webkit-filter:blur(0);filter:blur(0);}100%{-webkit-transform:scale(2);transform:scale(2);-webkit-filter:blur(4px);filter:blur(4px);opacity:0}}

.themes {
	width: 100%;
	max-width: 650px;
	font-size: 20px;
	text-align: center;
	opacity: 0.2;
	margin: 0 auto;
	
	z-index: -1;
}
.themes .lg {
	font-size: 42px;
}
.themes .md {
	font-size: 28px;
}


/* index */

.daf-main, .cat-main {
	display: none;
	height: 100vh;
	margin: 0 auto;
	padding: 40px;
	max-width: 1200px;
	overflow: hidden;
}
.cat-main {
	height: auto;
}

.daf-main .main-logo {
	width: 200px;
	max-width: 25%;
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: -1;

}
.daf-image {
	max-width: 50%;
	width: 400px;
	height: 100vh;
	background: no-repeat url('img/daf-main.png');
	background-size: contain;
	background-position: right bottom;
	z-index: -1;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	bottom: 0;
}

.ths {
	width: calc(100vw - 80px);
	margin: 0 auto;
	max-width: 700px;
	text-align: center;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}

.ths .th {
	width: calc(33% - 10px);
	margin: 5px;
}
.ths .th img {
	width: 100%;
}
.ths .th .img-tiles {
	-webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(80%);
  	-webkit-transition: 0.4s ease-in-out;
  	transition: 0.4s ease-in-out;
}

.ths .th .img-tiles:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  	filter: grayscale(0%);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
  	z-index: 3;
}

.pw-link {
	text-align: center;
	margin-top: 20px;
}
.pw-link a {
	color: #fff;
	background-color: #958e6f;
	text-decoration: none;
}
.pw-link a:hover {
	text-decoration: underline;
}

.footer {
	position: absolute;
	bottom: 15px;
	text-align: center;
	font-size: 12px;
	width: 350px;
	left: 50%;
	margin-left: -175px;
	line-height: 1.8;
	opacity: 0.8;
	z-index: -3;
}

/* Category page */
.th-video-wrapper {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: absolute;
}
.th-video {
	height: 100%;
	min-width: 100%;
	min-height: 44.80vw;
	
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cat-main .cat-daf-img {
	background: no-repeat url('img/daf-main.png');
	background-size: contain;
	width: 150px;
	height: 230px;
	margin: 0 auto;
	position: relative;
	left: -30px;
}
.cat-main .cat-title {
	font-family: 'Playfair Display SC', serif;
	font-size: 36px;
	transform: scaleX(1.1);
	letter-spacing: 6;
	text-align: center;
	opacity: 0.6;
	margin-bottom: 15px;
}
.vl {
	border-left: 1.5px solid #958e6f;
	height: 60px;
	position: relative;
 	left: 50%;
  	margin-left: -0.7px;
  	top: 0;
  	margin-bottom: 40px;
}

.cat-main .title-tile-wrapper {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	align-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.cat-main .title-tile .chip-wrapper {
	margin-bottom: 10px;
}
.cat-main .title-tile .chip {
	padding: 2px 3px 2px 5px;
	color: #424241;
}
.cat-main .title-tile .pic {
	border: 1px solid #424241;
}
.cat-main .title-tile .nsfw {
	background-color: #ffdc4f;
}

.cat-main .title-tile {
	width: 300px;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-align-content: center;
	align-content: center;
	padding: 40px 20px;
}


.cat-main .title-tile * {
	width: 100%;
}

.cat-main .title-tile h1, .ps-tile-wrapper h1 {
	font-size: 26px;
	letter-spacing: 2;
	word-break: keep-all;
	margin-bottom: 10px;
}

.kj {
	font-family: serif;
}
.cat-main .title-tile h2 {
	font-size: 21px;
	margin-bottom: 30px;
	opacity: 0.7;
	letter-spacing: 2;
	margin-bottom: 10px;
}


.cat-main .title-tile span {
	font-size: 14px;
	letter-spacing: 3;
}
.cat-main a {
	text-decoration: inherit;
	color: inherit;
	-webkit-transition: 0.4s ease-in-out;
  	transition: 0.4s ease-in-out;

}
.cat-main a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/* PS page */
.ps-tile-wrapper {
	max-width: 600px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.ps-tile {
	margin: 60px 0;
}

/* Text page */

.breadcrumb {
	max-width: 800px;
	margin: 5px auto;
	color: #958e6f;
	font-weight: 800;
	letter-spacing: 3;
}
.bc-text {
	margin-top: 45px;
}
.bc-bottom {
	margin-top: 30px;
	margin-bottom: 70px;
}
.breadcrumb a {
	text-decoration: inherit;
	color: inherit;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
.video-wrapper {
	opacity: 0.8;
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 80px;
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.txt-wrapper {
	display: none;
	max-width: 600px;
	padding: 100px 100px 140px;
	margin: 30px auto 20px;
	background-color: rgba(255, 255, 255, 0.6);
}

.img-submission {
	width: 100%;
	margin: 15px 0;
}

.txt-wrapper .txt-title {
	font-size: 36px;
	line-height: 1.8;
	text-align: center;
	color: #958e6f;
}
.txt-wrapper .txt-title::first-letter{
	color: #ffdc4f;
}
.txt-wrapper .flower {
	font-size: 13px;
	letter-spacing: 3;
	text-align: center;
	opacity: 0.6;
	color: #958e6f;
	line-height: 1.8;
	margin-bottom: 20px;
}
.txt-wrapper .flower .flower-icon {
	width: 28px;
	position: relative;
	top: 7px;
	margin-right: 5px;
}
.txt-wrapper .txt-writter {
	text-align: center;
	margin-bottom: 80px;
	letter-spacing: 3;
	color: #958e6f;
}
.txt-wrapper .warning {
	text-align: right;
}

.txt-wrapper p, .ps-tile-wrapper p {
	line-height: 2;
	letter-spacing: 0.5;
	margin-bottom: 20px;
	font-size: 16px;
}

.txt-wrapper .big-text1 {
	font-size: 24px;
}

.txt-wrapper .big-text2 {
	font-size: 20px;
}

.txt-wrapper .small-text {
	font-size: 12px;
}

@media screen and (max-width: 900px) {
	.txt-wrapper {
		width: 75%;
		padding: 100px 50px;
	}
	.breadcrumb {
		width: calc(75% + 50px);
	}

}
@media screen and (max-width: 600px) {
	.daf-main, .cat-main {
		padding: 20px;
	}
	.themes {
		font-size: 14px;
	}
	.themes .lg {
		font-size: 30px;
	}
	.themes .md {
		font-size: 22px;
	}

	.ths {
		width: calc(100vw - 40px);
	}
	.ths .th {
		margin: 2px;
		width: calc(33% - 3px);
	}
	.txt-wrapper {
		width: 90%;
		padding: 60px 10px 100px;
	}
	.footer {
		font-size: 8px;
	}
	.breadcrumb {
		width: calc(90% + 10px);
		font-size: 13px;
	}
	.cat-main .cat-title {
		font-size: 30px;
	}
	.vl {
		margin-bottom: 20px;
	}
	.cat-main .title-tile {
		padding: 20px 10px;
	}
	.cat-main .title-tile h1, .ps-tile-wrapper h1 {
		font-size: 21px;
	}
	.cat-main .title-tile h2 {
		font-size: 18px;
	}
	.txt-wrapper p {
		padding: 0 10px;
	}
	.img-submission {
		margin: 10px 0;
	}
	.txt-wrapper .big-text1 {
		font-size: 22px;
	}

	.txt-wrapper .big-text2 {
		font-size: 18px;
	}

	.txt-wrapper .small-text {
		font-size: 10px;
	}
}


