/*
* ----------------------------------------------------------------------------------------
* BANNERS
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .desktop--hero-banner {
    background-repeat: no-repeat;
    background-size: contain;
    height: 0;
    margin-top: -5px;
    padding-top: 44%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; } }
@media only screen and (min-width: 768px) {
  .desktop--hero-banner {
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    /*padding-top: 66.64%;*/
    padding-top: 26.05%;
    width: 100%; }

  .desktop--hero-banner-container h2 {
    display: none; }

  .banner-title {
    font-size: 26px;
    left: 45px;
    max-width: 195px;
    top: 90px; } }
@media only screen and (min-width: 992px) {
  .banner-title {
    font-size: 44.3px;
    left: 45px;
    max-width: 245px;
    top: 120px; } }
@media only screen and (min-width: 1200px) {
  .banner-title {
    left: 45px;
    max-width: 320px;
    top: 140px; } }
/*
* ----------------------------------------------------------------------------------------
* CONTENT
* ----------------------------------------------------------------------------------------
*/
@media only screen and (min-width: 1px) {
  .full-width-img.solar-energy {
    background-color: #DEF0FC;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px; }

  .solar-panel-description {
    background-color: #DEF0FC;
    text-align: center;
    padding: 100px 0 70px 0; }
    .solar-panel-description h3 {
      font-size: 19px;
      font-weight: 300;
      line-height: 30px;
      margin-bottom: 30px;
      margin-left: 25px;
      margin-right: 25px;
      margin-top: 0; }
    .solar-panel-description p {
      font-size: 14px;
      margin: 0 auto;
      margin-left: 25px;
      margin-right: 25px; } }
@media only screen and (min-width: 768px) {
  .full-width-img.solar-energy {
    background-color: #DEF0FC;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px; }

  .solar-panel-description {
    background-color: #DEF0FC;
    text-align: center;
    padding: 200px 0; }
    .solar-panel-description h3 {
      font-size: 40px;
      font-weight: 300;
      margin-bottom: 30px;
      margin-top: 0; }
    .solar-panel-description p {
      font-size: 20px;
      margin: 0 auto;
      width: 645px; } }

/*# sourceMappingURL=energyconservation.css.map */
