
 
   .jumbotron {
		background: url(../images/home.jpg) 50% 0 fixed; 
		margin-bottom: 0px;
	}
   
   
    #intro { 
            background: url(../images/sectiononea.jpg) 100% 0 fixed;
            background-repeat: no-repeat;
            background-position: center;
            background-attachment: fixed;
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		  
		    padding: 100px 0;
		}
		
		
	#intro .container {
	background: #ffffff
	filter: alpha(opacity=10);
	
	}	
		#home { 
			background: url(../images/home2b.jpg) 100% 0 fixed;
			background-repeat: no-repeat;
			height: auto;  
			margin: 0 auto; 
		    width: 100%; 
		  
		    position: center; 
		    
		    padding: 400px 0;

		}
		
		#home .col-md-3 {
		background: white;
		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: #ffffff;
		}

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

	footer p {
		text-align: center;
	}
	
	#main {
	max-width: 1400px;
	margin: auto;
	}