/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.single-post .content-area .entry-content, .blog .post .entry-content {
	max-width: 700px;
}

/*
body.page .entry-content a,
body.single-post .entry-content a {
	color: #368863;
	background: #fafefa;
	text-decoration: underline;
}
*/
body.page .entry-content a,
body.single-post .entry-content a {
	color: #232939;
	background: #fafefa;
	text-decoration: none;
	border-bottom: 2px solid #0075b2;
}

body.page .entry-content a:hover,
body.single-post .entry-content a:hover {
	color: #c6261a;
}

#content article p {
	background: #fafefa;
	font-size: 19px;
	letter-spacing: 0px !important;
	font-weight: 400 !important;
	line-height: 28px;
	margin-bottom: 32px;
}

/* Left align headings / 13162713-hc TT */
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	text-align: left;
}

body h1 {
	color: #151539 !important;
	letter-spacing: -2px !important;
	font-size: 48px !important;
	font-weight: bold !important;
	line-height: 64px;
}

body h2 {
	color: #1f1f3f !important;
	letter-spacing: -1px !important;
	font-size: 30px;
	font-weight: bold !important;
	line-height: 40px;
	margin-top: 70px;
	margin-bottom: 20px;
	text-transform: none;
}

body h3 {
	color: #303050 !important;
	letter-spacing: -1px !important;
	font-size: 25px;
	font-weight: bold !important;
	line-height: 30px;
	margin-top: 50px;
	margin-bottom: 20px;
}

body h4 {
	color: #191949 !important;
	letter-spacing: -1px !important;
	font-size: 20px;
	font-weight: bold !important;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 15px;
}

blockquote {
	color: #076ea3;
	background-color: #fafefa;
	box-shadow: 0 0 0px #eee;
	padding: 2px;
}

blockquote p {
	font-size: 20px !important;
	letter-spacing: 0px !important;
	font-family: Source Sans Pro !important;
	line-height: 28px !important;
}

ul {
	color: #232939;
	font-size: 17px;
}

li {
	color: #232939;
	font-size: 18px;
	letter-spacing: 0px !important;
	font-weight: 400;
	line-height: 26px;
	margin-bottom: 12px;
}

.credits:after {
	content: "©2025 Neutrino Burst! All rights reserved.";
}

/* Hide infinite scroll footer credit bar #25445412-hc */
#infinite-footer {
    display: none;
}

/* Hide home H1 */
.home h1.entry-title {
    display: none;
}