/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

.site-description {
	font-size: 17.5px;
}

.site-title {
	font-size: 43px;
}

.site-title a:hover {
	color: #2D68C4;
}

.menu a {
	line-height: 1.5;
}

.widget {
	font-size: 17px;
}

blockquote {
	font-style: normal;
	font-size: 18px;
	color: black;
	line-height: 1.5em;
}

body {
	font-size: 18px;
	font-family: 'Crimson Pro', serif;
}

.entry-content ul ul li {
	list-style: circle;
}

.entry-content ul ul ul li {
	list-style: square;
}

.entry-content ul ul ul ul li {
	list-style: disc;
}

.entry-content p {
	text-align: justify;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

.entry-content p.has-text-align-center {
	text-align: center;
	hyphens: none;
}

.entry-content p.has-text-align-right {
	text-align: right;
	hyphens: none;
}

.type-post li {
	text-align: justify;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

.entry-content table {
	text-align: justify;
	hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

a {
	line-height: 1em;
	color: #2D68C4;
}

.entry-title a:hover {
	color: #2D68C4;
}

strong {
	line-height: 1;
}

/* Previous/Next Posts */
.post-navigation {
	display: none;
}

.post-navigation .meta-nav {
	text-transform: uppercase;
	font-family: 'Crimson Pro', serif;
	font-size: 16px;
	color: black;
	line-height: 1.5;
	padding-bottom: 4px;
}

.post-navigation .post-title {
	font-family: 'Crimson Text', serif;
	text-transform: none;
	font-weight: bold;
	color: #2D68C4;
	font-size: 16.5px;
}

/*Related Posts*/
.hentry div#jp-relatedposts.entry-related h3.jp-relatedposts-headline {
	font-family: 'Crimson Pro', serif;
	font-weight: normal;
}

.sd-block {
	padding-top: 0px;
}

.hentry div.jetpack-likes-widget-wrapper {
margin-bottom: 0;
}

.entry-footer {
	margin-bottom: 5px;
	padding-top: 5px;
		font-size: 16.5px;
}

.entry-footer a:hover {
	color: #2D68C4;
}

/* ↓ Author font style */
.author.vcard {
	color: black;
}

h1.entry-title {
	font-size: 32px;
	font-weight: 500 !important;
}

.blog .entry-title a {
	font-weight: 500;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

.njt-nofi-notification-bar .njt-nofi-content {
	line-height: 1em;
}

.site-branding {
	padding-top: 0px;
}

.wp-block-image figcaption,
.wp-block-table figcaption {
	font-size: 16px;
	color: dimgray;
}

/*Hide tags on homepage*/
.home .post .entry-footer .tags-links {
    display: none;
}

.comment-author {
	font-family: 'Crimson Pro', serif;
}

.comments-title {
	display: ;
}

.comment-body {
	font-size: 16.5px;
}

/*Fixing unproper display of hyphens*/
html {
    -webkit-hyphenate-character: '-';
}