.inactive {
  display: none;
}

.margin-auto {
  margin: 0 auto;
}

h2 {
  font-style: italic;
}

.homepageTitle {
  color: #fff;
  padding-top: 2em;
}

a {
  color: #ff9a05;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #d17d00;
  text-decoration: underline;
}

body {
  color: #010400;
}

#logo-image {
  background-color: #ff9a05;
  height: 30px;
  width: auto;
}
@media screen and (min-width: 1200px) {
  #logo-image {
    height: 40px;
  }
}

#main-wrapper {
  padding: 0rem 0;
  /* padding: 3rem 0; */
}

.row.no-gutters .grid-box {
  padding: 0 15px;
}

.no-gutters {
  background: white;
}

#aboutBackground {
  background: #e9ecefad;
}
#aboutBackground h1 {
  padding: 10px;
}

.background {
  background: #ff9a05;
}

#SearchForm .btn {
  color: white;
}

#navbarNavDropdown {
  color: #ff9a05;
}
#navbarNavDropdown li {
  color: #ff9a05;
}

#navBackground {
  background: #000000a1;
}

.carousel {
  margin-top: -3rem;
}

@-webkit-keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
@-moz-keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
@keyframes bouncy {
  0% {
    top: 0em;
  }
  40% {
    top: 0em;
  }
  43% {
    top: -0.9em;
  }
  46% {
    top: 0em;
  }
  48% {
    top: -0.4em;
  }
  50% {
    top: 0em;
  }
  100% {
    top: 0em;
  }
}
/*** General Button Styles ***/
.button-container {
  display: inline-block;
  margin: 10px 10px;
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 2px;
  height: 45px;
  width: 200px;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
}
.button-container .flipper {
  transition: all 0.5s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
}
.button-container .flipper:hover .button.front {
  background-color: #62bec1;
  border-color: #62bec1;
}
.button-container .flipper:hover .button.back {
  background-color: #62bec1;
  border-color: #62bec1;
}
.button-container .button {
  height: 45px;
  width: 200px;
  border-radius: 3px;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
  box-shadow: 1px 2px 4px -1px rgba(60, 60, 60, 0.64);
}
.button-container .button i.fa {
  color: white;
  font-size: 35px;
  margin: auto;
  text-shadow: 0.5px 1px 2px #343a40;
}
.button-container .button.front {
  z-index: 10;
  text-transform: uppercase;
  font-size: 15px;
  color: white;
  text-align: center;
  background-color: #87bcde;
  border-color: #87bcde;
}
.button-container .button.back {
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #87bcde;
  border-color: #87bcde;
}

/* --------------------------------
			3D-Flip
-------------------------------- */
.button-flip3d-vertical1 .flipper-flip3d-vertical1 {
  transform-origin: 100% 22.5px;
}
.button-flip3d-vertical1 .front {
  transform: translateZ(22.5px);
}
.button-flip3d-vertical1 .back {
  -webkit-transform: rotateX(90deg) translateZ(22.5px);
  -ms-transform: rotateX(90deg) translateZ(22.5px);
  transform: rotateX(90deg) translateZ(22.5px);
}
.button-flip3d-vertical1:hover .flipper-flip3d-vertical1 {
  transform: rotateX(-90deg);
}

.button-flip3d-vertical2 .flipper-flip3d-vertical2 {
  transform-origin: 100% 22.5px;
}
.button-flip3d-vertical2 .front {
  transform: translateZ(22.5px);
}
.button-flip3d-vertical2 .back {
  -webkit-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg)
    translateZ(22.5px);
  -ms-transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg)
    translateZ(22.5px);
  transform: rotateX(90deg) rotateZ(180deg) rotateY(180deg) translateZ(22.5px);
}
.button-flip3d-vertical2:hover .flipper-flip3d-vertical2 {
  transform: rotateX(90deg);
}

.bouncy {
  position: relative;
  animation: bouncy 5s linear infinite alternate;
}

.btn-primary {
  background: #ff9a05;
  border-color: #ff9a05;
}
.btn-primary:hover {
  background: #d17d00;
  border-color: #d17d00;
}

.btn-custom {
  color: #fff;
  background-color: #87bcde;
  border-color: #87bcde;
}
.btn-custom:hover {
  background-color: #62bec1;
  border-color: #62bec1;
}

.card-deck {
  display: flex;
  justify-content: center;
  /* margin: 15px 0; */
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.card-deck .card {
  padding-top: 1rem;
  text-align: center;
  border: none;
  background: #343a40;
}
.card-deck .card.num-of-col-4 {
  margin: 1rem;
  flex: 0 1 20%;
}
.card-deck .card img {
  max-width: 100%;
}
.card-deck .card .card-footer {
  display: none;
  background: none;
  border-top: none;
}

.MoreProducts .card-deck .card {
  align-items: center;
}

.navbar {
  background: #343a40;
  border-bottom: 3px solid #ff9a05;
}

.navbar-brand {
  color: #62bec1;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #62bec1;
}

.navbar-nav .nav-link {
  color: white;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ff9a05;
}
.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #ff9a05;
}

