
.mobile-title{
  font-size: 24px !important;
}

.mobile-price{
  font-size: 20px !important;
}
  .title {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  .small-title {
    font-size: 30px;
  }
  
  .established {
    font-style: italic;
  }
  
  .title,
  .small-title,
  .txt {
    text-align: center;
  }
  
  .menu {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    
  }
  img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
  }
  hr {
    height: 2px;
    background-color: #005DA6;
    border-color:  #005DA6;
  }
  
  .bottom-line {
    margin-top: 25px;
  }
  
  .title,
  .small-title {
    font-family: Impact, serif;
    color: #005DA6;
  }
  
  .item p {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }
  
  .flavor,
  .dessert {
    text-align: left;
    width: 75%;
  }
  
  .price {
    text-align: right;
    width: 24%;
  }
  

  @media (max-width: 768px) {

    .mobile-title{
      font-size: 16px !important;
    }

    .mobile-price{
      font-size: 12px !important;
    }

    .mobile-br::after {
      content: "\A";
      white-space: pre;
    }

    .title {
      font-size: 16px;
      margin-top: 0;
      margin-bottom: 15px;
    }
    
    .small-title {
      font-size: 16px;
    }
    
    .established {
      font-style: italic;
    }
    
    .title,
    .small-title,
    .txt {
      text-align: center;
    }
    
    .menu {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      padding: 20px;
      
    }
    img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: -25px;
    }
    hr {
      height: 2px;
      background-color: #005DA6;
      border-color:  #005DA6;
    }
    
    .bottom-line {
      margin-top: 25px;
    }
    
    .title,
    .small-title {
      font-family: Impact, serif;
      color: #005DA6;
    }
    
    .item p {
      display: inline-block;
      margin-top: 5px;
      margin-bottom: 5px;
      font-size: 18px;
    }
    
    .flavor,
    .dessert {
      text-align: left;
      width: 58%;
    }
    
    .price {
      text-align: right;
      width: 40%;
    }
}