/* This is the cutomization CSS Document */

.mobile-nordys {display: none;}


@media (min-width: 992px) {
   
   
   .sharethis {position: fixed; left: 80px; top: 200px;}
   .mobile-nordys {display: none;}
}

@media (min-width: 768px) and (max-width: 991px) {
    
	.mobile-nordys {display: none;}
}
body {background-color: #003366;               
      background-image:url('../images/background.png');               
      background-position: center;
      background-repeat: no-repeat;                   
      background-attachment: fixed;
	  
	  
	 /*Veterans Day
	 
	background: url(../images/veterans_day_poster_5.jpg);background-repeat: no-repeat;
   
    
	no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; background-size: 100% auto;
  background-color: #010101;
  
	End Veterans Day*/
	
	
	
	 /*Kennedy Tribute
	 
	background: url(../images/backgrounds/jfk-background.png);background-repeat: no-repeat;
   
    
	no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; background-size: 100% auto;
  background-color: #010101;
  
	End Kennedy Tribute*/	
	  
	  
	 /*Thanksgiving Tribute
	 
	background: url(../images/backgrounds/thanksgiving-background.png);background-repeat: no-repeat;
   
    
	no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; background-size: 100% auto;
  background-color: #010101;
  
	End Kennedy Tribute*/	



	
	 /*Thanksgiving Tribute  

	 
	background: url(../images/backgrounds/christmas_background.jpg);background-repeat: no-repeat;
   
    
	no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; background-size: 100% auto;
  background-color: #480001;
  
	End Kennedy Tribute*/	


	 /*New Years Tribute 

	 
	background: url(../images/backgrounds/new_years_background.gif);background-repeat: no-repeat;
   
    
	no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; background-size: 100% auto;
  background-color: #480001;
  
	End Kennedy Tribute*/		
	  
}





h1 {margin-top: 2px; margin-bottom: 5px;font-size: 24px;text-decoration: underline;}
h2 {margin-top: 2px;}
h3 {margin-top: 2px;}



@media (max-width: 480px) {
   .sharethis {display: none;}
   .pc-banner {display: none;}
   .mobile-nordys {display: unset;}
}



.big-button {

    margin-top: 5px;
    margin-bottom: 2px;
    text-align: center;
    border: 1px solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}

footer {

       border-top: 1px solid #ffffff;
       border-bottom: 1px solid #ffffff;
       color: #ffffff;
    background: #343434; /* Old browsers */
          

}


.copyright {
            text-align: center;}
            
.navbar .nav > li > a {color: #ffffff;
						background: none;
						}  
.navbar {background-color: #1a1a1a;}