.navbar-toggler {
  color: #87bcde;
}

.navbar-text {
  color: #87bcde;
  text-shadow: 2px 2px 2px white;
}
.navbar-text a {
  color: #62bec1;
}
.navbar-text a:hover,
.navbar-text a:focus {
  color: #62bec1;
}

.dropdown-item {
  color: #ff9a05;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #343a40;
  background-color: #ff9a05;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #343a40;
  background-color: #ff9a05;
}

.quotes {
  padding: 0.5rem;
  text-align: center;
  background: #a2a3a5;
  color: #fff;
}

footer#footer-distributed {
  background: #343a40;
  background-image: url('/images/site/fishing-pole.png');
  background-position: center;
  background-repeat: no-repeat;
  color: #ff9a05;
}
footer#footer-distributed .footer-start-top {
  display: flex;
  padding: 30px 0;
}
footer#footer-distributed .footer-start-top > div {
  flex: 1 1 20%;
}
footer#footer-distributed a {
  color: #ff9a05;
  transition: all 0.2s ease-out;
}
footer#footer-distributed a:hover {
  color: #ffaf38;
}
footer#footer-distributed h1,
footer#footer-distributed h2,
footer#footer-distributed h3,
footer#footer-distributed h4,
footer#footer-distributed h5,
footer#footer-distributed h6 {
  color: #ff9a05;
}

.contact-info li {
  margin-bottom: 1.5rem;
  display: flex;
}
.contact-info .contact-info-icon {
  margin-right: 1em;
  font-size: 1.5em;
}

.contact-info-page li {
  margin-bottom: 1.5rem;
  display: flex;
}
.contact-info-page .contact-info-icon {
  margin-right: 1em;
  font-size: 1.5em;
}

.map-container iframe#footer-company-location {
  width: 100%;
  height: 100%;
  padding: 0;
}

#siteMapAndLogo {
  width: 50%;
  display: flex;
  flex-direction: column;
}
#siteMapAndLogo h3 {
  color: #ff9a05;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #ff9a05;
  padding: 15px;
  text-align: center;
}
#siteMapAndLogo #footer-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
#siteMapAndLogo #footer-links a {
  padding: 6px 15px;
  margin: 0 5px;
  border-radius: 12px;
  display: block;
  white-space: nowrap;
}

#footer-site-information {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#footer-site-information .Address-and-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#NewsLetterSignUp {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footercp {
  display: block;
  width: 100%;
  padding: 2px 10px;
}
.footercp::after {
  clear: both;
  content: ' ';
  display: block;
}
.footercp .copyright {
  float: left;
}
.footercp .poweredby {
  float: right;
}

@media screen and (max-width: 991px) {
  div#siteMapAndLogo {
    width: 100%;
    padding: 10px 20px;
  }

  div#NewsLetterSignUp {
    width: 100%;
    padding: 10px 20px;
  }

  div#footer-site-information {
    width: 100%;
    padding: 10px 20px;
  }

  iframe#footer-company-location {
    width: 85%;
  }
}
@media screen and (max-width: 500px) {
  .footer-start-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.page-title-and-text {
  padding: 20px;
  border-radius: 20px;
}
.page-title-and-text .page-title,
.page-title-and-text .page-text {
  width: 100%;
  color: #010400;
  padding: 0 20px;
}
.page-title-and-text .page-title *,
.page-title-and-text .page-text * {
  margin: 0;
}
.page-title-and-text .page-title {
  text-align: right;
}
.page-title-and-text .page-title * {
  font-weight: bolder;
}

.header-cell {
  overflow: hidden;
}

.featuredArticle {
  margin: 0em !important;
}

.growFeaturedArticle {
  border-radius: 4px;
  transition: .3s transform cubic-bezier(.155,1.05,.295,1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155,1.05,.295,1.12);
  padding: 14px 36px 18px 36px;
  cursor: pointer;
  /* transition: all .2s ease-in-out; */
}
.growFeaturedArticle:hover {
  transform: scale(1.1);
}

.home-cards .card {
  text-align: center;
  border: 1px solid #343a40 !important;
  /* border: 1px solid #ccc; */
  border-radius: 1em, 1em !important;
}
.home-cards .card .card-body {
  background: #343a40;
}

.price,
.total,
.quantity {
  text-align: right;
}

.quantity {
  line-height: 0.1;
  border-bottom: 1px solid black;
}

.cart-totals,
.cart-container,
.cart-links {
  padding: 5px 15px;
  border-radius: 20px;
}

.cart-p-image {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.checkout-form-margin {
  margin: 0 auto;
}

.navbar-toggler {
  border-color: #ff9a05;
}
span.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,154,5, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=style.css.map */
