@import '../../vendor/bootstrap/css/bootstrap.css';
@import '../../vendor/fontawesome/fontawesome.css';

#logo {
  height: 200px;
}

.search-partial {
  padding: 1.5rem;
}

.info-row {
  padding: 1rem;
}

.order-details {
  margin-left: 2rem;
  margin-right: 2rem;
}

.order-details h6 {
  margin-left: 1rem;
}

.order-control {
  padding: 0.5rem;
}

.top-content-buffer {
  margin-top: 2rem;
}

.order-user-info {
  height: 50%;
  padding: 3rem;
}

.welcome-title {
  font-weight: bold;
  text-align: center;
  margin: 1em;
}

.welcome-text {
  text-align: justify;
  font-size: 1.5em;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 250px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 250px;
  /* line-height: 60px; /* Vertically center the text there */
  background-color: #f8f9fa;
  padding: 1rem;
}

#cartTop {
  height: 5rem;
  background-color: lightgrey;
  margin-top: 5rem;
}

#cartBottom {
  height: 5rem;
  background-color: lightgrey;
  margin-bottom: 5rem;
}

#cartBody {
  min-height: 30rem;
}

#cartUserInfo {
  padding: 2rem;
}

#cartTotalInfo {
  height: 5rem;
  line-height: 5;
}

#removeItemButton {
  width: 1rem;
}

#registrationLink {
  line-height: 2.5;
}

#registration-form {
  margin-top: 5rem;
  border: 1px solid lightgrey;
  padding: 2rem;
}

#navWelcome {
  padding-right: 1.5rem;
}

#loginForm {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 1px solid lightgrey;
  padding: 2rem;
}

#homeAddressTable td {
  text-align: right;
}

#addressColumn {
  padding-top: 1rem;
}

#cartLink {
  line-height: 0.75;
  padding-left: 2rem;
  padding-right: 1.5rem;
}

#shoppingCart {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#shoppingCart h1 {
  line-height: 5;
}
