
/* CSS that applies to all pages  */ 
/* Manages Header Footer */

.ht {font-family: 'Hind', sans-serif; }
.pt {font-family: 'PT Serif', serif;}
.ht-red {font-family: 'Hind', sans-serif; color: #ff0000; }
.ht-white {font-family: 'Hind', sans-serif; color: #ffffff; }
.ht-black {font-family: 'Hind', sans-serif; color: #000000; }
.pt-black {font-family: 'PT Serif', serif; color: #000000; }
.bold {font-weight: 800;}
.add-3 {padding-left: 3px; }
.add-6 {padding-left: 6px; }

header {position: fixed; top: 0; left: 0; height: 130px; width: 100%;
   border-bottom: 3px solid #dedede; 
   background-image: url("../img/nav.jpg");
    }
   
footer {position: fixed; bottom: 0; left: 0; height: 75px; width: 100%; 
   background-color: #99bdef; 
   border-top: 3px solid #dedede}

  
header #nav-cntr {margin-top: 30px; height: 140px}
footer #nav-cntr {margin-top: 10px; height: 140px}

#nav-font {font-size: 16px; font-weight: 800; }
#nav-wai {display: table; float: left; height: 75px; padding: 10px 0px 10px 15px; }
#nav-ltable {display: table; float: left; height: 75px; padding: 10px 0px 10px 15px; }
#nav-rtable {display: table; float: right; height: 75px;  padding: 20px 15px 10px 0px;}

ul#h-list {
  list-style-type: none;
  margin: 0;
  padding: 0  }
li#h-list {display: inline;}


 
 .nav-item {font-size: 16px; text-align: center; 
    font-weight: 800; color: #ffffff; opacity: 1.0; text-decoration: none;
    margin-bottom: 10px; margin-right: 15px;}
 
 .nav-item:link {font-size: 16px; text-align: center; 
    font-weight: 800; color: #ffffff; opacity: 1.0; text-decoration: none;
    margin-bottom: 10px; margin-right: 15px;} 
        
 .nav-item:hover {font-size: 16px; text-align: center; 
    font-weight: 800; color: #ff0000; opacity: 1.0; text-decoration: none;
    margin-bottom: 10px; margin-right: 15px;}
    
  
 .crt {font-size: 10px; text-align: right; 
    font-weight: 300; color: #000000; text-decoration: none;
    padding-top: 40px ; margin-bottom: 5px; margin-right: 25px;}

    