@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

:root{
  --mainBlue:#40ACF1;
  --transparentBlue:rgba(64, 172, 241,0.7);
  --mainWhite:#FFFFFF;
  --mainBlack:#292F36;
  --mainGrey:rgb(216, 214, 214);
  --mainYellow:#e3b505;
}


body{
  font-family: 'Roboto', sans-serif;
  color: var(--mainBlack);
  background: var(--mainWhite);
}
/* REM values to target root element 1REM = 16px */

/* section title */
.section-title--special{
  background: var(--transparentBlue);
  color: var(--mainWhite);
  padding: 0.5rem 2rem;
  clip-path: polygon(10% 0, 100% 0, 90% 100%,0 100%);
}

/* proefschrift */
/*.proefschrift-card-body{
  margin-top: -4rem!important;
  color: var(--mainGrey);
}
.proefschrift-img{
  border:0.4rem solid var(--mainWhite);
}
.proefschrift-promovendus{
  color: var(--mainBlue);
  margin: 0.5rem;
}
.proefschrift-icon{
  font-size: 2rem;
  color: var(--mainGrey);
}
.proefschrift-quote{
  max-width: 90%;
}
*/
/* artikelen */
.publication-card-body{
  /*margin-top: -4rem!important;*/
  color: var(--mainGrey);
}

.publication-title{
    color: var(--mainBlue);
    margin-left: 0.5rem;
  }

.publication-authors{
    color: var(--mainBlack);
    margin-left: 0.5rem;
}

.publication-journal{
    color: var(--mainBlack);
    margin-top: 0.1rem;
    margin-left: 0.5rem;
  }


.journal-img{
  max-height: 6rem; 
  margin: 1.5rem; 
}

.pdf-img{
  max-height: 4rem;
  margin-top: 2rem;    
  display: block;
}

.card_article{
  max-height: 10rem;
}

.card-pdf{
  max-height: 8rem;
}
