﻿
.pageheader{
   padding-top:3em;
   position: relative;
   height: auto;
   border-bottom-left-radius: 50% 20%;
   border-bottom-right-radius: 50% 20%;
   background-color:#0053a3;
  
}

 .phead {
     padding-top:5em;  
     padding-bottom:2em;
     color: #fff;
     text-align:center;
     text-transform:uppercase;   
}
 .phead h4{
       font-size:1.21rem;
        font-weight:normal;
 } 

@media (max-width: 548px) {
    .phead {
         padding-top:4em;  
       padding-bottom:1.5em;
    } 
    .phead h4{
        font-size: 1rem;       
    }
    
}
.navbar {
   border-bottom:0.11em solid #f7f7f7;
}