body {
  background: #F0B67F;
  font-family: avenir;
  color: #191919; }

header {
  height: 100px;
  width: 100%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  background: #FE5F55; }
  header input {
    height: 25px;
    width: 80%;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #FE5F55;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
    header input:focus {
      outline: 0;
      transform: scale(1.05); }
    header input:hover {
      transform: scale(1.05);
      transition: transform 0.5s; }

main {
  height: 72vh;
  overflow: scroll; }
  main h1 {
    color: #fff;
    text-align: center;
    line-height: 62vh; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    width: 100%;
    background: #fff;
    list-style-type: none;
    padding: 1.5% 1.5% 1.5% 2%;
    border-bottom: 1px solid #F0B67F; }

i {
  float: right;
  color: #FE5F55; }

.check {
  float: right;
  margin: 0 5% 0 1%;
  background: #FE5F55;
  border: 0; }

footer {
  height: 100px;
  width: 100%;
  text-align: center;
  background: #FE5F55; }

#button-wrapper {
  height: 40px;
  width: 35%;
  margin: 0 auto;
  padding-top: 3%; }
  #button-wrapper input {
    background: #fff;
    color: #FE5F55;
    border: 0;
    height: 30px;
    width: 70px;
    line-height: 1.8rem;
    font-size: .8rem;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2); }
    #button-wrapper input:focus {
      background: #F0B67F;
      outline: 0;
      transform: scale(1.05); }
    #button-wrapper input:hover {
      transform: scale(1.05);
      transition: transform 0.5s; }

.hide {
  display: none; }

@media screen and (max-width: 650px) {
  #button-wrapper {
    width: 50%;
    padding-top: 7%; } }
@media screen and (max-width: 450px) {
  #button-wrapper {
    width: 100%;
    padding-top: 10%; } }
@media screen and (min-width: 950px) {
  main {
    width: 60%;
    margin: 0 auto; }

  #task-list, #completed-list {
    margin-top: 2%; } }

/*# sourceMappingURL=main.css.map */
