/* Contact Page Equal Blocks*/

/* Change item class here */
.items_cd1589f543cf4d3eb6f06d7e49ed4d6e { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_cd1589f543cf4d3eb6f06d7e49ed4d6e > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_a0a0f2486ede46789947e6907b8e8bff {
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,0))}
    
    .blockWrap_a0a0f2486ede46789947e6907b8e8bff .contentTitle {
        font-size: 50px; 
    }
}
/* Pizza Size Table Style */
.pizzatable {
    margin-left: auto;
  margin-right: auto; 
  width: 70%;
    }
    
    /* Responsive menu navigation butons padding */

@media only screen and (max-width: 767px) {
    div.blockWrap_fe5640e02bfa486f8cc4a9fe150bc98e {
        padding-top: 28px;
        padding-bottom: 28px;
    } 
}