.banner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: white;
  font-size: 3rem;
  margin: 0 auto;
}

.border-box {
    border: 3px solid white;
    display: inline-block;
    width: 16rem;
    margin-bottom: 5px;
}

.home {
  height: 100vh;
}

.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -1;
  background: url(../images/cabbage50.jpg) center/cover no-repeat;
}

.app {
  height: 100%;
  width: 100%;
  position: absolute;
}

.navbar {
  margin: 0;
  min-height: 55px;
  border: 0;
  border-bottom: 1px solid lightgray;
  border-radius: 0;
}

.navbar-right {
  margin: 0;
}

.navbar-brand, .navbar-default, .navbar-nav>li>a {
  color: #373a3c !important;
  background-color: white;
}

.health-app {
  overflow: hidden;
  position: absolute;
  height: 93%;
  width: 100%;
}

.initial-container {
  height: 100vh;
}

.fa-angle-double-left, .fa-angle-double-right {
  float: right;
  font-size: 2em;
  opacity: .5;
}

.fa-angle-double-left:hover, .fa-angle-double-right:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .fa-angle-double-left, .fa-angle-double-right {
    font-size: 1.5em;
  }
}

.day-nav {
  position: absolute;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  width: 93%;
}

.day-list {
  float: left;
  height: 100%;
  position: relative;
  width: 30%;
  min-width: 250px;
}

.active-nav {
  opacity: .5;
}

.day {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #373a3c;
  border-bottom: 1px solid lightgray;
}

.day li {
  background-color: white;
  padding: 20px;
}

.day li:hover {
  cursor: pointer;
  opacity: .5;
}

a.day, a.day:hover, a.day:focus, a.day:visited, a.day:link {
  color: black;
  text-decoration: none;
}

.day-span {
  float: right;
  padding-right: 15px;
}

a.meal, a.meal:hover, a.meal:focus, a.meal:visited, a.meal:link {
  color: #373a3c;
  text-decoration: none;
  display: block;
}

.meal-span {
  float: right;
}

.fa-check {
  transition: transform 0.5s ease;
  transform: rotate(360deg);
  transform-origin: 50% 50%;
  float: right;
  color: forestgreen;
  font-size: 1.7rem;
}

.fa-circle-thin {
  float: right;
  color: lightgray;
  font-size: 1.2rem;
}

.meal-list ul {
  list-style: none;
  padding-left: 0;
}

.meal-list {
  overflow: hidden;
}

.meal {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  background-color: white;
  border-top: 1px solid lightgray;
  max-height: 100px;
}

.meal li {
  padding-left: 40px;
}

.detailed-meal {
  display: inline-block;
  text-align: left;
  padding: 20px 10px;
}

.welcome-message {
  text-align: left;
  padding: 20px 10px;
}

.detailed-meal-container {
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 15px;
  overflow-x: scroll;
  height: 100%;
  text-align: left;
}

.fa-spinner {
  font-size: 8rem;
}

.spinner-container {
  text-align: center;
  padding-top: 20%;
}

.fade-in-appear {
  opacity: 0.01;
}

.fade-in-appear.fade-in-appear-active {
  opacity: 1;
  transition: opacity .5s ease-in;
}

.fade-in-enter {
  opacity: 0.01;
}

.fade-in-enter.fade-in-enter-active {
  opacity: 1;
  transition: opacity .5s ease-in;
}

.fade-in-leave {
  opacity: 1;
}

.fade-in-leave.fade-in-leave-active {
  opacity: 0;
  transition: opacity 250ms ease-in;
}

.expand-appear {
  max-height: 0px;
}

.expand-appear.expand-appear-active {
  max-height: 300px;
  transition: max-height 400ms ease-in;
}

.expand-enter {
  max-height: 0px;
}

.expand-enter.expand-enter-active {
  max-height: 300px;
  transition: max-height 400ms ease-in;
}

.expand-leave {
  max-height: 300px;
}

.expand-leave.expand-leave-active {
  max-height: 0px;
  transition: max-height 300ms ease-in;
}

/* LEFT TO RIGHT */
.sliding-u-l-r {
  display: inline-block;
}

.sliding-u-l-r:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .5s ease, background-color .5s ease;
}

.sliding-u-l-r:hover:after {
  width: 100%;
  background: #373a3c;
}

.sub-page {
  padding: 30px;
}

.sign-up-window {
  text-align: left;
  display: inline-block;
  margin: 10px;
  width: 22rem;
}

.sign-in-window {
  text-align: left;
  display: inline-block;
  margin: 10px;
  width: 22rem;
}

.sign-in-sign-up-window {
  text-align: center;
  display: block;
}

.form-control {
  margin: 10px 0;
}

.continue-links {
  display: block;
  text-align: left;
  width: 22rem;
  margin: 0 auto;
}

.progress-section {
  padding: 20px 10px;
}

.text-error {
  color: red;
}

.btn-social:hover {
  cursor: pointer;
}

.btn-health {
  background-color: rgba(255,255,255,.75);
  color: black;
  border: 1px solid white;
}

.homepage-app-link {
  display: block;
}

.homepage-app-link:hover {
  text-decoration: none;
}

.fb-share-like {
  padding: 20px 10px;
}

.btn-purchase {
  background-color: #373a3c;
  color: white !important;
}

.btn-pay {
  white-space: nowrap;
  border: 0;
  outline: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  background-color: #6772e5;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  margin-top: 10px;
}

.btn-pay:active {
  box-shadow: none;
}

.checkout-form {
  max-width: 400px;
  min-width: 300px;
  width: 50%;
  margin: 0 auto;
}

.purchase-link {
  padding: 10px !important;
}

.pro-member {
  background-color: purple;
  color: white;
  padding: 17px;
}

.btn-continue {
  background-color: purple;
  color: white;
  border: none;
}

.dropdown-form {
  overflow: hidden;
}

.btn-block {
  margin: 0 0 5px 0;
}

.error-message {
  font-size: 14px;
  color: red;
  background-color: rgba(255,255,255,.75);;
}

/*.landing-container {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  background: url(../images/cabbage.jpeg) center/cover no-repeat;
}

.landing-div {
  height: 100%;
  width: 50%;
  display: inline-block;
}

.btn-landing {
  height: 16.7%;
  border-radius: 0;
  border: 5px solid white;
  background: url(../images/cabbage.jpeg) center/cover no-repeat;
  color: white;
  margin: 0;
}

.btn-block {
  margin: 0 !important;
}*/
