html {
    font-size: 0.60em
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 2.3rem;

}

a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #06c;
}

a:visited {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #06c;
}

a:hover {
    color: #06c;
}

.img-link {
    border-bottom: none;
}

.container {
    margin-top: 54px;
    max-width: 1140px;
}

.section-header {
    padding-top: 2px;
    color: #222;
    background-color: white;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
}

.gray {
    color: #888888;
}

.caps {
    font-variant: small-caps;
}

.site-nav ul {
    list-style-type: none;
    /* background-color: red; */
}

.site-nav li {
    margin-bottom: 5px;
}

.site-nav {
    font-family: "Source Sans 3", sans-serif !important;
    background-color: white;
    /* background-color: rgba(255, 255, 255, 0.9); */
    z-index: 10;
    
}

li.myname a {
    text-transform: capitalize;
    text-decoration: none;
    color: black;
}

li.myname {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.site-nav a {
    text-transform: lowercase;
    padding: 0;
    background-color: none;
    border-bottom: 1px solid white;
}

.site-nav a:hover {
    border-bottom: 1px solid #06c;
}

.site-nav a.active {
    border-bottom: 1px solid #06c;
}


.short-bio {
    max-width: 760px;
    margin-bottom: 40px;
}

.projects {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 55px;
}

.projects .section-header {
    color: #3c4349;
    font-weight: 600;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 102, 204, 0.641);
    max-width: 355px;
}

.project {
    background-color: white;
    margin-bottom: 60px;
    max-width: 365px;
    font-size:15px;
    line-height: 1.8rem;
}

.project .name {
    font-weight: 600;
}

.project .name a {
    text-decoration: none;
    border-bottom: none;
    color: #06c;
}

.project .authors {  
    font-weight: 400;
    color: #565656;
    display: block;
    margin-top: 2px;
    margin-bottom: 8px;
    font-size:14px;
}

.project .venue::after {
    content: "\00B7 "; 
    color: #999;
    margin-left: 4px;
    margin-right: 2px;
    font-size: 1.1em;
    vertical-align: middle;
}

.project .author-highlight {
    text-decoration: underline;
}

.project .venue {
    color:  rgb(0, 66, 133);
    /* font-size: 98%; */
    font-weight: 600;
    /* margin-right: 6px; */
}

.project .desc {
    color: #656565;
    margin-top:6px;
    /* display: hidden; */
}

.project .preview img {
    width: 350px;
    /* max-height: 100px; */
    filter: grayscale(0.4);
    transition: 0.35s filter ease-out, 0.35s -webkit-filter ease-out;
}

.project:hover .preview img {
    filter: grayscale(0);
}

.project .preview {
    border: 1px solid #fff;
}

.publications a {
    text-decoration: underline;
    text-decoration-color: #06c;
    border-bottom: none;
}

.publication-container strong {
    font-weight: 600;
}

.publications a:visited {
    text-decoration: underline;
    text-decoration-color: #06c;
    border-bottom: none;
}

.publications .authors::before {
    content: "\A";
    margin-bottom: 2px;
    display: block;
}

.publications .authors::after {
    content: ".";
}

.publications .authors {
    display: inline;
    margin-top: 2px;
}

.publications .venue::before {
    content: "\00a0";
}

.publications .venue {
    font-style: italic;
    display: inline;
    color: #555;
}

.photo img {
    -webkit-box-shadow: 1px 3px 4px #eee;
    -moz-box-shadow: 1px 3px 4px #eee;
    margin-bottom: 10px;
    width: 100%
}

.cv .contact {
    text-align: right;
    margin-bottom: 40px;
}

.cv .resume {
    margin-bottom: 30px;
}

.cv p {
    font-weight: normal;
    margin: 0px;
    margin-bottom: 0.5em;
    margin-left: 20px;
    text-align: left;
}

.cv .city {
    text-transform: capitalize;
    font-weight: normal;
    font-style: italic;
}

.cv .date {
    color: #676767;
}

.cv h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    color: #222;
    margin-bottom: 6px;
}

.cv h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.cv ul {
    margin-top: 0px;
    letter-spacing: normal;
    margin-left: 30px;
}

.cv .print-contact {
    display: none;
}

.writing .collection {
    margin-bottom: 60px;
}

.writing .subtitle {
    margin-bottom: 20px;
    margin-top: 2px;
}

.writing .date {
    color: #777;
}

.writing ul {
    list-style-type: none;
}

.writing .two-col ul {
    column-count: 2;
    -moz-column-count: 2;
    column-width: 260px;
    -moz-column-width: 260px;
}

.writing .two-col ul>* {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
}

.writing .posts .arrow {
    display: inline-block;
    color: #06c;
    margin-right: 5px;
}

.writing .posts li {
    margin-bottom: 20px;
    padding-left: 0px;
}

.writing .posts li:before {
    content: "\2192";
    color: #06c;
    margin-right: 5px;
}

.writing .posts li:first-of-type:before {
    padding-left: 3px;
    font-weight: bold;
    content: "\21AF";
    color: #06c;
    margin-right: 5px;
}

.writing .posts a {
    border: none;
}

@media (max-width: 560px) {
    .site-nav .myname {
        font-size: 24px;
    }
}

@media (max-width: 560px) {
    .site-nav li {
        display: inline-block;
        margin-left: 5px;
    }
}

@media (max-width: 560px) {
    .site-nav li:first-of-type {
        display: block;
    }
}