/*
 * Copyright 2019  Resource Management Associates, Inc.
 * All Rights Reserved.  RMA PROPRIETARY/CONFIDENTIAL.
 * Source may not be released without written approval
 * from RMA, Inc.
 */

/**
 * @author Rami H. Gasim, Resource Management Associates, Inc.
 * @version 1.0
 */

.header {
    font-family: x-locale-heading-primary, zillaslab, Palatino, "Palatino Linotype", x-locale-heading-secondary, serif;
    font-size: 3.25rem;
    line-height: 1.5;
    font-weight: bold;
    color: white;
    width: 100.0%;
}

.footer {
    font-family: open_sansregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.0rem;
    padding: 0px 0px;
    line-height: 2.5;
    font-weight: bold;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100.0%;
}