body {
  color:#001F3F;
  background:whitesmoke;
	height:15333px;
	
}

a:link {
  color: #4B0082;
  text-decoration: none;
}

a:visited {
  color: #4B0082;
}

a:hover {
  color: #4B0082;
}

h1.book-title {
	font-family: 'DotGothic16';
	line-height: 1;
  color: #001F3F;
	font-size:110pt;
	width:900px;
}

h3 {
  font-size:16pt;
  line-height:1;
  font-family: 'DM Mono';
  text-decoration: underline;
  text-decoration-style: dashed;
  text-indent: 20px;
}

#para-lead {
  font-size: 55pt;
  /*font-family: 'Edu AU VIC WA NT Guides';*/
  font-family: 'DM Mono';
  text-decoration: underline;
  word-spacing: normal;
  opacity: 1;
  margin-bottom: 30px;
  /*font-family: 'DotGothic16'; SAVE FOR BLOCK QUOTE*/
  /*line-height: 2.4;*/

}

#coming-soon {
	font-family: Georgia;
	font-size:27pt;
	line-height:1;
}

#subtitle {
	color:black;
	font-family: Georgia;
}

#author {
	font-family: Georgia;
	font-size:44pt;
	line-height:1;
}

div.synopsis {
	line-height: 1.9;
	padding:10px;
}

div.readme {
	margin:auto;
	width:900px;
}

div.readme p {
	font-family: 'Lato';
  font-size: 13pt;
  word-spacing: 7px;
  line-height: 2.22;
  /*padding:11px;
  box-shadow: 3px 3px 3px 3px black;*/
}

.gimme-space {
  height:70px;
}

#blog-end {
  font-size:12.5pt;
  font-family: 'DotGothic16';
  letter-spacing: 3px;
  text-align: center;
  line-height: 1.3;
  font-style: strong;
}

#copr {
  font-size: 11pt;
  font-family: 'Courier Prime';
  text-indent: 20px;
  line-height: .7;
  opacity: 1;
  word-spacing: normal;
}

#header-menu {
  font-family: 'Space Grotesk';
  font-size:7.7pt;
  line-height:1;
  text-align: right;
  margin-right:10px;
  font-weight: bold;
  word-spacing: normal;
}

#footer-menu {
  font-family: 'Space Grotesk';
  font-size:7.7pt;
  line-height:1;
  text-align: right;
  margin-right:10px;
  font-weight: bold;
  word-spacing: normal;

}

#copyright {
  margin-top:88px;
}

hr {
  border-width: .7px;
}

hr.dotted {
  border: 1px dashed;
}

@media only screen and (max-width: 1200px) {
  /* For mobile phones: */
  h1.book-title {
    width: 100%;
    font-size:14vw;
  }
  div.readme {
  	width:100%;
  	font-size:2vw;
  }
	#para-lead{
		font-size:6vw;
	}
}

