
/* Site specific Style Sheet */


#header {
background-color: #10226a; 
color: #10226a;
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 115px;
padding: 0;
margin: 0 auto;
border-bottom: #ff0000 solid 0px;
z-index: 60;
}

#header-overlay {
color: #ffffff;
position: fixed;
top: 80px;
left: 120px;
max-width:160px;
max-height: 35px;
z-index: 99;
}

#menu {
background-color: rgba(16, 34, 106, 0.7);
position: fixed;
top: 0;
left: 0;
width: 100%;
max-height: 32px;    /* 30 */
padding: 0;
margin: 0;
margin-top: 124px;
color: #ffffff;
/*	color: #ed1b24;*/
font-weight: 400;
z-index: 99;
}

.ws-trans{
background-color: rgba(16, 34, 106, 0.7);

}

#menuinner {
background-color: rgba(16, 34, 106, 0.7);
width: 100%;
max-height: 34px;
text-align: center;
line-height: 15px;
z-index: 99;
}

.w3-navbar li a:hover{
color: #10226a;
font-weight: 400;
background-color: #ffffff;
}

.w3-hide li a:hover{
color: #10226a;
font-weight: 400;
background-color: rgba(240, 240, 240, 0.2);
/*background-color: rgba(16, 34, 106, 0.7);*/
}

#display-container {
margin-top: 154px;
margin-left: -20px;
padding: 0;
z-index: 1;
}

/* H tags Fonts */
h1,h2,h3,h4,h5,h6,.w3-slim,.w3-wide{font-family:"Segoe UI",Arial,sans-serif}
h1{font-size:36px}    /* */
h2{font-size:30px}    /*  */
h3{font-size:24px}    /* */
h4{font-size:20px}    /* */
h5{font-size:18px}    /* */
h6{font-size:16px}    /* */


ul {
list-style-position:outside;

}

li {
margin-left: 10px;
}


.footer-blue{
background-color: #10226a; 
color: #ffffff'
padding: 0;
margin: 0 auto;
/*min-height: 160px;*/
}

.header-blue{
width: 100%;
text-align: center;
background-color: #10226a; 
}


/* Adjustments to W3*/

.w3-bottom {
height: 32px;
padding: 0;
margin: 0 auto;
color: #ffffff'
padding: 0;
}

.ws-bottom {
margin-bottom: 58px;
z-index: -1
}

.ws-mwidth {
/*max-width: 400px;*/
max-width: 100%;
}


@media (max-width:550px){.w3-hide-small{display:none!important}

}









