:root {
  --es-lighter: rgb(253, 253, 253);
  --es-light: rgb(250, 250, 250);
  --es-medium: rgb(240, 240, 240);
}

body, html {
  height: 100%;
}

body {
  font-family: "Roboto Light", "Helvetica", serif;
  font-family: "Noto Sans Light", "Roboto Light", "Helvetica", serif;
  font-size: 12pt;
  line-height: 1.6;
  color: rgb(48, 48, 48);
}

ul.icon-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

ul.icon-list li::before {
  font-family: 'Material Icons';
  font-size: 150%;
  font-weight: 600;
  vertical-align: -15%;
  content: "chevron_right";
  color: #f7a635;
  margin-right: 5px;
}

.expanding-icon::before {
  font-family: 'Material Icons';
  font-size: 150%;
  font-weight: 600;
  vertical-align: -15%;
  content: "chevron_right";
  color: #f7a635;
  margin-right: 5px;
}

.expanding-icon:hover {
  background-color: #f7a635;
  color: white;
}

.article-number {
  color: lightgray;
}

.color-box {
  height: 40px;
  width: 40px;
  background-color: #f7a635;
  color: white;
}

.color-box::before {
  font-family: 'Material Icons';
  font-size: 150%;
  vertical-align: -15%;
  content: "chevron_right";
}

/* Create a Parallax Effect */
.bgimg-header, .bgimg-portfolio-spine, .bgimg-portfolio-ent, .bgimg-portfolio-cardiac, .bgimg-software-features, .bgimg-robotics, .bgimg-contact, .bgimg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-header {
  background-image: url("/images/bg_header.jpg");
  background-position: top right;
  background-size: contain;
  /* min-height: 400px; */
  min-height: 60%;
}

.bgimg-portfolio-spine {
  background-image: url("/images/bg_spine.jpg");
  min-height: 400px;
}

.bgimg-portfolio-ent-em {
  background-image: url("/images/ent_hero.jpg");
  min-height: 400px;
}

.bgimg-portfolio-ent {
  background-image: url("/images/bg_ent.jpg");
  min-height: 400px;
}

.bgimg-portfolio-cardiac {
  background-image: url("/images/bg_cardiac.jpg");
  min-height: 400px;
}

.bgimg-software-features {
  background-image: url("/images/software/parallax_background_2.jpg");
  min-height: 400px;
}

.bgimg-robotics {
  background-image: url("/images/robotics/bg.png");
  min-height: 400px;
}

.bgimg-contact {
  background-image: url("/images/bg_ent.jpg");
  min-height: 400px;
}

.bgimg-footer {
  background-image: url("/images/bg_footer.jpg");
  background-position: right;
  background-size: auto;
}

.bgimg-ent-header {
   background-image: url("/images/bg_ent_compass.png");
   color: white;
   min-height: 140px;
   background-position: center right;

}

.bgimg-compass-light {
  background-image: url("/images/bg_ent_compass_light.png");
  background-position: center right;
}

.bgimg-ent-hero {
  position: relative;
  background-image: url("/images/ent_hero.jpg");
  background-position: center right;
  width: 100%;
}

.bgimg-ent-hero .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.bgimg-ent-hero .content {
  position: relative;
  z-index: 1;
}

.bgimg-ent-kst {
   background-image: url("/images/bg_ent_compass.png");
   color: white;
   background-position: top right;
}

.hero-about {
  width: 40%;
  padding: 20px 40px 20px 40px;
  margin-top: 60px;
  border-radius: 40px;
  background-color: rgba(255,255,255,0.7);
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.product-image {
  background-size: cover;
  background-position: center;
}

.back-to-top {
  position: absolute;
  display: inline-flex;
  align-items: center;
  text-align: center;
  top: -10px;
  z-index: 5;
  transform: translateX(-0%);
  background-color: red;
  height: 60px;
  width: 60px;
  left: 50%;
  border-radius: 100%;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

.es-p1 {
  background-color: rgb(217, 226, 230);
  border-radius:20px;
  padding: 40px;
}

.es-p2 {
  border-radius:20px;
  padding: 40px;
}

.es-zoom {
  transition: .2s;
}

.es-zoom:hover {
  transform: scale(1.1);
}

.slide_software {
  display: none;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-header, .bgimg-portfolio-spine, .bgimg-portfolio-ent, .bgimg-portfolio-cardiac, .bgimg-contact {
    background-attachment: scroll;
    min-height: 400px;
  }