
:root {
  --main-font-color: #000000;
  --highlight-color: #1980B6;
  --award-color: #FF5900;
}

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  background-color; white;
  color: var(--main-font-color);
}

body {
  font-family:  Avenir, 'Lato', Helvetica Neue, Helvetica, Arial;
  font-size:14px;
}

a img {
  outline: none;
}

img {
  border: 0px;
}

a:link {
  color: var(--highlight-color);
  text-decoration: none;
  outline: none;
}

a:visited {
  color: var(--highlight-color);
  text-decoration: none;
  outline: none;
}

a:hover {
  color: var(--award-color);
  text-decoration: none;
  outline: none;
}

a:active {
  color: var(--highlight-color);
  text-decoration: none;
  outline: none;
}

.left{
  float: left;
}

.focus{
  font-weight: 550;
}

.smaller{
  font-size: 12.5px;
}

.right_margin{
  margin-right: 10px;
}

.padding_top{
  padding-top: 15px;
}

.list-no-bullet {
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.topic {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 25px;
  padding-bottom: 24px;
}

#self_img{
  float: left;
  width:210px;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}

/*** ABOUT ***/

.about a { 
  color: var(--main-font-color);
  text-decoration: none;
  border-bottom: 1px dotted #D0D0D0;
}

.about a:hover {
  color: var(--award-color);
  text-decoration: none;
  outline: none;
}

/*** PAPERS ***/

.papers{
  margin-left: 25px;
}

.paper:not(:last-child) {
  margin-bottom: 30px;
}

.paper_title{
  font-weight: 480;
  font-size: 15px;
  margin-bottom: 3px;
}

.paper_title a{
  color: var(--main-font-color);
}

.paper_conference a{
  color: var(--main-font-color);
}

.paper_comment{
  font-size: 12.5px;
  margin-top: 3px;
}

.paper_awards { 
  margin-top: 8px;
  margin-bottom: 0;
}

.paper_award { 
  color: var(--award-color);
}

.paper_resources { 
  margin-top: 8px;
}