/* typekit */
@import url("https://use.typekit.net/xrm6dts.css");
/* slabtext */
@import 'slabtext.css';
/* bootstrap */
@import 'bootstrap.css';
/* css variables */
/* SCSS Variables */
html {
  --blue: #c7a271 !important;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c32214 !important;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #74787d !important;
  --gray-dark: #343539 !important;
  --gray-light: #ebebeb !important;
  --primary: #c7a271 !important;
  --secondary: #74787d !important;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107 !important;
  --danger: #c32214 !important;
  --light: #f8f9fa;
  --dark: #343539 !important;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: proxima-nova, sans-serif !important;
  --font-family-monospace:courier-prime, monospace !important;
  --font-family-serif: garamond-premier-pro-display, serif !important;
}

*:focus {
  outline: none;
}

html, body {
  font-family: var(--font-family-sans-serif) !important;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

/* Navigation */
.navbar-brand img {
  width: 162px;
}

.secondary-nav {
  z-index: 9999999;
  padding: 0px 0px;
  overflow-y: hidden;
}
.secondary-nav ul.secondary-left {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}
.secondary-nav ul.secondary-left li {
  float: left;
  padding: 5px 10px;
  cursor: pointer;
}
.secondary-nav ul.secondary-left li.our-family {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 9px 0px 3px 0px !important;
  cursor: default;
}
.secondary-nav ul.secondary-left li.our-family::after {
  content: "";
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6d7176", endColorstr="#00242527",GradientType=1 );
  /* IE6-9 */
}
.secondary-nav ul.secondary-left li.brands {
  padding: 7px 15px;
}
.secondary-nav ul.secondary-right {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}
.secondary-nav ul.secondary-right li {
  float: right;
}
.secondary-nav ul.secondary-right li.cart {
  padding: 7px 0px 7px 15px;
}
.secondary-nav ul.secondary-right li.account {
  padding: 7px 15px 7px 25px;
}
.secondary-nav ul.secondary-right li.live-chat {
  padding: 7px 15px;
  background: var(--primary);
}
.secondary-nav ul.secondary-right li.live-chat:hover {
  background: var(--secondary);
}
.secondary-nav ul.secondary-right li.live-chat::after {
  content: "";
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6d7176", endColorstr="#00242527",GradientType=1 );
  /* IE6-9 */
}
.secondary-nav ul.secondary-right li.live-chat::before {
  content: "";
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: -55px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242527+0,242527+96,6d7176+98&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(36, 37, 39, 0) 0%, rgba(36, 37, 39, 0.96) 96%, rgba(109, 113, 118, 0.98) 98%, #6d7176 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(36, 37, 39, 0) 0%, rgba(36, 37, 39, 0.96) 96%, rgba(109, 113, 118, 0.98) 98%, #6d7176 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(36, 37, 39, 0) 0%, rgba(36, 37, 39, 0.96) 96%, rgba(109, 113, 118, 0.98) 98%, #6d7176 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00242527", endColorstr="#6d7176",GradientType=1 );
  /* IE6-9 */
}
.secondary-nav ul.secondary-right li.social {
  padding: 7px 15px;
}

/* main nav */
.primary-nav {
  background: none !important;
  z-index: 100;
}
.primary-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 1em !important;
  text-transform: uppercase;
  font-size: 0.7em;
  color: #fff !important;
}
.primary-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* color nav */
.color-nav {
  background: none !important;
  z-index: 100;
}
.color-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 1em !important;
  text-transform: uppercase;
  font-size: 0.7em;
  color: var(--dark) !important;
}
.color-nav .nav-link:hover {
  color: var(--primary) !important;
}

.nav-link {
  font-size: 0.9em;
  margin-right: 0px;
  padding-right: 0em !important;
  padding-left: 1.5em !important;
}

.navbar-light {
  padding: 0.5rem 0rem;
}

/* Font Weights */
.text-thinnest {
  font-weight: 100;
}

.text-thin {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

/* Font Sizing */
h2 {
  font-size: 1em;
  line-height: 1;
}

/* home header image */
#home-slider {
  min-height: calc(100vh - 38px);
  height: calc(100vh - 38px);
  width: 100vw;
  top: 38px;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: inset 0px 0px 93px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 93px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 93px 0px rgba(0, 0, 0, 0.5);
}
#home-slider .slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scoll;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 300px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 300px 0px rgba(0, 0, 0, 0.9);
  box-shadow: inset 0px 0px 300px 0px rgba(0, 0, 0, 0.9);
}

.vertical {
  margin: 0;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  display: block;
}
.vertical .btn-outline-light {
  border-width: 3px;
}
.vertical .btn-outline-light:hover {
  color: var(--primary);
}

