﻿.appheader{
    text-align: center;
    background: -webkit-linear-gradient(left, #001E42 , #3E6D8C);
    background: -o-linear-gradient(right, #001E42 , #3E6D8C);
    background: -moz-linear-gradient(right, #001E42 , #3E6D8C);
    background: linear-gradient(to right, #001E42 , #3E6D8C);
    padding-top: 1px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    color: #efefef;        
}
    .appheader.WVP {
        background: linear-gradient(to right, #a73232, #ed2024);
    }

    .appheader.EDPF {
        background: radial-gradient(circle at center, #ed1c24, #b11117);
    }

    .appheader.WVPCG {
        background: linear-gradient(to right, #a73232, #ed2024);
    }

.footer{
    text-align: center;
    background: -webkit-linear-gradient(top, #F5F5F5 , #FFFFFF);
    background: -o-linear-gradient(bottom, #F5F5F5 , #FFFFFF);
    background: -moz-linear-gradient(bottom, #F5F5F5 , #FFFFFF);
    background: linear-gradient(to bottom, #F5F5F5 , #FFFFFF);
    margin-top: 40px;
    padding-top: 10px;
    font-family: 'Segoe UI';
}

.appheader h1 { 
 font-family: 'Roboto', sans-serif;
 font-size: 40px;
 line-height: 60px;
 font-weight: 300;
}

.appheader h2 {
 font-family: 'Roboto', sans-serif;
 font-size: 35px;
 line-height: 60px;
 font-weight: 100;
}
 
.appheader p {
 font-family: 'Goudy Bookletter 1911', Georgia, Times, serif;
 font-size: 15px;
 line-height: 25px;
}