@charset "utf-8";
/* CSS Document */
body {
  background-color: #fafafa;
  padding: 0;
  margin: 0;
  font-family: 'Crimson Pro', serif;
  color: #444444;
  font-size: 100%;
  
}
main {
  padding: 0;
  matgin: 0;
}

a:link, p a:visited, p a:active {
	color: #8A1500;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 0.05em;
	letter-spacing: 0.05em;
	
}
a:hover {
	color: #F02400;
	width: auto;
	height: auto;
	text-decoration: none;
}
p a {
	font-weight: 500;
	color: #444444;
	}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #444444;
  color: #444444;
}
h1 {
  font-weight: 500;
  font-size: 2em;
  margin-top: 0em;
  padding-left: 0.5em;
  padding-top: 0em;
  margin-bottom: 0.75em;
  border-bottom: 3px double #444444;
}
h2, h3 {
  font-weight: 500;
  font-size: 1.5em;
  padding-left: 0.5em;
  font-weight: 400;
  padding-top: 0em;
  margin-top: 0em;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
}
p {
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 400;
  margin-left: 0.5em;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 0.8em;
  margin-right: 0.5em;
}
strong {
  font-weight: 700;
  letter-spacing: 0.2em;
}
#footer {
  position: fixed;
  width: 100%;
  height: 1.5em;
  bottom: 0px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #cccccc;
  background-color: #fafafa
}
#footerplacer {
  width: 100%;
  height: 100%;
  padding-left: 0px;
}
.submenu, .submenu a:link, .submenu a:active, .submenu a:visited {
  font-family: 'Quicksand', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #444444;
  text-align: center;
}
.submenu a:hover {
  color: #F02400;
  line-height: 1em;
}
.source {
	font-size: 1.1em;
	}
@media all and (min-width: 641px) {
  p {
    font-size: 1.4em;
  }
    #footerplacer {
    max-width: 641px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
  }
    .submenu {
    text-align: left;
    letter-spacing: normal;
	word-spacing:2em;
  }

}
@media all and (min-width: 1021px) {
  h1 {
    font-weight: 400;
    font-size: 2.2em;
    padding-top: 1em;
    padding-left: 0.5em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    border-bottom: 0.2em solid #444444;
  }
  h2, h3 {
    font-weight: 500;
    font-size: 2em;
    padding-left: 0.5em;
    font-weight: 400;
    padding-top: 0.5em;
    margin-bottom: 0.75em;
    padding-bottom: 0.1em;
  }
  p {
    font-size: 1.5em;
  }
  #footerplacer {
    max-width: 70em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
  }
  .submenu {
    text-align: left;
    letter-spacing: normal;
	word-spacing: 1.5em;
  }
}