
html, body {
  min-height: 100%;
}

         body{
        height:100%;
        background-attachment:fixed;
        background-image: linear-gradient(top #999 #000);
        background-image: -moz-linear-gradient(top, #666, #000);
        background-image: -ms-linear-gradient(top, #666, #000);
        background-image: -o-linear-gradient(top, #666, #000);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,
        from(#999), to(#000));
		-webkit-font-smoothing: antialiased;
		
		}
		


a.dropdown-toggle {
    color: #fdfdfd;
    text-decoration: none;
}


a#PeoplePanelHeading{
	color: #ffffff;
	text-decoration: none;
}

#PeopleToMoralDiv + .panel {
    margin-bottom: 0px;
}


.panel.shadowed{

      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7),
            -1px 2px 20px rgba(255, 255, 255, 0.6) inset; 
			
}





.panel-primary > .panel-heading#MoralView {
  background-color: #6B8E23;
}

.panel-primary > .panel-heading#PeopleView {
  background-color: #4169E1;
}

@media only screen and (min-width:100px) {
.Categories {
	margin-left:-60px;

	-webkit-columns: 1;
	-moz-columns: 1;
	columns:1;
	
	
	-webkit-column-gap: 130px;
	-moz-column-gap: 130px;
	column-gap: 130px;
					
 	-webkit-column-width: 10px; /* Chrome, Safari, Opera */
    	-moz-column-width: 10px; /* Firefox */
    	column-width: 10px;
	
	
	-webkit-column-break-inside : avoid;
	-moz-column-break-inside : avoid;
	column-break-inside : avoid;
	
}
}

@media only screen and (min-width:720px) {
.Categories {
	margin-left:-60px;

	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	
	
	-webkit-column-gap: 130px;
	-moz-column-gap: 130px;
	column-gap: 130px;
					
 	-webkit-column-width: 10px; /* Chrome, Safari, Opera */
    	-moz-column-width: 10px; /* Firefox */
    	column-width: 10px;
	
	
	-webkit-column-break-inside : avoid;
	-moz-column-break-inside : avoid;
	column-break-inside : avoid;
	
}
}


@media only screen and (min-width:1280px) {
.Categories {
	margin-left:-60px;

	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
	
	
	-webkit-column-gap: 130px;
	-moz-column-gap: 130px;
	column-gap: 130px;
					
 	-webkit-column-width: 10px; /* Chrome, Safari, Opera */
    	-moz-column-width: 10px; /* Firefox */
    	column-width: 10px;
	
	
	-webkit-column-break-inside : avoid;
	-moz-column-break-inside : avoid;
	column-break-inside : avoid;
	
}
}

.Categories ul, .Categories li{
list-style:none;
}

.Categories ul li ul{
///width:30%;
}

	.label{
		
		     box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.6);
			 
	}
	
  .btn 
  {
	  
   outline:0;
   border:none;
   border-top:none;
   border-bottom:none;
   border-left:none;
   border-right:none;
   box-shadow:inset 2px -3px rgba(0,0,0,0.15);
   font-weight: bold !important;
   

   
  }
  .btn:focus
  {
   outline:0;
   -webkit-outline:0;
   -moz-outline:0;
  }
  
  
  
 .WebSiteName{
color: #fff;
background-color: #232323;
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #6E6E6E, 0 0 30px #6E6E6E, 0 0 40px #6E6E6E, 0 0 55px #6E6E6E, 0 0 75px #6E6E6E;
font-size:18px;
font-style: italic;
font-family: "Gill Sans Extrabold", sans-serif;

 }
 
 
     .btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }
 