﻿body {


}
.logosmall {
    height:50px;
    width:50px;
}
.logomedium {
   height:120px;
   max-width:120px;
}

.pageTitle {
    font-family:'Old English Text MT';
    color:white; 
    font-size:24px;
}

.letred {
    background-color: #9e1919
}

.letblue {
    background-color: #06114a
}

.iconwhite {
    margin-left: 0.625rem;
    padding-right: 0.375rem;
    color:white
}

.textwhite {
    color:white
}

.centerrole {
    margin-top: 35%;
    width: 100%;
    position: relative
}

.centerrole1 {
    margin-top: 25%;
    width: 100%;
    position: relative
}

.pageacademic {
    background: url('../AssetsCB/documents/pic/77.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.pagetitlered {
    padding:-4px;
    background-color: #9e1919;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.payopt {
    height: 150px;
    width: 150px
}

.donatebutton {
    background-color: #7e1515;
    color: white;
}
    .donatebutton:hover {
        background-color: #06114a;
        color: white;
    }

.redbutton {
    background-color: #9e1919;
    color: white;
}
    .redbutton:hover {
        background-color: #06114a;
        color: white;
        
    }

.bluebutton {
   background-color: #06114a;
   color:white;
}

    .bluebutton:hover {
        background-color: #9e1919;
        color: white;
    }

.redHeader {
    color: #9e1919
}

.maxheight {
    height: 100%;
    width: 100%;

}

.footertext {
    color:white; 
    font-size:50%;
}