/*!
 * Start Bootstrap - Grayscale v5.0.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #EEDD82;
  border: 1px solid #EEDD82;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #ffffff;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: #ffffff;
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .1rem 0;
    color: rgb(255, 255, 255);
  }

  #mainNav .navbar-dropdown {
    padding: .1rem 0;
    color: rgb(255, 255, 255);
    float: left;
    overflow: hidden;
  }

  #mainNav .navbar-dropdown .navbar-dropbtn{
    font-size: 16px; 
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  /* Links inside the dropdown */
  #mainNav .navbar-dropdown-content {
  float: none;
  color: rgb(143, 69, 69);
  text-decoration: none;
  display: block;
  text-align: left;
}

#mainNav .navbar-dropdown .navbar-dropdown-content:hover {
  color: #ffffff;
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-dropdown .navbar-dropdown-content:active, #mainNav .navbar-dropdown .navbar-dropdown-content:focus {
  outline: none;
  background-color: transparent;
}

/* Show the dropdown menu on hover */
#mainNav .navbar-dropdown:hover .navbar-dropdown-content {
  display: block;
}


#mainNav .navbar-dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

  #mainNav .nav-link {
    -webkit-transition: none;
    transition: none;
    padding: 2rem 1.5rem;
    color: rgb(255, 255, 255);
  }
  #mainNav .nav-link:hover {
    color: rgb(17, 17, 17);
  }
  #mainNav .nav-link:active {
    color: rgb(17, 17, 17);
  }
  #mainNav.navbar-shrink {
    background-color: black;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: black;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #eaf0da;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #EEDD82;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #EEDD82;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #EEDD82;
    outline: none;
    border-bottom: 0.25rem solid #eaf0da;
  }
}

  #mainNav .nav-link2 {
    -webkit-transition: none;
    transition: none;
    padding: 0.5rem 0.25rem;
    color: white;
  }
  #mainNav .nav-link2:hover {
    color: rgb(17, 17, 17);
  }
  #mainNav .nav-link2:active {
    color: rgb(17, 17, 17);
  }

  #mainNav.navbar-shrink .nav-link2 {
    color: #eaf0da;
    padding: 0.5rem 0.5rem 0.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link2:hover {
    color: #EEDD82;
  }
  #mainNav.navbar-shrink .nav-link2:active {
    color: #EEDD82;
  }
  #mainNav.navbar-shrink .nav-link2.active {
    color: #EEDD82;
    outline: none;
    border-bottom: 0.25rem solid #eaf0da;
  }
}

#producttext{
  font-size: 20px;
  color: black;
  text-align: center;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  text-transform: uppercase;
  letter-spacing: .15rem;
}

#productclass{
  font-size: 30px;
  color: #EEDD82;
  text-align: center;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  letter-spacing: .15rem;
  padding: 10px;
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/cityskyline.gif");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
}

header.shm_head { 
  text-align: center; 
  color: white; 
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/shm cover.jpg");
 
  min-height: 100vh;  
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center; 
  background-size: cover; 

  background-blend-mode:darken;
}

header.masthead2 {
  text-align: bottom center;
  color: white;
  background-image: url("../images/wallpaper3.jpg");
  min-height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: cover;
}

.intro-heading {
  color:white;
  font-size: 80px;
  font-weight: 700;
  line-height: 120px;
  margin-bottom: 50px;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


.masthead h1 {
  font-family: 'Baumans';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  background:#ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.masthead h2 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  max-width: 20rem;
  font-size: 1rem;
}

.shm_head h1 {
  font-family: 'Baumans';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  background:#ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.shm_head h2 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .shm_head h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 3.7rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead h2 {
    max-width: 45rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
  .shm_head {
    height: 100vh;
    padding: 0;
  }
  .shm_head h1 {
    font-size: 3.7rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .shm_head h2 {
    max-width: 45rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

.btn {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #EEDD82;
}

.btn-primary:hover {
  background-color: #4f837f;
}

.btn-primary:focus {
  background-color: #4f837f;
  color: white;
}

.btn-primary:active {
  background-color: #467370 !important;
}

.hub-section {
  background-image: url("../img/build.png");
  min-height: 100vh;
  min-width: 108vw; 

  background-attachment:fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.6)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 1%, rgba(22, 22, 22, 0.6) 100%), url("../img/skyscraper.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.about-section p {
  margin-bottom: 5rem;
  margin-top: 1rem;
  font-size: large;
  font-weight: 100;
}

.about-section h3 {
  font-size: larger;
}

.about{
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.6)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 1%, rgba(22, 22, 22, 0.6) 100%), url("../img/skyscraper.jpg");
  background-attachment: fixed;
}

.about .about-cont {
  padding: 3px 0 10px 0;

  background: rgba(248, 249, 250, 0);
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #00283A; }

  .about .about-cont.second {
    border-color: #EEDD82; }
  .about .about-cont img {
    width: 100%; }
  .about .about-cont p {
    margin-bottom: 0;
    padding: 10px;
    color: #00283A; }
  .about .about-cont a {
    margin: 0 10px;
    color: #00283A;
    text-decoration: none; }
  @media (max-width: 767px) {
    .about .about-cont {
      margin-top: 30px; } }

.prodimg {
   padding:1px;
   border:1px solid #021a40;
   background-color:#ff0;
}


.partner-section {
  padding: 10rem 0;
  background-color: white;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.partner-section .featured-text {
  padding: 2rem;
}

.partner-section h1
{

}

@media (min-width: 992px) {
  .partner-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #EEDD82;
  }
}

.project-name{
  opacity: 1;
}

.partner-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .partner-section .project-text {
    padding: 5rem;
  }
  .partner-section .project-text hr {
    border-color: #EEDD82;
    border-width: .25rem;
    width: 30%;
  }
}


.team-section {
  padding: 10rem 0;
  background-color: black;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.7)));
  background: linear-gradient(to bottom, #161616 1%, rgba(22, 22, 22, 0.9) 1%, rgba(22, 22, 22, 0.8) 100%), url("../img/team/team.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.team-section .featured-text {
  padding: 2rem;
}

.team-section h1
{

}

@media (min-width: 992px) {
  .team-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #EEDD82;
  }
}

