body {
    background-color: #111;
    color: #fff;
}

.content {
  font-family: Tahoma, Geneva, sans-serif;
  margin-left: 280px;
  margin-right: 20px;
  width: auto;
  min-width: 36em;
  max-width: 60em;
  height: 650px;
}

.boxA {
  background-color: RGB(251,188,5,0.09);
  padding: 2px 18px 2px 18px;
}

.boxB {
  background-color: RGB(5,188,251,0.09);
  padding: 2px 18px 2px 18px;
}

.certs {
  text-align: center;
}

.contact {
  float: right;
  margin-right: 0px;
  text-align: right;
}

.contactlinks {
  float: right;
  margin-right: 20px;
}

.contactlinks a, .certs a {
  text-decoration: none;
}

.dates {
  font-size:  17px;
  float: right;
  margin: 0 20px 0 0;
}

.divider {
  border-top: 2px solid blue;
  border-radius: 2px;
}

.institute {
  color: green;
  margin: 10px 0 10px 36px;
}

.name {
  font-family: Copperplate, "Arial", fantasy;
  font-size: 55px;
}

.photo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 68%;
  height: 38%;
}

.position {
  display: block;
  font-size: 18px;
  font-family: Rockwell, "Arial", fantasy;
  font-weight: normal;
}

.sectiontitle {
  font-family: Copperplate, "Arial", fantasy;
  font-size: 30px;
  margin: 24px 0 24px 0;
}

.sectiontitlesmall {
  font-family: Copperplate, "Arial", fantasy;
  font-size: 30px;
  margin: 20px 0 16px 0;
}

.sidebar {
     position: fixed;
     width: 220px;
     height: 500px;
     background: #111;
     margin: -10px;
}

.sidebar a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 18px;
  color: white;
  display: block;
  text-align: center;
  font-family: "Arial Black", Gadget, sans-serif;
}

.sidebar a:hover {
  background-color: gray;
}

.skill {
  color: darkorange;
}

.small {
    font-size: 15px;
    color: skyblue;
}

.smalldates {
  font-size:  16px;
  float: right;
  margin: 0 20px 0 0;
}

.standalone {
  font-size: 18px;
  font-weight: normal;
  font-family: Rockwell, "Arial", fantasy;
  margin: 20px 0 0 0;
  color: green;
}

.tick {
    list-style: none;
    padding-left: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: orchid;
}

.tick li::before {
    content: '\2714'; /* Unicode tick ✔*/
    font-size: 16px;
    margin-right: 8px;
    color: orchid;
}

.titles {
  font-size: 21px;
  font-weight: normal;
  font-family: Rockwell, "Arial", fantasy;
  margin: 20px 0 0 0;
}

.worklocation {
  font-size:  19px;
  font-family: Rockwell, "Arial", fantasy;
  margin: 10px 0 10px 0;
  color: green;
}

ul {
    margin: 2px 0 2px 0;
}

ul li { 
    padding: 0 0 6px 0;
}