header {
	min-height: 100px !important;
}

header h1 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
	padding-top: 1em;
	margin-bottom: .4em;
}

h3 + p {
	margin-top: 0;
}

#letters {
	padding-top: 2em;
}


.important {
	font-style: normal;
	margin-top: 2rem;
	margin-bottom: 3rem;
	padding: 16px;
	background: #DEF4FF;
}

.tasks:not(.public) {
	list-style: none;
	padding: 0;
	margin: 0;
}

.tasks li {
	margin: 0;
	padding: .3em;
}

.tasks:not(.public) li::before {
	content:"🔲";
	padding-right: .5em;
}

.tasks:not(.public) li.done::before {
	content:"✅";
	padding-right: .5em;
}

.video-desc em {
	font-style: normal;
	font-weight: bold;
}

.letters {
	display: grid;
	grid-template-columns: repeat(auto-fit, 25%);
}

.letter {
  margin: 0 1em 0 1em;
}

.thumb img { max-width: 100%; border: 1px solid #777;}
.thumb a:hover img { box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.letter p { margin-top: .7em; }
