﻿.Container {
    text-align: center;
    justify-content: center;
    color: sandybrown;
    display: flex;
    flex-wrap:wrap;
    flex-direction: column;
}
body {
    display: flex;
    margin: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-image: url(HeroBackground_PT.jpg);
    margin-left: 50%;
    margin-right:50%;
    margin-top:auto;
    margin-bottom: auto;
}
.title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background-image: url(flag.png);
    color: orange;
   }

.Customer {
    color: sandybrown;
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 1;
    min-width: 190px;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-left: .3rem;
    right: .3rem;
    padding-bottom: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
}
.Vip {
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 1;
    min-width: 190px;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
}

.Size, .Topping, .Sauce, .summary {
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 1;
    min-width: 190px;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    margin-bottom: 1rem;
}

.Crust, .Pickup {
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 1;
    min-width: 190px;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    
}
img{
    width: 150px;
    height: 150px;
}
.button {
    text-align: left;
    display: flex;
    z-index: 1;
    min-width: 190px;
    flex-direction: column;
    border-radius: 2rem;
}

.receipttitle {
    margin-top: 1rem;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    background-color: lightgray;
    color: black;
}
.receiptbdy {
    padding: 1rem;
    background-color: lightgray;
    text-align: left;
    display: flex;
    z-index: 1;
    min-width: 200px;
    flex-direction: column;  
}
#grdvwPizzas {
    max-width: 350px;
    font-size: 15px;
}
#lblVipAccounts, #grdwVIP {
    color: sandybrown;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    flex-direction:column;
    justify-content:center;
}

#lblPizzaValidationText {
    text-align: left;
    display: flex;
    align-items: center;
    z-index: 1;
    min-width: 190px;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 25px;
}

