body {
  font-family: 'Raleway', sans-serif;
  background-color: #f5f5f5;
}

h1, h2, h3, h4 {
  font-family: 'Roboto Slab', serif;
}

a {
  color: #fb0f78;
}

a:hover {
  color: #57068c;
}

.well {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  padding: 20px;
  margin-bottom: 20px;
}

.section-header {
  color: #57068c;
  border-bottom: 2px solid #57068c;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.dp-box {
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .dp-box {
    padding-top: 0;
  }
}

.dp-box img {
  width: 180px;
  height: 180px;
  border-radius: 8px;
  border: 4px solid #e3e3e3;
  object-fit: cover;
}

.intro {
  padding-top: 10px;
}

.intro h1 {
  margin-top: 0;
  color: #333;
}

.intro .role-info {
  margin-bottom: 15px;
}

.contact-item {
  margin-bottom: 15px;
}

.contact-item .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
}

.contact-item .icon.green { background-color: #5cb85c; }
.contact-item .icon.red { background-color: #57068c; }
.contact-item .icon.light-blue { background-color: #5bc0de; }

.contact-item .title {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}

.contact-item .description {
  color: #666;
  font-size: 14px;
}

.label-default {
  background-color: #777;
  margin: 2px;
  display: inline-block;
}

.news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-item .date {
  font-size: 12px;
  color: #999;
}

.news-item .title {
  font-weight: bold;
  color: #333;
}

.news-item .description {
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}

.card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.card .card-icon {
  font-size: 32px;
  color: #57068c;
  margin-bottom: 15px;
}

.card .card-title {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.card .card-description {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.card .card-tags {
  margin-top: 15px;
}

.card .card-collaborators {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}

.bigger-120 {
  font-size: 120%;
}

.cv-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #57068c;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  margin-top: 10px;
}

.cv-button:hover {
  background-color: #fb0f78;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .dp-box img {
    width: 150px;
    height: 150px;
  }
  .dp-box {
    padding-top: 0;
  }
}