.project-name{
  opacity: 1;
}

.team-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .team-section .project-text {
    padding: 5rem;
  }
  .team-section .project-text hr {
    border-color: #EEDD82;
    border-width: .25rem;
    width: 30%;
  }
}

.shm-projects-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/bridge2.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.sowhat-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.2)), to(rgba(22, 22, 22, 0.2)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.2) 1%, rgba(22, 22, 22, 0.2) 100%), url("../img/crack2.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode:hard-light;
  background-position: center;
}

.more-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.05)), to(rgba(22, 22, 22, 0.05)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.05) 1%, rgba(22, 22, 22, 0.05) 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.more2-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), color-stop(75%, rgba(255, 204, 51, 0.9)), to(rgba(255, 204, 51, 0.9)));
  background: linear-gradient(to bottom, #FFFF00 1%, rgba(255, 204, 51, 0.9) 1%, rgba(255, 204, 51, 0.9) 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.shm-projects-section .featured-text {
  padding: 2rem;
}

.shm-projects-section h1
{

}

.products-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.7)));
  background: linear-gradient(to bottom, #161616 1%, rgba(22, 22, 22, 0.9) 1%, rgba(22, 22, 22, 0.8) 70%), url("../img/bg5.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.products-section .featured-text {
  padding: 2rem;
}

.products-section h1
{

}

@media (min-width: 992px) {
    .products-section .featured-text {
      padding: 0 0 0 2rem;
      border-left: 0.5rem solid #EEDD82;
    }
  }
  
  .project-name{
    opacity: 1;
  }
  
  .products-section .project-text {
    padding: 3rem;
    font-size: 90%;
  }
  
  @media (min-width: 992px) {
    .products-section .project-text {
      padding: 5rem;
    }
    .products-section .project-text hr {
      border-color: #EEDD82;
      border-width: .25rem;
      width: 30%;
    }
  }

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 300px;
  height: 280px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

.team-lead {
  margin-bottom: 50px;
  text-align: center;
}

.team-lead img {
  width: 350px;
  height: 350px;
  border: 7px solid #fff;
}

.team-lead h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-lead p {
  margin-top: 0;
  padding-left: 250px;
  padding-right: 250px;
}

.projects-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#161616), color-stop(75%, rgba(22, 22, 22, 0.9)), to(rgba(22, 22, 22, 0.7)));
  background: linear-gradient(to bottom, #161616 1%, rgba(22, 22, 22, 0.9) 1%, rgba(22, 22, 22, 0.8) 100%), url("../img/nyc.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.projects-section .featured-text {
  padding: 2rem;
}

.projects-section h1
{

}

@media (min-width: 992px) {
    .projects-section .featured-text {
      padding: 0 0 0 2rem;
      border-left: 0.5rem solid #EEDD82;
    }
  }
  
  .project-name{
    opacity: 1;
  }
  
  .projects-section .project-text {
    padding: 3rem;
    font-size: 90%;
  }
  
  @media (min-width: 992px) {
    .projects-section .project-text {
      padding: 5rem;
    }
    .projects-section .project-text hr {
      border-color: #EEDD82;
      border-width: .25rem;
      width: 30%;
    }
  }


@media (min-width: 992px) {
  .shm-projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #EEDD82;
  }
}

.project-name{
  opacity: 1;
}

.shm-projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .shm-projects-section .project-text {
    padding: 5rem;
  }
  .shm-projects-section .project-text hr {
    border-color: #EEDD82;
    border-width: .25rem;
    width: 30%;
  }
}

