body {
  font-size: 16px;
  color: #333;
  /*background-color: #333;*/
  font-family: 'Oxygen', sans-serif;
}

/** HEADER **/
#header-nav {
  background-color: #f6b319;
  border-radius: 0;
  border: 0;
}


.navbar-brand {
  padding-top: 25px;
}

.navbar-brand h1 { /* Restaurant name*/ 

  color: #951C49;
  font-size: 1.5em;
 
  font-weight: bold;
  margin-top: -10px;
  margin-bottom: 15px;
  padding: 0 50px;
  line-height: .75;
}
.navbar-brand a:hover, .navbar-brand a:focus {
  text-decoration: none;
}
.navbar-brand p { /* LAB 404 INOF. OF SCAU*/
  color: #00422e;
  text-transform: capitalize;
  text-align: center;
  padding: 0 50px;
  font-size: 0.8em;
  
}


.dropdown-menu {

  background-color: white !important;}

.dropdown-menu>li>a {
  padding: 0;
}

#nav-list {
  margin-top: 10px;
}
#nav-list a {
  color: #951C49;
  text-align: center;
}
#nav-list a:hover {
  background: #E7E7E7;
  font-style: italic;
}
#phone {
  margin-top: 5px;
}
#phone a { /* Phone number */
  text-align: right;
  padding-bottom: 0;
}
#phone div { /* We Deliver */
  color: #557c3e;
  text-align: right;
  padding-right: 15px;
}

.navbar-header button.navbar-toggle, .navbar-header .icon-bar {
  border: 1px solid #61122f;
}
.navbar-header button.navbar-toggle {
  clear: both;
/*  margin-top: -30px;*/
}
/* END HEADER */


/*main are*/
.jumbotron.container-fluid {
  margin-bottom: 15px;
  height:400px; 
  background-color: #3ABB95; 
  padding-top: 15px; 
  margin-top: -5px;
}


/* FOOTER */
.panel-footer {
  margin-top: 15px;
  padding: 15px 15px 0 15px;
  background-color: #333;
  border-top: 0;
  color:#ccc;
  width: 100%
}
.panel-footer div.row {
  margin-bottom: 15px;
}

#hours, #address { /* distance  line*/
  line-height: 2;
}
#hours p, #address p {  distance  line
  font-size: 0.9em;
}

#hours>span, #address>span {
  font-size: 1.2em;
}

#other {
  font-style: italic;
/*  font-size: 1.1em;*/
}
#other p:nth-child(2) {
  margin-top: 25px;
}
#nav-list a span {
  font-size: 1.8em;
}

 #last-line {
  width: 100%;
  text-align: left;
  color: #ccc;
  background-color: #333;
  padding-bottom: 25px;
}
#last-line span {
  font-size: .9em;
  padding: 0 15px;
}

hr {
  margin:0 !important;
}
/* EDN FOOTER */


/*Main are*/
.jumbotron.container-fluid {
  text-align: center;
}


/*Media Style*/

/*large devices only*/
@media (min-width: 1200px) {
.nav > li:hover .dropdown-menu {
  display: block;}
}


/*medium devices only*/
@media (min-width: 992px) and (max-width: 1199px) {
.nav > li:hover .dropdown-menu {
  display: block;}


}
/*small devices only*/
@media (min-width: 768px) and (max-width: 991px) {
.nav > li:hover .dropdown-menu {
  display: block;}
}

/*extral small devices only*/
@media (max-width: 767px) {
  #nav-list a {
  color: #951C49;
  text-align: left;
}

#last-line {
margin-top: -15px;
padding-bottom: 15px;
}
#nav-list a span {
  font-size: 1.2em;
}
}

/* Footer */
/*  .panel-footer section {
    text-align: center;
  }
  .panel-footer section hr {
    width:50%;
  }*/
/* End Footer*/
}