.learn {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: white;
  text-decoration: none;
  display: block;
  bottom: 0;
  margin-left: -35px;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.learn i {
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
}
.learn:hover {
  color: white;
  text-decoration: none;
  margin-left: -35px;
  margin-bottom: 84px;
  transition: all 0.5s ease-in-out;
}
.learn:hover i {
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}

/* home learn more */
#learn-more {
  width: 100vw;
  background: var(--secondary);
  min-height: 600px;
  display: block;
  position: absolute;
  top: 100vh;
}
#learn-more hr {
  width: 100%;
  margin-top: 30px;
  display: block;
  border-top: solid 3px white;
  position: relative;
  opacity: 1;
}
#learn-more p {
  width: 65%;
  margin: 0 auto;
}

.features img {
  margin: 0 auto;
  display: block;
}
.features p {
  width: 90% !important;
  margin: 0 auto;
}

/* home shop buttons */
.shop-button {
  background-position: 10px center;
  background-size: auto;
  background-repeat: no-repeat;
}

/* home what is an evaporative cooler */
#what-cooler {
  width: 100vw;
  height: 50vw;
  max-height: 885px;
  position: relative;
  background-image: url("../img/blue-water-drops.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: solid 4vw white;
}
#what-cooler .what-cooler-box {
  margin: -4vw auto;
  height: 50vw;
  height: 50vw;
  overflow: visible;
}
#what-cooler .what-cooler-box .mcp-large {
  /*min-height:calc(50vw + 30px); */
  height: calc(50vw + 30px);
  max-height: calc(885px + 30px);
  margin-top: -30px;
  background-image: url("../img/mcp44-large-angle.png");
  background-size: 100%;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
#what-cooler .what-cooler-box .what-border {
  margin-top: calc(4vw + 3em);
}
#what-cooler .what-cooler-box .what-border #what-border {
  min-height: 100%;
  width: 50%;
  border-right: solid 3px white;
}
#what-cooler .what-cooler-box .what-text {
  margin-top: calc(4vw + 3em);
}
#what-cooler .what-cooler-box .what-text h3 span {
  line-height: 1em;
}
#what-cooler .what-cooler-box .what-text p {
  margin: 2em 0;
  width: 100%;
  line-height: 2em;
}

/* evaporative cooling and news */
.vs {
  background-color: var(--gray-light);
  min-height: 500px;
}
.vs .eva-text {
  margin-top: 4em;
}
.vs .eva-text p {
  width: 100% !important;
}
.vs .eva-text .btn-outline-primary {
  border-width: 3px;
  position: absolute;
  bottom: 1.5em;
}
.vs .eva-text .btn-outline-primary:hover {
  color: var(--gray-light);
}
.vs .ampersand {
  overflow: hidden;
  text-align: center;
  font-style: normal;
}
.vs .ampersand:before, .vs .ampersand:after {
  background-color: var(--primary);
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.vs .ampersand:before {
  right: 0.5em;
  margin-left: -50px;
}
.vs .ampersand:after {
  left: 0.5em;
  margin-right: -50px;
}
.vs .vs-border {
  margin-top: 0;
}
.vs .vs-border #vs-border {
  min-height: calc(100% - 1.5em);
  width: 50%;
  border-right: solid 3px var(--primary);
}
.vs .recent-news {
  margin-top: 4em;
}
.vs .recent-news h4 {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: solid 3px var(--primary);
  margin-bottom: 1em;
}
.vs .news-items {
  width: 100%;
  margin-bottom: 2.5em;
  position: relative;
  display: block;
  overflow: auto;
}
.vs .news-items .news-img-box {
  width: 25%;
  margin-right: 0.5em;
  height: 100%;
  float: left;
}
.vs .news-items .news-img-box .news-img {
  padding: 50% 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  display: block;
  background: var(--dark);
  border-radius: 50%;
}
.vs .news-items .news-text {
  margin-left: 0.5em;
  width: calc(75% - 1em);
  float: left;
}
.vs .news-items .news-text p {
  width: 100% !important;
  font-size: 0.8em;
}

/* footer */
footer p {
  width: 80% !important;
  margin: 0 0 !important;
  font-size: 0.8em;
}
footer .nav-link {
  padding: 0.5rem 2rem 0.5rem 0rem;
}

/* interior header image */
#int-hero {
  min-height: calc(100vh - 38px);
  height: calc(100vh - 38px);
  width: 100vw;
  top: 38px;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  margin: 0;
  /*-webkit-box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5); */
}
#int-hero .slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scoll;
  background-position: center top;
  background-repeat: no-repeat;
  /*-webkit-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);
  -moz-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);
  box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);*/
}

