:root {
	--cnvs-themecolor: #08B6D0;
	--cnvs-themecolor-rgb: 8, 118, 202;
}

.line {
    margin-top: 0px;
    margin-bottom: 2rem;
}

/* home page uses smaller buttons than other sections */
.button.button-mini {
    --cnvs-btn-padding-x: 0.475rem;
    --cnvs-btn-padding-y: 0.15rem;
    --cnvs-btn-fontsize: 0.55rem;
}

.entry {
	margin-bottom: 10px;
}

/* change color depending on section */
.entry-title h2  {
       font-size: 22px !important;
}
.entry-title h2 a {
	color: var(--cnvs-themecolor);
}
.entry-title-blog h2 a {
	color: #08B6D0;
}
.entry-title-library h2 a {
	color: #6991ac;
}
.entry-title-memos h2 a {
	color: #666;
}

div.entry-title h3 a {
        font-size: 18px !important;
        color: #08B6D0 !important;
        margin-top: 0px !important;
}

@media (max-width: 768px) {
	.entry-title.title-sm h2 {
		font-size: 16px !important;
		font-weight: 700;
	}
	.entry-meta {
		margin-top: 0px;
		font-size: 12px;
	}
}
