body {
	background-color: black;
	color: white;
	font-family: 'Calibri Light';
	margin: 0;
	text-size-adjust: 160%;
	
	background: linear-gradient(-63deg, #040404 23%, transparent 23%) 16px 0, 
		linear-gradient(-63deg, transparent 85%, #040404 85%), 
		linear-gradient(-63deg, transparent 34%, #040404 38%, #040404 58%, transparent 62%), #020202;
	background-size: 46px 96px;
}
body::-webkit-scrollbar {
	background-color: rgba(0, 0, 0, 0);
	width: 8px;
}
body::-webkit-scrollbar-thumb {
	background: linear-gradient(-45deg, #222, #666);
	border-radius: 10px;
}

a {
	color: #0ff;
	font-style: oblique;
	text-decoration: none;
}
a:hover {
	color: #f00;
}

.header-wrapper {
	background: url(Image2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.header-content {
	font-size: 80px;
	padding: 80px;
}	
	
.debug-fixed {
	background-color: rgba(24,24,24, 0.9);
	border: 2px solid #666;
	border-radius: 6px;
	font-family: 'Courier New';
	padding: 10px;
	position: fixed;
	text-size-adjust: 100%;
	top: 66px;
	left: 101%;
	width: 450px;

	transition-duration: 228ms;
	transition-timing-function: ease-out;
}
.debug-fixed:hover {
	left: calc(100% - 460px);
}
.debug-label {
	position: relative;
	left: -80px;
}

.flex-pad {
	flex: 1 1 0;
}

.home-button {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 2;
}
.home-button img {
	filter: opacity(0.75);
}
.home-button img:hover {
	filter: drop-shadow(2px 6px 6px #204);
}

.load-result {
	display: inline-block;
	margin-bottom: 19px;
	text-align: left;
}
.main-result {
	background: linear-gradient(63deg, #111 23%, transparent 23%) 16px 0, 
		linear-gradient(63deg, transparent 85%, #111 85%), 
		linear-gradient(63deg, transparent 34%, #111 38%, #111 58%, transparent 62%), #222;
	background-size: 23px 48px;
	display: flex;
	align-items: flex-end;
}
.rand-result {
	display: inline-block;
	font-size: 2.5em;
	margin: 20px;
}
.refresh-result {
	display: none;
	margin-bottom: 19px;
	text-align: left;
}
.refresh-result img {
	transition-property: transform;
	transition-duration: 0.2s;
}
.refresh-result:hover img{
	filter: sepia(3%) saturate(10000%) hue-rotate(300deg) saturate(10000%);
	transform: rotate(90deg);
}

.text-about {
	text-align: left;
	width: 66%;
	max-width: 900px;
}
.text-about p {
	text-indent: 1.25em;
}
.text-caption {
	font-size: larger;
	margin-top: 40px;
}
.text-pad {
	margin: 40px 20px 20px;
	font-size: 1.5em;
}

#ft {
	margin-top: 25px;
	font-size: 75%;
}
#ft img {
	max-width: 72px;
}
#ft img:hover {
	filter: sepia(4%) saturate(10000%) hue-rotate(300deg) saturate(10000%);
}