.vertical {
  margin: 0;
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  display: block;
}
.vertical .btn-outline-light {
  border-width: 3px;
}
.vertical .btn-outline-light:hover {
  color: var(--primary);
}

.learn-right {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: white;
  text-decoration: none;
  display: block;
  bottom: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.learn-right i {
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
}
.learn-right:hover {
  color: white;
  text-decoration: none;
  margin-left: -35px;
  margin-bottom: 84px;
  transition: all 0.5s ease-in-out;
}
.learn-right:hover i {
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}

/* int learn more */
#int-learn {
  width: 100vw;
  background: var(--primary);
  min-height: 600px;
  display: block;
  position: absolute;
  top: 100vh;
}
#int-learn hr {
  width: 100%;
  margin-top: 30px;
  display: block;
  border-top: solid 3px white;
  position: relative;
  opacity: 1;
}
#int-learn p {
  width: 100%;
  margin: 0 auto;
}

.int-button {
  background-position: 10px center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}
.int-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* interior shop */
#shop-int {
  width: 100vw;
  display: block;
  min-height: 200px;
  position: relative;
  background: var(--gray-light);
}
#shop-int .shop-int-btn {
  min-height: 200px;
}
#shop-int .shop-int-btn .sib-left {
  min-height: calc(100% - 10px);
  width: 40%;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 10px 10px 0 0;
  position: relative;
  display: block;
}
#shop-int .shop-int-btn .sib-right {
  min-height: calc(100% - 30px);
  width: calc(60% - 20px);
  margin: 30px 10px 0 0;
  float: left;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  display: block;
}
#shop-int .sib-btn {
  border: 3px solid var(--primary) !important;
}

/* search */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  /*  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
     */
  opacity: 0;
  z-index: 999999999;
}

#search.open {
  /*    -webkit-transform: translate(0px, 0px) scale(1, 1);
      -moz-transform: translate(0px, 0px) scale(1, 1);
  	-o-transform: translate(0px, 0px) scale(1, 1);
  	-ms-transform: translate(0px, 0px) scale(1, 1);
  	transform: translate(0px, 0px) scale(1, 1); */
  opacity: 1;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#search input[type=search] {
  position: absolute;
  top: 50%;
  width: 60%;
  color: var(--secondary);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  border-bottom: solid 3px var(--secondary);
  left: 0;
  right: 0;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: var(--primary);
  opacity: 1;
  padding: 11px 17px;
  font-size: 27px;
  color: white;
  border-radius: 50%;
}

/*modal dialog */
.modal {
  z-index: 9999999;
}

.modal-lg {
  max-width: 100%;
  min-height: 100vh;
  margin: 0 0;
}

.modal-content {
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0;
}
.modal-content .card-header {
  background-color: var(--primary);
  color: white;
}
.modal-content .list-group-flush .list-group-item h6 {
  margin-bottom: 0px;
}
.modal-content .list-group-flush .list-group-item:nth-child(even) {
  background-color: whitesmoke;
}

.panel {
  transition: all 1s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: calc(80vh - 94px);
}
.panel.shadow {
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.8) !important;
}
.panel h2 {
  text-align: center;
  font-size: 2em;
  color: white;
  width: 100%;
  filter: brightness(1);
  z-index: 10;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.73);
}
.panel p {
  text-align: center;
  width: 300px;
  color: white;
  z-index: 10;
  opacity: 0;
  transition: all 1s ease-out;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.73);
  margin-top: -35%;
}
.panel .btn {
  opacity: 0;
  transition: all 1s ease-out;
  z-index: 9;
  padding: 1px 10%;
  bottom: 20px;
  position: absolute;
  background: #c7a271;
  background: linear-gradient(90deg, #e4bc82 0%, #c7a271 49%, #a9875f 100%);
  color: var(--gray-dark);
  border-radius: 0px;
  border: none;
  box-shadow: -1px 3px 37px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -1px 3px 37px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -1px 3px 37px 0px rgba(0, 0, 0, 0.4);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.panel:hover {
  display: flex;
  flex-grow: 3;
  transition: all 1s ease-out;
}
.panel:hover .btn {
  opacity: 1;
  padding: 15px 20%;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.panel:hover .btn:hover {
  background: #b99766;
  background: linear-gradient(90deg, #b99766 0%, #836848 100%);
  text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.5);
  color: black;
}
.panel:hover p {
  opacity: 1;
  transition: all 1s ease-out;
}

.break {
  flex-basis: 100%;
  height: 0;
  width: 100%;
}

#sd::before {
  background-image: url(../img/commercial.jpg);
  filter: grayscale(100%) brightness(0.4);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  transition: all 1s ease-out;
}
#sd:hover::before {
  filter: grayscale(10%) brightness(0.6);
  transition: all 1s ease-out;
}

#wd::before {
  background-image: url(../img/RWC35-living-room.png);
  filter: grayscale(100%) brightness(0.2);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  transition: all 1s ease-out;
}
#wd:hover::before {
  filter: grayscale(10%) brightness(0.6);
  transition: all 1s ease-out;
}

