.bg-color{
  background-color:rgb(60, 60, 130);
}


.navbaralign{
    position:relative;
    top:0px;
    left:10%;
}
.nav-link.nav-span
{
    margin-right: 2rem;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: rgb(76, 0, 255);
  text-align: left;
  list-style: none;
  background-color: rgb(60,60,130);
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}


.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item.active, .dropdown-item:active {
  color: rgb(87, 75, 75);
  text-decoration: none;
  background-color: #6e86c9;
}

.dp-font-color{
  color:#fff;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

  .footer {
    background-color: #f5f5f5;
  }
  .blog-footer {
    padding: 2.5rem 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
  }
  .blog-footer p:last-child {
    margin-bottom: 0;
  }



  body {
    padding-top: 3rem;
  
    color: #5a5a5a;
  }

  a:link{color:#000000;}      /* 未访问链接*/
  a:visited {color:#424242;}  /* 已访问链接 */
  a:hover {color:#000000;}  /* 鼠标移动到链接上 */
  a:active {color:#000000; text-decoration:none;}  /* 鼠标点击时 */

  /* CUSTOMIZE THE CAROUSEL
  
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 450px;
    width:100%;
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .marketing h2 {
    font-weight: 400;
  }
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }

    /* Products-heading
  -------------------------------------------------- */

  .product-divider {
    margin: 8rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .product-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }
  
  
  @media (min-width: 40em) {

    .product-heading {
      font-size: 30px;
    }
  }
  
  @media (min-width: 62em) {
    .product-heading {
      margin-top: 1rem;
    }
  }

  .product-table{
    margin-top: 1rem;
    margin-left:1rem;
    margin-right:4rem;
}

.titlefont{
  font-size:20px; 
  color:black;
  border-color:black;
  background-color:#DDD;
  font-weight: bold;
}

.subtitlefont{
  font-size:16px; 
  color:#EEE;
  border-color:black;
  background-color:rgb(50, 50, 130);
  font-weight:500;
}
.specTableBox{
  position:relative;
  padding-left:80px;
}
.ColorRow{
  background:rgb(173, 186, 212);
}

.SubColorRow{
  background:rgb(120, 144, 194);
}


.spec-table{
  margin-top: 1rem;
  margin-left:3rem;
  margin-right:2rem;
}