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

body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #fff;
}

hr.light {
  border-color: #fff;
}

a {
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #000;
}

h1 {
  font-family: 'Merriweather', serif;
  color: #000;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  color: #555;
}

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

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 600;
  text-transform: uppercase;
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #000;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #333 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #333;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #333;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #333;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #000;
  }
}

header.masthead {
  margin-bottom: 40px !important;
  padding-top: 6rem;
  padding-bottom: 4rem;
  /*background-image: url("../img/header.jpg");*/
  background-position: center center;
  /*background-size: cover;*/
}

/*header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}*/

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}

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

.btn {
  font-weight: 400;
  padding: .5rem 1rem;
  /*text-transform: uppercase;*/
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
    background: #222;
    border-color: #222;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #444;
  border-color: #444;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/* ==================================================
   PORTFOLIO 2026 CUSTOM OVERRIDES
   ================================================== */

header.masthead h1 {
  margin-bottom: 36px !important;
  color: #555 !important;
}

header.masthead h5 {
  margin-bottom: 32px !important;
  color: #222 !important;
  font-weight: 400 !important;
}

header.masthead h6 {
  max-width: 760px;
  margin: 0 auto !important;
  color: #555 !important;
  font-weight: 200 !important;
  line-height: 1.4 !important;
}
header.masthead {
  height: auto !important;
  min-height: auto !important;
  padding-top: 8rem !important;
  padding-bottom: 1rem !important;
}
.selected-work-intro {
  padding: 1rem 0 1rem 0 !important;
}

.selected-work-intro h6 {
    font-size: .95rem;
    font-weight: 600;
    color: #333;
    letter-spacing: .03em;
}

.work-divider {
  max-width: 80px;
  margin: 16px auto !important;
  border-top: 2px solid #222 !important;
}
/* Project / Selected Work styling */
#work h3 {
    font-family: 'Merriweather', serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.15;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    color: #555;
}

#work h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #222;
}

#work p.lead {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1.75rem;
}
#work p {
    max-width: 780px;
}

#work .btn {
  font-family: 'Open Sans', sans-serif;
  font-size: .9rem;
  font-weight: 700;
  background: #222 !important;
  border-color: #222 !important;
  color: #fff !important;
  text-transform: none;
  padding: .75rem 1.25rem;
}
.row.portfolio-content h3 {
  font-family: 'Merriweather', serif !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #555 !important;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.row.portfolio-content h4 {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  color: #222 !important;
}
.portfolio-content p.lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    font-weight: 300;
}
/* Desktop */
.navbar-brand {
    font-size: 1.2rem;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 768px) {
    .navbar-brand {
        font-size: 1rem;
    }
}
.portfolio-hero {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.portfolio-hero img {
  width: 100%;
  display: block;
}

.portfolio-content h3 {
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}

.portfolio-content h4 {
  margin-bottom: 2rem !important;
}
.portfolio-hero {
    display: block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 8px 30px rgba(0,0,0,.08);
    margin: 3rem auto 2.5rem;
}
.contribution-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.contribution-section h3 {
  margin-bottom: 2rem;
}

.contribution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.contribution-card {
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  background: #fff;
}

.contribution-card h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #222;
  margin-bottom: .5rem;
}

.contribution-card p {
  font-family: 'Open Sans', sans-serif;
  font-size: .95rem;
  line-height: 1.55;
  color: #555;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .contribution-grid {
    grid-template-columns: 1fr;
  }
}
.text-white a {
    color: #ffffff;
    text-decoration: underline;
    transition: opacity .2s ease;
}

.text-white a:hover {
    color: #ffffff;
    opacity: .8;
}
/* Portfolio Bullet Lists */
.portfolio-list {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.8;
    color: #333;
    margin: 1rem 0 2rem;
    padding-left: 1.5rem;
}

.portfolio-list li {
    margin-bottom: 0.6rem;
}

.portfolio-list li:last-child {
    margin-bottom: 0;
}

.portfolio-list li::marker {
    color: #333;
}
.portfolio-caption {
    font-family: 'Open Sans', sans-serif;
    font-size: .95rem;
    line-height: 1.6;
    color: #777;
    font-style: italic;
    text-align: center;
    margin-top: .9rem;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.charging-discoveries {
  max-width: 880px;
  margin: 32px auto 56px;
}

.discoveries-heading {
  margin: 0 0 28px;
  font-size: 1.5rem;
  font-weight: 500;
}

.charging-discoveries .row {
  row-gap: 28px;
}

.discovery-card {
  height: 100%;
}

.discovery-card h3 {
  margin: 0 0 10px;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 600;
}

.discovery-card p {
  margin: 0;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.55;
}