body {
  background: #E2E8E2;
  color: #125;
  font-family: 'Josefin Sans', sans-serif;
}

.separator {
  width: 30%;
}

.title {
  margin-top: 100px;
  margin-bottom: 10px;
}
.title a {
  color: #DB4D57;
}
.title a:hover {
  text-decoration: none;
  font-weight: bold;
}
.title hr {
  width: 75%;
  color: #125;
}

.summary {
  padding: 20px;
}
.summary p {
  font-size: 1.6rem;
  letter-spacing: .1rem;
  text-align: justify;
}

.work-experience {
  padding: 20px;
}
.work-experience .experience-title {
  margin-top: 50px;
}
.work-experience .experience-summary {
  margin-top: 30px;
  margin-bottom: 50px;
}
.work-experience p {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}

.language-table {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}

.language {
  font-size: 2rem;
}

.unround-photo {
  margin-bottom: 50px;
  width : 150px;
}

.round-photo {
  border-radius: 50%;
  margin-bottom: 50px;
  height : 150px;
}

.col-md-3 {
  text-align : right;
}

a {
  color: #DB4D57;
}

.center {
  text-align: center;
}

.ref {
  padding-left: 3em;
  text-indent: -3em;
}
h3 {
  margin-top: 1em;
}