body {
  font-family: 'Droid Sans Mono';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  line-height: 20px;
  font-size: 11pt;
  color: rgb(51, 51, 51);
}

p > b {
  color: rgb(25, 25, 25);
}


/* Site title */
#sitebanner {
    font-family: 'Poiret One', cursive;
    font-size: 30pt;
    font-weight: bold;
}

#tagline {
    color: #777777;
    font-family: Helvetica;
    font-size: 13pt;
    line-height: 1.4em;
    font-weight: bold;
}


h1, h2, h3 {
  font-weight: bold;
  color: #000000;

}

h1 {
  font-size: 40px;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#main a {
  border-bottom: 3px solid;
  color: #23527C;
}

#main a:hover {
  color: red;
  text-decoration: none;
}

.col-project a {
  border-bottom: 1px solid;
  color: #23527C;
}

.grayscale-img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}

#main-profile-img {
  border: 2px solid #D7D7D7;
  border-radius: 100%;
}
  

#main-profile-img:hover {
/* remove grayscale effect, restore colors */
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

.subtitle-home {
  vertical-align: top;
  text-align: left;
  font-size: 14pt;
  margin-top: 0;
}

#header {
  margin-bottom: 40px;
}

.top-menu a {
  text-decoration: underline; 
  font-size: 16px;
}

#main-container {
  padding-top: 30px;
  margin-left: 60px;
}


/* Portfolio */

.img-portfolio {
  width: 100%;
  height: auto;
  margin: 20px;
  box-shadow: 0px 0px 3px 0px #000;
  cursor: pointer;
}

#portfolio-container {
  margin: 40px;
}

.work-keywords {
  margin: 20px;
}

.portfolio-row {
  margin-bottom: 30px;
}

#works-title {
  text-align: center;
}

#works-subtitle {
  text-align: center;
}

.col-project {
  text-align: center;
}

.col-project ul {
  text-align: left;
}

#tax-id-info {
  padding-top: 4em;
}

.divider{
  margin: 0cm 0cm 1cm 0cm;
}

@media screen and (max-width: 838px) {
  
  #header {
    text-align: center;
  }
  
  #main-container {
    margin-left: 0;
  }
  
  .subtitle-home {
    vertical-align: top;
    text-align: center;
    font-size: 16pt;
    padding-top: 1cm;
  }
  
/*  #main {
    text-align: center;
  }
  */
}
