body {
  background-image: url('/images/sextant4.svg'), url('/images/map.png'), url('/images/chartlines9.svg'), url("/images/black-paper.png");
  background-size:  50px 50px, 261px 162px, 6140px 6140px, 400px 400px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
  background-position: 50% 45px, 100% 0px, 50% -3000px;

  background-color: #525855;
  color: #1b1b1b;
}


.content {
  padding-top: 17px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: white;
  /*border: 7px solid #d3d3d3;*/
  box-shadow: 3px 4px 2px #444;

  /*font-family: -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;*/
  font-family: 'Inter', sans-serif;
  font-size: 100%;
/*  color: #333;*/
}

.content p, .content ol {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.content strong {
  font-weight: bold;
}

.content li {
  margin-bottom: 10px;
}

.content .floating-image {
  padding: 6px;
  box-shadow: 0px 0px 5px #888;
  display: block;
  float: left;
  margin-right: 17px;
  margin-bottom: 10px;
}

.content a {
  color: #888;
}

.blog-title {
  font-weight: 600;
  font-size: 30px;
  color: #444;
}

.content h1 {
  color: #444;
}

.excerpt {
  padding-bottom: 30px;
}

.content h2 {
/*  color: #aaaaaa;*/
/*  font-weight: 400;*/
  font-weight: 600;
  font-size: 24px;
  font-family: 'Inter', sans-serif;
  line-height: 36px;
  margin-top: 30px;
  color: #444;
}

.content h3 {
  font-size: 25px;
/*  font-weight: 600;*/
  font-family: 'Inter', sans-serif;
  margin-bottom: 20px;
}

.content h3 a {
  color: #666;
  text-decoration: none;
}

.content h2 a {
  color: #666;
  text-decoration: none;
}

.content h3 a:hover {
  text-decoration: none;
}

.about ul {
  list-style: none;
  padding-left: 0;
}

.portrait {
  display: block;
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.about a {
  color: #333;
}

.instagram-media {
  max-width: 100%;
  min-width: 0 !important;
  margin: 15px auto !important;
}

.date {
  color: #bbb;
}

blockquote {
  margin: 1em 40px;
  position: relative;
  text-align: justify;
}

blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -40px;
  top: -30px;
  color: #7a7a7a;
}

.nice {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

p.caption {
  padding-top: 10px;
  font-style: italic;
}

ul.follow {
  clear: left;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  width:300px;
}

ul.follow li {
  display: block;
  float: left;
}

ul.social-buttons{
  float: left;
  list-style: none;
  margin: 5px 0 20px 0;
  padding: 0;
}

ul.social-buttons li{
  display: block;
  float: left;
  margin-right: 10px;
}

li.social-buttons-follow {
  margin-top: -5px;
  margin-left: 7px;
}

