@charset "UTF-8";
/* CSS Document */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
#wrapper{
    max-width:900px;
    margin:0 auto;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.sans{
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight:normal;
}
p{
    padding-bottom:1em;
}
ul{
    margin-left:2em;
}
section{
    margin-bottom:1em;
}
h1{
    font-family: 'Allerta Stencil', sans-serif;
    font-weight:normal;
    color:#8A2000;
    font-size: 3em;
}
h1, h2, h3, div{
    margin:0.3em auto 0.5em;
}
h2{
    color:#8A2000;
}
a{
    color:#555;
}
ul{
    list-style:none;
}
li{
    padding:0 0 0.5em;
}
.nomargin{
	margin-bottom:0;
}
.raleway{
    font-family: 'Raleway', sans-serif;
}
.alegreya{
    font-family: alegreya, sans-serif;
}
.beon{
   font-family: 'BeonRegular'; 
   font-weight: normal; 
   font-style: normal; 
}
.flex{
	display:flex;
}
.flex1{
	flex:1;
}
.flex2{
	flex:2;
}
.flex div{
   margin:0 1em; 
}
.flex p{
    padding-bottom:0;
}
img{
	border:solid 1px #8A2000;
	width:100%;
	height:auto;
}
.dumb2 p, .dumb2 h3{
	font-size:0.9em;
}

.big{
    font-size:1.3em;
}
.red{
	font-style:italic;
	color:red;
}
.code{
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	font-size:0.9em;
	margin-bottom:3em;
}
figcaption{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color:#8A2000;
	font-size:0.7em;
}
@font-face {
    font-family: 'Branda';
    src: url(fonts/branda.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}
.branda{
    font-family: Branda, serif;
    font-size:1.5em;
}
@font-face {
    font-family: 'BrandaTTF';
    src: url(fonts/branda.ttf);
    font-weight: normal;
    font-style: normal;
}
.branda_ttf{
    font-family: 'BrandaTTF', serif;
    font-size:1.5em;
}
@font-face {
  font-family: propaniac;
  src: url(fonts/propaniac.woff2) format("woff2"), url(fonts/propaniac.ttf) format("truetype");
}
.propaniac{
    font-family: propaniac, serif;
    font-size:1.5em;
}

@font-face {
  font-family: dumb2;
  src: url(fonts/dumb2.woff) format("woff");
}
.dumb2{
    font-family: dumb2, serif;
    font-size:1.5em;
}



