#review-div, #main-content {
	margin: 20px 0px 20px 0px;
	box-shadow: 5px 5px 5px #888888;
	background-color: white !important;
}

#review-header {
	margin-left: 20px;
	font-family: Arizonia;
	font-size: 40px;
}

#review-container {
	padding: 0px 20px 0px 20px !important;
}

#managerMsg {
	margin: 0px 30px 40px 30px;
	padding: 20px 0px 20px 0px;
	font: Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: white;
}

#msgBackground {
	background-color: grey;
}

.custom-hr {
	margin-top: 40px;
}

.content-header {
	margin-left: 20px;
	font-family: Arizonia;
	font-size: 50px;
	text-align: center;
}

.carousel-img {
	height: 450px !important;
	width: 100%;
}

#phonenum {
	text-align: center; 
	background-color: red; 
	color: white; 
	font-size: 25px;
	padding: 10px 0px 10px 0px;
}

#notice {
	padding: 0px 30px 20px 30px; 
	font-size: 17px;
}


@media only screen and (max-width: 1400px) {
    .carousel-img {
		height: 350px !important;
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
    .carousel-img {
		height: 250px !important;
		width: 100%;
	}
	
	#managerMsg {
		font-size: 15px;
	}
	
	.content-header {
		font-size:35px;
	}
	
	#notice {
		font-size: 12px;
	}

}

@media only screen and (max-width: 500px) {
    .carousel-img {
		height: 180px !important;
		width: 100%;
	}
	
	.content-header {
		font-size:25px;
	}
	
	#managerMsg {
		font-size: 12px;
	}
	
	#main-div {
		padding: 0px;
	}
}