@import url(fonts/fonts.css);

.footer {
    position: fixed;
    bottom: 1em;
}

.funding {
    font-size: 12pt !important;
}

.note {
    font-size: 70% !important;
}
.leftcolumn {
    float: left;
    width: 50%;
}

.twocolumn {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.twocolumn ul {
    margin-top: 1em;
}

.ccby {
    position: fixed;
    bottom: 0px;
    left: 0px;
    opacity: .5;
}

.logo {
    border: none !important;
    box-shadow: none !important;
    width: 12%;
}

.quote {
    font-size: 70% !important;
    font-style: italic !important;
}

.reference {
    font-size: 60% !important;
    text-align: right;
}
.license {
    font-size: 70% !important;
    text-align: right;
}

.reveal section img {
    border: none;
}
