

.material-icons.orange600 { color: #FB8C00; }
.material-icons.md-68 { font-size: 68px; }




/* -------------------------------------------------- */

body {
	padding-top: 48px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
}

.display-3 {
  font-size: 1.9rem;
}

.display-4 {
	font-size: 1.4rem;
}

.page-title {
  font-family: 'Major Mono Display', monospace;
  font-size: 2.7rem;
}

.page-subtitle {
  font-family: 'Major Mono Display', monospace;
  font-size: 1.3rem;
}

.navbar-name {
  font-family: 'Major Mono Display', monospace;
  color: white !important;
}

.page-top {
  padding-top: 200px; 
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 100px;
}

.bg-light-green {
  background-color: #d4edda;
}


/*-------------------------------------------------------------- */
/* -- CV -- */
/* --------------------------------------------------------------*/
.cv .cv-title {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.cv .cv-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.cv .cv-item h4 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #050d18;
  margin-bottom: 10px;
}

.cv .cv-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.cv .cv-item ul {
  padding-left: 20px;
}

.cv .cv-item ul li {
  padding-bottom: 10px;
}

.cv .cv-item:last-child {
  padding-bottom: 0;
}

.cv .cv-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

.publication li {
  font-size: 0.9em;
}

#projects li {
  font-size: 0.9em;
}

.cv .cv-item-green {
  border-color: green;
}

.cv .cv-item-green::before {
  border-color: green;
}


