@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 */
.card-img-top{
  
  
}

.pdf-img{
  max-height: 50px;
  
}
