html {
	color: rgb(44,62,80);
}

h1 {
	font-size: 32px;
	margin-top: 0;
}

h1 a {
	color: rgb(44,62,80);
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 28px;
}

h1.tag_title, h1.category_title {
	text-align: center;
}

pre {
	display: block;
	padding: 10px;
	margin: 0 0 10.5px;
	font-size: 14px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #7b8a8b;
	background-color: #ecf0f1;
	border: 1px solid #cccccc;
	border-radius: 4px;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid rgb(24,188,156);
}

blockquote p {
	margin-bottom: 0;
}

blockquote::after, blockquote::before {
	display: none;
}

.page-content img {
	width: 100%;
}

/**
 * Menu
 */

.mdl-layout-title a {
	color: #ffffff;
	text-decoration: none;
}

.mdl-layout-title a:hover {
	text-decoration: underline;
	color: rgb(24,188,156);
}

.mdl-layout__header-row .mdl-navigation__link:hover {
	color: rgb(24,188,156);
}

.mdl-layout__header-row .is-active {
	background-color: rgb(24,188,156);
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
	color: #ffffff;
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
	background-color: rgb(44,62,80);
	color: #ffffff;
}


.mdl-layout__drawer .is-active {
	background-color: rgb(44,62,80);
}

.mdl-layout__header-row .mdl-navigation__link.is-active:hover {
	color: rgb(44,62,80);
}

/**
 * Separator
 */

hr.separator {
	margin: 25px auto 30px;
	padding: 0;
	max-width: 250px;
	border: 0;
	border-top: solid 5px;
	text-align: center;
	height: 0;
	box-sizing: content-box;
	height: 0;
}

hr.separator:after {
	content: "\f005";
	display: inline-block;
	position: relative;
	top: -.5em;
	padding: 0 .25em;
	font-family: FontAwesome;
	font-size: 2em;
	background-color: #ffffff;
	box-sizing: border-box;
}

/**
 * Single
 */

main > .mdl-layout__tab-panel {
	padding: 8px;
	padding-right: 8px;
	padding-bottom: 48px;
	padding-left: 8px;
	padding-top: 48px;
}

.ribbon {
	width: 100%;
	height: 40vh;
	background-color: #3F51B5;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single {
	width: 100%;
	margin-top: -35vh;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.single-container {
	max-width: 1600px;
	width: calc(100% - 16px);
	margin: 0 auto;
}

.single-content {
  border-radius: 2px;
  padding: 56px 56px;
}

.is-small-screen .single-content {
	padding: 40px 28px;
}

/**
 * Listing
 */

section {
	max-width: 860px;
}

section > header.category_icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mdl-layout__content section:not(:last-of-type) {
	margin-bottom: 48px;
	position: relative;
}

.mdl-card__supporting-text + .mdl-card__actions {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(0, 0, 0, 0.117647);
}

/**
 * Footer
 */

.mdl-mini-footer--left-section {
	line-height: 28px;
}

.btn-social {
 	background-color: transparent;
	margin-left: 16px;
 }
