﻿
body {
    font-family: Patrick Hand SC;
    font-size: 20px;
    background-size: cover;
    text-align: center;
    background-image: url(HeroBackground_PT.jpg);
    
}


h2 {
    font-family: Cabin Sketch;
    font-size: 50px;
    text-align: center;
    margin-bottom: 1.5rem;
    margin-left: 40%;
    margin-right: 40%;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: .5rem;
    font-weight: bold;
    color: brown;
    background-image: url(flag.png);
    background-repeat: no-repeat;
}
h3 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-bottom:.1rem;
    margin-top:.1rem;
    color: sandybrown;
}

form {
    border-radius: 5px;
    height: auto;
    width: auto;
    color:white;
}
.size_content {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    text-align: left;
}

input {
    font-family: Waiting for the Sunrise;
    font-size: 17px;
    font-weight: bold;
    
}

.customer {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
}
.delivery {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    text-align: left;
}

.crust {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    }

.sauce {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
}


.topping {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    text-align:left;
}

.premium {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    text-align:left;
}
.familymeal {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    text-align: left;
}

.tip {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
}
.family {
    z-index: 1;
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
}
.btnsubmit {
    margin-left: 39%;
    margin-right: 39%;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;

}