body {
  color: #1C1C1C;
}

hr {
  height: 1px;
  background-color:#000000;
  color:#000000;
  border: 0 none;
}

a {
  color: #337ab7;
}

a:hover {
  color: #23527c;
}

img {
  border-radius: 6px;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #337ab7;
}

.table .thead-light th {
  border-color: #1C1C1C;
}

.table td, .table th {
  border-top: 1px solid #1C1C1C;
}

.table .table-ignored {
  font-style: italic;
  color: #9d9d9d;
}

.body-background {
  background: #ccc url('../img/gilneasbackground.jpg') no-repeat fixed center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}

.body-background .overlay {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgb(0, 0, 0) 85%) repeat scroll 0 0;
  min-height: 100vh;
}

.content {
  --content-border-radius: 6px;
  --content-margin: 25px;
  --content-padding: 25px;
  position: relative;
  background-color: #D5DBDF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: var(--content-border-radius);
  padding: var(--content-padding);
  margin: var(--content-margin);
  min-height: 250px;
}

.modal-content {
  background-color: #D5DBDF;
}

.modal-header {
  border-bottom: 1px solid #fff;
}

.footer {
  color: #7e7e7e;
  background: #1c1c1c;
  padding: 25px;
}

.footer .nav a {
  color: #9d9d9d;
}

.footer .nav a:hover {
  color: #fff;
  background-color: #000;
}

.navlogo {
  height: 100px;
  padding: 10px;
}

.social {
  height: 50px;
}

.logo {
  height: 150px;
}

.outer-container {
  background: #253640;
  padding: 0;
}

.fpform {
  max-width: 800px;
  margin: 25px auto;
}

.account-section-margin {
  margin-bottom: 35px;
}

.product-nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product-nav-mobile {
  display: none;
  justify-content: center;
  width: 100%;
}

.product-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.content-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.product-nav li {
  display: flex;
  margin: 0.2em 1em;
  flex-grow: 1;
}

.product-nav-search {
  max-width: 50%;
}

.order-text {
  position: relative;
  opacity: 1;
  text-align: center;
  max-height: 150px;
  padding-top: 20px;
  height: auto;
  overflow: hidden;
}

.order-text-close {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  color: #fff;
  background-color: transparent;
  outline: none;
  border: none;
}

.order-button-row {
  border: 3px solid #124e78;
  border-radius: 10px;
  padding: 0.5em;
}

.order-button-anim-enter,
.order-button-anim-leave-to {
  opacity: 0;
  padding: 0;
  max-height: 0;
}

.order-button-anim-enter-active,
.order-button-anim-leave-active {
  transition: all 500ms;
}

.order-button-sticky {
  position: sticky;
  bottom: 5px;
  background-color: #124e78;
  color: #fff;
}

.page-top-sticky {
  position: fixed;
  bottom: 0;
  right: 5px;
  font-size: 2em;
  z-index: 1;
  opacity: 0.8;
}

.page-top-sticky a {
  text-decoration: none;
  color: #fff;
}

.shopping-cart-link {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  display: block;
}

.shopping-cart-link:hover {
text-decoration: underline;
color: #fff;
}

.product-card-container {
display: flex;
flex: 1;
height: auto;
overflow: hidden;
}

.card-container {
position: relative;
display: flex;
justify-content: center;
align-content: flex-start;
flex-wrap: wrap;
width: 100%;
min-height: 50vh;
}

.card-container-enter, .card-container-leave-to {
opacity: 0!important;
}

.card-container-leave-active {
position: absolute!important;
}

.card-container-move {
transition: transform 300ms!important;
}

.content .fp-header-container {
margin: calc(-1 * var(--content-padding)) calc(-1 * var(--content-padding)) 1em calc(-1 * var(--content-padding));
display: flex;
justify-content: center;
background-color: hsla(204, 40%, 75%, 1);
box-shadow: 0px 2px 10px 0px #1c1c1c;
}

.content .fp-header-container .fp-page-header {
padding: 1em;
font-size: 1.5rem;
font-weight: 700;
color: #000;
text-align: center;
}

.content .fp-header-container .fp-sub-header {
font-size: 1.1rem;
font-weight: 500;
color: #333;
}

[v-cloak] {
  display: none;
}

[x-cloak] {
  display: none;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* Adjustments for non-mobile */
@media(min-width: 992px) {
  .nav-item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-item.active {
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .navbar-right {
    position: absolute;
    right: 30px;
    top: 10px;
  }
}

@media(min-width: 1000px) {
  .navbar-nav li a {
    font-size: 18px;
  }

  .order-button-row {
    margin-left: 30%;
    margin-right: 30%;
  }
}

@media(max-width: 992px) {
  .product-nav {
    display: none;
  }
  .product-nav-mobile {
    display: flex;
  }
  .content {
    --content-margin: 5px;
  }
}

@media(max-width: 576px) {
  .product-nav-search {
    max-width: 90%;
  }
  .content-nav {
    flex-direction: column;
    width:50%;
  }
}
