body {
  color: black;
  font: 18px/26px futura-pt, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
  background: #d1cbba url(../images/background.jpg) repeat 0 0;
}

p {
  font-family: futura-pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
 margin-top:1em;
 margin-bottom:1em;
}

a:visited,
a:link {
  padding: 10px;
  background-color: black;
  color: white;
  font-size: 28px;
  text-decoration: none;
}

a:hover {
  background-color: #333;
}


a:active {
  background-color: #444;
}

h1 {
  font-size: 36px;
 letter-spacing: -0.08em;
  text-transform: uppercase;
}


#page {
  position: relative;
  margin: auto;
  margin-top: 60px;
  width: 880px;
  height: 550px;
  background: white url(../images/background-page.jpg) no-repeat 0 0;
}



@media screen {
  h1 { visibility: hidden }
  p {
    margin-left: 80px
  }

  p.hours {
/*    width: 190px;*/
    font-weight: 100;
    font-size: 22px;
    position: absolute;
    top: 175px;
    left: 0;
   }

  .day {
/*    padding-right: 10px;*/
    width:80px;
    float:left;
    display: block;
    clear: left;
  }
  
  .time {
    float:left;
    
  }

  p.address {
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    top: 275px;
    left: 0;
  }

  p.phone {
    position: absolute;
    top:  155px;
    left: 490px;
  }

  p.email {
    position: absolute;
    bottom: -20px;
    width: 100%;
    margin-left: 0px
  }
 
  .via {
    display: none;
  }
  
  .number {
    padding-top:0px;
    font-weight: 100;
    font-size: 40px;
    text-align: center;
    display: block;
    width: 240px;
    line-height: 70px;
    height:80px;
  }
  
  .number ~ .number {
    margin-top:-6px;
  }

  


  p.email a {
   font-weight: 300;
   font-size: 20px;

  display: block;
  padding-right: 0;
    width: 870px;
  text-align: center;
  }
}

@media print {
  body {
    margin: 50px;
    font: 18px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  }

  p {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  
  a {
    padding: 0 !important;
    color: black !important;
  }

}
