@charset "utf-8";
/* CSS Document */

/*######################*/
/* MAIN NAVAGATION TAGS */
/*######################*/

.body{
	background-color:#FFF;
	background:no-repeat;
	background-size:cover;
	font-family:"Times New Roman", Times, serif;						
}


.topHolder{
	height:38px;
	width:1920px;
	background-color:#C9E9E6;
}

	.topHolder li{
		margin:none;
		text-align:center;
		list-style:none;
	
	}
		
			.topHolder li a{
				text-decoration:none;
			}
				
	
				.topHolder li a:hover{
					text-decoration:underline;
					color:#000000;
				}
		
					.topHolder h1{
						font-size:20px;
						font-weight:bold;
						font-family:"Times New Roman", Times, serif;
						color:#000000;
						padding-top:7px;
						text-align:center;
					}
			

.logoHolder{
	height:300px;
	width:1920px;
	list-style-type:none;
	
	
}			
	.logoHolder img{
		display:block;
		margin-left:auto;
		margin-right:auto;
		padding-top:3%;
		width:30%;
	}
			
						
.navMain{
	height:40px;
	width:1920px;
					
	}
	
	.navMain ul {
		margin:none;
		text-align:center;
	}
	
		.navMain ul li{
			margin:none;
			padding:0px 20px;
			list-style:none;
			display:inline-block;					
		}
		
			.navMain ul li a{
				margin:none;
				font-size:14px;
				color:#333;
				text-decoration:none;
			}
			
				.navMain ul li a:hover{
					text-decoration:underline;
					color:#000000;
						
				}
				
/*################*/
/* HOME PAGE TAGS */
/*################*/

.imgHomePage{
	height:702px;
	width:1920px;
}

	.imgHomePage img{
		display:block;
		margin-left:auto;
		margin-right:auto;
		padding-top:2%;
		width:75%;
		height:auto;
	 }
		
.introInfo{
	height:800px;
	width:1920px;
	margin-left:auto;
	margin-right:auto;
}
			
	.columnContainer{
		height:auto;
		width:auto;
		margin-left:12%;
	}			
		.column{
			width:25%;
			height:800px;
			background-color:#C9E9E6;
			display:inline-table;
			margin-left:3%;
			margin-right:auto;
			font-family:"Times New Roman", Times, serif;
			text-align:center;		
		}
			.column img{
				width:100%;
				height:auto;
			}
				.column h2{
					color:#333;
					font-family:"Times New Roman", Times, serif;
					font-size:24px;
					padding-top:5%;
				}
					.column p{
						padding-left:25px;
						padding-right:25px;
						color:#333;
						font-size:16px;
						line-height:24px;
					}
						
.requestQuote{
	width:1920px;
	height:400px;
	list-style:none;	
}
	.requestQuote li a{
		text-decoration:none;
		
	}
		.requestQuote li a h2{
			color:#333;
			font-family:"Times New Roman", Times, serif;
			font-size:36px;
			font-weight:bold;
			text-align:center;
			padding-top:3%;
				
		}			
			.requestQuote li a h2:hover{
				text-decoration:none;
				color:#000000;
			}
			
				.requestQuote p{
					color:#333;
					font-family:"Times New Roman", Times, serif;
					font-size:24px;
					line-height:32px;
					text-align:center;
					margin-left:33%;
					margin-right:33%;
				}
				
					.requestQuote button{
						background-color:#C9E9E6;
						outline:none;
						border-radius:5px;
						border-color:#C9E9E6;
						display:block;
						margin-left:auto;
						margin-right:auto;								
					}
						.requestQuote button:hover{
							background-color:#75ACAC;
							border-color:#75ACAC;
						}
						
							.requestQuote button a{
								text-decoration:none;
							
							}
				
								.requestQuote button li a h1{
									color:#333;
									font-family:"Times New Roman", Times, serif;
									font-size:36px;
									text-align:center;
									padding:5px 15px 5px 15px;
									text-decoration: none;
									cursor: pointer;
								}
								
									.requestQuote button li a h1:hover{
										color:#000000;
									}
					
.googleReviews{
	background-image:url(../images/Maxwell-Fabrics_ColorGuard-Nectar_01.jpg);
	background-size:cover;
	width:1920px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
}

	.googleReviews ul{
		margin-left:10%;
		margin-right:auto;
		
		
	}
	
		.googleReviews ul li{
			margin:none;
			list-style:none;
			display:inline-block;
			padding-top:75px;
			padding-right:75px;

		}
		
	
								

								
								
				
			
