/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

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


/*text displays*/
#msg-succ{color: green;}
#msg-err{color: green;}
/*font styles*/
.w-heavy{font-weight: 900;}

/* 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;background-color: black;opacity: 0.8;border-radius: 2vw}
/* Declare heights because of positioning of img element */
.carousel-item {height: 32rem;}
.carousel-item > img {position: absolute;top: 0;left: 0;min-width: 100%;height: 32rem;}
/*custom carousel styles*/
.text-car{width: 100vw; position: absolute;top: 17%;}
.text-car-font{text-align: center;font-size: 5rem;font-weight: 900;}
.txt-stroke{color: #fff;-webkit-text-stroke: 3px #0d6efd;}
.txt-shadow{color: #fff;text-shadow: -3px -3px 0 #0d6efd, 3px -3px 0 #0d6efd,-3px 3px 0 #0d6efd,3px 3px 0 #0d6efd;}

.car-bg{background-repeat: no-repeat;background-size: cover;background-position: center;}
.name-div{width: 100vw;height: 20vh;position: relative;top: 5vh;display: contents;}
.name-img{position: relative;left: 25vw;top: 2vh;}
.bg-img{background-image: url("../../images/bground.jpg");}
.over-img{background-image: url("../../images/name.png");}
/*width classes*/
.container-fullw{width: 100vw;}
/*custom border styles*/
.act{border: 1px solid black;}
/*printable form styles*/
.form-group { margin-bottom: 15px; }
.print-label { display: block; font-weight: bold;margin-top: .5rem;margin-bottom: 0; }
.print-input, .print-textarea { width: 100%; border: 1px solid #000; }
@media print {
  .no-print { display: none; } 
  
  body { font-size: 12pt; color: #000; }
  
 .print-input, .print-textarea {
    border: 1px solid #000;
    background: transparent;
  }
  

  header, footer, nav,  { display: none; }
}
/* 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;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */
.ico-container{width: 2rem;height: 2.5rem;}
.ico-img{width: 100%;height: 100%;object-fit: contain;}
.log-display{width: 15rem;border:1px solid black;padding: 10px;margin: 0 auto;border-radius: 10px;}
.lg-icon-div{width: 200px;height: 200px;border-radius: 15%;background-color: #e70808;display: inline-block;}
.lg-icon-img{max-width: 75%;height: 100%;display: block;position: relative;left: 13%;top: 2%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.brder-cpy{border: 1px solid #b7b9bb;width: 95%;position: relative;left: .7em;border-radius: 5px; }
.click-link{cursor: pointer;}
/*colors*/
.red-blank{color: #f20024;}
.green-fill{color: #1af403;}

.icon-div{
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: black;
  display: inline-block;
}

.icon-img{
  max-width: 50%;
  height: 50%;
  display: block;
  position: relative;
  left: 25%;
  top: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon-img-serv{
  max-width: 75%;
  height: 50%;
  display: block;
  position: relative;
  left: 13%;
  top: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.price-pic{max-height: 100vh;width: auto;max-width: 99vw;}
.icon-fst{
  background-image: url("../../images/quick.png");
}

.icon-rel{
  background-image: url("../../images/rel.png");
}

.icon-aff{
  background-image: url("../../images/aff.png");
}

.icon-vir{
  background-image: url("../../images/virus.png");
}

.icon-sup{
  background-image: url("../../images/sup.png");
}

.icon-hup{
  background-image: url("../../images/hard1.png");
}

.icon-lad{
  background-image: url("../../images/lapdesk.png");
}

.icon-pm{
  background-image: url("../../images/pmin.png");
}

.icon-gc{
  background-image: url("../../images/gamecons.png");
}

/*font styles*/
.w-heavy{font-weight: 900;}

/* RESPONSIVE CSS
-------------------------------------------------- */
.li-desc-div{width: 50%;}
@media (max-width: 480px){
  .li-desc-div{width: 80%;}
  .text-car-font{font-size: 3rem;width:80vw;margin:0 auto;}
  .txt-shadow{color: #fff;text-shadow: -2px -2px 0 #0d6efd, 2px -2px 0 #0d6efd,-2px 2px 0 #0d6efd,2px 2px 0 #0d6efd;}

  .text-car{top: 5%;}
  .carousel-caption{bottom: 4rem;}
}

@media (min-width: 500px) and (max-width: 1024px){
  .li-desc-div{width: 70%;}
  .text-car-font{font-size: 4rem;}
  .text-car{top: 10%;}
}

@media (min-width: 1025px){
  .li-desc-div{width: 50%;}
}
@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;
  }
}
