/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=EB+Garamond);


* { 
  margin: 0;
  padding: 0px;
    font-family: 'EB Garamond', serif;
  font-size:24px;
} 

body { 
  background: #fff; 
  margin: 0; 
  color: #222;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'EB Garamond', serif;
  font-weight: 400;
}

.subheader {
  font-style:italic;
  font-size:1.3em;
  margin-bottom:30px;
}

p {
  display:block;
  line-height:1.5em;
  padding-top:0.25em;
  padding-bottom:0.25em;
}

.top {
  font-size: 3em;
  font-weight:bold;
  margin-top:100px;
}

#subsections h1 {
  font-size: 1em;
  font-weight:bold;
}

#subsections p {
  font-size:0.75em;
}

.subsectionlink {
  font-size:0.9em;
}


#footer p {
  font-size:0.75em;
}


hr {
  border-color: #222;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width:100%;
}

a { 
  padding: 0;
  margin: 0;
  font-weight:bold;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
  color: #000;
}
a:hover,a:focus {
  text-decoration: underline;
  color: #000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 100px;
  
}

#footer {
  border-top:1px solid black;
  padding-top:5px;
}
/* ----------------------------- */

