/************************************************************************************************************
*                                               Media queries                                               *
*************************************************************************************************************/
@media screen and (max-width: 770px) {
  #nav-toggle-btn {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #navElements {
    /* margin-right: 10px; */
    padding-top: 10px !important;
    padding-bottom: 10px;
  }

  .slides {
    height: 340px !important;
  }
}

/************************************************************************************************************
*                                               Body for all pages                                           *
*************************************************************************************************************/
body {
  /* margin-top: 150px !important; */
  font-family: "Comfortaa", cursive;
  width: 100%;
  color: black;
  background-color: whitesmoke;
}

/************************************************************************************************************
*                                 Navigation and Footer for all pages                                        *
*************************************************************************************************************/
.footerPanel {
  margin-top: 8px;
  display: inline-block;
  height: 190px;
  background-color: limegreen;
  color: black;
  text-align: center !important;
  padding-top: 30px;
  font-family: "Comfortaa", cursive;
  width: 100%;
}

.footer-info {
  margin-top: 14px;
  line-height: 25px;
  font-size: 14px;
}

.fa {
  padding: 5px;
  text-align: center;
  text-decoration: none;
  margin: -10px;
  border-radius: 12%;
  margin-right: 15px;
  font-size: 40px !important;
}

.fa-yahoo {
  color: white;
  background: #4a00a0;
  border: 1px solid white;
}

.fa-yelp {
  background: red;
  color: white;
  border: 1px solid white;
}

.fa-facebook {
  background: #3b5998;
  color: white;
  border: 1px solid white;
  padding-right: 10px;
  padding-left: 10px;
}
/********************************************************************************************************/
@media only screen and (max-width: 600px) {
  #logo {
    margin-left: -20px;
    margin-top: -15px;
    max-width: 110px !important;
    max-height: 90px !important;
  }
}
/* Navigation bar */
#logo {
  margin-left: -20px;
  margin-top: -15px;
  max-width: 130px;
  max-height: 120px;
}

#navigation-bar {
  padding-left: 10px;
  background-color: limegreen !important;
  /* padding-top: 2px !important; */
  border-bottom: 0.5px dotted white;
}
#navElements {
  /* margin-right: 10px; */
  padding-top: 60px;
  padding-bottom: 15px;
}

#nav-toggle-btn {
  border: 1px solid whitesmoke;
  line-height: 18px;
  padding: -110px !important;
}
.icon-bar {
  background-color: white !important;
}

.navbar-nav > li > a {
  color: white;
  font-size: 16px;
}
/************************************************************************************************************
*                                            Home page                                                      *
*************************************************************************************************************/
/* Home page image slider styling */
.slider-images {
  margin-top: -20px !important;
  /* margin-right: 10px; */
}

#home-image-text {
  font-size: 55px;
  font-weight: bolder;
  color: white;
  margin-top: -365px;
  margin-left: 820px;
  font-family: Arial, Helvetica, sans-serif;
}
/************************************************************************************************************/
/* Home page -special announcements */
.homepage-panel-specialAnnouncement {
  margin-top: -35px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: white;
  line-height: 35px;
}
/************************************************************************************************************/
/* About and hours */
.abtAndHours {
  /* background-color: #f2ffdb; */
  background-color: rgb(198, 236, 198) !important;

  min-height: 300px;
  padding-top: 15px !important;
  /* border: 1px solid gray; */
  border-radius: 2%;
  padding-right: 20px;
  padding-left: 20px;
  overflow: auto;
}
.redDot {
  color: red;
  font-size: large;
}

.greenDot {
  color: limegreen;
  font-size: large;
}

.orangeDot {
  color: orangered;
  font-size: large;
}

#businessStatus {
  font-size: 14px;
  font-weight: bold;
}
.homepage-panel-about {
  margin-top: 5px;
  text-align: center;
  line-height: 25px;
}

.homepage-panel-hours {
  margin-top: 5px;
  line-height: 25px;
  text-align: center;
}

hr {
  margin-top: -10px;
}

/************************************************************************************************************/
/* Home page below hours and about us */
.homepage-welcome-msg {
  /* margin-top: -5px; */
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: orangered;
}

.service-shortcut-divs {
  padding-top: 20px;
  /* padding-bottom:60px; */
  min-height: 250px;
  max-height: 480px;
  text-align: center;
  border-radius: 2%;
  padding-right: 30px;
  padding-left: 30px;
  overflow: auto;
  margin-bottom: 50px;
}

.srv-shortcuts {
  margin-top: 5px;
  text-align: center;
  line-height: 25px;
}

.service-shortcut {
  border-radius: 5%;
  overflow: auto;
  /* background-color: #f2ffdb; */
  background-color: rgb(198, 236, 198) !important;

  /* border: 1px solid gray; */
  padding-top: 20px;
}

.service-imgs {
  border-radius: 50%;
}

.service-shortcut-description {
  padding: 20px;
  line-height: 35px;
}
/************************************************************************************************************
*                                            Menu Page                                                      *
*************************************************************************************************************/
/* Menu shortcut boxes */

.menuShortImage {
  min-height: 210px;
  background-color: red;
}

.menuDisplayPanel {
  min-height: 300px;
  width: 1240px;
}

.menu-body {
  width: 1240px;
}

.menu-shortcut-div {
  padding-top: 30px;
}

.display-menu-panel-head {
  font-size: 22px;
  padding: 10px;
  font-weight: bolder;
  text-align: center;
  color: red;
}

#menu-item-description {
  min-height: 270px;
  background-color: red;
}

.hours {
  padding-top: 20px !important;
}

.caption {
  margin-top: 5px;
  font-size: large;
}

.foodItemImage {
  display: none;
  background-color: red;
}
/* ################################################ */

.courseDisplay {
  color: red;
  font-weight: bolder;
}

.btn-success {
  background: limegreen;
}