.normalSelection > .title > p {
  font-size: 32px;
}

.row1{
  height: 50%;
}
.row1 > .candidate {
  margin-left: 4%;
}
.row2 {
  height: 50%;
}
.row2 > .candidate:first-child{
  margin-left: 16%;
}
.row2 > .candidate:nth-child(2){
  margin-left: 4%;
  margin-right:4%;
}

.allCandidates {
  width: 100%;
  height: 85%;
  min-height: 320px;
  margin: 0px;
}

.candidate {
  float: left;
  height: 100%;
  width: 20%;
  cursor: pointer;
  margin-right: auto;
}

.candidatePicture {
  margin-top: 5%;
  width: 80%;
  height: width;
  border-radius: 50%;
  margin-bottom: 3%;
}

.candidate > p:first-child {
  font-size: 24px;
  margin: 0%;
}

.selectionMarker {
  width: 60%;
  height: 5px;
  background-color: #34495E;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: opacity .15s ease-in-out;
}
.marked {
  opacity: 100;
}
.highlighted {
  opacity: 100;
}

.selectionName {
  height: 15%;
  text-align: center;
}
.selectionName > p {
  padding-top: 42px;
  font-size: 48px;
  margin:0px;
}
