h1 {
  font-family: Suisse, sans-serif;
  margin: 0;
  color: #fff;
  line-height: 50px;
  margin-left: 59px;
  
}

img {
  float: left;
  height: 50px;
}

body, html {
  margin:0;

  padding:0;
}

#updatelabel {
      font-family: Suisse, sans-serif;
    color: white;
    font-size: 0.7rem;
}

#updatelabel > a {
  color: #a9a9a9;
}


#header {
  background-color: #bf1b2c;
  padding: 3rem 20vw;
}

#tagcontainer {
  max-width: 700px;
  padding-bottom: calc(39px + 1rem);
  padding: 75px 0;
  margin: 0 auto;
}

.inputlabel {
  font-size: 1.2rem;
}

#tagline {
  font-family: Suisse, sans-serif;
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  font-size: 2.8rem;
}

#ava {
  font-family: Suisse, sans-seif;
  color: #8b9195;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 2.8rem;
  text-align: center;
}

#zip, #street {
  width: calc(100% - 20px);
  height: 40px;
  padding: 0 10px;
  font-family: Suisse, sans-serif;
  font-size: 1.6rem;
  background-color: #f0eeea;
  border: none;
}

#zip:focus, #street:focus {
  outline: none!important;
}

#columns {
  display: flex;
  margin:0 -15px
  width:100%;
}

#zipcon {
  width: 50%;
  /* transform: rotate(-2deg); */
}

#strcon {
  width: 50%;
  /* transform: rotate(1deg); */
}

#zipcon, #strcon {
    padding:0 15px;

}

.hand {
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
  border:solid 4px #000;
  background-color: #f0eeea;
  display: inline-block;

  width: calc(100% - 20px);
}

.inputlabel {
  color: #737373;
  font-family: Suisse, sans-serif;
  margin-top: 10px;
}

#benecon {
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

#megacon {
    background-color:#f0eeea;

}

h2 {
  font-size: 2.5rem;
  font-family: Suisse, sans-serif;
}

#benefits {
  
  display: flex;
}

.benefit {
  width: 33.33%;
}

.benefiticon {

}

.benefit > img {
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
}
.benefit > h3 {
  font-family: Suisse, sans-serif;
  font-size: 1.6rem;
  clear: left;
  margin-top: 72px;
}

.benefit > p {
  font-family: Suisse, sans-serif;
  font-size: 1.1rem;
}







.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  font-family: Suisse, sans-serif;
  text-transform: capitalize;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

@media only screen and (max-width: 800px) {
  #columns, #benefits {
    flex-direction: column;
  }


  .benefit {
    width: 100%;
    padding: 0;
    margin-top: 35px;
  }

  #tagcontainer {
    padding: 2rem 1rem;
  }

  #tableCont {
    overflow-x:scroll;
    width:100%;
  }

  #header {
    padding: 3rem 10vw
  }

  #blurb {
    font-size: 1.5rem;
    margin: 4rem 0 0 0;
  }

  h1 {
    line-height: 50px;
    font-size: 1.2rem;
  }

  #tagline {
    font-size: 1.9rem;
  }

  #canvascont {
    margin-left: 0;
  }

  #zipcon, #strcon {
    width: 100%;
    padding: 0;
  }
}