/* Enter Your Custom CSS Here */
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff6600;
	text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
.page-title {
	font-size: 1rem;
	font-weight: 300;
	text-transform: normal;
	/* padding: 10px 0 0 10px;*/
}
.site-title {
	font-weight: 500;
	font-size: 4rem;
	text-transform: uppercase;
}
.site-title a {
	color: #ffff00;
}
.site-title a:hover {
	color: #ff0000;
}
.site-description {
	font-size: 1.5rem;
	font-weight: 300;
}
#top-menu {
	font-size: 1rem;
}
.navigation-top a {
    font-weight: 300;
}
.colors-dark .navigation-top a {
	color: #ffff00;
}
.colors-dark .navigation-top a:hover {
	color: #ff0000;
}
.colors-dark .navigation-top .current-menu-item > a {
	color: #ff0000;
}
/*.colors-dark .entry-content a {
	color: #ffff00;
}
.colors-dark .entry-content a:hover {
	color: #ff0000;
}
*/
.site-content {
    padding: 1rem 0 0 0;
}
.single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary  {
	margin-left: 0;
}
.entry-title {
	font-weight: 400;
	font-size: 1.3rem;
	padding-bottom: 0;
}
.entry-meta {
	display: none;
}
.cat-links {
	display: none !important;
}
.tags-links {
	text-transform: none !important;
	font-size: 0.8rem !important;
	font-weight: 400 !important;
}
.archive.page-one-column:not(.has-sidebar) .page-header {
    display:none;
}
.site-main > article {
	padding-bottom: 0 !important;
	border-bottom: 1px dotted #eee;
	margin-bottom: 1.5rem;
}
.site-footer {
	display:none;
}
.more-link {
	display: none;
}
.entry-header {
	padding-bottom: 0 !important;
}
.entry-content p {
	font-size: 0.9rem;
}
#global-footer {
    background: #222222 !important;
}
#global-footer:hover {
    background: #333333 !important;
}