#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

#footer {
    position: absolute;
    text-align: center;
    bottom: 0;
    color: #ffffff;
    background-color: #1c6ea4;
    border-top: 1px solid LightGray;
    padding-top: 15px;
    font-size: 10px;
    width: 100%;
}

.pagetitle{
    font-size:3.5rem; 
    font-family:'Bahnschrift SemiBold'; 
    text-align:center; 
    color:#1c6ea4;
}

.pagesubtitle{
    font-size:1.5rem; 
    font-family:'Bahnschrift SemiBold'; 
    text-align:center; 
    color:#1c6ea4;
    opacity: 0.2;
}

.pagetitlediv{
    background-color: #fafafa; 
    box-shadow: 0px 3px 20px #888888;
    background-image:url('');
}

.summarybox{
    background-color: #c9e3f5; 
    border: 1px solid #1c6ea4; 
    border-radius: 5px;
}

