/********** nested style **********/
/********** mixin **********/
/********** operators **********/
/********** Defining mixin with arguments **********/
/********** you can give default values to the parameters **********/
/********** function **********/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
header ul.top-nav {
  list-style: none;
}
header ul.top-nav li.nav-item {
  display: block;
  float: right;
  margin: 0 3% 0 0;
  width: 6%;
  text-align: left;
}
header ul.top-nav li.dropdown .dropdown-menu {
  display: none;
  background-color: #FFFFFF;
}
header ul.top-nav li.dropdown .dropdown-menu a.dropdown-item {
  color: #CCCCCC;
  border-left: 5px solid #ccc;
  margin-top: 2%;
}
header ul.top-nav li.dropdown .dropdown-menu a.dropdown-item:hover {
  color: #CF671F;
}
header ul.top-nav a {
  text-decoration: none;
  color: #ccc;
  padding: 8%;
}
header ul.top-nav a:hover {
  color: #CF671F;
  border-left: 5px solid #ccc;
  font-weight: bold;
}

.container {
  clear: both;
  padding: 2%;
}

.card-header {
  width: 80%;
  display: block;
  margin: 2% auto;
}

.inner-container {
  display: block;
  width: 50%;
  margin: auto;
}

.input-field {
  font-size: 1em;
  width: 100%;
  line-height: 40px;
  margin: 1% 0;
}

.checkbox {
  margin: 1%;
}

.div-login {
  margin: 3%;
}

.btn {
  font-size: 1em;
  width: 200px;
  border-radius: 5px;
  padding: 2px;
}
.btn:hover {
  background-color: #CF671F;
  color: #fff;
}

body {
  font-family: "PT Sans", sans-serif;
}

.logo {
  width: 150px;
  position: absolute;
  right: 43%;
  top: 16%;
}

.wrapper {
  position: fixed;
  top: 46%;
  width: 100%;
}

.icon_div {
  display: inline-block;
  width: 26%;
  position: relative;
  top: 50%;
  left: 25%;
}

.icons::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease-in-out;
}

.icons:hover {
  transform: scale(1.2, 1.2);
}

.icons:hover .menu {
  transform: scale(1.2, 1.2);
}

/* Fade in the pseudo-element with the bigger shadow */
.icons:hover::after {
  opacity: 1;
}

.menu {
  width: 35%;
  opacity: 0.6;
  margin: auto;
  position: relative;
  border-radius: 5px;
  transition: opacity 2s ease-in-out;
}
.menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.icons {
  width: 100px;
  display: block;
  margin: auto;
  position: relative;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

#drink_menu, #food_menu {
  display: none;
  position: absolute;
  width: 100%;
}

#drink_menu {
  text-align: left;
  padding-right: 0;
  padding-left: 4%;
  border-left: 5px solid #ccc;
}

#food_menu {
  text-align: right;
  padding-right: 6%;
  padding-left: 0;
  border-right: 5px solid #ccc;
}

.links {
  color: #000000;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 2% 0;
}
.links:hover {
  color: #CF671F;
  font-size: 1.2em;
}

/*# sourceMappingURL=main.css.map */
