﻿li.nav-item:hover {
  background-color: #ffffff47;
  border-radius: 8px;
}

.panelWrap {
  background-size: cover;
  background-position: center;
  position: relative;
}

.panelWrap .inside {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.contentImg .inside > .right {
  background: linear-gradient(270deg,#f4f4f4 60%,#ffffff 40%);
  padding-top: 15px;
  padding-bottom: 15px;
}

.contentImg .inside > .left {
  background: linear-gradient(90deg,#f4f4f4 60%,#ffffff 40%);
  padding-top: 15px;
  padding-bottom: 15px;
}

#mainPanel .leftImg img, #mainPanel .rightImg img, #mainPanel .centerImg img {
  box-shadow: 0px 5px 20px #999;
}
#mainPanel .leftImg img {
  display: block;
  margin: auto;
}
.contentImg img {
  box-shadow: 0px 5px 20px #999;
}
.img-home {
  max-width: 100%;
  height: auto !important;
}

.contentImg .rightContent {
  padding-left: 50px;
  padding-right: 50px;
}

.contentImg .leftContent {
  padding-left: 50px;
  padding-right: 50px;
}

#mainPanel:nth-child(2n+1) {
  background: none;
}

#mainPanel h2 {
  line-height: 2.5rem;
}

.section {
  padding: 25px 0;
}

footer ul li a, footer h5 {
  padding: 0.75rem;
}

.bold {
  font-weight: bold;
}

a {
  color: #0000fb;
}

.footer p {
  padding-left: 0.75rem;
  margin-bottom: 0 0 0px;
}

.small-btn {
  padding: 8px 18px;
}

.btn, .btn.btn-default {
  background-color: #0101018a;

}

.footer p i {
  margin-right: 8px;
}

.footer p a {
  min-width: 272px;
}

.footer h5 {
  margin-bottom: 0px;
}

#map {
  margin-top: 0px;
}

.footer p {
  margin-bottom: 0px;
  text-align: left;
}

.profile-page .profile img {
  max-width: 190px;
}

.nav-pills .nav-item .nav-link.active {
  color: #fff;
  background-color: #ff9800;
  box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px #5d3700;
}

.page-header {
  background-image: url('../img/brick-min.jpg'); 
  height: 25vh;
}

.page-header-ignite {
    background-image: url(../img/heat_background.png);
    height: 25vh;
    background-size: contain;
}

    .page-header-ignite.header-filter::before {
        background: rgb(0 0 0 / 80%);
    }

.about-us-page-header {
  background-image: url('../img/brick-min.jpg'); 
  transform: translate3d(0px, 0px, 0px);
}

video {
  width: 75%;
}

@media (min-width: 768px){
  .contentImg .inside {
      padding-top: 30px;
      padding-bottom: 30px;
  }
  
  .first-social-foot {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  #mainPanel h2 {
      line-height: 2.5rem;
  }

  #mainPanel p {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .contentImg .inside > .left {
    background: linear-gradient(90deg,#f4f4f4 60%,#ffffff 100%);
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contentImg .inside > .right {
    background: linear-gradient(270deg,#f4f4f4 60%,#ffffff 100%);
    padding-top: 15px;
    padding-bottom: 15px;
  }

}

/* if the device is smaller than 600px */
@media only screen and (max-width: 450px) {
  .page-header {
    height: 20vh;
  }

    .page-header-ignite {
        height: 20vh;
    }

  .page-header .title {
    font-size: 2rem;
    margin-top: 45px;
  }

  .page-header h4 {
    font-size: 1rem;
  }

  .page-header .btn.btn-lg {
    padding: 1rem 1.25rem;
  }

  .main h2.title {
    font-size: 1.75rem;
  }

  .main h5 {
    font-size: .95rem;
  }

  .contentImg .rightContent, .contentImg .leftContent {
    padding: 0 25px;
  }

  video {
    width: 100%;
  }

  #mainPanel h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .footer p {
    text-align: center;
  }

}

