/* ================================================ 
	header 
==============================================================================================================================================================*/
header {
  margin: 0 auto;
  width: 94%;
  text-align: center;
  padding: 10px 3%; }

/* ================================================ 
	footer
==============================================================================================================================================================*/
footer {
  background: #0e4c97;
  padding: 15px 3%; }
  footer p {
    text-align: center;
    color: #fff;
    font-size: 1.0rem;
    line-height: 150%; }
