/* custom css that I added */

/* Typography */
body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 160%;
    color: #383838;
    background-color: #ffffff;
    padding-top:50px;
    margin: 0;
    /*line-height: 21px;*/
    /*color: #666666;*/
    /*color: #525252;*/
    }
h1, .page-title, h2, h3, h4 {
    font-family: "Ovo", Serif;
    font-weight: normal;
    }
h1, h2, h3, h4 {
    margin: 2em 0 0.7em 0;
    }
h5 {
    margin: 1em 0 0.7em 0;
}
h1.page-title {
    margin: 0;
}
h4 {
    font-style:italic;
    font-size:1.15em;
}
p {margin-bottom: 1.5em;}
p.narrow {margin: 0 0 0.5em;}
/* h4.item-title { */
/*     padding-top: 0.5em;} */
.page-title a {
    color:black; 
    text-decoration: none;}
.muted {
    color: #808080;
    }
.muted a {
    color: #808080;
    text-decoration: underline;
    }
figure img {
    /* Makes the images inside a <figure> responsive */
    max-width: 100%;
    height:auto;
}
figcaption p {
    font-size: 0.8em;
    color: #808080;
}
a.toggle-link {
    color:black; 
    text-decoration: none;}
a.toggle-link:focus, a.toggle-link:hover {
    color:rgb(56, 56, 56); 
    text-decoration:none;}
.pull-quote-right {
    padding:1em; 
    float:right; 
    width:62%; 
    font-size:1.2em; 
    font-weight:bold; 
    font-family: "Ovo", Serif;}
div.image_w_caption{
    padding:1em;
    font-size:0.7em;
    line-height:120%;
    text-align:center;
    }
li {
    line-height:160%
}
blockquote {
    border-left: 5px solid #EEEEEE;
}
.toc {
  margin-top:2em;
}

/* Flexbox */
.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

/* Other */
footer{
    padding-top:50px;
    }
