/* General For All 
Coffee Service

font-family: coffee-service, sans-serif;
font-weight: 400;
font-style: normal;

Carina Pro Bold

font-family: ff-carina, sans-serif;
font-weight: 700;
font-style: normal;

Carina Pro Regular

font-family: ff-carina, sans-serif;
font-weight: 400;
font-style: normal;

red- #791226
gold- #D9C794
*/
/*start home*/
body{margin: 0; padding: 0;}

nav{
    text-align: center;
    display: flex;
    flex: auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
}
nav a{   
    color: black;
    font-family: ff-carina, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    text-decoration: none;
}
nav a:hover{
    color: #D9C794;
}
.breaky{
    background-image: url(images/o.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    text-align: center;
}
.logo img{
    width: 300px;
    height: 300px;
    margin-top: -50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s ease;
}
.logo img:hover{
    width: 350px;
    height: 350px;
}
.logo{
    text-align: center;

}
h1{
    font-family: coffee-service, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #791226;
    font-size: 100px;
}
p{
    font-family: ff-carina, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
}
h2{
    font-family: ff-carina, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 30px;
}
.din{
    text-align: center;
    font-size: 34.5px;
    width: 70%;
    margin: auto;
    margin-top: -50px;
}
.location{
    text-align: center;
    display: flex;
    flex: auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
}
.star{
    width: 20%;
    height: 40px;
}
.box{
    font-family: ff-carina, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 40%;
}
.box a{
    color: white;
    font-size: 50px;
    background-image: url(images/redbox.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
.box a:hover {
    color: #D9C794;
}
.star img{ width: 100px;
height: 120px;
margin-top: -60px;}
footer{
    text-align: center;
    display: flex;
    flex: auto;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    background-color: #D9C794;
}
.social{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
    margin: auto;
    align-items: center;
}
.career a{
    font-family: ff-carina, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 30px;
    text-decoration: none;
}
.career a:hover{
    color: #791226;
}
.news a{
    font-family: ff-carina, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: black;
    font-size: 30px;
    text-decoration: none;
}
.news a:hover{
    color: #791226;
}
.media img{
    width: 70px;
    height: 70px;
}
/*end home*/
/* menu start*/
.menubox{
    font-family: ff-carina, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}
.menubox a{
    color: white;
    font-size: 50px;
    background-image: url(images/redbox.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    text-decoration: none;
}
.menubox a:hover{
    color: #D9C794;
}
.tabs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
    width:100%;
    max-width:900px;
    margin: 25px auto;
    text-align: center;
    display: flex;
    flex: auto;
    padding: 50px;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
}

.tabs label {
  -webkit-box-ordinal-group: 2;
          order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background:#791226;
  font-weight: bold;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  font-family: ff-carina, sans-serif;
  font-weight: 700;
  font-style: normal;
  
}
label:hover{
    color: #D9C794;
}
.tabs .tab {
  -webkit-box-ordinal-group: 100;
          order: 99;
  -webkit-box-flex: 1;
          flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #D9C794;
  height: 600px;
  
}
.tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin: auto;
    align-items: center;
}
.breakfast{
    columns: 2;
}
.lunch{
    columns: 2;
}
.beverages{
    columns: 2;
}
.tabs input[type="radio"] {
  display: none;
  height: 280px;
}

.tabs input[type="radio"]:checked + label {
  background: #D9C794;
  height: 25px;
  width: 141px;
}
.tab p{
    color: #791226;
    font-family: ff-carina, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    padding-top: 15px;
    box-sizing: border-box;
    text-align: center;
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block;

}

@media (max-width: 45em) {
  .tabs .tab,
  .tabs label {
    -webkit-box-ordinal-group: initial;
            order: initial;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
#menuthree {
    width: 895px;
    height: 80px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0%;
    padding-top: 80px;
    box-sizing: border-box;
}
/* menu end*/
/* about start*/
.bill{
    text-align: center;
    font-size: 34.5px;
    width: 70%;
    margin: auto;
    margin-top: -50px;
    margin: auto;
}
.about{
    text-align: center;
}
.about img{
    text-align: center;
}
/*about end*/
/*contact start*/
.map{margin: auto;
    width: 600px;
    height: 400px;
    margin-bottom: 50px;
}
.contactbox{
    font-family: ff-carina, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 50%;
    text-align: center;
    margin: auto;
    margin-top: 40px;
}
.contactbox a{
    color: white;
    font-size: 70px;
    background-image: url(images/redbox.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    text-decoration: none;
}
.contactbox a:hover {
    color: #D9C794;
}

/*contact end*/