/* ------- KUSTOM STYLES ------- */

body {
	font-family: Georgia, 'Times New Roman', serif;
	font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, Calibri, sans-serif;
	font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
}

p a {
  color: #00f;
}
p a:hover,
p a:focus {
  color: #222;
}

p.em-txt {font-size: 1.2em;}

/* Front page logo and header */
.logo-img.img-responsive { margin: 0 auto; }
h2.logo-heading {margin:0; font-size: 1.6em;}

/* Small devices or greater ≥768px [TABLETS] */
@media (min-width:768px){
   h2.logo-heading {margin:0; font-size: 2.2em;} 
}

/* Front page stories */

.home-top-copy { padding-bottom: 30px; }

.container.post-list-container { margin-bottom: 30px;}

img.post-thumb { padding:4px; border:1px solid #222;  }
.post-list-container h2.post-title { font-weight: bold; font-size: 42px; margin: 6px 0;}
	a h2.post-title, a:visited h2.post-title {
		color: #648000;
		text-decoration: none;
	}
	a:hover h2.post-title {
		color: #222;
		text-decoration: none;
	}
.post-list-container h3.post-subtitle { font-weight: normal; margin: 0;}

.post-list-container .post-teaser { font-size: 0.9em;}
.post-list-container .post-link { font-size: 0.9em; }

.map-coord {font-size: 14px; text-align: center; margin:5px 0 10px;}












