/* Edited from Andrew C. Myers' default.css */
body, p, ul {
    /* font-family: "Goudy Old Stout", "Goudy Old Style", "Garamond", "Palatino",
    "urw palladio l", times, serif; */
    font-family: "Source Sans Pro", "Open Sans", "Calibri", "TW Cen MT",
                 "Gill Sans", Helvetica, sans-serif;
}

body {
    /*font-size: 12pt;*/
    background-color: white;
    color: black;
    margin-top: 0px;
    /*margin-left: 0px;*/
    margin-bottom: 0px;
}



a {text-decoration: underline; color: #4e65d8} /*#349}*/

h2 a, h3 a, a.offpage, div.offpage, div.offpage a:link, div.offpage /* a:visited {color: #a62} */
h2 a:hover, a.offpage:hover, div.offpage a:hover /* {color: #d08040}*/

h1, h2, h3, h4, .name {
    font-family: "Source Sans Pro", "Open Sans", "Cronos Pro", "Calibri", "Gill Sans", "TW Cen MT", sans-serif;
    /*color: #803530; */
    /*color: #804113; font-weight: bold*/
    /* color: #604113; font-weight: bold */
    color: #411380;
    font-weight: 600;
    padding-bottom: 2pt; margin: 0;
}
h2 {padding-top: 1ex}
h1 { font-size: 200% }
h2, div.offpage { font-size: 120%}
h2 { margin-top: 1ex}
h3 { font-size: 100% }
th { font-size: 110% }


.avoidbreak { display: inline-block; text-indent: 0; margin: 0 }

/* https://stackoverflow.com/questions/11438910/how-to-display-items-side-by-side-without-using-tables/53216277#53216277 */
.image-txt-container {
  display:flex;
  align-items:center;
  flex-direction: row;
}