body {
 -webkit-text-size-adjust: none;
 background-image: url("images/bg.jpg");
 background-color: #ffffff;
 font-family: Abel, sans-serif;
}

.footer {
  -webkit-text-size-adjust: none;
	font-family: Abel, sans-serif;
  font-size: 20px;
}

h1 {
  -webkit-text-size-adjust: none;
	font-family: Abel, sans-serif;
  font-size: 32px;
}

p {
  -webkit-text-size-adjust: none;
    padding : 0;
    color: gray;
    background-color: transparent;
    margin : 0;
    line-height : 20px;
}


@media (max-width: 899px) {
  .w-100 {
    width: 100%;
    height: auto;
    }
  .responsive {
    width: 130%;
    height: auto;
    }
  .btn_responsive {
    -webkit-text-size-adjust: none;
    width: 80%;
    height: auto;
    }
   h1 {
    -webkit-text-size-adjust: none;
    font-size: 16px;
    padding-top: 12px;
    }
   .footer {
     -webkit-text-size-adjust: none;
     font-size: 10px;
     line-height : 10px;
   }
  }

  @media (min-width: 900px) {
    .w-100 {
      width: 100%;
      height: auto;
      }
    .responsive {
      width: 90%;
      height: auto;
      }
      .btn_responsive {
        width: 50%;
        height: auto;
      }
      
      h1 {
        padding-top: 12px;
        padding-bottom: 12px;
      }
   }
