body {
  padding: 40px 0 0 0;
  font-family: "Arial", sans-serif;
  color: rgba(0, 0, 0, 0.69);
  line-height: 1.4;
  min-width: 260px;
}

body h1{
  color: #000; !important;
}

nav {
  background-color: #000;
  padding: 0;
  display: flex;
  border-bottom: 1px solid #282828;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  height: fit-content;
  min-height: 57px;
  z-index: 1000;
}

.logo img {
  width:100%;
  max-width: 200px;
}

.nav-items {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 0 0 97px;
  padding: 0;
}

.nav-item {
  margin: 0 15px;
  position: relative;
  width: max-content;
}

.nav-item:hover {
  border-bottom: solid 3px #5252f2;
}

.navigLink {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 17px;
  text-align: center;
  line-height: 50px;
  border: 0;
  height: 4rem;
  margin: 7px 0rem -7px 0;
  padding: 0 1rem;
}

.navigLink:hover {
  height: calc(4rem - 3px);
  color: #fff;
}

.submenu {
  display: none;
  position: absolute;
  text-decoration: none;
  list-style: none;
  top: 100%;
  left: 0;
  width: max-content;
  background-color: #282828;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px;
  z-index: 1001;
}

.nav-item:hover .submenu {
  display: none;
}

.submenu li {
  margin: 8px 0;
}

.submenu a {
  color: #fff;
  text-decoration: none;
}

/*
  burger menu
  */

.burger-menu {
  display: none;
  cursor: pointer;
}

.burger-menu img {
  max-width: 30px;
}

@media screen and (max-width: 1040px) {
  nav {
    padding: 0;
    justify-content: space-around;
  }

  .nav-items {
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .burger-menu {
    display: block;
  }

  .nav-items {
    display: none;
    width: 100%;
    background-color: #000;
    position: absolute;
    top: 70px;
  }

  .nav-items.show {
    display: flex;
    flex-direction: column;
    margin-left: -25px;
    font-size: 2rem;
    background-color: #282828;
    width: max-content;
    position: absolute;
    top: 100%;
    right: 15px;
  }

  .submenu {
    font-size: 17px;
    left: -100px;
    top: 99%;
  }

  .navigLink {
    margin: -15px 0;
  }
}

@media screen and (min-width: 1041px) {
  nav {
    justify-content: flex-start;
  }
}

.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 15px;
}

.type-text {
  font-size: 1.5rem;
}

.type-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.type-box img {
  height: 210px;
}

.component-divs {
  margin-top: 0;
}

.dot-text {
  font-size: 1.5rem;
}

.dot-text-under {
  font-size: 0.7rem;
}

.option-text {
  font-size: 1.9rem;
}

.desc-price {
  font-size: 1.2rem;
}

.desc-text {
  text-align: start;
}

.option-boxes {
  margin-bottom: 2em;
}

.col-sm-12 {
  margin-bottom: 2em;
}

.wide-price {
  margin-left: -17px;
}

.model-container {
  border: 1px solid #000;
  width: 294px;
  height: 250px;
  padding: 0;
  margin: 8px 18px;
  max-width: 100%;
}

model-viewer {
  width: 100%;
  height: 100%;
}

.bold {
  font-weight: bold;
}

.main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.border-primary {
  height: 10em;
  width: 25em;
}

@media (max-width: 1400px) {
  .border-primary {
    min-height: 14em;
    height: fit-content;
  }
}

