
 
   .jumbotron {
		background: url(../images/home.jpg) 50% 0 fixed; 
		margin-bottom: 0px;
	}
   
   
    #intro { 
            background: url(../images/asscheader.jpg) 100% 0 fixed;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
			height: 100%;  
			margin: 0 auto; 
		    width: 100%; 
		  
		    padding: 200 px 0;
		}
		
		
	#intro .container {
	background: #ffffff
	
	
	}	
		#home { 
			background: url(../images/asscheaders.jpg) 100% 0 fixed;
			background-repeat: no-repeat;
          
			
		
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		    height:100%;
		    position: center; 
		    
		    padding: 400px 0;
		}
		
		#home .col-md-3 {
		background: #D7AFOO;
		border-radius: 10px;
		
		}
		
		
		
		#about { 
			background: url(../images/about.png) 50% 0 fixed; 
			height: auto;
			margin: 0 auto; 
		    width: 100%; 
		    position: relative; 
		    padding: 50px 0 50px;
		    color: #fff;
		}
		
		#home [class*="col-"] {
    		background: #D4AF37;
		}

	footer {
		background: white;
		color: black;
		width: 100%;
		padding: 10px;
		border: 2px solid #cccccc;
	}

	footer p {
		text-align: center;
	}