/*************************************************
 *  Hugo Academic: Minimal version for index_short.html
 *  Based on hugo-academic theme
 **************************************************/

/*************************************************
 *  Core
 **************************************************/

html {
    box-sizing: border-box;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

.row:after,
.row:before {
    content: " ";
    display: table;
}

html,
body,
p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.25;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-left: 8px;
    color: #000000;
}

h3 {
    font-size: 21px;
    line-height: 1.35;
    min-height: 100%;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-left: 10px;
    color: #000000;
}

body {
    margin-top: 71px;
    padding-top: 0;
}

@media screen and (max-width: 768px) {
    body {
        margin-top: 51px;
        padding-top: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-default {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    text-rendering: optimizeLegibility;
}

h1 {
    margin-bottom: 21px;
    font-size: 48px;
}

h3 {
    margin-bottom: 11px;
    font-weight: 700;
}

h4 {
    margin-left: 7px;
    font-weight: 550;
    font-size: 16px;
    margin-bottom: 0px;
}

a, a:visited {
    color: #0000FF;
}

a:hover {
    color: #005181;
}

p a {
    color: #0000AA !important;
}

p a:hover {
    color: #0000FF !important;
}

h3 a {
    color: #0000AA !important;
}

h3 a:hover {
    color: #0000FF !important;
}

img,
video {
    height: auto;
    max-width: 100%;
    display: block;
}

/*************************************************
 *  Home Sections
 **************************************************/

.home-section {
    background-color: rgb(255, 255, 255);
    padding: 0px 0 0px 0;
}

@media screen and (max-width: 768px) {
    .home-section {
        padding: 60px 0 60px 0;
    }
}

.home-section:first-of-type {
    padding-top: 0;
}

/*************************************************
 *  Biography
 **************************************************/

#profile {
    text-align: center;
    padding: 30px 10px;
    position: relative;
}

#profile .portrait-title h2 {
    font-size: 1.75em;
    font-weight: 300;
    color: #000000;
    margin: 0px 0 10px 0;
}

#profile .portrait-title h3 {
    font-size: 1.1em;
    font-weight: 500;
    color: #888888;
    margin: 0px 0 5px 0;
}

/*************************************************
 *  Navigation Bar
 **************************************************/

.navbar {
    min-height: 0px !important;
}

.navbar-default {
    background: #060e66;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

nav#navbar-main li {
    font-size: 19px;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:visited {
    white-space: nowrap;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #fff;
}

.navbar-default .navbar-nav li a:hover {
    color: #0095eb;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 35px;
    padding-top: 6.5px;
    padding-bottom: 3.5px;
}

.navbar-brand {
    line-height: 35px;
    font-size: 1.3em;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .navbar {
        min-height: 50px !important;
    }
    .navbar-header {
        float: none;
        min-height: inherit;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: normal;
    }
    .collapse.in{
        display:block !important;
    }
}

/*************************************************
 *  Custom Styles for index_short.html
 **************************************************/

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.content-title {
    padding-left: 5%;
}

.person-col {
    margin-bottom: 0px;
}

.news-item,
.service-item {
    line-height: 1.6;
    padding-left: 7%;
    margin-bottom: 0px;
}

.desktop-margin-left {
    padding-left: 0%;
}

@media screen and (max-width: 1000px) {
    .desktop-margin-left {
        padding-left: 15px !important;
    }
}

/* Publication styles */
.col-sm-3 .img-fluid {
    max-width: 90% !important;
}

.award-text {
    color: #B91616;
    font-weight: 600;
}

/* Removed: sharing, blog, projects, contact, footer, tables, buttons */