* {
  padding: 0;
  margin: 0;
}
.container {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

.container > div {
  margin-bottom: 10px;
}

.topic.intro {
  margin-bottom: 0px;
}

p,
ul {
  line-height: 1.7;
}

.intro {
  margin: auto;
}

.intro p {
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  font-size: 125%;
}

.intro p a,
.work li a,
.reference-email a {
  text-decoration: none;
  color: inherit;
}

.intro p.name {
  font-size: 150%;
  text-transform: uppercase;
}

.name p {
  display: inline-block;
}

.objective p.text {
  text-align: justify;
  text-justify: inter-word;
}

.title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 125%;
}

.title::first-letter {
  font-size: 200%;
}

.title + ul {
  list-style: none;
}

.title + p,
.title + ul {
  margin-left: 3%;
}

.reference-name {
  font-size: 130%;
  font-weight: bold;
}

.reference-post {
  font-style: italic;
  font-size: 101%;
}

.reference-college {
  font-weight: bold;
}

li.reference:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  margin: 10px auto;
  width: 98%;
}

@media only screen and (max-width: 730px) {
  .container {
    width: 85%;
  }

  .experience > ul li:not(:last-child),
  .academic > ul li:not(:last-child),
  .projects > ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 380px) {
  .container {
    width: 95%;
  }

  .topic > ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.reference-phone {
  display: none;
}
