/*
Font made from oNline Web Fontsis licensed by CC BY 3.0

https://www.onlinewebfonts.com/download/c3641ca405dcd73b7ff9df11dac98d43
https://db.onlinewebfonts.com/c/c3641ca405dcd73b7ff9df11dac98d43?family=AmericanTypewriterITCW01-Md

@font-face {font-family: "AmericanTypewriterITCW01-Md";
    src: url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.eot");
    src: url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.svg#AmericanTypewriterITCW01-Md") format("svg");
}

@font-face {
	font-family: "AmericanTypewriterITCW01-Md";
	src: url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.ttf");
}

@font-face {
	font-family: "AmericanTypewriterITCW01-Md";
	src: url("//db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.woff");
}

*/
@font-face {font-family: 'AmericanTypewriterITCW01-Md';
    src:
    url("https://db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/c3641ca405dcd73b7ff9df11dac98d43.ttf") format("truetype")
			
}


h1,h2,h3,h4,h5,h6,
.toc_title, .toc_toggle {
	font-family: 'American Typewriter', 'AmericanTypewriterITCW01-Md', Consolas, 'Courier New', serif;
}

h1,h2 {
  font-weight: 400;
}
/* Body at 300 is too thin, increase it */
body {
	font-weight: 400;
}

code {
	border: none;
	color: #43ac43;
	font-family: Monaco, Consolas, monospace;
}

/* we like underlined links */
#main a {
	text-decoration: underline;
}

#main a:hover {
	background-color: #e7e7e7;
}

/* but not in the meta tags at the bottom */
.entry-meta {
	text-decoration: none;
}

.about-social {
	text-decoration: none !important;
}

.cover-image, .cover-image-overlay, .section-image, .section-image-overlay {
	height: 300px;
	min-height: 300px;
}

/*
.cover-image-overlay {
	color: #16a085;
} */

.header-image-title {
	text-transform: lowercase;
	text-shadow: 4px 4px 2px rgba(149, 150, 150, 1);
}

blockquote {
	font-size: inherit;
	background: #DDD;
	color: #020;
}

#site-navigation {
	font-size: 80%;
}
.navbar-brand  {
	font-size: 90%;
}

.toc_widget_list  {
  line-height: 0.9em;
  margin-left: 1em;
}
.toc_widget_list li  {
  text-indent: -0.8em;
  margin-left: 0.8em;
}
.toc_widget_list li ul li {
  margin-top: 3px !important;
  text-indent: -20px;
  margin-left: 10px;
}


/* my main section sometimes overflows into secondary */
#primary {
	z-index: 1;
}