@charset "utf-8";

/* CSS Document */
.navbar {
  padding: 4rem 0rem;
  font-size: 1.25rem;
  line-height: .4;
}

.form-control {
  height: calc(1.5em + 0.25rem + 2px);
  padding: 0rem 1rem;
  font-size: 1rem;
  line-height: .4;
}

.btn {
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
}

/* JJP logo in heading of PC screen */
.jjp {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 65px;
  color: red;
  text-align: center;
  background: White;
}

/* Adjust logo centering/display to match screen size */
.JJPcentered {
  position: absolute;
  /* or absolute */
  left: 45%;
  /* set JJP Logo font */
  font-family: 'Fugaz One', serif;
}

@media (max-width: 1384px) {
  .JJPcentered {
    left: 60%;
  }
}

@media (max-width: 1026px) {
  #Logo {
    display: none;
  }
}

/* JJP logo in heading of small screen */
.jjps {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 65px;
  color: red;
  text-align: center;
  background: #FBFBFB;
  margin-left: 40%;
  left: 45%;
  /* set JJP Logo font */
  font-family: 'Fugaz One', serif;
}

/* Adjust logo centering/display to match screen size */
@media (max-width: 580px) {
  .jjps {
    margin-left: 30%;
  }
}

@media only screen and (min-width: 991px) {
  #Logot {
    display: none;
  }
}

/* JJP logo in heading of screen end */
.navbar-nav>li {
  margin-left: 60px;
  margin-right: 0px;
}

.btn-dark {
  background-color: black;
  border-color: black;
}

.dropdown-item {
  line-height: 1.5;
}

/* main screen carousel control */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: Black;
}

.navbar-toggler {
  width: 47px;
  height: 34px;
  background-color: white;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='47' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.ImageBoarder {
  border-width: thick;
  border-color: white;
}

.fill {
  object-fit: fill;
}

.contain {
  object-fit: contain;
}

.cover {
  object-fit: cover;
}

.scale-down {
  object-fit: scale-down;
}

.none {
  object-fit: none;
}

/* adjust set boxes to match screen size */
.SetBox {
  width: 98%;
  height: 200px;
  border: 1px solid #000;
}

.SetBox2 {
  width: 98%;
  height: 275px;
  border: 1px solid #000;
}

.SetBox3 {
  width: 98%;
  height: 350px;
  border: 1px solid #000;
}

.Slide-size {
  width: 50%;
}

/* Adjust Barcode for small screen */
@media screen and (max-width: 575px) {
  .mSmallAdj {
    margin-top: 40%;
  }
}

@media screen and (max-width: 1026px) {
  .SetBox {
    width: 98%;
    height: 400px;
    border: 1px solid #000;
    margin-left: 5px;
    margin-right: 5px;
  }

  .SetBox2 {
    width: 98%;
    height: 500px;
    border: 1px solid #000;
    margin-left: 5px;
    margin-right: 5px;
  }

  .SetBox3 {
    width: 98%;
    height: 675px;
    border: 1px solid #000;
    margin-left: 5px;
    margin-right: 5px;
  }

  .Slide-size {
    width: 100%;
  }
}

/* setup image in set box adjust for screen size */
.SetImage {
  float: left;
  padding: 1%;
  margin: 6PX;
  border: thin solid black;
}

.SetImageL {
  object-position: 0% 0%;
}

@media screen and (max-width: 1026px) {
  .SetImage {
    float: none;
    padding: 1%;
    margin: 6PX;
    border: thin solid black;
    width: 96%;
    height: 50%;
  }
}

/* video box code */
.VidBox {
  padding-left: 9px;
}

.VidBox:hover {
  padding-left: 9px;
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}

.SetImageVidBox {
  float: none;
  padding: 1%;
  margin: 6PX;
  border: thin solid black;
}

.SetTextVidBox {
  margin: 0px 0px 0px 9px;
}

.SetGroup {
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
}

.SetVidText {
  font-size: 15px;
  font-weight: bold;
}

.img-wrapper::after {
  font-size: 12px;
  content: 'Click Image To View Full Size';
  display: block;
}

/* make TOC stick if screen is big enough */
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/* unsick TOC if screen is small */
@media (max-width: 991px) {
  .sticky-top {
    position: static;
  }

  .navbar {
    padding: 0rem 0rem;
    font-size: 1.00rem;
    line-height: .4;
  }
}

.TOCStyle {
  margin-left: 10px;
  font-size: 14px;
  margin-bottom: 2px;
}

/* show dropdown on hover. Also need JS changes  */
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0;
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
}

tooltip:hover .tooltiptext {
  visibility: visible;
}

@font-face {
  font-family: leaksitehead;
  src: url("fonts/jomolhariregular.ttf");
}

.firstline {
  line-height: .90em;
  font-family: leaksitehead;
  text-transform: uppercase;
  font-size: 28px;
  color: black;
  letter-spacing: 2px;
  margin: 6PX;
}

@media screen and (max-width: 575px) {
  .firstline {
    font-size: 32px;
  }
}

.secondline {
  line-height: .100em;
  font-family: leaksitehead;
  text-transform: uppercase;
  font-size: 20px;
  color: crimson;
  letter-spacing: 2px;
}

.regtext {
  margin-left: 5px;
  margin-right: 5px;
}

.aboutfirstline {
  line-height: .90em;
  font-family: leaksitehead;
  text-transform: uppercase;
  font-size: 50px;
  color: black;
  letter-spacing: 2px;
  margin: 6PX;
}

.makeLeft {
  text-align: left;
  display: block;
}