/**********************************************************************/
/** Basic Tag Properties **********************************************/
/**********************************************************************/

  html, body {
    font-family: Avenir, Helvetica Neue, Helvetica, Arial;
    font-size: 26pt;
    font-weight: 300;
    height: 100%;
    line-height: 1.5;
    margin: 0;

  }

  h2 {
    font-size: 36pt;
  }

  h4 {
    font-size: 28pt;
    font-variant: small-caps;
    margin: 10px 0px 0px 0px;
  }

/**********************************************************************/
/** Visibility ********************************************************/
/**********************************************************************/

  .big-only, .small-only {
    display: none !important;
  }

  .mobile-only {
    display: inherit !important;
  }

/**********************************************************************/
/** Basic Layout Classes **********************************************/
/**********************************************************************/

  .container {
    display: flex;
    flex-flow: column;
    height: 100%;
  }

  .margin {
    flex: 1 1 auto;
    min-width: 25px;
  }

/**********************************************************************/
/** General Style Classes *********************************************/
/**********************************************************************/

  .separator {
    color: #4f7551;
  }

  .noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox */
  }

/**********************************************************************/
/** Header ************************************************************/
/**********************************************************************/

  .header {
    z-index: 1;
    width: 100%;
    height: 240px;
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
  }

  .header .background {
    height: 100px;
    width: 100%;
  }

  .header #backgroundimg {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .header .background #information {
    height: 130px;
    text-align: center;
  }

  .header .background #profile {
    border-radius: 10px;
    height: 175px;
    width: 175px;
    margin: 10px 20px 10px 10px;
  }

  .header .background h1 {
    margin: 0px;
    display: flex;
    color: #4f7551;
    font-size: 60px;
    font-family: Georgia, serif;
    flex-direction: column;
  }

  .header .background p {
    font-size: 21.5pt;
    margin: 0px;
  }

  .header .background .icon {
    margin: 0px 8px 0px 4px;
  }

  .header .background a {
    color: black;
    text-decoration: none;
  }

  .column {
    display: flex;
    flex-flow: column;
    height: 100%;
    top: 0px;
  }

/**********************************************************************/
/** Menu **************************************************************/
/**********************************************************************/

  #menu {
    display: flex;
    flex-flow: row;
    width: 100%;
    height: 45px;
  }

  .menuitem {
    display: block;
    flex: 1 1 auto;
    font-size: 21pt;
    cursor: pointer;
    margin: 5px 0px 5px 35px;
  }

  .menuitem a  {
    text-decoration: none;
    color: black;
  }

  .menuitem.selected, .menuitem.selected a {
    color: #4fa053;
    font-weight: bold; 
  }

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

  .footer {
    flex: 0 0 auto;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
  }

  .footer .background {
    background: #4f7551;
    color: white;
    height: 40px;
    position: absolute;
    top: 0px;
    width: 100%;
  }

  .footer #backgroundimg {
    object-fit: contain;
    width: 100%;
    height: auto;
  }

  .footer .background p {
    float: right;
    font-size: 16pt;
    margin: 8px 10px 0px 0px;
  }

/**********************************************************************/
/** Body **************************************************************/
/**********************************************************************/

  .body {
    display: flex;
    flex: 1 1 auto;
    flex-flow: row;
    width: 100%;
  }

  .content {
    flex: 1 1 auto;
  }

/**********************************************************************/
/** About *************************************************************/
/**********************************************************************/
  
  #About {
    display: flex;
    flex-flow: row;
    margin: 5px 0px 0px 0px;
  }

  #objective {
    margin: 20px 0px 0px 0px;
  }

  #objective p {
    margin-top: 0px;
  }

  #background {
    margin-top: 4px;
  }

  #objective a, #background a {
    text-decoration: none;
    color: #4fa053;
  }

  .flower {
    color: #e67c8f !important; 
    text-decoration: none; 
    font-size: 28pt;
  }

/**********************************************************************/
/** Profile ***********************************************************/
/**********************************************************************/

  #profileblock {
    display: none;
  }

