﻿body {

}


.menuSections {
    text-align: center;
    font-size: xx-large;
    color: black;
    font-weight:bolder;
    
}

.pizzaPrices {
    text-align: center;
    font-size: medium;
    color: black;
    font-weight: bold;
}

#toppings {
    text-align: center;
    font-size: large;
    color: black;
    font-weight: bold;
    padding-right: 60px;
}

.toppingsLeft {
    text-align: right;
    padding-right: 15px;
}

.toppingsRight {
    text-align: left;
    padding-left: 15px;
}

.pricesToppings {
    text-align:center;
    font-size:x-small;
}

.pFloat {
    float:left;
    display: inline;
}

#pizza2Img {
    float:left;
    width: 450px;
    height: 400px;
    box-shadow: 10px 10px 5px #888888;
}

#pizza2ImgPadding {
    padding-left: 30px;
}

#specialtyPizzas {
    font-size: medium;
    font-weight: bold;
    color: black;
    text-align: center;
}

#divider {
    text-align:center;
    font-size:large;
    font-weight: bold;
}

#burgerImg {
    float:right;
    width: 450px;
    height: 400px;
    box-shadow: -10px 10px 5px #888888;
}

#burgerPadding {
    padding-right: 30px;
}

#burgerPrices {
    text-align: center;
    font-size: medium;
    color: black;
    font-weight: bold;
}

#burgerDetails {
    text-align: center;
    font-weight: bold;
    float:left;
}

#pastaImg {
    float:left;
    width: 450px;
    height: 400px;
    box-shadow: 10px 10px 5px #888888;
}

#pasta {
    font-size: medium;
    font-weight: bold;
    color: black;
    padding-right: 50px;
    text-align:center;
}