@import url(css/theme.css);
@import url(reference-item.css);
@import url(syllabus.css);
@import url(toc.css);
@import url(topic.css);
@import url(typography.css);


.rst-content img, .rst-content .section>img{
    border: thin solid #555;
    box-shadow: 10px 10px 5px #bbbbbb;
    margin-bottom: 5em;
}

.wy-side-nav-search{
  background-color: #44009e;
}


body{
    font-family: "Lato","ff-tisa-web-pro",Arial,sans-serif;
}



h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend{
  font-family: "Lato","ff-tisa-web-pro",Arial,sans-serif;
}

p:not([class]){
    font-family: "Lora", Lato, "Georgia", serif;
}

