/* {font-size:13pt;font-weight:normal;} */
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@media (min-width: 64em) {
	.row {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
	}
	.col { flex-grow: 1; }
}

.grid {
	border-collapse: collapse;
}

/*.col {
	border: 6px double #850E08;
  border-radius: 0.25em;
	padding: 1em;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}*/

.user-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	list-style-type: none;
	padding: 0;
}
.user-list li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 10em;
}
.user-list::after {
	content: "";
}

body {
	margin: auto;
	padding: 1em;
	max-width: 64em;
	font-family: "Courier Prime", monospace;
	color: #030001;
	background: #FFF;
	word-wrap: break-word;
}
a {
	text-decoration: none;
	color: #850E08;
	font-weight: italic;
	padding-right: 0.25em;
}
a:hover { color: #030001; }
hr {
  border: 0;
  border-top: 4px dotted #030001;
  margin-top: 2em;
  margin-bottom: 2em;
}

.text-center {
	text-align: center;
}
.advisory {
	background: #fc4;
	color: #222;
	font-weight: bold;
	padding: 1em;
	border-radius: 0.25em;
}
h1 {
	text-transform: lowercase;
		color: #030001;
		font-family: "Courier Prime", monospace;
}

/* THEGOODS */
#fancyboi::before {
	content: "> ";
}
@media (prefers-reduced-motion: no-preference) {
	@keyframes flash {
		50% { opacity: 0; }
	}
	@keyframes reveal {
		from { width: 2em; } /* Width of ::before */
		  to { width: 100%; }
	}
	#fancyboi {
		overflow: hidden;
		white-space: nowrap;
		animation: reveal 4s linear;
		text-overflow: "\2588";
	}
	#fancyboi::after {
		content: "\2588";
		animation: flash 0.5s step-end infinite;
	}
}
/* SDOOGEHT */

.sourceCode {
 color:#008000;
}

code > span.fl { 
 color: #008000; 
}

 /* Style the navbar */
#navbar {
	overflow: hidden;
	background-color: #850E08;
	color: #222;
	z-index: 99;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0.25em;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

#navbar a:hover {
	background-color: #030001;
}

/* Navbar links */
#navbar a {
	float: left;
	display: block;
	color: #F5E9DA;
	text-align: center;
  font-style: italic;
	padding: 14px;
	text-decoration: none;
  transition: 0.3s;
}

/* Page content */
.content {
	padding-top: 5px;
}

input[type="text"],
textarea {
	background-color: #333;
	color: darkorange;
}

div.alert-warning {
	background-color: darkred;
}
div.alert-success {
	background-color: darkgreen;
}

/* POETRY */
#a-medium-new-york-poem, #in-media-res-poem, #i-show-my-love-poem, #my-part-time-poem {
	padding: 1.5em;
	margin: 1.5em;
	background-color: #eee;
	border-radius: 0.25em;
}

#i-show-my-love-poem > p > span {
	color: #C30E08;
	}

#my-part-time-poem > p > span {
	color: #C30E08;
	}

/* Mobile */
@media (max-width: 768px) {
	td {
		display: block;
	}
}
