/*All the page properties*/
body {
    background-color: #429F9E;
}

/*logo*/
#logo {
    height: 20%;
    width: 20%;
    margin-left: 200px;
}

/*Navigation bar*/
.navbar a {
    color: white;
    font-size: 200%;
    font-weight: bold;
}

#cart{height:150px;
width:150px;}

#call{height:150px;
    width:150px;}

.navbar a:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px
}

.navbar button:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px
}

/*Cart modal*/
#checkoutbtn {
    display: inline-block;
    outline: 0;
    cursor: pointer;
    text-align: center;
    border: 0;
    padding: 7px 16px;
    min-height: 36px;
    min-width: 36px;
    color: #ffffff;
    background: #008060;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(0, 0, 0, 0.2) 0px -1px 0px 0px inset;
}

#checkoutbtn:hover {
    background: #006e52;
}

/*Title table properties*/
#titleTable {
    border: none;
    width: 100%;
}

#titleTd {
    border: none;
}

/*ul in header*/
ul {
    list-style-type: none;
    padding: 0;
    float: top;
    background-color: #429F9E;
    overflow: hidden;
    height: 100px;
}

/*list*/
li {
    float: left;
}

li a {
    float: left;
    background-color: #429F9E;
    border: none;
    color: white;
    padding: 30px 100px 10px 100px;
    text-align: center;
    text-decoration: none;
    font-size: 38px;
    margin: 4px 2px;
    cursor: pointer;
}

li a:hover {
    background-color: #F05F3B;
}



/*call button*/
#call,
#cart {
    float: right;
    padding: 30px 20px 50px 20px;
}

/*make a container*/
#Container {
    position: relative;
}

/*home page image properties*/
#firstIMG {
    height: 830px;
    width: 100%;
    background-size: cover;
}

/*homepage text properties*/
#homepageText {
    position: absolute;
    bottom: 25%;
    margin-left: 20%;
    height: 500px;
    width: 65%;
}

/*order button*/
.order {
    position: absolute;
    bottom: 15%;
    margin-left: 43%;
    text-align: center;
    font-size: 28px;
    color: white;
    background-color: #F05F3B;
    display: inline-block;
}

/*food menu image size*/
img{
    height: 250px;
    width: 370px;
}

/*Caption properties*/
caption {
    font-size: 60px;
    background-color: #F05F3B;
}

.tableHeader {
    font-size: 250%;
    text-align: center;
    font-weight: bold;
    background-color: #F05F3B;

}

/*table properties*/
#table1 {
    border: 15px inset black;
    border-radius: 5px;
    width: 100%;
    border-collapse: collapse;
    background-color: #A5C3C5;
    margin-left: auto;
    margin-right: auto;
}

#table2 {
    border: 15px outset black;
    border-radius: 5px;
    width: 100%;
    border-collapse: collapse;
    background-color: #007872;
}

/*all td properties*/
td {
    border: 1px outset #F05F3B;
    border-collapse: collapse;
}

/*td1 properties*/
.td1 {
    width: 15%;
    font-size: 24px;
    font-weight: bold;
}

/*td2 properties*/
.td2 {
    width: 70%
}

/*td3 properties*/
.td3 {
    width: 15%;
}

/*font size in blockquote*/
blockquote {
    font-size: x-large;
}


/*about us properties*/
.titleAboutUs {
    background-color: #429F9E;
    border: 20px #007872 inset;
    font-size: 30px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    
}

.tableAboutUs {
    border: none;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.tdAboutUs {
    border: 20px #007872 inset;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    
}

#td2 {
    width: 40%
}

/*footer properties*/
footer {
    color: white;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    font-size: medium;
}

.show {
    display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;

}

input {
    width: 25px
}