.signup-section {
  padding: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.4)), color-stop(75%, rgba(22, 22, 22, 1)), to(#161616)), url("../img/map.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.2) 0%, rgba(22, 22, 22, 0.8) 75%, #161616 100%), url("../img/map.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.exp-section {
  padding: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/bg-teams.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/bg-teams.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;

}

.exp-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.smartlight-section {
  padding: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 22, 0.1)), color-stop(75%, rgba(22, 22, 22, 0.5)), to(#161616)), url("../img/smartlight4.jpg");
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/smartlight4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.smartlight-section p {
  margin-bottom: 5rem;
}

.smartlight-section .form-inline input {
  -webkit-box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 5rem 0 0;

}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #EEDD82;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #EEDD82;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  letter-spacing: 0.0625em;
}

a {
  color: #EEDD82;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: rgba(22, 22, 22, 0.1); !important;
}

.bg-end {
  background-color: rgb(22, 22, 22); !important;
}

.bg-primary {
  background-color: #EEDD82 !important;
}

.text-primary {
  color: #EEDD82 !important;
}

footer {
  padding: 5rem 0;
}

.flip-container {
  perspective: 1000px;
}
  /* flip the pane when hovered */
  .flip-container:hover .flipper, .flip-container.hover .flipper {
    transform: rotateY(180deg);
  }

.flip-container, .front, .back {
  width: 320px;
  height: 480px;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.flip-container:hover .flipper, .flip-container.hover .flipper, .flip-container.flip .flipper {
  transform: rotateY(180deg);
}

.masthead2 h1 {
  font-family: 'Baumans';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  background:#ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.masthead2 h2 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead2 h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead2 {
    height: 100vh;
    padding: 0;
  }
  .masthead2 h1 {
    font-size: 3.7rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .masthead2 h2 {
    max-width: 45rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

/* Street Light Styling*/

header.streetlight_head { 
  text-align: center; 
  color: white; 
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/streetlight/wallpaper3.jpg");
  min-height: 100vh;  
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center; 
  background-size: cover; 

  background-blend-mode:darken;
}

.streetlight_head h1 {
  font-family: 'Baumans';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  background:#ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.streetlight_head h2 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .streetlight_head h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .streetlight_head {
    height: 100vh;
    padding: 0;
  }
  .streetlight_head h1 {
    font-size: 3.7rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .streetlight_head h2 {
    max-width: 45rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

.streetlight-projects-section {
  padding: 10rem 0;
  background-color: white;
  
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.streetlight-sowhat-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/about/build.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
}

.streetlight-more-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.05)), to(rgba(22, 22, 22, 0.05)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.05) 1%, rgba(22, 22, 22, 0.05) 100%);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.streetlight-more2-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/streetlight/light3.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.streetlight-projects-section .featured-text {
  padding: 2rem;
}

.streetlight-projects-section h1
{

}

@media (min-width: 992px) {
  .streetlight-projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #EEDD82;
  }
}

.project-name{
  opacity: 1;
}

.streetlight-projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .streetlight-projects-section .project-text {
    padding: 5rem;
  }
  .streetlight-projects-section .project-text hr {
    border-color: #EEDD82;
    border-width: .25rem;
    width: 30%;
  }
}

.street-about-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.6)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 1%, rgba(22, 22, 22, 0.6) 100%), url("../img/streetlight/street.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode:hard-light;
  background-position: center;
}

.street-about-section p {
  margin-bottom: 5rem;
  margin-top: 1rem;
  font-size: large;
  font-weight: 100;
}

.street-about-section h3 {
  font-size: larger;
}

.blockquote-custom {
  position: relative;
  font-size: 1.1rem;
}

.blockquote-custom-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50px;
}

/* -------------------------------------------- START OF HEALTHCARE CSS -------------------------------------------*/

header.healthcare_head { 
  text-align: center; 
  color: white; 
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/healthcare/healthcare-cover.gif");
  min-height: 100vh;  
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center; 
  background-size: cover; 

  background-blend-mode:darken;
}

.healthcare_head h1 {
  font-family: 'Baumans';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  background:#ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.healthcare_head h2 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .healthcare_head h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .healthcare_head {
    height: 100vh;
    padding: 0;
  }
  .healthcare_head h1 {
    font-size: 3.7rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .healthcare_head h2 {
    max-width: 45rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

.healthcare-phases-section {
  padding: 10rem 0;
  background-color: black;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0)), to(rgba(22, 22, 22, 0)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0) 40%, rgba(22, 22, 22, 0) 60%), url("../img/healthcare/recovery.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.healthcare-projects-section {
  padding: 10rem 0;
  background-color: black;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.healthcare-projects-section .featured-text {
  padding: 2rem;
}

.healthcare-projects-section h1
{

}

@media (min-width: 992px) {
  .healthcare-projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #EEDD82;
  }
}

