body {
    font-family: 'Fira Sans', sans-serif;
}
#headFlightPhoto {
    z-index: -1;
    padding-right: 0%;
    padding-left: 0%;
    background-size: cover;
}
#navigation {
    color: rgb(65, 64, 64);
    background-color: rgba(255, 255, 255);
    padding-bottom: 10px;
    padding-top: 10px;
    border: solid 1px black;
}
.navigationElement {
    color: rgb(65, 64, 64);
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
}
.navigationElement:hover {
    background-color: rgb(65, 64, 64);
    color: white;
    text-decoration: none;
}
.instructorHeading {
    padding-top: 5%;
    padding-bottom: 2%;
}
.instructorInformationContainer {
    margin-top: 10%;
}
.instructorInformation {
    margin-left: 5%;
}
.instructorInformation h1 {
    margin-top: -2%;
    line-height: 1.5;
    font-weight: 600;
}
.instructorPicture {
    width: 25%;
}