/* HEADER FLEX */

p, a, li{
    font-size: 14pt;
}

header.flex-header{
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: calc(100% - 20px);
}

header.flex-header .flex-right{
    display: flex;
    justify-content: end;
    align-items: start;
    width: 900px; /* width nav bar! */
}

header.flex-header .full-width{
    width: 100%;
}

header.flex-header .min-width{
    min-width: 800px; /* width nav bar! */
}

header .align-right{
    text-align: right;
    margin-right: 20px;
}

header a{
    color: white;
    text-decoration: none;
}