	@font-face {
		font-family: msdos;
		src: url("fonts/DOS.ttf");
	}

	body {

		background-image: url("img/background/exotic.png");
		background-repeat: no-repeat;
		background-size: cover;
	}

	.toplevel {
		display: flex;
		flex-direction: column;
		margin: auto;

		max-width: 50em;
		background-color: #120c11;
		border-style: outset;
		border-image-source: url("img/CDE_border_c2.png");
		border-image-width: 64px;
		border-image-slice: 64;
		border-image-repeat: repeat;
	}

	.showcase {
		padding: 7 7 7 7;
		/*max-height: 271px;*/
		/*margin-bottom: 20px;*/
	}

	.slide img {
		max-width: 50em;
		width: inherit;
	}


	.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;
	}

	.slide {
		position: relative;
		width: inherit;
	}

	.slideContainer {
		width: 100%;
		overflow: hidden;
	}

	.showcase {
		overflow: hidden;
	}

	.desc {
		font-family: msdos;
		font-size: 1em;
		text-align: left;
		margin: auto;
		color: #c1a2aa;
		max-width: 80%;
		padding: 14px;
	}

	.header .linkbar {
		margin: 32px;
		font-family: msdos;
		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: #a5a9c3;
		background-color: #8d5b68;
		border-color: #704853;
		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;

	}

	.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: msdos;
		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: #e86d75;
	}

	.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: msdos;
		font-size: 1em;
		color: #8dac8a;
		text-align: center;
		padding: 16px;
	}

	.body {

		display: flex;
		flex-direction: column;
		text-align: left;
		margin: auto;
		width: 80%;
		max-width: 768px;

	}

	.body .mint-control {
		font-family: msdos;
		font-size: 2em;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		max-height: 75px;
		color: #596e75;

	}

	.footer {
		font-family: msdos;
		font-size: 1em;
		color: #268bd3;
		text-align: center;
		margin: 32px;
	}

	#bridge-toggle {
		margin: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 98%;
	}

	#bridge-toggle button,
	.view button {
		font-family: msdos;
		font-size: 1em;
		background-color: lightgray;
		border-style: outset;
		border-width: 4px;
		border-color: #dedddf;
		padding: 4px;
		color: #e25d9f;
		user-select: none;
		cursor: pointer;
		width: 50%;
	}

	#bridge-toggle button:hover {
		color: #8c6bce;
		background-color: #f1edfa;
	}

	#bridge-toggle button:active,
	.pressed {
		color: #8c6bce !important;
		background-color: #f1edfa !important;
		border-style: inset !important;
	}

	input {
		font-family: msdos;
		font-size: 1em;
	}

	.tokens-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 7px;
		width: 400px;
		max-height: 330px;
    	overflow-y: scroll;

		/* firefox */
		scrollbar-width: auto;
		scrollbar-color: #8c6bce transparent;
	}

	.tokens-container::-webkit-scrollbar {
		width: 12px;
	}

	.tokens-container::-webkit-scrollbar-track {
		background: transparent;
	}

	.tokens-container::-webkit-scrollbar-thumb {
		background-color: #8c6bce;
		border-style: outset;
		border-width: 2px;
		border-color: #9c7eda;
	}

	.token {

	}

	.selected {
		background-color: #e25d9f;
	}

	.mintbox {
		max-width: 35em;
		margin: auto;
		position: relative;
		width: 80%;

		display: flex;
		flex-direction: column;
		align-items: center;
		font-family: msdos;
		font-size: 1em;
		color: #b5b4b4;

		position: relative;
		border-image-source: url("img/CDE_border_blue.png");
		border-image-width: 32px;
		border-image-slice: 64;
		border-image-repeat: repeat;
	}

	.mintbox img {
		width: 98%;
		margin-top: 5px;
	}

	.mintbox .inside {
		width: 100%;
		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;*/
		width: 50%;
	}

	.mintbox .mbutton:hover {
		color: #8c6bce;
		background-color: #f1edfa;
		border-color: #dedddf;

	}

	.mintbox .inside .desc {
		color: #b5b4b4;
		text-align: center;
		max-width: 80%;

		margin-top: 8px;
		padding-top: 0px;

	}

	.mintbox .inside .desc a {
		color: #e25d9f;
	}

	.mintbox .inside p {
		margin: 0 auto;
		margin-top: 10px;
	}

	.mintbox .mbutton:active {
		border-style: inset;
	}

	a {
		text-decoration: none;
	}

	.desc a {
		color: #268bd3;
	}

	.linkbar .link:hover {
		color: #3711;
		background-color: #a5a9c3;
		border-color: #84879c;
		border-style: outset;
	}

	.linkbar .link:active {
		border-style: inset;
	}

	.slide_fadein {
		animation-name: slide_fadein;
		animation-duration: 1.5s;
	}

	@keyframes slide_fadein {
		from {
			opacity: .85
		}

		to {
			opacity: 1
		}
	}

	.bridgewrapper {
		/*width: 90%/;*/
		margin: 0 auto;
		display: flex;
		width: 80%;
		flex-wrap: wrap;
		/* height: 222px; */
	}

	.view {
		font-family: msdos;
		font-size: 1em;
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 20px;
	}

	.hidden {
		display: none;
	}

	@media only screen and (max-width: 700px) {
		.bridgewrapper {
			width: 100%;
			margin: 0 auto;
			display: flex;
			flex-direction: row;
			background-size: cover;
			background-repeat: no-repeat;
			padding-bottom: 72px;
			flex-wrap: wrap;
			height: 400px;
			filter: drop-shadow(4px 4px 0 black);
			max-height: 2.5em;
		}

		.mintbox {
			width: 85%;
			/* height: 380px; */
		}

		.mintbox img,
		#bridge-toggle {
			width: 97%;
		}

		.mintbox .inside p {
			width: 90%;
			margin: 0 auto;
			margin-top: 10px;
		}

		.mbutton {
			width: 50%;
			font-size: 0.9em;
			/*padding: 0 !important;*/
			margin: 0 auto !important;
			margin-top: 10px !important;
		}

		#bottommsg {
			position: relative;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
		}
	}

	.error {
		color: red;
	}

	#connectwalletbutton {
		margin-top: 40px !important;
		margin-bottom: 20px !important;
	}

	#topmsg {
		width: 95%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

