.title{
    font-size: 3em;
}
.home_screen_background{
	min-height: 230px;
}
.subtitile_heading {
    font-size: 1.5em !important;
}
.page_title_background {
	min-height: 75px;
}
.product_large_image{
	min-width: 175px;
	min-height: 200px;
	max-width: 175px;
	max-height: 200px;
}
.price_div{
	/*display:none;*/
    max-width: 92%;
    min-width: 90%;
    margin: 1.8%;
    left: 0px;
    position: relative;
}
.display_product{
	max-width:360px; 
	height: 730px;
}
.display_width_400 {
     width: 325px;
     max-width: 325px;
 }
.large_img_description{
	display:unset;
}
.product_large_image_wrapper{
	min-width: 96%;
}
.product_description{
	margin-left: 1.25%;
	width: 96.1%;
	
	/*need to set a class with jquery to make this element min-height 300 px
		product_small_image_wrapper needs to move to under the image
	*/
}
.wide_button {
    min-width: 175px;
    font-size: small;
}
.product_description_large {
    max-width: 95%;
    min-width: 95%;
}
.view_product_description{
	height:220px;
	max-height: 220px;
	min-height: 220px;
}
.view_product_description_wrapper{
	max-height: 255px;
    min-height: 255px;
}
.product_description_paragraph_small {
	width: 95%;
	max-width: 95%;
	min-width: 95%;
}

.footer_heading{
	font-size: small;
	padding-left: unset;
	text-align: center;
}
.footer_element{
	width: 25%;
}
.footer_link{
	padding: unset;
	font-size: small;
}