#version-container {
  position: fixed;
  left: 0;
  bottom: 0;
}

/* + Defaults */
html {
  margin: 0;
  padding: 0;

  /*font-family: Brush Script Std, Brush Script MT, cursive;*/
  /*font-family: Georgia, serif;*/
}

body {
  margin: 0;
  padding: 0;

  background-color: black;
}

#page-container {
  height: 90vh;
  padding: 0;
}

.page-container {
  position: relative;
  height: 100%;
  padding: 0;
}

.page-background-container {
  height: 100%;
  width: 100%;
}
/* - Defaults */

/* + Navigation */
#navigation {
  min-height: 64px;
  border-color: red;
  border-radius: 1em;

  background-color: black;
}

#navbar-brand-container {
  width: 160px;
  height: 100%;

}

#navbar-brand {
  margin-top: -8px;
  width: 100%;
  height: 100%;
}

#navigation-links-container {
  font-size: 38px;
  /*font-weight: bold;*/
  font-family: Brush Script Std, Brush Script MT, cursive;
  /*font-family: Palatino, serif;*/
  /*margin-left: 30vw;*/
  text-align: center;
  margin-left: 30vw;
  margin-top: 1.25%;
}

#home-page-link {
  height: 100%;
}

#navbar-collapse-button {
  height: 61px;
}

#navbar-collapse-button > span {
  color: white;
}
/* - Navigation */

/* + General */
.page-background {
  width: 100%;
  max-height: 90vh;
}
/* - General */

/* + Home Page */
#home-background {
}

#logo-container {
  position: absolute;
  left: 20px;
  top: 10px;

  width: 33%;
  z-index: 1;
}

#logo {
  width: 66%;
}

/*#welcome-container {
  position: absolute;
  bottom: 60px;
  right: 60px;

  max-width: 330px;
  padding: 20px;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  text-align: right;
  font-weight: bold;
  background-color: rgba(25,25,25,0.65);
  border: 1px rgba(25,25,25,0.65) solid;
}*/

/*#welcome-container > h2 {
  font-size: 36px;
  font-variant: small-caps;
  font-weight: bold;
  color: rgb(255,128,0);
}*/

#welcome-text-container {
  color: rgb(255,200,0);
}

#address-container {
  margin-top: 10px;
  color: white;
  font-size: 16px;
}
/* - Home Page */

/* + Page Content Container */
.page-content-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 60px;

  max-width: 330px;
  padding: 20px;
  padding-bottom: 80px;

  font-family: Avantgarde, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: rgba(25,25,25,0.65);
  border-left: 1px rgba(25,25,25,0.65) solid;
  border-right: 1px rgba(25,25,25,0.65) solid;

  overflow-x: auto;
}

.page-content-container > h2 {
  font-family: Brush Script Std, Brush Script MT, cursive;
  font-size: 38px;
  color: white;
}
/* - Page Content Container */

/* + Menus Page */
/*#menus-content-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 60px;

  max-width: 330px;
  padding: 20px;
  padding-bottom: 80px;

  font-family: Avantgarde, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: rgba(25,25,25,0.65);
  border-left: 1px rgba(25,25,25,0.65) solid;
  border-right: 1px rgba(25,25,25,0.65) solid;

  overflow-x: auto;
}*/

/*#menus-content-container > h2 {
  font-family: Brush Script Std, Brush Script MT, cursive;
  font-size: 38px;
  color: white;
}*/

#menus-content-text-container {
  padding: 0;
}

#menus-content-buttons-container {
  margin-top: 10px;
  padding: 0;
}

#menus-content-buttons-container > button {
  border-color: transparent;
  border-radius: 6px;
  text-align: left;
  font-weight: normal;
  /*font-family: Georgia, serif;*/
  background-color: rgb(139,15,4);
  margin-bottom: 10px;

  padding: 10px;
}

#menus-content-buttons-container > button:hover {
  background-color: rgb(0,0,0);
}
/* - Menus Page */

/* + Wines Page */
/*#wines-content-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 60px;

  max-width: 330px;
  padding: 20px;
  padding-top: 10%;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: rgba(25,25,25,0.65);
  border-left: 1px rgba(25,25,25,0.65) solid;
  border-right: 1px rgba(25,25,25,0.65) solid;

  overflow-x: auto;
}*/

/*#wines-content-container > h2 {
  font-size: 28px;
  font-variant: small-caps;
  font-weight: bold;
}*/

#wines-content-text-container {
  padding: 0;
}

#wines-content-buttons-container {
  margin-top: 10px;
  padding: 0;
}

