#content h1 {
	margin-top: 30px;
}
#topPanel {
	border-bottom: 1px solid #eee;
	background: url('/assets/img/teach/section-background-4.svg') no-repeat;
	background-size: cover;
	padding-top: 20vh;
	padding-bottom: 60px;
	margin-bottom: 50px;
}

h1,h2 {
	font-family: 'Playfair Display',
		serif;
	letter-spacing: -0.03em;
}
h1 {
	font-size: 80px;
}
#topPanel .btn{
	/* margin-top:-8px; */
}
#bottomPanel {
	margin-bottom: 100px;
}
.curation {
	padding-top: 100px;
	padding-bottom: 75px;
}

.sketchThumbContainer {
	margin-top: 25px;
	margin-bottom: 25px;
	height: 200px;
	padding-top: 0;
	background-size: cover;
	/* border: 1px solid #eee; */
	background: none !important;
}
.sketchThumb {
	margin-bottom: -50%;
}
.sketchLabel {
	opacity: 1;
	flex-direction: column;
	/* justify-content: flex-end; */
	align-items: flex-start;
	background: rgba(255, 255, 255, 0.8);
	position: relative;
	height: auto;
	padding-top: 50px;
	padding-left: 60px;
	color: #333 !important;
}

.sketchThumbContainer .description {
	margin-top: 15px;
}
#content .userThumbContainer{
	width:40px;
	height:40px;
	left: -51px;
	top: 40px;
	padding-top: 0;
}
.tutorials {
	display: inline-flex;
	position: relative;
	flex-wrap: wrap;
}
.tutorial {/* flex: 1 33.3%; */height: auto;padding-right: 30px;margin-bottom: 90px;flex-grow: initial;}
.sketchLabel hr {
	border-top: 1px solid #eee;
	display: block;
	width: 100%;
	margin: 10px 0;
}
.sketchLabel {
	/* padding-top: 0px; */
}
.sketchLabel .by {
	color: #999;
}
.sketchLabel .description {
	color: #999;
}