*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
nav {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

p,
a,
li,
button {
  font-family: "Source Sans Pro", sans-serif;
}

.navbar .navbar-brand img {
  max-height: 50px;
  max-width: 150px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.carousel .carousel-inner,
.carousel .carousel-item {
  height: 100vh;
}

.carousel .carousel-inner img,
.carousel .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.carousel .carousel-caption {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.products .card img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.addons .card img {
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.addons .card .card-img-overlay {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.addons .card .card-img-overlay h5 {
  position: relative;
}

.addons .card .card-img-overlay h5::before {
  position: absolute;
  content: '';
  width: 125%;
  height: 125%;
  left: -12.5%;
  top: -12.5%;
  opacity: 0.5;
  z-index: -2;
  border-radius: 5px;
}

.addons .card .card-img-overlay h5.text-body::before {
  background-color: white;
}

.addons .card .card-img-overlay h5.text-light::before {
  background-color: black;
}

.info .card .card-body .card-title {
  white-space: nowrap;
}

.three-column {
  background-color: #eff2f5;
}

footer {
  background-color: #D0DBE1;
}

footer ul,
footer p {
  margin: 0;
}

footer p {
  white-space: nowrap;
}

@media screen and (min-width: 433px) and (max-width: 450px) {
  footer ul > li {
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 340px) {
  footer ul > li {
    margin-right: 0px !important;
  }
}
/*# sourceMappingURL=style.css.map */