﻿.storewrapper {
width:100%;
height:700px;
text-align:center;
padding-left:5%;
}


.storeItem {
width:350px;
height:600px;
text-align:left;
float:left;

margin-right:30px;

}

.storeItem a{
text-decoration:none;
font-size:22px;
    color: #4b4b4b;
}


.storeIMG {
width:100%;
height:350px;
text-align:center;
margin-bottom:30px;
}

.storeIMG h4{
text-align:center;

}

.storeDESC {
padding-top:100px;
padding-left:15px;
padding-right:15px;
width:100%;
height:250px;
text-align:center;
}