/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

section#header {
    background-color: #03286c;
}

ul.top-nav > li > a {
   color: rgba(255,255,255,.5);
   font-size: 17px;
   text-transform: uppercase;
}
ul.top-nav > li > a:hover {
   color: rgba(255,255,255,.8);
   font-size: 17px;
   text-transform: uppercase;
}
