 h1 {
     padding-top: 8px;
 }

 h2 {
     padding-bottom: 8px;
     padding-top:8px;
     color: #e97131
 }

 h3 {
     font-size: 14pt;
     padding-top: 4px;
     padding-bottom: 4px;
 }

 .footer {
     font-style: italic;
     padding-top: 8px;
     padding-bottom: 8px
 }

 body {
     background: url('img/logo_trans.png') no-repeat center center fixed;
     background-size: cover;
     position: relative;
 }

 body::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.95);
     z-index: -1;
 }

 body, h1, h3, p, a {color:#012d45}

 nav {margin-bottom:10px;}

 a.active {font-weight:bold}