body
{
    font: 1.1rem "Nunito Sans", sans-serif;
    color: #000;
    background: #fff;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
	line-height: 1.4;
    overflow-y: auto;
    text-align: left;
}
a
{
    text-decoration: none;
}
a:link
{
	color: #00f;
}
a:visited
{
    color: #00f;
}
a:hover
{
    color: #f00;
}
h1
{
    font-size: 4.25rem;
    font-weight: normal;
    margin: 0.5rem 0;
    color: #000;
}
h2
{
    font-size: 2.25rem;
    font-weight: normal;
    margin: 0.25rem 0;
    color: #555;
}
h3
{
    color: #000;
    font-weight: normal;
    font-size: 1.25rem;
}
h4
{
    color: #000;
    font-size: 1rem;
    font-weight: bold;
	display: inline;
	margin: 0 2px 0 4px;
}
p
{
    margin: 0 0 5px 0;
    padding: 0;
}
ul
{
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: square;
}
li
{
	margin-bottom: 0.1rem;
}
.underlined
{
	text-decoration: underline;
}
.hero
{
    min-height: calc(100vh - 3rem);
    width: calc(100vw - 4.5rem);
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.75rem;
    padding: 1.5rem;
    position: relative;
}
.fade-in {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}
@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:1; }
}
.fade-one
{
    animation-delay: 0.5s;
}
.fade-two
{
    animation-delay: 1.1s;
}
.fade-three
{
    animation-delay: 1.7s;
}
img.social
{
    margin: 5px;
    height: 32px;
    border: none;
    box-shadow: none;
    filter: invert(0.4) sepia(1) saturate(20) hue-rotate(170deg) brightness(0.6);
}
img.social:hover, img.social:active
{
    filter: invert(0.4) sepia(1) saturate(20) hue-rotate(150deg) brightness(1.2);
}
img.arrow 
{
    margin: 0;
    height: 1.25rem;
    border: none;
    box-shadow: none;
}
.content
{
    margin: 0 auto;
    padding: 0 20px;
    max-width: 910px;
	min-width: 260px;
    max-height: 100%;
}
#sections
{
    margin-top: 1.5rem;
}
#sections .content
{
    max-width: 840px;
}
#top .content
{
    margin-bottom: 1.5rem;
}
.inner
{
    background: #fff;
    padding: 10px 0;
    margin: 0 auto;
    width: 100%;
}
.flex
{
    display: flex;
}
#navbar
{
    width: 100%;
    position: absolute;
    max-width: 860px;
    margin: 0 auto;
    bottom: 0.5rem;
    z-index: 30;
    border-width: 1px 0;
    border-style: solid;
    border-color: #888;
    display: block;
}
#navbar a
{
    color: #888;
    font-size: 1.25rem;
    margin: 0 0.5rem;
    display: none;
}
#navbar a:visited
{
    color: #888;
}
#navbar a:hover
{
    color: #88e;
}
#navbar a.item
{
    display: inline;
}
#navbar a.item:before
{
    content: "["
}
#navbar a.item:after
{
    content: "]"
}
.center
{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.event
{
    width: 100%;
    min-width: 200px;
    padding: 0;
    margin: 0;
    position: relative;
}
.event .date
{
    display: block;
    position: absolute;
    left: -0.25rem;
    top: 50%;
    transform: rotate(270deg);
    color: #339;
    font-size: 0.9rem;
}
.event .info
{
    border-left: 3px solid #339;
    display: flex;
    padding: 0.45rem 1rem;
    margin-left: 2.5rem;
    align-items: center;
    text-align: center;
}
.event .info img
{
    width: 64px;
    height: 64px;
    margin: 0.25rem 1rem 0.25rem 0;
}
.event .info p
{
    width: 100%;
}
.event .info:after
{
    border: 3px solid #339;
    position: absolute;
    left: calc(2.5rem - 6px);
    background: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 65%;
}
ul.pubs
{
	list-style-type: none;
	margin: 0;
    font-size: 1rem;
    text-align: left;
}
ul.pubs li
{
	display: flex;
	margin: 0;
    align-items: center;
}
ul.pubs li img
{
	margin: 0 auto;
    border-radius: 20px;
}
ul.pubs li div
{
	padding: 0.25rem 0 0.75rem 1rem;
    width: 100%;
}
ul.pubs li pre
{
	margin: 5px 5px 5px 10px;
	padding: 5px 5px 5px 10px;
	font: 0.75rem Lucida Console, monospace, Courier New;
	border-left: 2px solid #999;
	display: none;
	white-space: pre-wrap;
}
ul.pubs .myname
{
	font-weight: 600;
}
.footer
{
    font-size: 0.75rem;
    padding: 1.5rem 0;
    background: #fff;
    margin: 0 auto;
}
.new
{
	background-color: yellow;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px #000 solid;
	padding: 1px;
}
#photo
{
    display: block;
	height: auto;
    width: 33%;
    min-width: 260px;
}
#photo img
{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 240px;
    margin: 0 auto;
}
#intro
{
    display: block;
    width: auto;
    padding: 1.25rem 0 1.25rem 1.5rem;
}
@media screen and (max-width: 768px)
{
    body
    {
        font-size: 0.9rem;
    }
    h1
    {
        font-size: 2.1rem;
        margin: 0.15rem 0;
    }
    h2
    {
        font-size: 1.6rem;
    }
	.hero
    {
        font-size: 1rem;
        min-height: calc(100vh - 6rem);
    }
	#nav a
	{
		font-size: 100%;
		padding: 5px 7px;
		margin: 5px 2px;
	}
	ul
	{
		margin: 0 0 0 10px;
	}
    #photo {
        width: 100%;
        min-width: auto;
    }
    #photo img {
        width: 50%;
        max-width: 160px;
        margin: 0 auto;
    }
    #intro
    {
        padding: 0.5rem 0;
    }
    #navbar {
        border: none;
    }
    #navbar a
    {
        display: inline;
    }
    #navbar a.item
    {
        display: none;
    }
    .flex {
        display: block;
    }
    .event .date
    {
        position: absolute;
        left: -0.25rem;
        font-size: 0.75rem;
    }
    .event .info
    {
        margin-left: 1.75rem;
        padding: 0.35rem 0.75rem;
    }
    .event .info:after
    {
        left: calc(1.75rem - 6px);
    }
    .event .info img
    {
        width: 40px;
        height: 40px;
        margin: 0.25rem 0.5rem 0.25rem 0;
    }
    ul.pubs
    {
        font-size: 0.8rem;
    }
    ul.pubs li
    {
        display: block;
    }
	ul.pubs li div
	{
		margin-left: 0;
		padding-left: 0;
	}
	ul.pubs li img
	{
		position: relative;
		width: 90%;
		max-width: 256px;
		margin: 0 auto;
	}
    ul.pubs li pre
    {
        font-size: 0.6rem;
    }
    img.social
    {
        margin: 2px;
    }
}