/**********************************************************************/
/** Publication (General) *********************************************/
/**********************************************************************/

  .year {
    color: gray;
    border-bottom: 1px solid #ccc;
  }
  
  .publication {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin: 0px 15px 60px 0px;
    min-height: 60px;
    padding: 0px;
  }

  .publication img {
    flex: 1 1 auto;
    height: auto;
    margin: 0px;
    width: 100%;
  }

  .publication p {
    display: inline;
    margin: 0px;
  }

  .publication .title {
    font-weight: bold;
  }

  .publication .jane {
    color: #4fa053;
    display: inline-block;
  }

  .publication .venue {
    font-style: oblique;
  }

  .publication .links {
    display: block;
  }

  .publication .iconelement {
    cursor: pointer;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    
    padding: 2px 6px;
    border-radius: 5px;
    font-size: 9pt;
    background-color: #cae2cb;
  }

  .publication .iconelement a {
    color: #4f7551;
    cursor: pointer;
    text-decoration: none;
  }

  .publication .icon {
    display: none;
    color: white;
    margin: 0px 10px 0px 0px;
  }

  .publication .award, .publication .award a {
    background-color: #d08e16;
    color: white;
    cursor: default;
    font-weight: bold;
  }

/**********************************************************************/
/** Publication (Featured) ********************************************/
/**********************************************************************/

  #publicationblock {
    display: flex;
    flex-wrap: wrap;
  }

  #publicationblock .publication .venue.long {
    display: none;
  }

  #featuredblock h2 {
    cursor: pointer;
    display: inline-block
  }

  #featuredblock span {
    opacity: 0;
    padding-left: 8px;
    color: gray;
    font-style: italic;
    transition: 0.3s;
  }

  #featuredblock:hover span {
    opacity: 1;
    
  }

/**********************************************************************/
/** Publication (List) ************************************************/
/**********************************************************************/

  #Publications .publication .venue.short {
    display: none;
  }

  #Publications .publication .links {
    display: block;
  }

/**********************************************************************/
/** Publication (Citation) ********************************************/
/**********************************************************************/

  .citation .links, 
  .citation .venue.short {
    display: none;
  }

/**********************************************************************/
/** Paper Details *****************************************************/
/**********************************************************************/

  .paper-details h2 {
    margin-bottom: 0px;
  }

  .paper-details h3 {
    font-weight: normal;
    margin: 0px 10px 0px 0px;
  }

  .paper-details h3.award {
    color: #B27300;
    display: inline-block;
    font-weight: bold;
  }

  .paper-details .iconelement {
    display: block;
  }

  .paper-details .icon {
    color: #B27300;
    margin: 0px 5px 0px 0px;
  }

  .figure {
    margin: 0px;
  }

  .figure img {
    width: 100%;
    object-fit: contain;
  }

  .figure p {
    font-style: italic;
    font-size: 17pt;
    margin: 0px;
  }

  .abstract p {
    margin: 0px;
    text-align: justify;
  }

  .materials a {
    color: gray;
    display: inline-block;
    text-decoration: none;
  }

/**********************************************************************/
/** Resource (Button) *************************************************/
/**********************************************************************/

  #resourceblock {
    flex-flow: wrap;
    margin: 0px 0px 5px 0px;
  }

  #resourceblock > .resource {
    background: #cae2cb;
    border-radius: 5px;
    color: #4f7551;
    cursor: pointer;
    display: inline-block;
    margin: 3px;
    padding: 5px 10px;
    text-decoration: none;
  }

  #resourceblock .resource .fa {
    margin: 0px 0px 0px 5px;
  }

/**********************************************************************/
/** Resource (Full) ***************************************************/
/**********************************************************************/

  #Resources #resblock {
    display: flex;
    flex-flow: wrap;
  }

  #Resources .resource {
    border: 2px #aaa solid;
    color: black;
    display: flex;
    flex-flow: column;
    margin: 8px;
    padding: 6px;
    text-decoration: none;
  }

  #resblock img {
    flex: 1 1 auto;
    width: 100%
  }

  #resblock .title {
    color: black;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    text-decoration: none;
  }

  #resblock .fa {
    margin: 0px 0px 0px 5px;
  }

  #resblock .text {
    display: inline-block;
    margin: 0px;
  }

  #resblock .date {
    color: gray;
    font-size: 20pt;
    font-style: italic;
    margin: 4px 0px 0px 0px;
  }

/**********************************************************************/
/** Conference Map ****************************************************/
/**********************************************************************/

  #ConferenceMap {
    padding: 0px;
    overflow: hidden;
  }

/**********************************************************************/
/** BibTeX Block ******************************************************/
/**********************************************************************/

  .bibtex-text.selected {
    font-weight: bold;
    color: #B27300;
  }

  .bibtex {
    background: #eee;
    cursor: text;
    overflow-y: scroll;
    padding: 10px;
  }

  .bibtex pre {
    font-size: 24pt;
    margin: 0px;
  }