.project-name{
  opacity: 1;
}

.healthcare-projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .healthcare-projects-section .project-text {
    padding: 5rem;
  }
  .healthcare-projects-section .project-text hr {
    border-color: #EEDD82;
    border-width: .25rem;
    width: 30%;
  }
}

.health-about-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.6)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 1%, rgba(22, 22, 22, 0.6) 100%), url("../img/healthcare/how1.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode:hard-light;
  background-position: center;
}

.health-about-section p {
  margin-bottom: 5rem;
  margin-top: 1rem;
  font-size: large;
  font-weight: 100;
}

.health-about-section h3 {
  font-size: larger;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #fed136;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

  /* -------------------------------------------- END OF HEALTHCARE CSS -------------------------------------------*/


  /* -------------------------------------------- START OF AUTOMOTIVE CSS -------------------------------------------*/

  header.auto_head { 
  text-align: center; 
  color: white; 
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/auto/auto_cover.gif");
  min-height: 100vh;  
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center; 
  background-size: cover; 

  background-blend-mode:darken;
}

.auto_head h1 {
  font-family: 'Baumans';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  background:#ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.auto_head h2 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .auto_head h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .auto_head {
    height: 100vh;
    padding: 0;
  }
  .auto_head h1 {
    font-size: 3.7rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .auto_head h2 {
    max-width: 45rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

.auto-projects-section {
  padding: 10rem 0;
  background-color: white;
  
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.auto-projects-section .featured-text {
  padding: 2rem;
}

.auto-projects-section h1
{

}

@media (min-width: 992px) {
  .auto-projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #EEDD82;
  }
}

.project-name{
  opacity: 1;
}

.auto-projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .auto-projects-section .project-text {
    padding: 5rem;
  }
  .auto-projects-section .project-text hr {
    border-color: #EEDD82;
    border-width: .25rem;
    width: 30%;
  }
}

.auto-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.6)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 1%, rgba(22, 22, 22, 0.6) 100%), url("../img/auto/background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode:hard-light;
  background-position: center;
}

.auto-section p {
  margin-bottom: 5rem;
  margin-top: 1rem;
  font-size: large;
  font-weight: 100;
}

.auto-section h3 {
  font-size: larger;
}

  /* -------------------------------------------- END OF AUTOMOTIVE CSS -------------------------------------------*/


  /* -------------------------------------------- START OF HOME & OFFICE CSS -------------------------------------------*/

  header.homeoffice_head { 
  text-align: center; 
  color: white; 
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(90%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.9)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 40%, rgba(22, 22, 22, 0.6) 60%), url("../img/home/office.gif");
  min-height: 100vh;  
  background-repeat: no-repeat; 
  background-attachment: fixed; 
  background-position: center; 
  background-size: cover; 

  background-blend-mode:darken;
}

.homeoffice_head h1 {
  font-family: 'Baumans';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.4rem;
  background:#ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-transform: uppercase;
}

.homeoffice_head h2 {
  font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  max-width: 20rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .homeoffice_head h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .homeoffice_head {
    height: 100vh;
    padding: 0;
  }
  .homeoffice_head h1 {
    font-size: 3.7rem;
    line-height: 7.5rem;
    letter-spacing: 0.8rem;
  }
  .homeoffice_head h2 {
    max-width: 45rem;
    font-size: 1.2rem;
    padding: 2rem;
  }
}

.homeoffice-projects-section {
  padding: 10rem 0;
  background-color: black;
  background-image: 
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  background-position: center;
}

.homeoffice-projects-section .featured-text {
  padding: 2rem;
}

.homeoffice-projects-section h1
{

}

@media (min-width: 992px) {
  .homeoffice-projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #EEDD82;
  }
}

.project-name{
  opacity: 1;
}

.homeoffice-projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}

@media (min-width: 992px) {
  .homeoffice-projects-section .project-text {
    padding: 5rem;
  }
  .homeoffice-projects-section .project-text hr {
    border-color: #EEDD82;
    border-width: .25rem;
    width: 30%;
  }
}

.homeoffice-section {
  padding: 10rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(75%, rgba(22, 22, 22, 0.6)), to(rgba(22, 22, 22, 0.6)));
  background: linear-gradient(to bottom, #d3d3d3 1%, rgba(22, 22, 22, 0.6) 1%, rgba(22, 22, 22, 0.6) 100%), url("../img/home/light.gif");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode:hard-light;
  background-position: center;
}

.homeoffice-section p {
  margin-bottom: 5rem;
  margin-top: 1rem;
  font-size: large;
  font-weight: 100;
}

.homeoffice-section h3 {
  font-size: larger;
}

  /* -------------------------------------------- END OF HOME & OFFICE CSS -------------------------------------------*/