:root {
  --skeeter-red: #c1242d;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 3002; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  max-width: 100vw !important;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1rem;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.raycast-click {
  pointer-events: auto;
}

.raycast-transparent {
  pointer-events: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

.mainNav {
  top: -14px;
  left: 0px;
  z-index: 3000;
  transition: 0.5s;
  background: rgb(2, 0, 36);
  background: -moz-linear-gradient(
    0deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 0, 0, 0.861782212885154) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 0, 0, 0.861782212885154) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(2, 0, 36, 0) 0%,
    rgba(0, 0, 0, 0.861782212885154) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#000000",GradientType=1);
}

.mainNav_Links {
  position: relative;
  top: 19px;
  flex-grow: initial;
  transition: 0.5s;
}
.mainNav_Links .navbar-nav {
  gap: 40px;
}

.mainNav_Links a.nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .mainNav_Links a.nav-link {
    font-size: 12px;
  }
}

.mainNavInside {
  justify-content: center !important;
}

.sidenav a {
  white-space: nowrap;
}

.productIcon-nav {
  /* commented out by rusty width: 200px; added max width */
  
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

.nav-item-hr {
  border-top: 1px solid #1b3e90;
}

.navbar-brand > img {
  width: 250px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
.nav-link {
  cursor: pointer;
}

.nav-closeBtn {
  position: absolute;
  right: 50px;
  top: 25px;
  color: #555;
  z-index: 3001;
}

.nav-backBtn {
  position: absolute;
  left: 50px;
  top: 25px;
  color: #555;
  z-index: 3001;
}

.nav-models {
  position: fixed;
  background-color: #fff;
  width: 100%;
  min-height: 200px;
  top: 100px;
  z-index: 3000;
  transition: 0.5s;
}

.nav-models-item {
  font-weight: 500 !important;
  line-height: 10px;
  margin-bottom: 10px;
}

.nav-models-title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 12pt;
}

.nav-models-subtitle {
  font-weight: 600;
  font-size: 0.5rem;
  color: rgb(121, 121, 121);
}

.shopNav {
  transition: 0.5s;
  text-align: right;
  padding: 5px 25px 5px 25px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 35px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  z-index: 1002;
}

.shopNavWrapper {
  max-width: 100vw;
  overflow: hidden;
}

footer img {
  max-width: 70%;
}
footer .col-md-4 img:first-of-type {
  margin-bottom: 30px;
}

footer li a.nav-link {
  color: #6c757d;
  white-space: nowrap;
  font-size: 0.7rem;
}

footer li a:hover,
footer li a:focus {
  text-decoration: none;
  color: var(--skeeter-red);
}

footer .list-socials {
  align-items: flex-start;
  gap: 10px;
}
footer .list-socials i {
  color: #fff;
}

footer .list-socials li:first-of-type img {
  margin-top: -4px;
  width: 20px;
  height: 19px;
}

footer .footer-address {
  font-size: 14px;
  color: #6c757d;
}

footer .footer-address span {
  color: var(--skeeter-red);
}

footer p:last-of-type {
  font-size: 0.6rem;
}

@media screen and (max-width: 1364px) {
  .nav-item {
    font-size: 0.8em;
    margin: 0px 5px 0px 5px;
  }
  .mainNav {
    left: 0px;
  }
  .navbar-brand > img {
    width: 200px;
  }

  .productIcon-nav {
    width: 250px;
  }
}

@media screen and (max-width: 861px) {
  .nav-item {
    font-size: 0.7em;
    margin: 0px 3px 0px 3px;
  }

  .navbar-brand > img {
    width: 150px;
  }
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

@media screen and (max-width: 760px) {
  .mainNav {
    left: 0px;
    top: -14px;
  }
  .shopNavWrapper {
    display: none;
  }
  .navbar-brand {
    margin-left: 0px;
  }

  .mainNavInside {
    justify-content: space-between !important;
  }
}
