/*menu section styling*/
.menu1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.menu2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.menu {
    background-color: #181818;
    font-size: 12px;
}
.card {
    background-color: #1a1a1a;
    color: #f0f0f0;
}
.menu h2 {
    font-size: 4rem;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    color: #fff;
}


/*#menu {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 16px;
}

#menu h2 {
    font-size: 4rem;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
}*/

/*Order Styling */
#btnn {
    margin-left: 7%;
}

select {
    width: 315px;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    background-color: #1a1a1a;
    color: #f0f0f0;
    cursor: pointer;
    border: 6px solid #1a1a1a;
    border-radius: 5px;
}

select::-ms-expand {
    display: none;
}

select:hover {
    border: 6px solid #181818;
}

select option {
    background-color: #1a1a1a;
    letter-spacing: 1.2px;
    font-weight: 400;
    font-size: 18px;
}

.selected {
    display: none;
}

#selection h2 {
    text-align: center;
    font-size: 4rem;
    font-weight: 700;
    text-decoration: underline;

}

#selection {
    background-color: #e07a00;
}

.selection {
    margin-left: 5%;
}
input {
    width: 315px;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    background-color: #1a1a1a;
    color: #f0f0f0;
    cursor: pointer;
    border: 6px solid #1a1a1a;
    border-radius: 5px;
}
.placeholder{
    color: #fff;
}
/* Footer styling*/
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-right: 5%;
}

footer {
    background-color: #1a1a1a;
    height: auto;
    opacity: 0.9;
    font-size: 20px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    
}
 

footer h2{
    font-size: 4rem;
    font-weight: 700;
    text-decoration: underline;
    text-align: center;
    color: white;
}
#foot {
    background-color: #181818;
    margin: auto;
}
footer h5{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    color: white;
    position: relative;
}
.footer-col {
width: 25%;
padding: 0 15px;
}
.footer-col3{
    margin-bottom: 2rem;
}
.footer-col4{
    margin-bottom: 8rem;
}

.customer {
    display: none;
    float: right;
  margin-right:20rem;
  font-size: 18px;
  font-weight: 800;
  list-style: 200%;
  text-align: center;
}
form {
    margin-right: 2rem;
    
}
.copyright {
    margin-top: 1rem;
    font-size: 18px;
    background-color: black;
    height: auto;
    text-align: center;
    color: #f0f0f0;
}
