@import url(http://fonts.googleapis.com/css?family=PT+Sans:300,400);

html {
  overflow-y: scroll;
  padding: 3px;
  margin:3px;
  height: 100%;
  }

body {
  font-family: 'Open Sans', 'PT Sans', sans-serif,'Lucida Bright', Veranda, serif;
  height: 100%;
  padding-top: 0.239em;}


h2 { 
    font-family: 'Open Sans', 'PT Sans', sans-serif,'Lucida Bright', Veranda, serif;
    font-size: 3.85em; 
    text-align: center; 
    color: #e0e0e0; }


h3 { 
    font-family: 'Open Sans', 'PT Sans', sans-serif,'Lucida Bright', Veranda, serif;
    font-size: 2.85em; 
    text-align: center; 
    color: #e0e0e0; }

p { color: #e09e63; 
    font-size: 1.12em; }


.important {
  font-family: 'Open Sans', 'PT Sans', sans;
  background-color: #b3ab1f;
  color: #a87416;
  font-size: 39px;
  align: right;
}

code { font-family: monospace;
       color: #ecb800; }

a.link {color: #1a8e84; }
a.active {color: #1a8e84; }


:root {
--bg: #1d1613;
--text: #8e8a7d;
--textBold: #935f48;
--textMuted: #e6ca7b;

--bgPage: #a26b5c;
--textPage: var(--text);
--textPageBold: #c49900;
--textPageMuted: var(--textMuted);

--bgHead: #621c15;
--textHead: #ffedb9;
--accent: #621c15;
--accentText: var(--textBold);
}
