body{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#cover-stage, #second-cover-stage{
  padding: 1em;
  text-align: center;
}

#cover-stage img{
  width: 350px;
  border-radius: 3px;
  box-shadow: 0px 5px 0px 0px #660035, 0px 10px 20px #999;
}

header{
  color: #9F0053;
  background-color: white;
  margin: 0 auto;
  padding: 2em;
}

#description{
  color: grey;
}

h1{
  margin: 0;
  padding: 0;
  line-height: 150%;
}


.title-emphasis-bold{
  display: block;
  font-weight: bolder;
  font-size: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.title-emphasis-thin{
  margin-top: 0;
  padding-top: 0;
  padding-left: 0.25em;
  display: block;
  font-weight: 100;
  font-size: 200%;
}

h2{
  font-weight: 200;
  padding: 1em 0 1em 0;
}

h3{
  font-weight: 200;
  padding: 0.5em 0 0.5em 0;
  color: #9F0053;
}

#description p{
  font-size: 120%;
}

#toc, #benefits, #explainer, #authors{
  padding: 2em;
}

.chapter{
  color: black;
  line-height: normal;
  margin: 0.8em 0 0.5em;
}

.section{
  margin: 0.1em 0.5em 0.1em;
  color: grey;
}

.subsection{
  margin: 0.1em 1.5em 0.1em;
  color: grey;
  font-size: 90%;
  display: none;
}

#signup-form{
  width: 90%;
  margin: 0 auto;
}

.button{
  background-color: #14A782;
}

.first-chapter{
  font-size: 200%;
  border-radius: 5px;
  box-shadow: 0px 2px 0px 0px #047A5C, 0px 10px 20px #999;
}

a{
  color: #9F0053;
}

.button:active, .button:hover, .button:focus{
  background-color: #047A5C;
}

a:active, a:hover, a:focus{
  color: #660035;
}

#mc_embed_signup_scroll{
  width: 90%;
  margin: 0 auto;
}

.home-icon{
  font-size: 50pt;
  color: #9F0053;
  text-shadow: 0 2px 3px grey;
}

.price{
  font-size: 200%;
  font-weight: 200;
  text-align: center;
}

.name{
  padding-top: 1em;
}

.bioname{
  color: black;
  font-size: 110%;
}

.biopic{
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin-bottom: 1em;
  box-shadow: 1px 1px 10px grey;
}

#copyright-notice{
  margin-top: 6em;
  color: grey;
  font-size: 80%;
  text-align: center;
}

#copyright-notice a{
  color: #cea1b8;
}
