/*************************************************
 *  Hugo Academic: an academic theme for Hugo.
 *  https://github.com/gcushen/hugo-academic
 **************************************************/


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

html {
    box-sizing: border-box;
}

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

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

html,
body,
p {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    line-height: 1.65;
    min-height: 100%;
}

body {
    /* Offset body content by navbar height. */
    margin-top: 71px;
    padding-top: 0;
}
@media screen and (max-width: 768px) {
    body {
        /* Offset body content by navbar height. */
        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: 28px;
}

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

h4 {
    font-weight: 700;
}

a, a:visited,
h3.article-title a:hover {
    color: #889988;
    text-decoration:none;
    transition:color 0.6s ease;
}

a:hover {
    color: #889988;
}

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

figcaption:before {
    font-weight: 700;
    text-transform: uppercase;
    #content: "Figure " counter(captions) ": ";
    text-align: center;}

figcaption {
    display: block;
    margin-top: 0.75em;
    line-height: 1.25;
    font-size: 1rem;
    margin-bottom: 1.65rem;
    font-family: 'Lato', sans-serif;
    counter-increment: captions;
    text-align: center;}

figcaption h4 {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin: 0;
}

pre,
code {
    font-family: 'Roboto Mono', 'Courier New', 'Courier', monospace;
}

pre {
    margin: 0 0 1.5rem;
    overflow: auto;
}

.space-below {
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
    .space-below {
        margin-bottom: 10px;
    }
}

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

.home-section {
    background-color: rgb(255, 255, 255);
    padding: 110px 0 110px 0;
}
@media screen and (max-width: 768px) {
    .home-section {
        padding: 60px 0 60px 0;
    }
}

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

.home-section:nth-of-type(even) {
    background-color: rgb(247, 247, 247);
}

.section-heading h1 {
    margin: 16px 0 10px 0;
}

.section-heading p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #b2b2b2;
}

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

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

#profile .portrait {
    #background-image: url('../img/portrait.png');
    #width: 200px;
    #height: 200px;
    #margin: 0 auto;
    border-radius: 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

#profile .portrait-title h2 {
    font-size: 28px;
    font-weight: 400;
    #color: #000000;
    #margin: 20px 0 10px 0;
}

#profile .portrait-title h3 {
    font-size: 1.13em;
    font-weight: 300;
    color: #AAAAAA;
    margin: 0px 0 10px 0;
}

#profile ul.social-icon {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

#profile .social-icon li {
    margin-right: 10px;
}

#profile .social-icon li:last-of-type {
    margin-right: 0;
}

#profile .social-icon li:hover {
    transform: scale(1.2)
}

.big-icon {
    font-size: 40px;
}

ul.ul-edu {
    list-style: none;
}

ul.ul-edu li {
    position: relative;
    padding: 0px 15px 4px 3px;
    color: #333333;
}

ul.ul-edu li .description p {
    margin: 0;
}

ul.ul-edu li .description p.course {
    font-size: 1em;
}

ul.ul-edu li .description p.institution {
    font-size: 0.88em;
}

/*************************************************
 *  Sharing
 **************************************************/

.share-box {
    float: right;
}

ul.share {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.share li {
    display: inline-flex;
    margin-right: 5px;
}

ul.share li:last-of-type {
    margin-right: 0;
}

ul.share li .fa {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    transition: all 150ms ease-in-out;
    color: #fff;
}

ul.share li a {
    background-color: #778877;
    display: block;
    border-radius: 50%;
    text-decoration: none !important;
    margin: 0;
}

ul.share li:hover .fa {
    transform: scale(1.4)
}

/*************************************************
 *  Blog Articles
 **************************************************/

.article-title {
    font-size: 1.75rem;
}

h3.article-title a {
    color: #151515;
    transition: color 0.6s ease;
}

.article-metadata {
    margin-bottom: 20px;
    line-height: 30px; /* Match share bar line height. */
    font-size: 14px;
    letter-spacing: 0.03em;
}

.article-metadata a:hover {
    color: #667766;
}

.article-metadata a {
    color: #778877;
}

.article-list-item {
    margin-bottom: 40px;
}

.article-list-item:last-child {
    margin-bottom: 0 !important;
}

.article-list-item .article-metadata {
    margin-bottom: 5px;
}

.article-metadata .article-date,
.article-metadata .article-tags {
    margin-right: 10px;
    color: #888;
}

.article-banner {
    width: 100%;
    height: auto;
}

.article-style img,
.article-style video {
    box-shadow: 0px 0px 0px #edefed,-0px -0px 0px #edefed,0px -0px 0px #edefed,-0px 0px 0px #edefed;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.article-style figure {
    margin-top: 20px;
    margin-bottom: 10px;
}

.article-style figure img {
    margin-top: 0;
    margin-bottom: 0;
}

#comments {
    padding: 20px;
}

