
@font-face {
    font-family: 'mylius-modern-bold';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mylius-modern-bold.woff?#iefix') format("woff")
}

@font-face {
    font-family: 'mylius-modern-reg';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/mylius-modern-reg.woff') format("woff")
}

body {
	font-size: 15px;
    line-height: 1.52;
    color: #717f86;
    font-size: 16px;
	font-family: mylius-modern-reg,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.navbar-brand {
    margin-right: 0;
}
.navbar-title {
    margin-left: 0px;
}

.navbar-toggler {
    margin-right: 10px;
}
.navbar-image {
    height: 15px;
}

.navbar-center {
     margin-left: auto;
     margin-right: auto;
}

.dropdown-item.active{
    background-color:#2C5993;
}

.allergen-button {
    font-size: 0.7em;
}

.registerbtn {
    background-color: #2C5993;
    border-color: #2C5993;
}

.card-header .fas {
    transition: .3s transform ease-in-out;
  }
  .card-header.collapsed .fas {
    transform: rotate(180deg);
  }
  
  .featured {
    border-style: dashed;
    border-color: red;
  }

  .featured-button {
    background-color: #2C5993;
    color: white;
    padding: 0 10px 0 10px!important;
  }


  #background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/loungebg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.2;
    filter:alpha(opacity=20);

}

.header-image-container {
    width:100%;
    height:150px; 
}

.header-image {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: 15% center;
    filter: brightness(50%);
}

.login-image {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: 15% center;
    filter: brightness(50%);
}

.survey {
    color:black;
}
/* example media query */
@media only screen and (min-width : 575px) {

	.header-image-container { height: 300px; }
}

@media only screen and (min-width : 1200px) {

	.header-image-container { height:300px; }
}

.welcome-text {
    font-size: 30px;
}

.cart-header {
    background-color: #2C5993;
    color: #fff;
    height:50px;
    width:100%;
    line-height: 50px;  
}

.cart-item {
    color: #2C5993;
    background-color: #fff;
    min-height:50px;
    width:100%;
    padding-top: 10px;
}

.cart-item-text {
    padding-top: 0px;
}


.noorders {
    height: 40px;
    text-align: center;
    padding-top: 10px;
}

.order-status-title {
    color: #717f86;
    font-size: 14px;
    font-weight: 200;

}

.order-status-submitted {
    color: #717f86;
    font-size: 14px;
    font-weight: 600;
}
.order-status-accepted {
    color: #2C5993;
    font-size: 14px;
    font-weight: 600;
}

.closebtn {
    position: absolute;
    top: 80px;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px;
}
.menu-icon
{
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
    cursor: pointer;
}

.header-h {
    color: #2C5993;
    font-size: 46px;
    font-weight: 300;
}
.header-p {
    color: #9699a6;
    font-size: 16px;
}

.dark-blue {
    color: #31364c;
    font-size: 24px;
    margin-top: 0;
}
.light-blue {
    color: #9699a6;
    font-size: 16px;
    margin-bottom: 1px;
}
.media-body {
    margin-left: 10px;
    padding-left: 13px;
}
.media-2 {
    margin-top: 30px;
}
.newinput .form-group {
    margin: 8px 0 9px !important;
    padding-bottom: 10px;
}
.login-form .form-control {
    color: #000 !important;
    font-size: 16px;
    font-weight: normal;
    height: 38px;
    padding: 7px 0;
    line-height: 1.42857;
}
.form-control, .form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.login-form {
    margin: 8px 0 9px !important;
}
.login-btn {
    background-color:  #FFB03B !important;
    color: #ffffff !important;
    width: 170px;
    height: 54px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    border: 0px;
    color: #000 !important;
}

.login-form .change-table {
    font-size: 24px;
}

.user-id-note {
    font-size: 12px;
    display: block;
    line-height: 1.3;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

.error {
    color: red;
    font-size:13px;
}


#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage.show, .show {
    display:block;
}



.heading{
    color: #2C5993;
    font-size: 24px;
}
.marb-35{
    margin-bottom: 35px;
}
.details-list{
    margin-top: 20px;
}
.details-list ul li i {
    margin-right: 10px;
    color: #2C5993;
}
#about img
{
    border: 5px solid rgb(255, 176, 59);
    border-radius: 2px;
}

#Container .mix{
    display: none;
}

.menu-category {
    color: #fff;
    background-color: #2C5993;
    font-size: 20px;
    font-weight: 600;
}

.wellbeing-category {
    color: #fff;
    background-color: #2C5993;
    font-size: 20px;
    font-weight: 600;
}

.menu-subcategory {
    font-size: 18px;
    font-weight: 400;
}
.cart-icon {
    color: #2C5993;
    width: 20px;
    height: 20px;
}
.badge-cart {
    color: #fff;
    background-color: #2C5993;
    width: 30px;
    height: 20px;
  }

.menu-item {
    min-height:20px;
}

.food-title {
    color: #2C5993;
    font-size: 18px;

    font-weight: 400;
}

.food-description {
    color: #717f86;
    font-size: 14px;
    font-weight: 200;
}

.order-button {
    color: #fff;
    background: #2C5993;
    height: 40px;
    width:100%;
    margin-top: 20px;
    text-decoration: none;
}

.order-button:hover {
    color: #fff;
    text-decoration: none;
}

.survey-button {
    color: #fff;
    background: #2C5993;
    height: 40px;
    width:100%;
    margin-top: 20px;
    text-decoration: none;  
}

.survey-button:hover {
    color: #fff;
    text-decoration: none;
}

@-o-keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #2C5993; }
    100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
    0%   { background-color: #FFFFFF; }
    50%  { background-color: #2C5993; }
    100% { background-color: #FFFFFF; }
}

.backgroundAnimated {    
      background-image:none !important; 
           -o-animation: fadeIt 1s ease-in-out; 
            animation: fadeIt 1s ease-in-out; 
}
  
.btn:focus {
    outline: none !important;
    box-shadow: 0 0 0 0;
 }
 
.item-image {
    width: 30px;
    height: 30px;
}
.btn-circle {
    background: #2C5993;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 40px;
    vertical-align:middle;
    text-decoration: none;
    display: inline-block;
}

  
.wrapper {
    color: #fff;
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -17%);
  }
  

.list-horizontal li {
    display: inline-block;
}

@media (min-width: 768px) and (max-width: 980px) {
    .content-holder h2 {
        font-size: 23px;
    }
    .details-text p {
        line-height: 16.6px;
    }
}
@media (min-width: 451px) and (max-width: 767px) {
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
}
@media (min-width: 20px) and (max-width: 450px) {
    .menu-restaurant {
    width: 100%;
    }
    .details-text {
        border:0px;
        border-bottom: 2px solid #A87F41;
    }
    .header-h {
        font-size: 35px;
    }
    .header-p, body{
        font-size: 14px;
    }
    .about-info, .mr-15{
        margin-bottom: 15px;
    }
    #banner h2{
        font-size: 25px;
    }
    #banner p{
        font-size: 25px;
    }
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


.mfooter {
    background-color: #111b2d;
    color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    z-index: 0
}

.modal-backdrop {
    z-index: 100000 !important;
  }
  
.modal {
    z-index: 100001 !important;
}

.header-text {
    color: #2C5993 !important;
}


