body {
  background: #FFF;
  color: #4A4A4A;
  /*font-family: 'Open Sans', arial, sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  /*font-family: 'Charter', 'Garamond', sans-serif;*/

}

* {
  -moz-box-sizing: border-box; /* Firexfox */
  -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
  box-sizing: border-box; /* IE */
}

.intro {
  margin-bottom: 50px;
}

.responsive-img {
  max-width: 400px;
  display: inline-block;
}

.responsive-img-post {
  max-width: 300px;
  display: inline-block;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

p {
  font-size: 16px;
  line-height: 1.8em;
  /*padding-bottom: 28px;*/
}



strong {
  font-weight: bold;
}

ul li {
  line-height: 1.8em;
  /*list-style: decimal inside;*/
}

/*
 * Heading Styles
*/


h1, h2 {
  color: #4A4A4A;
  margin-bottom: 24px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}

.header-link {
  text-decoration: none;
  color: #3841FF;
}

.header-link:visited {
  color: #3841FF;
}

.body-link, .body-link:visited {
  text-decoration: none;
  border-bottom: 1.5px solid #9B9B9B;
  color: #4A4A4A;
  line-height: 1.8em;
}

.google {
}

/*
 * Container Styles
*/

.container {
  width: 100%;
  max-width: 700px;
  margin: 60px auto;
}

.nav-bar li {
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 32px;
}

.nav-bar li:first-child {
  padding: 0px;
}