/* ----mobile ---- */

@media only screen and (max-width: 515px) {
  .logo {
    text-align: center !important;
    max-width: 80vw;
    padding: 20px;
    position: relative;
  }

  .section {
    padding: 15px 0px;
    margin: 30px auto;
    background-color: #eee;
  }
  
  .section-headers {
    margin-top: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: var(--greenhouse-green);
  }

  #showcase-img {
    position: relative;
  }

  #showcase-img:before {
    background-image: url('main-facade.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Roboto', sans-serif;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8 !important;
    min-width: 100vw;
    height: 100vh;
  }

  #main-header,
  #showcase-text {
    display: none;
    
  }

  #main-header-mobile {
    display: relative !important;
    height: 100vh !important;
    padding-top: 8vh;
  }

  #secondary-header-mobile {
    width: 100%;
    font-size: 20px;
    text-align: center;
    padding: 30px 30px 0px 30px;;
    margin-top: 30vh;
    position: absolute;
    bottom: 0;
    background-color: var(--greenhouse-green);
    color: #fff;
  }

  #main-header-mobile > h1 {
    position: relative;
    text-align: center;
    color: #222;
    margin: 10px;
    /* margin: 0px; */
    font-size: 40px !important;
    font-family: "Righteous", sans-serif;
    font-weight: 600;
  }

  #main-header-mobile > h6 {
      color: #222;
      position: relative;
    text-align: center;
      /* margin: 0px 25px 25px 25px; */
      font-family: "Righteous", sans-serif;
  }

  .green-bg {
      text-align: center;
      background-color: var(--greenhouse-green);
      color: #fff;
      margin-top: 0px;
      padding: 50px 30px;
      font-size: 20px;
    }

    .light-dep {
      padding: 30px;
      font-size: 20px;
    }

  /* pricing */
  .pricing-text-row {
    display: flex;
    text-align: center;
    font-size: 18px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .specs {
      padding: 15px;
    }


  .pricing-img-row {
    text-align: center;
  } 

  .image-container {
    /* width: calc(1/3); */
    margin: 10px 0px;
    /* border: 1px solid #ccc */
    padding: 0 10vw;
  }

  .image {
    width: 80vw;
  }

  .sm-col {
    width: 7%;
    padding: 10px;
  }
  /* 
  .med-col {
    width: 20% 
  } */

  .lg-col {
    position: absolute;
    right: 0;
    width: 60%;
    padding: 10px;
  }

  /* #pricing {
    padding: 40px 20px;
  } */

  /* li {
    font-size: 12px;
  } */

  .dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #fff;
  }

  .dropdown-button {
    padding: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 1;
  }

  .dropdown-content div {
    padding: 10px;
    cursor: pointer;
  }

  .dropdown-content div:hover {
    background-color: #f1f1f1;
  }

  .show {
    display: block;
  }

  .content-div {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
  }



  footer {
    display:none;
  }

}
