body {
  margin: 0;
  padding: 0;
  color: #3f3e3b;
  background: #dedad2 url('../img/bg.jpg') center center no-repeat;
  background-size: cover;
  font-family: 'Lemon', sans-serif;
  width: 100vw;
  height: 100vh;
  font-size: 14px;
}


.logo {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -75px;
  right: 0;
  top: 10%;
  display: block;
  width: 150px;
}

a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

a.order {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  color: #fff;
  background: #ea2531;
  border-radius: 8px;
  padding: 0.7em 1em;
  display: block;
  margin: -20px auto 0;
  width: 14em;
  text-align: center;
  
}

.order:hover {
  color: #fff;
}



p {
  text-align: center;
  margin: 1em;
  padding: 0;
}

footer {
  font-size: 0.85em;
  margin-top: 6em;
  position: absolute;
  bottom: 2em;
  left: 0;
  width: 100%;
}

.phone {
  font-size: 1.5em;
  color: inherit;
}

.copyright {
  font-size: 0.8em;
}


@media (min-width: 350px) {
  
  .logo {
    
    top: 20%;
    margin: 0 0 0 -85px;
    width: 170px;
  }
  
  footer {
    bottom: 4em;
  }
  
  
  
}

@media (min-width: 768px) and (min-height: 750px)  {
  
  .logo {
    
    top: 20%;
    margin: 0 0 0 -110px;
    width: 220px;
  }
  
  footer {
    bottom: auto;
    top: 50%;
    margin-top: 100px;
  }
  
  
  
} 



