/* ------------------------------------------------------------------------
	Author : Wolfgang Gatterbauer
  Mofifications to tufte.css
	Last Date Modified : March 2026 (May 19, 2020)
 -------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
    G E N E R A L
----------------------------------------------------------------------------- */




/* ----------------------------------------------------------------------------
    Using Merriweather instead, which requires decreasing the default fonts
----------------------------------------------------------------------------- */
/* @charset "UTF-8"; */
/* @import url('https://fonts.googleapis.com/css?family=Merriweather'); */

html { font-size: 10px }

@media screen and (min-width: 800px) { html { font-size: 10px; } }
@media screen and (min-width: 900px) { html { font-size: 11px; } }
@media screen and (min-width: 1000px) { html { font–size: 12px; } }
@media screen and (min-width: 1100px) { html { font-size: 13px; } }

/* body {
  font-family: Merriweather, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
  background-color: #fffff8; // Tufte default is #fffff8
} */

body {
  padding-top: 70px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  line-height: 1.1;
  vertical-align: top;
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Smaller column width */
body.full-width {
  max-width: 800px;
}


/* Required to adjust font sizes in div with that of the <p> defined in Tufte */
div, td, p, ol, ul{
  font-size: 1.4rem;
}


/* undo Tufte template default of grayscale */
html {
  -moz-osx-font-smoothing: grayscale;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: auto;
}


#lastupdate {
  list-style: none;
  margin-top:1rem;
  padding: 1.5rem 0rem;
  font-size: 1rem;
}


header > nav.group, body footer {
  padding-top: 0rem;  /* overwrite Tufte default 2rem*/
}



/* reference  */
code, pre, pre code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 1.0rem;
  line-height: 1.42;
  overflow-x: unset;
  padding-left : 0%;
  color: #657B83;
}

pre {
  width: max-content;
  padding: 20px;
  background: #FDF6E3;
  display: block;
}


/* Stronger background for hoovering */
/* a:hover {
  background-color: #e3d2d2;
} */

a, a:visited {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:active {
  background-color: #ccc;
  text-decoration: none;
}


h1 {
  margin-top: 4rem;
  font-size: 2.25rem;
}









/* ----------------------------------------------------------------------------
    Paper and People format (even without thumbnails)
----------------------------------------------------------------------------- */
.paper {
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 1.0em;
  clear: left;
}

.paper .thumb:before {
  content: "•";
  margin-left: 10px;
  padding-right: 0px;
}

.paper .thumb {
  float: left;
  margin-top: 3px;
  font-size: 1.5em;
  line-height: 1.2rem;
}

.paper .entry {
  line-height: 1.2em;
  margin-left: 3rem;
}

.paper .title {
  font-weight: 600;
}

.paper .venue {
  font-style: italic;
}

div.people-group {
  padding-bottom: 0em;
  margin-top: 1rem;
  margin-bottom: 0.2rem;
}







/* ----- Only Publication Icons, Highlights, ----- */
.icon {
  background-repeat: no-repeat;
  background-position: left
}
.pdf {
  background-image: url(icons/pdf.gif);
  /* padding-left:20px; */
  padding-left:1.2em;
  background-size: 1em;
}
.pdf-slide {
  background-image: url(icons/pdf-slide.gif);
  padding-left:20px
}
.ppt {
  background-image: url(icons/ppt.gif);
  /* padding-left:20px */
  padding-left:1.2em;
  background-size: 1em;
}
.doc{
  background-image: url(icons/doc.gif);
  padding-left:20px
}
.bib {
  background-image: url(icons/bib.gif);
  padding-left:20px
}
.youtube {
  background-image: url(icons/youtube.gif);
  padding-left:20px
}
.nppt {
  background-image: url(icons/nppt.gif);
  padding-left:37px
}
.sql {
  background-image: url(icons/sql.gif);
  padding-left:20px
}
.jpg {
  background-image: url(icons/jpg.gif);
  padding-left:20px
}
.png {
  background-image: url(icons/png.gif);
  padding-left:20px
}
.python {
  background-image: url(icons/python.gif);
  padding-left:20px
}
.code{
  background-image: url(icons/code.gif);
  padding-left:20px
}
.gs {
  background-image: url(icons/gs.gif);
  padding-left:20px
}

.styleannotation {
  // color: #8a6d3b;	/* #753 green #008080 #3c763d #8a6d3b*/
  margin-top: 1mm;
  // margin-left: 5mm;
  margin-bottom: 1mm;
  line-height: 98%;
  font-size: 13px;
  font-style: italic;
}




/* ----------------------------------------------------------------------------
    L O G O S
----------------------------------------------------------------------------- */
div.logos a{
    margin-right: 20px;
    background-color: none;
}

div.logos a:hover{
    background-color: none;
    background-color: #fffff8;
}

div.logos img {
  border: 0;
  height: 4em;
}

div.logos img:hover {
	box-shadow: 2px 2px 30px #e3d2d2; 	/* #8a5ed3 */
}



/* ----------------------------------------------------------------------------
    Header
----------------------------------------------------------------------------- */
div#header {
  /* margin-left: -1em; */
  /* margin-right: -1em; */
  border: none;
  padding-top: 2em;
  /* padding-left: 1em; */
  /* padding-right: 1em; */
  padding-bottom: 1em;
  /* background-color: rgb( 48,  48,  48); */
  /* color: rgb(255, 255, 255); */
}

div#header div {
  float: right;
  border:0;
  padding-left: 2em;
  padding-bottom: 0em;
}

div#header h1 {
  font-size: 225%;
  line-height: 1;
  margin-top: 1rem;
}

div#header p {
  margin-top: 0.6rem;
  width: 100%;
}

div#header img {
  height: 7.2rem;
  line-height: 1rem;
  font-size: 1rem;
  width: auto;
  border: 0;
}


/* For side-by-side figures */
div .imgContainer{
    float:left;
    margin-bottom: 2rem;
}


ul.outline{
  list-style-type: disc;
  margin-top: 1em;
  /* padding: 0em; */
}

ul.outline li{
    padding: 0;
    margin-left:2em;
}

ul.outlineinner{
  list-style-type: circle;
}

ul.outlineinner li{
    margin-left:3em;
}



div#authors div {
  float: right;
  border:0;
  padding-left: 2em
}

div#authors img {
  height: 5.5rem;
  line-height: 1rem;
  font-size: 1rem;
  width: auto;
  border: 0
}

div#authors img:hover {
	box-shadow: 2px 2px 30px #e3d2d2; 	/* #8a5ed3 */
}


/* ----------------------------------------------------------------------------
    E M P H A S I S
----------------------------------------------------------------------------- */


.emphasis {
	color: #FFFFFF;   /* FFFFFF 000000*/
	background-color: #ff2222;	/*000000 b22222 ff0000  */
	font-style: normal;
	/* font-weight: bold; */
  margin-left: 0mm;
	padding-left: 1mm;
	padding-right: 1mm;
}

.emphasis a, .emphasis a:visited {
	color:#fbb; 			/* blue template: #00a / #009 / red template: #900 / other: #369, blue */
}
