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

a {
  color: #ff9900;
  text-decoration: none;
}

a:hover {
  color: #ff9900;
  text-decoration: underline;
}

a:active {
  color: black;
}

#sidebar a {
  color: white;
}

.profile-img {
  max-width: 120px;
  border-radius: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#sidebar {
  min-width: 180px;
  max-width: 180px;
  background: #ff9900;
  color: #ffffff;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #ff8000;
  margin-left: auto;
  margin-right: auto;
}

#sidebar .sidebar-tagline {
  padding: 20px;
  font-size: 18px;
  margin-top: 20;
  margin-bottom: 20;
}

.section-title {
  background: #ffffff;
  text-transform: uppercase;
  margin-top: 4;
  margin-bottom: 4;
}

.section-text {
  background: #ffffff;
  margin-left: 2px;
  margin-right: 2px;
}

.experience-title {
  margin-top: 4px;
  margin-bottom: 4px;
}
