
@font-face {
  font-family: msdos;
  src: url("fonts/DOS.ttf");
}

@font-face {
    font-family: 'DungGeunMo';
    src: url('fonts/subset-DungGeunMo.woff2') format('woff2'),
        url('fonts/subset-DungGeunMo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body{
	
	background-image: url("img/background/bg.gif");
	background-repeat: repeat;
}
.toplevel{
	display: flex;
	flex-direction: column;
	margin: auto;
	
	max-width: 50em;
	background-color: #ffffff;
	border-style: outset;
		border-image-source: url("img/CDE_border_c1.png");
		border-image-width: 64px;
		border-image-slice: 64;
		 border-image-repeat: repeat;
}
.header{

}
.header .showcase{
	display: flex;
	justify-content: center;
}
.header .showcase img{
	max-width: 50em;
	
	overflow: hidden;
	padding: 7 7 7 7;
}
.header .title{
	font-family: Times New Roman;
	font-size: 8em;
	text-align: center;
	
	
	color: white;
}
.header .title img{
	opacity: 0.6;
	width: 40%;
	max-width: 512px;
	
}
.desc{
	font-family: 'DungGeunMo';
	font-size: 1em;
	text-align: left;
	margin: auto;
	color: #ff94fc;
	max-width: 80%;
	padding: 24px;

}
.header .linkbar{
	margin: 32px;
	font-family: 'DungGeunMo';
	font-size: 1em;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 40em;

	margin: auto;
	margin-top: 0px;
	margin-bottom: 32px;
	padding-left: 32px;
	padding-right: 32px;
}


.link{
	color: #ff9ff3;
	background-color: #ffffff;
	border-color: #ffc1f9;
	border-style: outset;
	padding: 4px;
	border-width: 4px;
	width: 8em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;

}

/*
@media (orientation: portrait){
.link{
	font-size: 2em;
}
}
*/
.body{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.body .showcase{
	background-color: #282c34;
	max-width: 30em;
	margin: auto;
	position: relative;
	width: 80%;
}
.body .showcase img{
	width: 100%;
	z-index: -1;
	filter: drop-shadow(4px 4px 0 black);
}
.body .showcase .text{
	font-family: 'DungGeunMo';
	font-size: 1em;
	color: #aeb5c3;
	position: absolute;
	max-width: 65%;
	max-height: 50%;
	top: 30%;
	left: 30%;
	
	overflow: hidden;
	text-overflow: ellipsis;
}
.body .showcase .text .header{
	color: #ffb4de;
}
.body .mint-counter{

	background-color: white;
	border-style: outset;
	border-image-source: url("img/CDE_border.png");
	border-image-width: 64px;
	border-image-slice: 64;
	border-image-repeat: repeat;
	border-width: 10px;
	max-width: 40%;
	width: 10em;
	margin: auto;
	font-family: 'DungGeunMo';
	font-size: 1em;
	color: #8dac8a;
	text-align: center;
	padding: 16px;
}
.body .mint-box{

	display: flex;
	flex-direction: column;
	text-align: left;
	margin: auto;
	width: 80%;
	max-width: 768px;

}
.body .mint-control{
font-family: 'DungGeunMo';
	font-size: 2em;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-height: 75px;
	color: #596e75;
	
}
.wallet-connect{
	font-family: 'DungGeunMo';
	font-size: 1em;
	color: #ff9ff3;
	background-color: #e9a98f;
	border-color: #f9d3c3;
	border-style: outset;
	padding: 8px;
	border-width: 4px;
	width: 10em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: auto;
	margin-top: 32px;

}

.footer{
	font-family: 'DungGeunMo';
	font-size: 1em;
	color: #ff9ff3;
	text-align: center;
	margin: 32px;
}

.mintbox{
	max-width: 30em;
	margin: auto;
	position: relative;
	width: 80%;
	
	display: flex;
	flex-direction: column;
	font-family: 'DungGeunMo';
	font-size: 1em;
	color: #b5b4b4;
	
	position: relative;
}
.mintbox img{

	width: 100%;
	z-index: -1;
}
.mintbox .inside{
	position: absolute;
	width: 100%;
	top: 15%;
	text-align: center;
	display: flex;
	flex-direction: column;	
}

.mintbox .img{
	filter: drop-shadow(4px 4px 0 black);
}
.mintbox .mbutton{
	background-color: lightgray;
	border-style: outset;
	border-width: 4px;
	padding: 4px;
	max-width: 10em;
	margin: auto;
	color: #e25d9f;
	user-select: none;
	cursor: pointer; 
	display: none;
}
.mintbox .mbutton:hover{
	color: #8c6bce;
	background-color: #f1edfa;
	border-color: #dedddf;
	
}

.mintbox .inside{
	color: #b5b4b4;
	text-align: center;
	max-width: 20em;
	margin: auto;
	margin-left: 5em;
	margin-right: 5em;
	margin-top: 8px;
	

}

.mintbox .inside .desc a{
	color: #e25d9f;
}


.mintbox .mbutton:active{
	border-style: inset;
}

a{
	text-decoration: none;
}
.desc a{
	color: #ff9ff3;
}

.linkbar .link:hover{
	color: #ffffff;
	background-color: #ff9ff3;
	border-color: #ffc1f9;
	border-style: outset;
}
.linkbar .link:active{
	border-style: inset;
}

blockquote {
  background: #fff8fe;
  border-left: 10px solid #ffdaf9;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ffb2ee;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/* This applies to the whole webpage */
html {
  scrollbar-width: thin;
  scrollbar-color: pink white;
}

/* This is needed for webkit browsers like Chrome and Safari */
html::-webkit-scrollbar {
  width: 12px;
}

html::-webkit-scrollbar-track {
  background: white;
}

html::-webkit-scrollbar-thumb {
  background-color: pink;
  border-radius: 20px;
  border: 3px solid white;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: #ff69b4; /* A different pink for hover state */
}
