﻿body {
    margin-top: 20px;
    margin-bottom: 30px;
    font-family: sans-serif;
    font-weight: lighter;
}

a {
    color: black;
    border-bottom: 1px dotted black;
}

a:hover,
a:active {
    color: #DB522F;
    text-decoration: none;
}

h1 a {
    color: #6B747C;
    border: none;
}

h2 {
    font-size: 1.8em;
    border-bottom: 2px solid;
}

h3 {
    font-size: 1.2em;
    color: #000000;
}

h4 {
    font-size: 1em;
    font-family: sans-serif;
    font-weight: lighter;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 30px;
}

.strong {
    color: #DB522F;
}

@media (max-width: 767.98px) {
    header {
        text-align: center;
    }
}

ul.social-icons {
    font-size: 1rem;
    margin-top: 24px;
    margin-bottom: 0;
}

ul.social-icons li::before {
    content: '[';
}

ul.social-icons li::after {
    content: ']';
}

ul.social-icons li a {
    border: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}

img.portrait {
    max-width: 100%;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    img.portrait {
        display: block;
        max-width: 300px;
        margin: auto;
    }
}

.annotation {
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    font-size: 12px;
    line-height: 12px;
}

.taxonomy img {
    max-width: 100%;
}

div.research-project {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

div.line-of-research {
    background-color: #F0F0F0;
}

div.research-project video {
    max-width: 100%;
    margin-bottom: 0.5rem;
}

div.research-project p {
    margin-bottom: 0.3rem;
}

p.future-plan {
    font-weight: bold;
}

.news {
    font-size: 15px;
    margin-bottom: 0px;
    padding-left: 10px;
}

#news-more {
    display: none;
}

.tweets {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.meta {
    border-style: none;
    /*font-weight: bold;*/
    /*color: #999;*/
    margin-right: 5px;
}

.info {
    border-style: none;
    font-weight: bold;
    color: #999;
    margin-right: 5px;
}

hr.dash {
    border-top: 1px dashed #bbbbbb;
    margin-bottom: 15px;
    margin-top: 15px;
}

.switch {
    position: relative;
    display: block;
    width: 32px;
    height: 18px;
    float: left;
    top: 3px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 3px;
    right: 0;
    bottom: -3px;
    left: 0;
    background-color: #ccc;
    transition: 0.5s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.5s;
}

.active .slider {
    background-color: #DB522F;
}

.active .slider:before {
    transform: translateX(14px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.widget {
    width: 200px;
}