		body{
			margin:0px;
			padding:0px;
			background-image: url('/images/bcp-background.jpg');
			font-family: 'Rokkitt', serif;			
			color:#73a743;
			max-width: 800px;
		}
		#container{
			margin:0;
			padding:0;
		}
		h1.h2.h3.h4.h5.h6{
			margin:0 10px 10px 10px;
		}
		.button{
			
		}
		.green{
			color:#73a743;
		}
		p{
			margin:5px 10px;
			color:#73a743;
		}
		input, textarea{
			font-family: 'Rokkitt', serif;
			font-size:1em;

		}
		.clear{
			clear:both;
		}
		.twoCol {
			  -webkit-column-count: 2;
			  -moz-column-count: 2;
			  column-count: 2;
			  -webkit-column-width: 400px;
			  -moz-column-width: 400px;
		   	   column-width: 400px;
			}
		.twoColBox{
			width: 100%;
			
			
		}
		.center{
			margin:0 3%;
			
			
			
		}
		
		#home{
			width:100%;
		}
		
		#social{
			width:100%;
			height:200px;
		}
		#about{

		}
		#contact{
			width: 100%;
			color: #fff;
			height: 400px;
			margin: 50px 0px 0px;
			text-align: center;
			background-image: url('/images/bcp-green-background.jpg');
			background-color: #73a743;
		}
		#contactForm{
		max-width:70%;
	
}
		#gallery{
			width: 100%;
			margin: 30px 0;
		}
		#testtimonials{
			width:100%;
			height:600px;
			background-color:bisque;
		}
		/*Slideshow */
		
		
		/*Social Bar*/
		.socialBar{
			border-radius: 100%;
			color: #ffffff;
			font-size: .9em;
			background: #73a743;
			text-decoration: none;
			height: 75px;
			width: 75px;
			text-align: center;
			margin: 10px 10px;
			float:left;
			line-height:2em;
			border: 1px solid #73a743;
		}
		.socialBar:hover{
			color: #73a743;
			background: #fff;
			text-decoration: none;
			border: 1px solid #73a743;
		}
		#socialBarFloat{
			width:300px;
			margin:0px auto;
			padding:30px 0;
		}
		#socialButtonBox{
			margin-right:auto;
			margin-left:auto;
		}
		.floatCenter {
		   margin: 30px auto;
			width: 400px;
		}
		#eightyPercent{
			width:80%;
			margin:20px auto;
		}
		.fontAwesomeText {
			font-size: 3em;
			line-height: 1.8em;
		}
		.contactFloat {
			padding-top: 50px;
		}
		#letsTalk {
			font-family: 'Rokkitt', serif;										color:#73a743;	
			margin-top: 20px;
			width: 300px;
			height: 70px;
			border: 0px;
			background-color: #fff;
			color: #73a743;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			font-size: 2em;
			cursor:pointer;
		}
		#letsTalk:hover{								
			color:#fff;	
			border: 1px solid #fff;
			background-color: #73a743;
		}
			/* ===========================
   ====== Contact Form ======= 
   =========================== */

		input, textarea {
			padding: 10px;
			border: 1px solid #E5E5E5;
			width: 200px;
			color: #999999;
			box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
			-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
		}

		textarea {
			width: 800px;
			height: 150px;
			max-width: 800px;
			line-height: 18px;
		}

		input:hover, textarea:hover,
		input:focus, textarea:focus {
			border-color: 1px solid #C9C9C9;
			box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
			-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
			-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
		}

		.form label {
			margin-left: 10px;
			color: #999999;
		}

		/* ===========================
		   ====== Submit Button ====== 
		   =========================== */

		.submit, input, .btn, .btn-primary{
			width: 100px; 
			height: 40px;
			border: 0px;
			background-color: #73a743; 
			color: #FFF;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;	

		}
		.submit:hover, input:hover, .btn:hover, .btn-primary:hover{
			background-color: #fff; 
			color: #73A743;
			border:1px solid #73A743;


		}

		footer{
			text-align:center;
			color:#73a743;
			margin:30px 0;
		
		}
		#logoHover {
			position: absolute;
			z-index: 10;
			max-width: 10%;
			height: auto;
			padding: 10px 25px;
			}
		
		#testimonials{	
			padding: 50px 0px;
			margin: 0px auto;
			background-color: #73a743;
			color: #ffffff;
			font-size:1.2em;
			background-image: url('/images/bcp-green-background.jpg');
		}
		.testimonialsCol{
			width: 100%;
			margin:0 auto;
			
		}
		.testimonialQuote{
			margin:5px 10px;
			display:block;
			
		}
		.testimonialSource{
			display:block;	
			float:right;
			font-size:1.2em;
			margin: 5px 25px 15px 0px;
			}
		/* Glyph, by Harry Roberts */ 
		hr { 
			padding: 0;
			border: none;
			border-top: medium double #fff;
			color: #fff;
			text-align: center;
			width: 15%;
		} 
		
		hr:after { 
				content: "§"; 
				display: inline-block; 
				position: relative; 
				top: -0.7em; 
				font-size: 1.5em; 
				padding: 0 0.25em; 
				 
		}
		.gallery-img{
			padding: 5px;
			width: 160px;
		}
		.gallery-img:link{
			text-decoration: none;
		}
		
		#menu ul {
			display:none;
}
		#brookeHello{
			width: 350px;
			margin: 0px 5%;
	
}
		#avenueLogoAbout{
			display: none;
			margin: 0;
			width:250px;
		}
		#galleryImages{
			width: 100%;
			font-size: 1.2em;
			margin: 0 auto;
		
}

		#centerImage{
			margin:40px 0;
			width:250px;
			height:auto;
			
}
		
	
}


		
Other size Screens 
    @media (max-width: 700px) {
		
        }
		
    