html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;

}

html, body {
	width: 100%;
	height: 100%;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h3 {
	letter-spacing: 2px;	
}

a:focus {
	outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

html {
	font-size: 87.5%;
}

body {
	font-size: 14px;
	font-size: 1rem;	
	line-height: 24px;
	line-height: 2rem;
	font-family: 'karla', sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}

body.custom-font-enabled {
	font-family: 'karla', sans-serif;
}

a {
	outline: none;
	color: #215ced;
}


.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 1px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

.site {
	background-color: #fff;
}

.site-content {
	width: 95%;
	margin: 24px 0 0;
	margin: 1.714285714rem auto;
}

/* =Navigation
-------------------------------------------------------------- */

.site-title {
	font-family: 'PT Serif', serif;
	font-size: 1.285rem;
	font-size: 18px;
	font-weight: bold;
	margin-left: -5px;
}
#site-navigation h1 a span {
	padding: 0 5px;
}

#site-navigation h1 a {
	text-decoration: none;
}

.site-header {
	width: 100%;
	background: #fff;
	display: block;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	background: #215ced;
}

.site-header h1 a {
	background: #fff;
	display: inline-block;
}

.menu {
/* 	display: none; */
}

.toggled-on {
	display: inline-block;
	text-align: center;
}

.main-navigation li a, .main-navigation li {
	font-size: 14px;
	font-size: 1rem;
}

.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	display: inline;
	float: none;
	padding: 5px;
}

.main-navigation li a {
	font-family: 'PT Serif', serif;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #222;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

.menu-toggle {
	font-size: 50px;
	font-size: 3.571rem;
	background: #ffff66;
	border: none;
	display: none;
}



/* =Main content and comment content
-------------------------------------------------------------- */

#cover {
	background-image: url('http://biononymous.me/images/gum_h_transparent.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #215ced;
	padding: 50px 0;
	padding: 3.571rem 0;	
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#hero {
	border: 5px solid #fff;	
	color: #ffff66;
	width: 70%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

#hero h1 {
	font-family: 'PT Serif', serif;
	font-size: 36px;
	font-size: 2.57rem;
	line-height: 3.142rem;
	padding-bottom: 24px;
	margin: 1.714rem;
	display: inline-block;
	/* border-bottom: 6px dotted #ffff66; */
}

#hero-below {
	color: #fff;
	width: 70%;
	margin: 0 auto;
	padding-top: 2rem;
	overflow: hidden;
}

#site-img {
	padding: 24px;
	padding: 1.714rem;
}

#site-img img {
	width: 100%;
}

#about {
	padding: 0 2rem 2rem 0;
	font-size: 18px;
	font-size: 1.285rem;
}

#contributors {
	display: inline-block;
	padding-left: 0 !important;
	font-size: 1.285rem;
}

#contributors li {
	list-style-type: none;
}

#contributors a {
	color: #fff;
	text-decoration: none;
}

.entry-meta {
	clear: both;
}

body.home h1.entry-title, body.archive h1.entry-title {
	padding: 0 !important;
}

h1.entry-title {
	padding: 24px;
	padding: 1.714rem;
	color: #215ced;
}

.entry-header .entry-title {
	font-family: 'PT Serif', serif;
	font-weight: bold;
}

body.single h1.entry-header, body.single h1.entry-title,
body.single h1.entry-title, body.page .entry-header, body.page .entry-title,
body.page .entry-title {	
	font-family: 'PT Serif', serif;
	font-size: 24px;
	font-size: 1.714rem;
	line-height: 2.28rem;
	text-align: center;
}

body.single .entry-header span, body.single .entry-title span,
body.single .entry-title span, body.page .entry-header span, body.page .entry-title span,
body.page .entry-title span {
	display: inline-block;
	padding-bottom: 18px;
	padding-bottom: 1.285;
}
	
body.home .entry-header {
	margin: 0 36px 0 0;
	width: 100%;
	font-size: 24px;
	font-size: 1.714rem;
	line-height: 2.285rem;
	padding-bottom: 1.714rem;
	float: left;
}

#content {
	float: none;
}

/*
body.home .entry-content,
body.home .entry-summary, body.archive .entry-content, body.archive .entry-summary {
	width: 89%;
	display: block;
	line-height: 1.714285714rem;
	padding: 5%;
	margin: 0 auto;
	float: none;
	border: 1px solid #215ced;
	float: left;
}

.entry-content-content {
	display: inline-block;
	width: 100%;	
}
*/

.entry-content-content img {
	max-width: 100%;
	height: auto !important;
}

.nav-single {
	padding: 0 0 24px 0;
	padding: 0 0 1.714285714rem 0;
}

.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0 0 1.714285714rem 0;
}

.entry-content h1 span a {
	text-decoration: none;
	color: #215ced;
}
.entry-content h2,
.comment-content h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 18px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 1.285rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #215ced;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

