.menucontainer,
.drinkscontainer {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 100px;
}

.drinkscontainer {
  top: 150px;
  margin-bottom: 100px;
}

.divider,
.drinksdivider {
  text-align: center;
  width: 80%;
  height: 100%;
}

.drinksdivider {
  width: 60%;
}

.specialpastriescontainer {
  margin-right: 15%;
  margin-left: 15%;
  margin-top: 10%;
  margin-bottom: 10%;
  width: 70%;
  font-family: Arial;
  color: black;
  font-size: 30px;
  font-weight: bold;
}
.breakfastbox,
.ssbox,
.teabox, .coffeebox {
  position: relative;
  height: 100%;
  width: 45%;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  vertical-align: top;
}

.saladsbox,.otherbox {
  margin-top: 30px;
}



.menuboxtitle,
.drinkboxtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 45px;
  font-family: Arial;
}

.drinkboxtitle {
  font-size: 39px;
}

.itemtitlebox,
.drinktitlebox, .teadrinktitlebox {
  margin-top: 15px;
  width: 100%;
  display: flex;
  height: 100%;
}

.teadrinktitlebox{
  margin-top: 30px;
}

.drinktitlebox, .teadrinktitlebox {
  line-height: 5px;
}

.itemtitle,
.drinktitle,
.coffeetitle {
  width: 90%;
  text-align: left;
  font-size: 18px;
  text-align: left;
  color: black;
  font-family: Arial;
  height: 100%;
  line-height: 20px;
}

.drinktitle {
  width: 90%;
}

.itemprice,
.itempricespecial,
.drinkprice,
.coffeeprice1,
.coffeeprice2,
.price, .teadrinkprice {
  width: 10%;
  text-align: left;
  display: inline-block;
  font-size: 18px;
  color: black;
  font-family: Arial;
  margin-top: auto;
  margin-bottom: auto;
}

.teadrinktitle{
  width: 90%;
  text-align: left;
  font-size: 18px;
  text-align: left;
  color: black;
  font-family: Arial;
}

.coffeeprice1, .coffeeprice2 {
  width: 90%;
}


.teadrinkprice{
  position: relative;
}


.itemprice {
  font-size: 18px;
}

.itempricespecial {
  text-align: center;
  font-size: 14px;
}

.coffeeprice1 {
  width: 55px;
}

.coffeeprice2 {
  width: 55px;
}

.drinkprice {
  width: 10%;
}

.itempricespecial {
  width: 150px;
}

.price {
  text-align: center;
}

.itemdescriptionbox {
  display: block;
  width: 90%;
  text-align: left;
  font-size: 18px;
  color: grey;
}

.coffeebox,
.teabox {
  position: relative;
  height: 100%;
  width: 45%;
  display: inline-block;
  margin-left: 2%;
  margin-right: 2%;
  vertical-align: top;
}

.hoticed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-family: Arial;
}

/*  Created, Managed, and Owned by Gabrielius Gintalas */