* { box-sizing: border-box; border-collapse: collapse; }
html, body { margin: 0; height: 100%; }
body { background-image: url('/z.jpg'); background-repeat: repeat; display: flex; flex-direction: column; }
#duck { flex-grow: 1; background-image: url('/duck.gif'); background-size: contain; background-position: center center; width: 100%; padding-bottom: 1rem; }
#duck ul { list-style-type: none; width: fit-content; padding-left: 1rem; margin-top: 0; padding-top: 1rem; position: fixed; }
#duck ul li { display: inline-block; }
#duck ul li a { background-color: yellow; color: black; padding-left: 3px; padding-right: 3px; }
#duck ul li a:visited { color: black; }
#comments { width: 100%; max-width: 75%; margin-left: auto; margin-right: auto; margin-top: 45px; }
#comments .comment, #comments .response { padding-top: 1rem; padding-bottom: 1rem; padding-left: 1.5rem; padding-right: 1.5rem; color: white; background-color: hotpink; margin-bottom: 1rem; border-radius: 30px; }
#comments .comment.incomingResponse { margin-bottom: .25rem; }
#comments .response { color: black; background-color: yellow; width: 95%; margin-left: auto; }
#comments .response .text, #comments .comment .text { word-break: break-word; }
#comments .response .meta, #comments .comment .meta { text-align: right; font-size: .85rem; position: relative; bottom: -10px; }
#commentForm { text-align: center; border: 1px solid hotpink; padding: 1rem; width: 100%; max-width: 50%; margin-top: 45px; margin-left: auto; margin-right: auto; background-color: rgba(255, 255, 255, .75); }
.timestamp { visibility: hidden; }
#commentForm p { margin-bottom: 0; }
#characterCount { font-family: monospace; text-align: right; }
#comment { width: 100%; min-height: 50px; }
#commentName { display: none; }
#commentFormSubmit { opacity: 1; cursor: pointer; }
#messageHeader { color: #FFF; width: 100%; font-family: 'maison_monoregular', monospace; font-size: .75rem; text-align: center; padding-top: 0px; padding-bottom: 0px; height: 0px; }
#messageHeader { position: fixed; z-index: 7; }
.messageHeaderStatus { background-color: #008b5d; }
.messageHeaderError { background-color: #8b0000; }
.messageHeaderCloseContainer { margin-left: 10px; position: relative; }
.messageHeaderClose { cursor: pointer; font-weight: normal; font-family: 'maison_monoregular', monospace; font-size: .75rem; }
@media only screen and (max-width: 640px) {
	#commentForm, #comments { max-width: 80%; }
	.grecaptcha-badge {
		visibility: hidden;
	}
}
