.main {
    background: url(/static/verticals/solar2/img/solar4/background.webp?82dd9116bb6e);
    min-height: 100vh;
    background-repeat:no-repeat;
    background-color: #e3e7ef;
    background-position-x: 8rem;
    background-position: 50% 0%;
}
.free-quote{
    background: url(/static/verticals/solar2/img/house2.webp?82dd9116bb6e) rgba(6, 89, 112);
    min-height: 60vh;
    background-position: 25% 35%;
    background-blend-mode: multiply;
}
.footer {
    background: #06618a;
}
.about {
    background-color: #f4f3fa;
}
.nav-link {
    color: white;
}
#underline {
    height: 10px;
    color: #6ead1c;
    opacity: 1 !important;
}
#underline2 {
    height: 5px;
    color: #6ead1c;
    opacity: 1 !important;
}
.container-image {
    position: relative;
    margin: 20px;
    z-index: 0;
}
.inner {
    width: 40%;
    height: 40%;
    position: absolute;
    border: 6px solid black;
    border-color: #d4d7de;
    top: -40px;
    left: -100px;
    z-index: -1;
}
.btn-solar{
    background: #ee9408;
    font-size: 2em;
    border-style: none;
    color: #fff;
    padding: 20px;
    text-decoration:none;
    border:4px solid black;
    border-radius: 10px;
}
.btn-solar:hover{
    color: #fff;
    background: ##ee9408;
    border:4px solid black;
    border-radius: 10px;
}

.btn-solar-small{
    background: #ee9408;
    font-size: 1.5em;
    border-style: none;
    color: #fff;
    padding: 10px;
    text-decoration:none;
    border:4px solid black;
    border-radius: 10px;
}

.btn-solar-small:hover{
    color: #fff;
    background: ##ee9408;
    border:4px solid black;
    border-radius: 10px;
}

.form-control{
    border-left:none;
    border-right:none;
    background-color:#f4f3fa;
    border-radius: 0px;
    padding: 15px;
}
ul {
    list-style-type: disc !important;
    padding-left:1em !important;
    margin-left:1em;
}

li:before {
    content:"o"
    font-size:100px;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
    transform: translateX(0);
}

.button {
    background-color: #75bc1f;
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.errorlist {
    background-color: #FFCCCC;
    color: black;
    display: block;
    font-size: 15px;
    margin: 0 0 3px;
    padding: 4px 5px;
    list-style-type: none !important;

}

a {
   text-decoration:none;
   color: white;
}

a:hover {
  color: white;
  text-decoration:none;
}

p.leadid_tcpa_disclosure {
    color: white;
    font-size: 13px;
    margin-left: -30px;
    margin-right: -30px;
    font-size: 11px;
    opacity: 0.8;
}

p.leadid_tcpa_disclosure a {
    color: #white !important;
    text-decoration: underline;
}

figure:nth-child(1) img {
    max-width: 300px;
}

figure:nth-child(2) img {
    max-width: 300px;
    margin-left: 11px;
}

.logo {
    height: 100px
}

@media only screen and (min-width: 701px) {
    div.pb-4 {
        max-height: 120px;
    }
}

@media only screen and (max-width: 700px) {
  .logo {
    height: 70px;
  }
  img {
    height: 70px;
  }
  h1.header-contact, h5.header-contact {
    font-size: 0.8rem;
    padding-top: 0px !important;
    display: none;
  }
  div.pb-4 {
    max-height: 160px;
  }
}

@media only screen and (max-width: 400px) {
  h1.display-nathan {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 400px) {
  h3.display-title {
    font-size: 1.15rem;
  }
}

.x {
  position: relative;
}

.site-icon {
  position: absolute;
  width: 4rem;
  height: 4rem;
  top: -6%;
  left: -6%;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  border: 3px solid #76a334;
}
