body,
html {
  height      : 100%;
  font-family : 'Helvetica',
                sans-serif;
}

p {
	margin: 0 0 18px;
}

h1, h2, h3 {
	margin-bottom: 18px;
}

nav {
	display: flex;
	font-family: 'Raleway', sans-serif;
	height: 64px;
	align-items: center;
}
nav h3, nav ul li {
	margin: 0;
	font-size: 24px;
	line-height: 1em;
	font-weight: 500;
}
nav ul {
	padding: 0;
	margin: 0;
	margin-left: auto;
	display: flex;
	list-style: none;
}
nav ul li {
	margin-left: 32px;
}

h1 {
  margin-top    : 20px;
  margin-bottom : 20px;
}

a:hover {
  text-decoration : none;
}

.row {
  margin-right : 0;
  margin-left  : 0;
}

.header-block {
  width         : 80%;
  margin        : 0 auto;
  border-bottom : #E3E3E3 solid 1px;
}

.header-block a {
  color : #333;
}

.header-block a:hover {
  color : #333;
}

.blog-title {
  font-family : 'Raleway',
                sans-serif;
}

.blog-title h1 {
  margin-top    : 26px;
  margin-bottom : 28px;
  text-align    : center;
  font-size     : 80px;
  font-weight   : 700;
}

.square {
  margin-top : 18px;
  text-align : right;
  font-size  : 30px;
}

.hero-description h1 {
  font-size : 46px;
}

.post-list {
  width          : 80%;
	max-width      : 768px;
  margin         : 0 auto;
  padding-top    : 40px;
  padding-bottom : 40px;
}

.post-list a {
  padding-bottom : 3px;
  color          : #000;
}

.post-list a:hover {
  color           : #8C8C8C;
  border-bottom   : #8C8C8C solid 2px;
  text-decoration : none;
}

.post-content {
  padding-top    : 40px;
  padding-right  : 20px;
  padding-bottom : 40px;
  padding-left   : 20px;
}

.post-content h1 {
  text-transform : uppercase;
  font-family    : 'Raleway',
                   sans-serif;
}

.post-content {
	text-align: justify;
  font-size   : 18px;
  line-height : 3rem;
}

.post-content a {
  border-bottom : #000 solid 1px;
}

.post-data img {
  display   : block;
  min-width : auto;
  max-width : 100%;
  margin    : auto;
}

.post-meta-data {
  color : #767676;
}

.author-img {
  width  : 80px;
  height : 80px;
}

.footer a {
  color         : #000;
  border-bottom : #000 solid 1px;
}

.morein {
  font-family : 'Raleway',
                sans-serif;
}

.footer a:hover {
  color           : #E3E3E3;
  border-bottom   : #E3E3E3 solid 1px;
  text-decoration : none;
}

.post-line {
  margin-top    : 15px;
  margin-bottom : 12px;
}

.post-titles h1 {
  display     : inline;
  font-family : 'Raleway',
                sans-serif;
  font-size   : 30px;
  line-height : 4rem;
}

.post-page-title {
  text-align  : center;
  line-height : 4.5rem;
}

.post-meta-data {
  margin-bottom : 30px;
  text-align    : center;
  font-size     : 20px;
}

.dates {
  color      : #767676;
  font-size  : 18px;
  font-style : italic;
}

.slag-page {
  margin-bottom : 20px;
  text-align    : center;
}

.author-box {
  margin-top    : 50px;
  margin-bottom : 50px;
  text-align    : center;
}

.author-box img {
  width         : 60px;
  border-radius : 50px;
}

.moreit {
	font-family: 'Raleway', sans-serif;
}

.pagination-wrapper {
  text-align : center;
  font-size  : 18px;
}

.pagination {
  margin : 5px 0;
}

.pagination-wrapper a {
  color : #000;
}

.pagination-wrapper a:hover {
  color         : #767676;
  border-bottom : none;
}

.footer {
  width       : 80%;
  margin      : 0 auto;
  border-top  : #E3E3E3 solid 1px;
  text-align  : center;
  font-family : 'Raleway',
                serif;
  font-size   : 16px;
}

.footer h3 {
  padding-bottom : 10px;
  text-transform : uppercase;
  font-family    : 'Raleway',
                   sans-serif;
  font-size      : 20px;
  font-weight    : 700;
}

.footer-inner {
  width          : 100%;
  margin         : 0 auto;
  padding-top    : 20px;
  padding-bottom : 20px;
  line-height    : 3rem;
}

.footer-inner .col-md-4 {
  height : 100%;
}

.footer-inner .mid {
  padding-bottom : 20px;
  border-right   : #E3E3E3 solid 1px;
  border-left    : #E3E3E3 solid 1px;
}

.copyright {
  width          : 80%;
  margin         : 0 auto;
  padding-top    : 20px;
  padding-bottom : 20px;
  border-top     : #E3E3E3 solid 1px;
  text-align     : center;
  font-size      : 16px;
}

@media only screen and (max-width: 512px) {
	.post-list {
		width: 96%;
	}

	nav h3, nav ul li {
		font-size: 18px;
	}
}

.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: auto calc(50% - 50vw);
  transform: translateX(calc(50vw - 50%));
}

.kg-width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.kg-width-wide img {
  max-width: 85vw;
}

.kg-width-full img {
  max-width: 100vw;
}

.kg-image-card,
.kg-gallery-card {
    margin: 0 0 1.5em;
}

.kg-image-card figcaption,
.kg-gallery-card figcaption {
    margin: -1.0em 0 1.5em;
}

.kg-gallery-container {
    display: flex;
    flex-direction: column;
    margin: 1.5em auto;
    max-width: 1040px;
    width: 100vw;
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.kg-gallery-image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
    margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 0.75em;
}
