body {
  font-family: 'Karla', sans-serif;
  background-image: url("../images/bg.png");
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-bottom: 75px; 
}
  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }


