body {
  font-family: Figtree, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  min-height: 100vh;
  color: #000;
  --light: #ffffffe6;
}

h1,
h2 {
  font-weight: 900;
  font-size: 43px;
}

h2 {
  font-size: 43px;
}

p a {
  color: #ed193a;
  text-decoration: underline;
}

.main {
  background: top left / contain no-repeat url('/images/bg-motif-energy.png');
}

@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 100 900;
  src: url('/css/Figtree-VariableFont_wght.ttf') format('truetype');
}

.navbar,
.navbar-brand {
  padding-left: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #414142;
  text-decoration: none;
}

.navbar-nav,
.dropdown-menu,
.nav .btn {
  font-weight: bold;
  font-size: 14px;
}

.navbar-nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  transition: all 0.1s ease;
}

.navbar-nav a.dropdown-item {
  text-decoration: none;
}

.navbar-nav a.dropdown-item:hover {
  border-radius: 0px;
}

.btn-light,
.btn-light:hover {
  color: var(--secondary);
}

.btn-secondary {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 20px;
  line-height: 14px;
}

.btn-secondary.btn-lg {
  padding: 15px 25px;
}

.small {
  font-size: 80%;
}

footer.bg-dark {
  color: var(--light);
  background-image: linear-gradient(135deg, #041521 0%, #041521 100%);
}

footer h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

footer.bg-dark .copyright {
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 1rem;
}

footer .menu {
  padding-bottom: 2rem;
}

footer .menu a {
  color: var(--light);
  font-size: 14px;
  font-weight: 200;
  line-height: 14px;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
}

footer .menu a:hover {
  text-decoration: none;
  color: #fff;
  transition: all 0.1s ease;
}

.col-sm {
  padding: 0 1rem 0 0;
}

.nav-item.dropdown {
  padding-right: 2rem;
}

.uploadBox {
  max-width: 900px;
  border-radius: 4px;
}

.uploadBox span {
  font-size: 26px;
  font-weight: 400;
}

.uploadBox a {
  color: #fff;
}

div.error {
  margin: 1rem auto;
  max-width: 400px;
  border: 1px solid var(--secondary);
  border-radius: 4px;
  padding: 2rem;
}

div.error {
  color: var(--secondary);
}

input[type='file'] {
  visibility: hidden;
  height: 0;
}

.results div {
  font-size: 30px;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 3.2rem;
  max-width: 700px;
}

.results .callout a {
  color: inherit;
  text-decoration: underline;
}

.results p {
  max-width: 700px;
  font-size: 14px;
  text-align: center;
}

.results .section {
  text-align: left;
}

.results section p {
  font-size: 16px;
}

.results section h2 {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #ed193a;
}

.results .savings {
  font-weight: bold;
}

.text-primary {
  font-size: 24px;
  font-weight: normal;
}

.nosavings {
  text-align: left;
  max-width: 600px;
}

.nosavings>* {
  margin-bottom: 2rem;
}

.results h1 {
  font-weight: bold;
  color: inherit;
  font-size: 55px;
  margin-bottom: 0.6rem;
  text-align: center;
}

.results .small {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.grey {
  color: var(--gray);
  font-size: 0.8rem;
}

.popover {
  font-size: 1.1rem;
}

.spinner-border {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
}

.billfailed {
  margin: 3rem 0;
}

#uploadform {
  width: 100%;
}

#emailAddress {
  width: 400px;
  max-width: 90%;
  margin-bottom: 20px;
  padding: 5px 20px;
  text-align: center;
  background-color: #f8f8f8;
  border: none;
  outline: none;
  box-sizing: border-box;
}

#upload {
  color: var(--light);
  background-color: #041521;
  border-radius: 50px;
  padding: 10px 30px;
}

@media screen and (max-width: 1000px) {
  .home-feature {
    min-height: 200px;
  }

  .home-feature div {
    font-size: 2em;
    line-height: 1em;
  }
}

@media screen and (max-width: 5000px) {
  .uploadBox {
    width: 100%;
  }
}