:root {
	--main-color: rgb(24, 26, 27);
}

main {
    background-color: var(--main-color);



}

dd {
	font-size: 18px;

}

p {
	font-size: 18px;

}

/* Color for regular text */

a {
	color: rgb(128, 182, 204);
	text-decoration: none;

}

/* top header */


IMG.logo {
	width: 360px;

}

.top {
	border-bottom: 1px solid;
	border-bottom-color: gray;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;

}

.mainheader {
	display: flex;
	align-items: center;
	padding-left:50px;
	padding-right:50px;
	margin: auto;
	max-width: 1400px;
	padding-top: 6px;
	padding-bottom: 6px;

}

.rightlinks {
	text-align: right;
	font-size: 24px;


}

.rightlinks ul {
	list-style: none;

}

.rightlinks li {
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
	background-color: rgb(18, 20, 23);
	padding: 10px;
	border-radius: 10px;
	margin-left: 8px;
	font-weight: 700;
	color: white;

}

.rightlinks li:hover {
	background-color:darkslategray;

}


/* Sections and separators */

.box {
	text-align: center;
	font-size: 18px;
	margin-left: 150px;
	margin-right: 150px;
	padding: 5px;

}

.hr {
	padding: 5px;

}

.quote {
	color: white;
	padding: 18px;

}

.quote a {
	color: white;

}

.section {
	background-color: rgb(0, 0, 0);
	padding: 15px;
	box-shadow: rgb(0 0 0 / 0%) 0px 4px 8px 0px, rgb(100 100 100 / 50%) 0px 2px 6px 1px;

}

.subsection {
	background-color: var(--main-color);
	background-image: url(/images/page-extra-footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	padding: 15px;
	border-radius: 10px;

}

.separator {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;


}

.comingsoon {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.resright {
	display: block;
	float: right;
	padding-left: 40px;
	padding-right: 40px;
	align-content: space-around;

}

.resrightimg {
	max-width: 245px;

}


body {
	background: #222222;

	background-color: var(--main-color);
	color: rgb(200, 195, 188);
	margin-left: auto;
	margin-right: auto;
}

main {
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1400px;
}


/* stuff at footer */

.footer {
	text-align: center;
	font-size: 14px;
	margin-bottom: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black;
	position: absolute;
	bottom: 0;
	width: 100%;

}

#page-container {
	position: relative;
	min-height: 100vh;

}

#content-wrap {
	padding-bottom: 2.5rem;

}

.footer a {
	color:white;

}


/* Crypto */

.cryptocontainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 10px;

}

.cryptoinfo {
	max-width: 360px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;

}

.cryptoinfo code, .crypto {
	font-size: small;
	overflow-wrap: break-word;

}

.qr {
	max-width: 150px;
	padding: 10px;
	border: none;

}


/* Headers-and-colors */

h1, h4 {
	text-align: center;
	color: rgb(247, 142, 102);
}

h1 {
	text-align: center;
}

h2 {
	color: rgb(247, 142, 102);
}

h3 {
	color: #ffffaf;

}

/* Buttons */

nav li, footer li {
	display: inline-block;
	list-style: none;
	background: rgba(0,0,0,.3);
        border-radius: 10px;
	padding: .5em;
	max-width: 7em;
}

/* Scrollbar */

::-webkit-scrollbar {
	background-color: #202324;

}

::-webkit-scrollbar-corner {
	    background-color: #181a1b;
}

::-webkit-scrollbar-thumb {
	    background-color: #454a4d;

}
