#bannerTitle{
    text-shadow: 1px 3px 2px rgba(0,0,0,1); 
    color:#fff; 
    font-size: 1.5em; 
    height: 21.8vw;
    position: relative;
    min-height: 130px;
}
#bannerTitle > div{
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    top: 10vw;
}
.contentWrapper > div > div > h3{
    font-size: 20px;
    font-family: rregular;
    color: rgba(2,55,95,1);
}
.content #desc a:active,.content #desc a:link,.content  #desc a:visited{
    color: rgba(2,55,95,1);
    text-decoration: underline;
}
.contentWrapper > div > div{
    margin-bottom: 50px;
}
.contentWrapper div > div:last-child{
    margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
    .contentWrapper div > div > p{
        text-align: left;
    }
    section{
        margin-top: 20px !important; 
    }
}
@media only screen and (max-width: 1200px) {
    footer{
        position: relative;
    }
    .bodyWrapper{
        padding-top: 220px !important;
        padding-bottom: 30px;
    }
}