#dd::before {
  background-image: url(../img/house-roof-with-sunset.jpg);
  filter: grayscale(100%) brightness(0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 1s ease-out;
}
#dd:hover::before {
  filter: grayscale(10%) brightness(0.6);
  transition: all 1s ease-out;
}

#champ-nav {
  background: white;
  color: var(--gray-dark);
  z-index: 9;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 1px 10px 16px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 10px 16px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 10px 16px 0px rgba(0, 0, 0, 0.5);
}

.linkOuts a:hover{
	text-decoration:none;}
}

.commercial {
  height: 20vh;
  background-color: var(--gray-light);
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.8) !important;
  background-image: url(../img/commercial.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  transition: all 1s ease-out;
}
.commercial::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
}
.commercial:hover {
  display: flex;
  transition: all 1s ease-out;
}
.commercial:hover::before {
  opacity: 1;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.39) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.39) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.39) inset;
  transition: all 1s ease-out;
}
.commercial:hover button {
  border-color: white;
  color: white;
}
.commercial h2 {
  font-size: 1.75em;
}
.commercial button {
  bottom: 0;
  position: absolute;
  font-weight: 700;
  border-radius: 0px;
  padding-bottom: 20x;
  border-bottom: none;
}

.uc {
  height: 20vh;
  background-color: var(--gray-light);
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.8) !important;
  background-image: url(../img/portable.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  transition: all 1s ease-out;
}
.uc::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
}
.uc:hover {
  display: flex;
  transition: all 1s ease-out;
}
.uc:hover::before {
  opacity: 1;
  box-shadow: 0px 0px 85px 0px rgba(2, 82, 138, 0.39) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(2, 82, 138, 0.39) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(2, 82, 138, 0.39) inset;
  transition: all 1s ease-out;
}
.uc:hover button {
  border-color: white;
  color: white;
}
.uc h2 {
  font-size: 1.75em;
}
.uc button {
  bottom: 0;
  position: absolute;
  font-weight: 700;
  border-radius: 0px;
  padding-bottom: 20x;
  border-bottom: none;
}

.mc {
  height: 20vh;
  background-color: var(--gray-light);
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.8) !important;
  background-image: url(../img/rigid.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  transition: all 1s ease-out;
}
.mc::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
}
.mc:hover {
  display: flex;
  transition: all 1s ease-out;
}
.mc:hover::before {
  opacity: 1;
  box-shadow: 0px 0px 85px 0px rgba(2, 82, 138, 0.39) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(2, 82, 138, 0.39) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(2, 82, 138, 0.39) inset;
  transition: all 1s ease-out;
}
.mc:hover button {
  border-color: white;
  color: white;
}
.mc h2 {
  font-size: 1.75em;
}
.mc button {
  bottom: 0;
  position: absolute;
  font-weight: 700;
  border-radius: 0px;
  padding-bottom: 20x;
  border-bottom: none;
}

.parts {
  height: 20vh;
  background-color: white;
  box-shadow: 0 0rem 2rem rgba(0, 0, 0, 0.8) !important;
  background-image: url(../img/wicks.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  transition: all 1s ease-out;
}
.parts::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1s ease-out;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0) inset;
}
.parts:hover {
  display: flex;
  transition: all 1s ease-out;
}
.parts:hover::before {
  opacity: 1;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.39) inset;
  -webkit-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.39) inset;
  -moz-box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.39) inset;
  transition: all 1s ease-out;
}
.parts:hover button {
  border-color: white;
  color: white;
}
.parts h2 {
  font-size: 1.75em;
}
.parts button {
  bottom: 0;
  position: absolute;
  font-weight: 700;
  border-radius: 0px;
  padding-bottom: 20x;
  border-bottom: none;
}

.why-champ h3 {
  font-size: 3em;
  background: -webkit-linear-gradient(#E4BC82, #A9875F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
}

#why-champ {
  background-image: url(../img/why-champ.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.slide-bg {
  background-image: url(../img/cooler-pattern.jpg);
  background-position: center center;
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
	.panel{
		height: calc(35vh - 94px);
min-width: 100vw;
	}
}