/*************************************************
 *  Publications
 **************************************************/

.pub-icon {
    color: #03396c;
    font-size: 0.81em;
    padding-top: 4px;
    padding-left: 0px;
}

.pub-banner {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.pub .pub-title {
    margin-bottom: 5px;
}

.pub .pub-authors {
    font-style: italic;
    line-height: 30px; /* Match share bar line height. */
}

.pub .pub-row-heading {
    font-weight: bold;
}

.pub-list-item {
    margin-bottom: 40px;
}

.pub-list-item .pub-abstract {
    font-size: 1.13em;
}

.pub-list-item .pub-authors {
    line-height: normal;
    font-style: normal;
    font-size: 1.13em;
    color: #3170A5;
}

.pub-list-item .pub-publication {
    color: #090;
    font-size: 1em;
}

.pub-list-item .pub-links {
    padding-top: 10px;
}

/*************************************************
 *  Projects
 **************************************************/

section#projects.home-section li {
    margin-bottom: 20px;
}

section#projects.home-section li:last-of-type {
    margin-bottom: 0;
}

section#projects.home-section .project-title {
    display: inline-block;
    margin-bottom: 6px;
}

section#projects.home-section .project-summary {
    font-size: 14px;
    margin-bottom: 6px;
}

section#projects.home-section .project-tags {
    font-size: 14px;
    color: #9c9c9c;
}

/*************************************************
 *  Contact
 **************************************************/

#contact li span {
    padding-left: 10px;
}

/*************************************************
 *  Footer
 **************************************************/

footer {
    margin: 4rem 0 0;
    padding: 2rem 0;
    width: 100%;
}

footer p {
    font-size: 0.75rem;
    text-align: center;
}

.site-footer,
footer a#back_to_top i {
    color: #899596;
}

/*************************************************
 *  Button Primary: Color Override
 **************************************************/

.btn-primary {
    border-color: #889988;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #889988;
}

/*************************************************
 *  Button Outlines
 **************************************************/

.btn-outline {
    background-color: transparent;
    color: #889988;
    transition: all .2s;
}

.btn-primary.btn-outline {
    color: #889988;
    border-color: #889988;
}

.btn-success.btn-outline {
    color: #889988;
}

.btn-info.btn-outline {
    color: #889988;
}

.btn-warning.btn-outline {
    color: #889988;
}

.btn-danger.btn-outline {
    color: #889988;
}

.btn-primary.btn-outline:active {
  color: #ffffff; 
  background-color: #556655; 
  border-color: #556655;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

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

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

.navbar-default {
    background: #ffffdd;
    -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: 16px;
}

.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: #667766;
}

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

.navbar-brand,
.navbar-nav li a {
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.navbar-brand {
    #text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    color: #2b2b2b;
    line-height: normal;
    width: 300px; 
}

@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!important;
    }
    .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;
        #height: 60px;
   }
    .collapse.in{
        display:block !important;
    }
}

/*************************************************
 *  Tables
 **************************************************/

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    font-size: 0.93rem;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.43;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

table > tbody + tbody {
    border-top: 2px solid #ddd;
}

table table {
    background-color: #fff;
}


/* Table Striped */
table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

/* Table Hover */
table > tbody > tr:hover > td,
table > tbody > tr:hover > th {
    background-color: #e5e5e5;
}


img[src$='#floatportraitcenter']
{
float:center;
height: 400px;
}

img[src$='#floatlandscapecenter']
{
float:center;
width: 400px;
}

img[src$='#doublelandscapecenter']
{
float:center;
width: 800px;
}

.videoborder{
border:1px solid #cccccc;
}

.video-caption{
    display: block;
    margin-top: 0.75em;
    line-height: 1.25;
    font-size: 1rem;
    margin-bottom: -3rem;
    margin-top: -3rem;    
    font-family: 'Lato', sans-serif;
    text-align: center;}
}




