



h3,h4 {

	font-family: 'Italian Plate No1 Mono';
	text-align: left;
	font-style:normal;
	font-weight:200;
	font-size:22px;
	border-bottom: 1px solid red;
	
}

/*
.content p:first-child:first-letter {
	float: left;
	font-size: 65px;
	line-height: 60px;
	padding-top: 0;
	padding-right: 8px;
	padding-left: 3px;
	grid-column: main;

}
*/

#related h4 {

	text-align: left;
}


#blog-container {

	background: white;

}

.detail {

	background: white;

}

#article-header {
	width:283px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:20px;
	margin-bottom:15px;

}

img {

	display:block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;


}

.instagram-media{margin:0 auto !important;


	margin-bottom:20px !important;

}

.share img {
	display:inline;
}
#page-footer {


	text-align: center;
	margin-top:20px;
	padding-top:20px;
	width:100%;

}

.blog-center {

	text-align: center;
}

.blog-center ul {

	width:100%;
	text-align: center;

}

.mobile-center {

	text-align: center;

}

.kbd{
	border:1px solid gray;
	font-size:1.2em;
	box-shadow:1px 0 1px 0 #eee, 0 2px 0 2px #ccc, 0 2px 0 3px #444;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:2px 3px;
	padding:1px 5px;
}

article {
	display: grid;
	grid-template-columns: 
	[full-start] minmax(1em, 1fr) 
	[main-start] minmax(0, 56em) [main-end]
	minmax(1em, 1fr) [full-end];
	grid-gap: 1em;
}

article > * {
  grid-column: main;
  }

section {
}
p {
	font-size:13px;
}
blockquote {


	font-family: 'Italian Plate No1 Mono';
	font-weight: normal;
	font-style: normal;
	padding:40px;
	grid-column: full !important;

}

blockquote p {

	font-size:22px;
	line-height:28px;
	color:#616161;
	grid-column: full !important;

}
.content blockquote p:first-child:first-letter {

	font-size:32px;
	line-height:32px;
	padding-right:0px;
	padding-left:0px;

}


figure {
	grid-column: full;
}
figure {
	margin-bottom:20px;
	text-align: center;
}

img {
	max-width: 100%;
}


#project-footer ul {

	list-style-type: none;
	width:100%;
	text-align:center;
	grid-column: main;

}

#project-footer ul li {

	display: inline;
	height:30px;
	line-height:30px;
	grid-column: main;
}

#project-footer svg {
	height: 16px;
}


@media only screen and (max-width : 667px) {

p {
	font-size:14px;
}

h1 {

	font-size:26px;
	line-height:28px;

}


}
