@import url('https://fonts.googleapis.com/css2?family=Anek+Odia&family=Arvo&family=Karla:wght@300&family=Noticia+Text&family=Raleway&family=Roboto+Slab:wght@200;400&display=swap');

body {
	background: url('https://wasongo.art/assets/images/peachtile-750.png');
	background-repeat: repeat-x;
	background-color: #294E52;
	background-attachment: fixed;
}

html {
	scrollbar-width: thin;
	overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 8px;
	height: 8px;
} 

.comheader {
	margin: 0 auto;
	height:100px;
	width: 850px;
	background-image: url(../images/banner3.png);
}

.comcontainer {
	position: relative;
	max-width: 850px;
	min-height: 710px;
	display: flex;
	flex-flow: column nowrap;	
	margin: 0 auto;
	background-color: #EEE5D8;
	text-align: center;
}

.navbox {
	background-color: #0A0C0D;
	box-sizing: border-box;
	padding: 20px;
	color: #F0A254;
	flex-grow: 0;
}

.navbox h1 {
	font-family: 'Arvo', 'Roboto Slab', 'Noticia Text', 'Courier New', serif;
	font-size: 2em;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.comnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: 'Karla', 'Raleway', 'Anek Odia', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
}

.comnav li {
	display: inline-block;
	margin: 0 10px;
	transform: translateY(0px);
	transition: all 0.2s;
}

.comnav li:hover {
	transform: translateY(-2px);
	transition: all 0.2s;
}

.comnav li a {
	color: #F0A254;
	text-decoration: none;
	transition: all 0.2s;
	
}

.comnav li a:hover {
	color: #78B8C0;
	text-decoration: underline;
	background-color: #0A0C0D;
	transition: all 0.2s;
}

#main {
	filter: blur(10px);
	transition: all 1.2s;
	opacity: 0;
	transform: translateX(-300px);
}

.commain {
	box-sizing: border-box;
	padding: 40px;
	flex-grow: 9;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
}

.terms p {margin: 10px 0;}

p {
	font-family: 'Karla', 'Raleway', 'Anek Odia', sans-serif;
	font-size: 1.2em;
}

a {
	color: #294E52;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	text-decoration: underline;
	background-color: rgba(240,162,84,0.5);
	transition: all 0.3s;
}

h1 {
	font-family: 'Arvo', 'Roboto Slab', 'Noticia Text', 'Courier New', serif;
	font-size: 1.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline;
}

h2 {
	font-family: 'Karla', 'Anek Odia', 'Raleway', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline;
}

ul {
	font-family: 'Karla', 'Raleway', 'Anek Odia', sans-serif;
	font-size: 1.1em;
	list-style-type: circle;
}

.welcomebox {
	position: relative;
	flex-shrink: 0;
	max-width: 600px;
	box-sizing: border-box;
	min-height: 265px;
	padding: 10px 150px 20px 40px;
	background-color: #F7EDDD;
	border: 6px solid #F0A254;
	border-radius: 50px;
	margin: 40px auto;
}

.status {
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0; right: 0;
	background-color: #F0A254;
	max-width: 600px;
	height: 65px;
	border-radius: 0 0 40px 40px;
	font-family: 'Arvo', 'Roboto Slab', serif;
	font-size: 1.8em;
	text-align: left;
	padding: 12px 65px;
}

.welcomebak {
	position: absolute;
	right: -80px;
	top: -50px;
}

.button {
	position:relative;
	display: inline-block;
	box-sizing: border-box;
	height:90px;
	margin-top: 40px;
	font-family: 'Arvo', 'Roboto Slab', 'Noticia Text', serif;
	font-size: 1.3em;
	color: #0A0C0D;
	text-transform: uppercase;
	text-decoration: none;
	padding: 32px 40px;
	border-radius: 45px;
	background-color: #F0A254;
	transition: all 0.2s;
	}

.button:hover {
	color: #F0A254;
	text-decoration: none;
	background-color: #0A0C0D;
}

.guides {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	border: 1px dashed black;
	border-radius: 25px;
	padding: 20px 30px 20px 30px;
}

.general {width: 55%; margin: 10px 10px 10px 0;}
.wont {width: 41%; margin: 10px 0px 10px 10px;}
.patrons {width: auto; margin: 10px 10px;}

/* DETAILS SUMMARY */

details summary::-webkit-details-marker { display: none; }
details summary::marker {display: none; }

