/* profile badge */
#crew-badge {
  margin: 15px 0;
  position: relative;
  max-width: 500px;
}

.badge-font-family {
    font-family: Ubuntu, sans-serif;
}

.badge-content-container {
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 30%;
    padding-right: 2%;
}

.badge-content-container h1 {
  margin: 0;
}

.badge-content-container p {
  margin: 0;
}

.img-badge {
  border: 1px #304BB2 solid;
}

.badge-name-container {

}

.badge-name {
    color: #304BB2;
    font-size: 3em;
    font-weight: bold;
}

.badge-id-container {

}

.badge-hire-date-container {
  text-align: center;
}

.pilot-crew-label-container {
    line-height: 1;
    width: 100%;
}

.pilot-crew-label-pilot {
    color: #304BB2;
    text-align: right;
    font-size: 28px;
}

.pilot-crew-label-crew {
    display: block;
    text-align: right;
    font-size: 3em;
}

.pilot-id {
    color: #304BB2;
    font-size: 28px;
    float: left;
}

.hire-date-label {
    color: #000;
    font-size: 24px;
}

.pilot-hire-date {
    color: #E41D22;
    font-size: 36px;
    font-weight: bold;
}