body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  background-color: #F8E1E7;
}

main{
    margin:175px 0px;
}

header{
    position:fixed;
    top:0px;
    height: 124px; 
    width: 100%;
    background-color: #587C7A;
}
#logo{
    z-index: 2;
    margin-top: 35px;
    margin-left: 20%;
    float: left;
    width: 100%;
}
ol{
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color:#587C7A;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
}
ul li{
  font-family: Lato, sans-serif;
  font-size: 18px;
  list-style-type: disc;
}
ol li.menubar_right{
  font-family: Lato,sans-serif;
  font-size: 18px;
  float: right;
  display:inline;
  margin-top:50px;
  background-color:#587C7A;
}

ol li.menubar_left{
  font-family: Lato,sans-serif;
  font-size: 18px;
  float: left;
  display: inline;
  margin-top:50px;
  background-color:#587C7A;
}

ol li.menubar_center{
  font-family: Lato,sans-serif;
  font-size: 18px;
  display:inline;
  left:50%;
  right: 50%;
}
li div{
  width: 180px;
  height: 36px;
  display: block;
  color: black;
  text-align: left;
  text-decoration: none;
  justify-content: center;
  align-items:center;
}


#active{
  background-color: #F8E1E7;
    color:black;
}

li a {
  display: inline-block;
  color: white;
  text-align: center;
  height: 28px;
  width:180px;
  padding: 18px 10px;
  text-decoration: none;
  justify-content: center;
}

li a:hover, .menupoint_left:hover .dropbtn_left:hover {
  background-color: #F8E1E7;
  color:black;
}

li a#switch:hover {
  background-color: transparent;
  color:black;
}

.btn-group{
  top: 200px;
  left: 900px;
}
.btn-group button{
  border-color: black;
  background-color: darkgrey;
  color: #000;
  padding: 10px 18px;
  cursor: pointer;
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  margin-top: 40px;
  box-shadow: #555555;

}
.btn-group button:hover{
  background-color: #f1f1f1;
}


ul.breadcrumb {
  position:absolute;
  left:0;
  top: 50px;
  padding: 6px 10px;
  list-style: none;
  width: auto;
  background-color: transparent;
}

/* Display list items side by side */
ul.breadcrumb li {
  float: left;
  font-family: Lato sans-serif;
  display: inline;
  font-size: 16px;
  color: black;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: ">";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: black;
  text-decoration: underline;
  width: auto;
  padding:0 0 0 0;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  background:transparent;
  color: #01447e;
  text-decoration: underline;
}

/*START ORDER ONLINE STYLE*/
form{
    margin:10px;
    padding:10px;
}

fieldset{
    border-color:#587C7A;
    background-color:#587C7A;
    color:white;
    width:99%;
    margin:auto;
    padding:10px;
}

legend{
    font-weight:bold;
    color:black;
    background-color:#F8E1E7;
    margin:1px;
    padding:1px;
}

.personal{
    width:30%;
    float:left;
    margin:10px;
}

.menu{
    width:62%;
    float:left;
    margin:10px;
    height:432px;
    background-color:#587C7A;
    color:white;
}

.items{
    margin:10px;
    padding: 6px 32px;
    width:30%;
    float:left;
}

.quantity{
    width:40%;
    float:right;
    margin-right:150px;
}


.quantity input[type=text]{
    width:25%;
    height:75%;
    /*background-color: none;*/
}

.menu-item{
background-color:#F8E1E7;
  border: none;
  padding: 6px 32px;
  text-decoration: none;
  margin-top:15px;
  margin:10px;
  cursor: pointer;
  float:left;
}

.total{
  border: none;
  text-decoration: none;
  margin:10px;
  margin-right:265px;
  float:right;
  width:105px;
}

.total [type=text]{
  background-color:#F8E1E7;
  border:none;
}

 input[type=submit], input[type=reset] [type=button]{
  background-color:#F8E1E7;
  border: none;
  padding: 16px 32px;
  text-decoration: none;
  margin-top:15px;
  margin:10px;
  cursor: pointer;
  float:right;
}


.special{
    float:left;
    width:96.5%;
    margin:10px;
}

input[type=text], input[type=number], input[type=email], input[type=city]{
  width: 95%;
  padding: 8px 6px;
  margin: 8px 0;
  border:#587C7A;
  background-color:#FFF3F6;
}
#submit{
    width: 100%;
    padding: 30px 60px;
    border:#587C7A;
    border-radius: 20px;
    background-color:#F8E1E7;
    border: none;
    text-decoration: none;
    margin: 10px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    float:right;
    font-size: 24px;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color:#FFF3F6;
  resize: none;
}
/*END ORDER ONLINE STYLE*/

/*START CONTACT STYLE*/
.info{
    width:48%;
    float:left;
    margin:10px;
}

.info label{
  float:left;
  width:25%;
  margin-top:30px;
}

.contact{
    float:left;
    width:20%;
    margin:10px;
}

.recieve{
    float:left;
    width:25%;
    margin:10px;
}


.reason{
    float:left;
    width:99%;
    margin: 20px auto;
}

input[type=radio], input[type=checkbox] {
    padding:8px 0px;
    margin:8px 0px;
}

textarea {
  width:100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  resize: none;
}

.buttons{
    float:right;
    margin:10px;
}

/*END CONTACT STYLE*/

/*responsive design*/
@media (max-width:600px) {
    
    #active{
    background-color: #F8E1E7;
    color:black;
    height:34px;
    }

    li a {
        height: 28px;
        width:55px;
        padding: 18px 10px;
        font-size:11px;
        justify-content:center;
    }
    
    li a:hover{
        height:32px;
    }
    #logo{
        margin:0px;
    }
    li img{
        margin-top:38px;
        margin-left:10px;
    }
    
    form{
    margin:10px;
    padding:10px;
    }

    fieldset{
    margin:10px;
    width:93%;
    }
    
    .menu{
    width:95%;
    float:none;
    margin:0px;
    margin-bottom:10px;
    height:432px;
    }

    .items{
    margin:0px;
    padding: 4px 32px;
    width:40%;
    float:left;
    }
    
    .items p{
    font-size:16px;
    }

    .quantity{
    width:100%;
    float:none;
    margin-right:0px;
    }


    .quantity input[type=text]{
    width:10%;
    height:75%;
    }
    
    .menu-item{
    padding: 8px 16px;
    margin-top:0px;
    margin:0px;
    cursor: pointer;
    float:none;
    
    }
    
    .total{
    margin:10px;
    margin-right:30px;
    float:right;
    width:105px;
    }
    
    input[type=submit], input[type=reset] input[type=button]{
        padding: 16px 32px;
        margin: 10px;
        cursor: pointer;
        float:right;
    }
    #submit{
        padding: 32px 64px;
        margin-right: 20px;
        cursor: pointer;
        float:right;
    }
    
    .personal{
    width:95%;
    float:none;
    margin:0px;
    margin-bottom:10px;  
    }
    
    .special{
       width:95%;
      margin:0px;
      margin-bottom:10px;
    }
    
    .info{
    float:none;
    width:95%;
    margin:0px;
    }

    .info label{
    float:none;
    width:95%;
    margin-top:30px;
    }

    .contact{
    float:none;
    width:95%;
    margin:10px;
    }

    .recieve{
    float:none;
    width:95%;
    margin:10px;
    }


    .reason{
    float:none;
    width:95%;
    margin-top:15px;
    }
    
}
