/* stylesheet main.css */

h1, h2, h3, h4, h5, h6, p, a, b, u, li, th td, span, div, nav{
    /*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/

    font-family: 'KoHo', sans-serif;
    /*font-family: 'Source Code Pro', monospace;*/
    /*font-family: 'Ubuntu Mono', monospace;*/
}

span.mdl-layout-title{
    font-family: 'KoHo', sans-serif;
}

section.my-section{
    /*visibility: hidden;*/
    display: none;
}
section.section-active{
    /*visibility: visible;*/
    display: block;
}
.my-title{
    display: none;
}
.my-title-active{
    display: inline;
}
.my-subtitle{
    color: white;
    /*text-shadow: 2px 2px #ff0000;*/
}

.my-nav > a.my-nav-active{
    display: none;
}
.mdl-layout__tab-bar{
    background-color: rgba(0, 0, 0, 0);
}
.mdl-layout__tab-bar > a{
    text-transform: none;
}
.mdl-layout{
    /*background: url('/img/bg-neuron.jpg');*/
    /*background: url('http://www.toca-ch.com/data/walls/127/25966247.jpg');*/
    /*background: url('http://bsnscb.com/data/out/22/39154080-blackboard-wallpapers.jpg');*/
    /*background: url('img/bg-backboard.jpg');*/
    /*background-color: #003B3B;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    background-color: #1D252C;
}
ul.mdl-list{
    background-color: white;
}

ul.mdl-list a{
    text-decoration: none;
    color: #1D252C;
}

a.mdl-button{
    background-color: #1D252C;
}

#mishima2018.mdl-card{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;/* top;*/
    background: url('/img/icon-fmd.jpg') center / cover;
    /*background: url('/img/ClinExpNephro.jpg') center / cover;*/
}
#jsh2016.mdl-card{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-image: url('/img/icon-jsh2016.png');
}
#ohbm2016.mdl-card{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-image: url('/img/icon-ohbm2016.png');
}
#logo{
    width: 
}
.calendar{
    background-color: white;
}

footer{
    opacity: 0;
}