.details {
	position: relative;
	margin: 10px 0 30px 0; 
	box-sizing: border-box;
	width: 350px;
	height: 110px;
	background-color: #F7EDDD;
	border: 6px solid #F0A254;
	border-radius: 50px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.nsfw {
	border: 6px solid #0A0C0D;
	height: 140px;
}
.details[open] {
	width: 720px;
	height: 585px;
	transition: all 0.5s ease-in-out;
}

.styleimg {
	position: relative;
	height: 102px;
	width: 102px;
	margin: 0 auto;
}

details p {
	padding: 0 20px;
}

.style::before {
	content: "+";
	font-size: 1.5em;
	position: absolute;
	top: 2px;
	right: 30px;
	transform: rotate(0deg);
	transition: 0.5s transform;
	font-family: 'Courier New', 'Courier', monospace;
	font-weight: bold;
}

.stylensfw::before {
	color: #F0A254;
}

details[open] > .style:before {
  transform: rotate(90deg);
  transition: 0.5s transform;
}

details[open] .openbox {
  animation: open .6s ease-in-out;
}

@keyframes open {
  0% {opacity: 0; transform: scale(0); transform-origin: center top;}
  100% {opacity: 1; transform: scale(1); transform-origin: center top;}
}

.style {
	position: relative;	
	max-width: 720px;
	min-width: 300px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	color: black;
	box-sizing: border-box;
	font-size: 1em;
	text-align: center;
	border-radius: 15px;
}

summary .title {
	background-color: #F0A254;
	display: inline-block;
	width: 100%;
	height: 40px;
	border-radius: 40px 40px 0 0;
	font-family: 'Arvo', 'Roboto Slab', serif;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;	
}

summary .nsfwtitle {
	background-color: #0A0C0D;
	color: #F0A254;
}

.stylebox {
	display: flex;
	margin: 20px auto;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.inner {
	display: flex;
	margin: 0;
	flex-flow: row wrap;
	max-width: 410px;
	align-items: center;
	justify-content: center;
}

.styleprev2 {
	position: relative;
	width: 192.5px;
	height: 250px;
	box-sizing: border-box;	
	flex-shrink: 0;
	margin: 0 5px;	
	cursor: pointer;
	transition: all 0.5s;
}

.styleprev2 img {
	width: 192.5px;
	height: 250px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 30px;
	border: 1px dashed black;
}

.styleprev2:hover, .styleprev3:hover, .styleprev6:hover {
	transform: scale(1.2);
	transition: all 0.5s;
	z-index: 10;
}

.style2title {
	position: absolute;
	bottom: 3px; right: 20px;
	font-family: 'Karla', 'Raleway', 'Anek Odia', serif;
	letter-spacing: 1px;
	text-shadow: 2px 2px 0 #FFFDF6, 2px -2px 0 #FFFDF6, -2px 2px 0 #FFFDF6, -2px -2px 0 #FFFDF6, 2px 0px 0 #FFFDF6, 0px 2px 0 #FFFDF6, -2px 0px 0 #FFFDF6, 0px -2px 0 #FFFDF6, 2px 2px 0px #FFFDF6;
}

.styleprev3 {
	position: relative;
	width: 125px;
	height: 300px;
	box-sizing: border-box;	
	flex-shrink: 0;
	margin: 0 5px;
	cursor: pointer;
	transition: all 0.5s;
}

.styleprev3 img {
	width: 125px;
	height: 300px;
	object-fit: cover;
	object-position: 70% 50%;
	border-radius: 30px;
	border: 1px dashed black;
}

.style3title {
	position: absolute;
	bottom: 3px; right: 20px;
	font-family: 'Karla', 'Raleway', 'Anek Odia', serif;
	letter-spacing: 1px;	
}

.styleprev6 {
	position: relative;
	width: 125px;
	height: 145px;
	box-sizing: border-box;	
	flex-shrink: 0;
	margin: 5px 5px;
	cursor: pointer;
	transition: all 0.5s;
}

.styleprev6 img {
	width: 125px;
	height: 145px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 30px;
	border: 1px dashed black;
}

.pricegrid {
	width: 260px;
	margin: 0 5px;
	display: grid;
	grid-template-areas:
    'left right'
    'footer footer';
	gap: 10px;
}

.divider1 {
	margin: 0 auto;
	width: 369px;
	height: 13px;
	background: url('https://wasongo.art/assets/images/mesdotfc2web-line41.gif') repeat-x;
}

.item1 {grid-area: left; width:215px;}
.item2 {grid-area: right; width:35px;}
.item3 {grid-area: footer;}

.pricegrid > div {
	text-align: left;
}

.pricegrid > div p {padding: 0; font-size: 1.1em;}
sub {vertical-align:baseline;}

@media screen and (max-width: 690px) and (max-height: 950px) {
	body {margin: 0;}
	.comheader {
		width:355px;
		height: 50px;
		background-size: cover;
		background-position: 70% 50%;}
	
	.commain {padding: 10px;}
	
	.welcomebox {
	position: relative;
	flex-shrink: 1;
	min-height: auto;
	padding: 10px 20px 10px 20px;
	margin: 165px auto 10px auto;
	border-radius: 0 40px 40px 40px;}
	
	.status {
	top: -80px;
	left: -6px;
	width: 210px;
	border-radius: 40px 40px 0 0;
	height: 80px;
	font-size: 1.2em;
	text-align: center;
	padding: 15px 8px;}

	.welcomebak {
	position: absolute;
	right: 12px;
	top: -170px;
	width: 125px;
	height: auto;}
	
	.button {
	height:80px;
	margin-top: 20px;
	font-size: 1.1em;}
	
	.details {
	margin: 10px 0 30px 0; 
	border-radius: 50px;}

	.details[open] {
	width: 100%;
	height: auto;}
	
	.divider1 {width: 225px;}
	
	.stylebox {flex-flow: column nowrap;}
	
	.styleprev2 {margin: 10px auto;}
	
	.styleprev3 {
		margin: 10px auto;
		width: 193px;}
	
	.styleprev3 img {
		width: 193px;
		object-position: 50% 50%;}
		
	.guides {
		padding: 20px;}
		
	.general, .wont {
		width: 95%;
		margin: 10px;}
}