This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* Navigation Menu - Background */ | |
| .navigation { | |
| /* critical sizing and position styles */ | |
| width: 100%; | |
| height: 100%; | |
| position: fixed; | |
| top: 0; | |
| right: 0; | |
| bottom: 0; | |
| left: 0; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | body { | |
| margin-top: 60px; | |
| font-size: 14px; | |
| font-family: "Helvetica Nueue",Arial,Verdana,sans-serif; | |
| background-color: #E5E9ED; | |
| } | |
| .btn:hover, | |
| .btn:focus, | |
| .btn:active{ | |
| outline: 0 !important; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* | |
| Singleton.h | |
| @purpose | |
| Singleton template class used to create a singleton object. | |
| @author | |
| Joshua Thompson | |
| @modified |