
body {
	background-color: lightgray;
	font-size: 90%;
	font-family: "Roboto Slab";
}

h1 {
	font-family:"Roboto Slab",sans-serif;
}

h2 {
    /* text-align: center; */
}

h4 {
    font-size: 17.5px;
}

h5 {
	font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.staff {
    font-size: 100%;
    display: grid;
    grid-template-columns: 0.5fr 2fr;
    align-items: center;
    column-gap: 0px;
    margin-bottom: 10px;
}

#page {
	margin: 1.5em auto 3em auto;
	background-color: white;
	padding: 2em 3em 1.5em 3em;
	border: 1px solid #ccc;
	box-shadow: 2px 2px 8px #aaa;
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee;
}

a {
    color: #0088cc;
    text-decoration: none;
}

.navbar {
    margin-bottom: 1em;
    border-bottom: 1px solid black;
}

.navbar-collapse {
    justify-content: flex-end;
}

.navbar-light .navbar-nav.external-links .nav-link {
    color: #0088cc;
}

.container {
	min-width: 420px;
}

.publication div
{
	border: 1px solid #ccc;
}

.pbody
{
    color: #333333;
}

.curr
{
    font-weight: bold;
}

.events td
{
    font-size: 90%;
    color: firebrick;
    vertical-align: top;
}

.event
{
   color: firebrick;
}

.description
{
    white-space: pre-line;
    text-align: justify;
    display: block;
}

.cal:link
{
    text-decoration: none;
}

.cal:visited
{
    text-decoration: none;
}

.cal:hover
{
    text-decoration: none;
}

.cal:active
{
    text-decoration: none;
}

.time
{
    text-align: right;
    padding-right: 0.7em;
    white-space: nowrap;
}

.date
{
    text-align: right;
    padding-right: 0.5em;
    white-space: nowrap;
}

.fontsmall
{
    font-size: 85%;
}

.marginbottom
{
    margin-bottom: 1em;
}

.margintop
{
    margin-top: 0.5em;
}

.marginleft
{
    margin-left: 1em;
}

.nomargintop
{
    margin-top: 0;
}

.nowrap {
    white-space: nowrap;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

table.sections
{
	border-spacing: 10px 0 !important;
}

.table-fit {
    width: 1px;
    white-space: nowrap;
}

.grey {
    opacity: 0.5;
}

@media only screen and (max-width: 768px) {
    html, body {
        width: 100%;
    }

    #page {
        margin: 0;
        border: none;
        box-shadow: none;
        padding: 1.5em;
        min-width: 100%;

    }

    .col-12 {}

    table {
        font-size: 90%;
    }

    td, th {
        padding: .3rem .3rem !important;
    }
}

@media only screen and (max-width: 576px) {
    #page {
        padding: 1em;
    }

}