/* Global */

html {
    width: 100%;
    height: 100%;}

body {
    height: 100%;
    margin: 0;
    background-color: #F7F6F2;
    font-family: Georgia, Helvetica, Arial, sans-serif;
    font-size: 18px;}

h1, h2, h3, h4{
    margin: 40px 0;
    font-family: Centaur, Georgia, "Microsoft Yahei", sans-serif;
    font-weight: bold;
    color: #8C1515;
    line-height: 30px;}

h1 {
    font-size: 36px;}

h2 {
    font-size: 34px;}

h3 {
    font-size: 30px;}

h4 {
    font-size: 24px;}

/* Links */

a, a:link, a:hover, a:focus, a:active {
    font-size: 18px;
    font-weight: 200;
    color: #FFFFFF;
    text-decoration: none;}

/* image */

img {
    max-width: 100%;
    height: auto;}

/* Bootstrap */

.container-fluid {
    padding-left: 0;
    padding-right: 0;}

.navbar-light .navbar-nav .active > .nav-link {
    font-weight: bold;
    color: #8C1515;}

/* index */

.global-body {
    min-height: 600px;
    margin-bottom: 120px;}

.global-header {
    height: 30px;
    width: 100%;
    background-color: #8C1515;}

.global-banner {
    height: auto;
    margin: 15px auto;}

.global-banner img {
    margin: auto;
    height: 110px;}

.global-navbar {
    font-family: Tahoma, Georgia, sans-serif;
    margin-bottom: 30px;}

.global-navbar .navbar {
    border-top: solid 1px #8C1515;
    background-color: #F7F6F2;
    padding-top: 0;
    font-size: 20px;
    font-weight: 400;}

.global-navbar .navbar li {
    margin-left: 10px;
    margin-right: 10px;}

.global-navbar .dropdown-item{
    color: rgba(0, 0, 0, 0.5);}

.global-navbar .navbar .active {
    border-top: solid 1px #8C1515;}

.global-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 150px;
    background-color: #8C1515;}

.global-footer img {
    width: 120px;}

.global-footer .footer-logo {
    padding-left: 100px;}

.global-footer .footer-copyright {
    padding: 30px;
    font-size: 25px;
    font-weight: 400;}

.global-footer .footer-copyright a {
    font-size: 25px;
    font-weight: 400;}

.home-description {
    min-height: 100%;}


.home-sidebar {
    font-size: 18px;
    color: #1b1e21;
    font-weight: 400;
    line-height: 30px;}

.home-title h4 {
    font-size: 27px;
    margin: 5px 0 10px 0;}

.home-sidebar {
    margin-bottom: 30px;}

.home-sidebar li {
    margin: 10px 0;
    font-size: 18px;
    list-style-type: square;}

/* Research */

.research-title h2 {
    margin: 0;}

.research-description {
    min-height: 100%;}

.research-topic {
    font-size: 18px;
    color: #1b1e21;
    font-weight: 400;
    line-height: 30px;}

.research-projects img {
    width: 500px;
    margin: 20px 0;}

.research-links {
    font-size: 18px;
    color: #1b1e21;
    font-weight: 400;
    line-height: 30px;}

.research-links a {
    color: #8C1515;}

.research-links h4 {
    margin: 0;}

.research-reference {
    font-size: 14px;}

/* People */

.professor-description td {
    border: 0 solid transparent;}

.professor-information {
    margin: 30px 0;}

.professor-image img {
    width: 100px;
    margin: 20px 100px;}

.professor-title {
    padding-top: 0;
    font-size: 20px;
    color: #1b1e21;
    font-weight: 600;
    line-height: 30px;}

.professor-title h3 {
    margin: 10px 0 20px 0;}

.professor-title p {
    margin: 8px 0;}

.table-year {
    min-width: 90px;}


.member {
    margin: 40px 0;}


.member-image img {
    width: 100px;
    margin: 20px 100px;}

.member-contact {
    padding-top: 0;
    font-size: 20px;
    color: #1b1e21;
    line-height: 30px;}

.member-contact h4 {
    margin: 10px 0 20px 0;}

.member-contact p {
    margin: 8px 0;}

/* Publications */

.publications-list li {
    margin: 18px 0;
    font-size: 18px;
    color: #1b1e21;}

/* Resources */

.resources-list {
    margin: 0;}

.resources-list li {
    margin: 18px 0;}

.resources-list li a {
    color: #8C1515;}

/* Contact */
.contact-information a {
    color: #8C1515;}

.contact-map img {
    width: 600px;}