.nav-font {
    font-family: "Open Sans";
    font-size: 1.0rem;
    text-transform: uppercase;
}
.nav-font-small {
    font-family: "Open Sans";
    font-size: 0.8rem;
    text-transform: uppercase;
}
.title-font {
    font-family: "Libre Baskerville";
    font-size: 3.5rem;
    letter-spacing: 0.6rem;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.subtitle-font {
    font-family: "Libre Baskerville";
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 1.8rem;
}
.header-font {
    font-family: "Libre Baskerville";
}
.body-font {
    font-family: "Open Sans";
}
.header-button-14 {
    background-color: midnightblue;
    text-indent: 4%;
    text-align: center;
    -moz-border-radius: 40px / 40px;
    -webkit-border-radius: 40px / 40px;
    border-radius: 40px / 40px;
    width: 14%;
}
