/* ============================================================
  General
============================================================ */

h1 {
  margin-left: 20px;
}

h3 {
  margin-top: 30px;
}

/* ============================================================
  Banner
============================================================ */

#banner {
  background: #fff;
  color: #29c7e2;
  padding-bottom: 60px;
  padding-top: 0;
}
#landing-page-banner{
    background: #fff;
    color: #29c7e2;
    padding-bottom: 0px;
    padding-top: 0;
}

#large-logo {
  margin-top: 25px;
}

/* ============================================================
  Log In Form
============================================================ */

.hp_input {
  display: none !important;
  height: 0;
  width: 0;
}

#username,
#password {
  margin-bottom: 5px;
}

/* ============================================================
  Furniture Icons
============================================================ */

#furniture-icons {
  background: #f6f6f6;
}

/* ============================================================
  About / Video
============================================================ */

#about {
  padding-bottom: 30px;
}

#video {
  border: 1px dashed #ccc;
  padding: 15px;
}

.early-access-btn{
    color: white !important;
    padding: 9px 10px 9px 10px!important;
    margin: 8px !important;
    background-color: #29C7E2 !important;
    border: 1px solid #29C7E2 !important;
}
.early-access-btn:hover{
    color: #29c7e2 !important;
    background-color: white !important;
}