#wines-content-buttons-container > button {
  border-color: transparent;
  border-radius: 6px;
  text-align: left;
  font-weight: normal;
  /*font-family: Georgia, serif;*/
  background-color: rgb(139,15,4);
  margin-bottom: 10px;

  padding: 10px;
}

#wines-content-buttons-container > button:hover {
  background-color: rgb(0,0,0);
}
/* - Wines Page */

/* + Special Events Page */
/*#special-events-content-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 60px;

  max-width: 330px;
  width: 330px;
  padding: 20px;
  padding-top: 10%;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: rgba(25,25,25,0.65);
  border-left: 1px rgba(25,25,25,0.65) solid;
  border-right: 1px rgba(25,25,25,0.65) solid;

  overflow-x: auto;
}*/

/*#special-events-content-container > h2 {
  font-size: 28px;
  font-variant: small-caps;
  font-weight: bold;
}*/

#special-events-content-text-container {
  padding: 0;
}

#special-events-content-buttons-container {
  margin-top: 10px;
  padding: 0;
}

#special-events-content-buttons-container > button {
  border-color: transparent;
  border-radius: 6px;
  text-align: left;
  font-weight: normal;
  /*font-family: Georgia, serif;*/
  background-color: rgb(139,15,4);
  margin-bottom: 10px;

  padding: 10px;
}

#special-events-content-buttons-container > button:hover {
  background-color: rgb(0,0,0);
}
/* - Special Events Page */

/* + About Us Page */
/*#about-us-content-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 60px;

  max-width: 350px;
  width: 350px;
  padding: 20px;
  padding-top: 10%;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: rgba(25,25,25,0.65);
  border-left: 1px rgba(25,25,25,0.65) solid;
  border-right: 1px rgba(25,25,25,0.65) solid;

  overflow-x: auto;
}*/

/*#about-us-content-container > h2 {
  font-size: 28px;
  font-variant: small-caps;
  font-weight: bold;
}*/

#about-us-content-text-container {
  padding: 0;
}
/* - About Us Page */

/* + Contact Page */
#contact-content-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 60px;
  /*padding-top: 240px;*/
}

#contact-logo-container {
  position: absolute;
  right: 0px;
  top: 10px;

  width: 33%;
  z-index: 1;
}

#contact-logo {
  width: 66%;
  margin-left: 25%;
}

/*#contact-content-container > h2 {
  font-size: 28px;
  font-variant: small-caps;
  font-weight: bold;
}*/

#contact-email-container {
  margin-top: 15px;
  margin-bottom: 15px;
}

#contact-content-buttons-container {
  margin-top: 10px;
  padding: 0;
}

#contact-content-buttons-container > button {
  border-color: transparent;
  border-radius: 6px;
  text-align: left;
  font-weight: normal;
  /*font-family: Georgia, serif;*/
  background-color: rgb(139,15,4);
  margin-bottom: 10px;

  padding: 10px;
}

#contact-content-buttons-container > button:hover {
  background-color: rgb(0,0,0);
}

#contact-hours-header {
  padding-top: 80px;
}

#contact-hours-container {
  position: relative;
  float: left;
  width: 100%;
}

.week-period-container {
  width: 100%;
  margin-bottom: 90px;
}

.week-period {
  font-weight: bold;
  color: rgb(255,200,0);
}

.time-period {
  font-weight: bold;
  color: rgb(255,200,0);
  display: inline-block;
}
/* - Contact Page */

/* + CENTER <div> in <div> */
.wrap-inline-block {
  font-size: 0.0001px;
  /* [1] */
  text-align: center;
  /* [2] */
}

.wrap-inline-block:before {
  /* [3] */
  content: '';
  /* [3] */
  display: inline-block;
  /* [4] */
  vertical-align: middle;
  height: 100%;
  /* [5] */
}

.inner-inline-block {
  display: inline-block;
  /* [6] */
  text-align: left;
  /* [7] */
  vertical-align: middle;
}
/* - CENTER <div> in <div> */


/* app css stylesheet */

.menu {
  list-style: none;
  border-bottom: 0.1em solid black;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.menu:before {
  content: "[";
}

.menu:after {
  content: "]";
}

.menu > li {
  display: inline;
}

.menu > li:before {
  content: "|";
  padding-right: 0.3em;
}

.menu > li:nth-child(1):before {
  content: "";
  padding: 0;
}

/* + Bootstrap Overrides */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: red;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a{
  color: #eeeeee;

  /*font-family: Georgia, serif;*/
  /*font-variant: small-caps;*/
}
/* - Bootstrap Overrides */