.site-content article {
	overflow: hidden;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

footer.entry-meta {
	padding: 0 0 1.714285714rem 0;
	padding: 0;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.5712rem;
}
.single-author .entry-meta .by-author {
	display: none;
}

body.home .site-content article {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

body.home footer.entry-meta, body.archive footer.entry-meta {
	margin: 0 auto;
	padding: 1.714285714rem 0;
	width: 100%;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.5712rem;
}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 1.285rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #222;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	background: #e7e7e7;
	padding: 24px;
}

.comments-title {
	margin: 0 0 24px 0;
	margin: 0 0 1.714285714rem 0;
	font-size: 16px;
	font-size: 1.142857143rem;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 24px 0;
	margin: 0 0 1.714285714rem 0;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #222;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 1.285rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #222;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

/* =Plugins
----------------------------------------------- */

	
.author-avatar, .diy-guide-avatar {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

.diy-guide-avatar img {
	box-shadow: 10px 10px 0px #888888; 
	border:1px solid #888
}

.author-info, .diy-guide-avatar {
	text-align: center;
	padding: 0 0 1.714285714rem 0;
}

.author-info {
	padding: 1.714285714rem 0 0;
}

.author-description, .diy-guide-description {
	display: block;
	padding: 0 0 1.714285714rem 0;
	width: 100%;
}
	
.author-page .author, .diy-guide-avatar {
	float: left;
	width: 100%;
}

.author, diy-guide {
	padding: 0 0 1.714285714rem 0;
}

.author-avatar img, .diy-guide-avatar img {
	height: auto !important;
}

/* Footer */
footer[role="contentinfo"] {
	font-family: 'PT Serif', serif;
	border-top: 1px solid #ededed;
	clear: both;
	line-height: 2;
	width: 70%;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 10px;
	padding: 1.714285714rem 0.714rem;
	text-align: center;
}

footer[role="contentinfo"] ul li {
	display: inline-block;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #222;
}

.navigation-default {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.navigation-scroll {
	color: #215ced !important;
	border-bottom: 1px solid #215ced !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Zotero */
.csl-entry {
	font-weight: bold;
}

/*
@media screen and (min-width: 591px) {
	html {
		font-size: 16px;
	}
}
*/

@media screen and (min-width: 768px) {
	
	.site-title {	
		display: block;
	}
	
	.site-header {
		text-align: left;
		position: fixed;
		top: 5.751rem;
		left: 2em;
		background: none;
		width: auto;
		padding: 0;
	}
	
	.site-header h1 a {
		display: inline-block;
	}
	
	.site-header h1 a img {
		padding: 1rem 0.714rem 0.571rem 2em;
	}
	
	#site-img {
		width: 35%;
	}

	.menu-toggle {
		display: none;
	}
	
	.menu {
		display: block;
	}
	
	.main-navigation li {
		display: block;
		float: none;
		padding: 0;
	}
	
	.main-navigation li a {
		font-size: 1.285rem;
		font-size: 18px;
		padding-bottom: 14px;
		padding-bottom: 1rem;
	}
	
	#hero h1 {
		width: 50%;
	}
	
	#about {
		width: 70%;
	}
	
	#contributors {
		padding-left: 10px;
		padding-left: 0.714rem;
	}
	
	body.home #content {
		width: 100%;	
	}
	
	
	.site-content {
		width: 70%;
		margin: 0 auto;
		padding-top: 2rem;
	}
	
	#contributors {
		padding-left: 10px;
		padding-left: 0.714rem;
		display: inline-block;
	}
	
	body.home .site-content article {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		padding-bottom: 24px;
		padding-bottom: 1.714285714rem;	
	}

	body.home footer.entry-meta, body.archive footer.entry-meta {
		/*
padding: 0 0 1.714285714rem 1.714285714rem;
		width: 20%;

		display: inline-block;*/
		font-size: 1rem;
		line-height: 22px;
		line-height: 1.5712rem;
	}

	body.home .entry-header {
		margin: 0 36px 0 0;
		margin-bottom: 0 1.714285714rem 0 0;
/* 		width: 24%; */
		font-size: 24px;
		font-size: 1.714rem;
		line-height: 2.285rem;
		padding-bottom: 1.714rem;
/* 		float: left; */
	}

	
body.home .entry-content, body.home .entry-summary, body.archive .entry-content, body.archive .entry-summary {
		/*width: 69%;
		display: inline-block;*/
/*
		padding: 1.714285714rem;
		border: 1px solid #215ced;
*/
		margin: 0;
		/*float: left;*/
	}

	
	body.single .entry-header, body.single .entry-title,
	body.single .entry-title, body.page .entry-header, body.page .entry-title,
	body.page .entry-title {	
		font-family: 'PT Serif', serif;
		font-size: 21px;
		font-size: 1.5rem;
		line-height: 2rem;
		text-align: center;
	}
	
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	
	.site-content article {
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
		padding: 1.714285714rem;
		border: 1px solid #215ced;
		margin: 0;
	}
	
	body.single .entry-content-content img, body.page .entry-content-content img {
		width: auto !important;
		height: auto !important;
	}

	/*
body.home .entry-content-content {
		display: inline-block;
		width: 69%;	
	}
*/
	
	.author-avatar, .diy-guide-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	
	.diy-guide-avatar {
		width: 30%;
	}
	
	
	.author-description, .diy-guide-description {
		display: inline-block;
		text-align: left;
		padding-left: 1.714rem;
		width: 80%;
	}
	
	.diy-guide-description {
		width: 50%;
	}
}

@media screen and (min-width: 768px) {
}

