#nav {
 font-size: 16pt;
}
.nav_logo {
 text-align: left;
 vertical-align: middle;
}
.nav_menu {
 line-height: 40pt;
 text-align: right;
 vertical-align: middle;
}
.nav_name {
 font-family: "BauerGroteskWebPro-Demibold";
/*    
 font-family: nobel-condensed, sans-serif;
 font-weight: 400;
 font-style: normal;
 */
 font-size: 20pt;
 line-height: 1.15em;
 letter-spacing: 0.15em;
 color: #a90d2c;
 text-align: center;
}
.nav_name_bakery {
 font-family: "BauerGroteskWebPro-Demibold";
/*
 font-family: nobel-condensed, sans-serif;
 font-weight: 400;
 font-style: normal;
 */
 font-size: 16pt;
 line-height: 1.15em;
 letter-spacing: 0.125em;
 color: #a90d2c;
 text-align: center;
}
.nav_item {
 font-family: "Vectora W01 45 Light";
 font-size: 13pt;
 letter-spacing: 0.125em;
}
.nav_order {
}    
.nav_item_order {
 font-family: "BauerGroteskWebPro-Medium";
 font-size: 14pt;
 letter-spacing: 0.15em;
/*color: #5d4466;*/
 color: #74557f;
/*color: #9b71a9;*/
}
.nav_item_hot {
 font-family: "Vectora W01 55 Roman";
 font-size: 13pt;
 letter-spacing: 0.125em;
 color: #a90d2c;
}

@media (max-width: 48em) {

    .pure-menu-link,
    .pure-menu-disabled,
    .pure-menu-heading {
	padding: 0.35em 0.35em;
    }

 .nav_logo {
  text-align: center;
  vertical-align: middle;
 }
 .nav_menu {
  line-height: 12pt;
  text-align: center;
  vertical-align: middle;
 }
 .nav_name {
  font-family: "BauerGroteskWebPro-Demibold";
  font-size: 16pt;
  line-height: 1.1em;
  letter-spacing: 0.15em;
  color: #a90d2c;
  text-align: center;
 }
 .nav_name_bakery {
  font-family: "BauerGroteskWebPro-Demibold";
  font-size: 13pt;
  line-height: 1.1em;
  letter-spacing: 0.125em;
  color: #a90d2c;
  text-align: center;
 }
 .nav_item {
  font-family: "Vectora W01 45 Light";
  font-size: 10pt;
  letter-spacing: 0.1em;
 }
 .nav_item_order {
 font-family: "BauerGroteskWebPro-Medium";
 font-size: 10pt;
 letter-spacing: 0.15em;
/*color: #5d4466;*/
 color: #74557f;
/*color: #9b71a9;*/
 }
 .nav_item_hot {
/*     
  font-family: "BauerGroteskWebPro-Demibold";
  font-size: 13pt;
  letter-spacing: 0.125em;
  color: #a90d2c;
  text-align: center;
 */
  font-family: "Vectora W01 55 Roman";
  font-size: 10pt;
  letter-spacing: 0.1em;
  color: #a90d2c;
 }

}
