body {
  font-family: 'Lato', Arial, sans-serif;
  font-size: 22px;
  color: #333;
  margin: 0;
  line-height: 1.4em;
}
a {
  text-decoration: none;
  color: #1c86ee;
}
a:visited {
  color: #1c86ee;
}
p {
  margin:10px 0;
  font-size: 1em;
}
p.large {
  font-size: 1.5em;
}
p.tiny {
  font-size: 0.5em;
}
p.about-text {
  font-size: 0.8em;    
}
p.delivery-suburbs {
  font-size: 0.7em;    
}
h1 {
  font-weight: normal;
  font-size: 1.5em;
}
.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.white-bandeau {
  height: 130px;
  display: block;
  position: absolute;
  top: 70px;
  width: 100%;
  background: rgba(255,255,255,0.8);
}

header {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.logo { 
}
.logo img {
  width: 300px;
}
ul.social-icons {
  position: absolute;
  top: 105px;
  right: 30px;
  padding: 10px;
  margin: 0;
  list-style: none;
}
ul.social-icons > li {
  display: inline-block;
  padding: 0 5px;
  float: right;
}
.background {
  background-image: url('../img/website_bg.jpg');
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 100% auto;
  text-align: center;
}
#main-content {
  text-align: center;
  background: rgba(255,255,255,0.9);
  padding: 10px 20px 20px 20px;
  display: inline-block;
  margin-top: 35px;
  /*width: auto;*/
  width: 500px; 
}

button, a.button {
  font-family: 'Kanit', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  padding: 10px 20px;
  display: inline-block;
  color: #FFF;
  width: 310px;
  box-shadow: 5px 5px 4px 0px #555;
  margin: 12px 0;
}
.red-btn {
  background-color: #ec4331;  
}
.black-btn {
  background-color: #000;
}
button:active, a.button:active {
  box-shadow: 2px 2px 2px 0px #555;
  margin-top: 13px;
}
#map-btn {
  display: inline-block;
  padding: 0px 35px 0px 20px;
  background-image: url(../img/triangle_next_grey.png);
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: 95% 4px;
  font-weight: bold;
}
#menu-btn {
  background-image: url(../img/triangle_next_white.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 310px 12px;
}
#gallery-btn {
  background-image: url(../img/triangle_down_white.png);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 310px 12px;
}
.featherlight-iframe .featherlight-content {
  padding: 10px;
  overflow-y:auto;
  width: 90%;
  height: 90%;
}
.featherlight-iframe .featherlight-content iframe {
    width: 100% !important;
    height: 100% !important;
}
.featherlight .featherlight-close-icon {
  font-size: 15px;
  margin: 0;
  top: 0px;
  background-color: #FFF;
  box-shadow: 1px 1px 2px 1px rgba(50,50,50,0.5);
}

#gallery {
  background-color: #FFFFFF;
  padding: 7px;
}
#gallery:after {
  clear: both;
}
#gallery > a {
  display: inline-block;
  width: 25%;
  float: left;
}
#gallery > a > img {
  max-width: 100%;
  width: 100%;
}

.prefooter {
  background-color: #444444;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
}
.prefooter p {
  margin: 20px 0;
  font-size: 0.9em;
}
footer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media screen and (min-device-width: 767px) {
  a.phone {
    color: #333333;
  }
}
@media screen and (min-width: 1200px) {
  .background {
    background-size: 100% auto;
    background-position: top left;
  }
}
@media screen and (max-width: 1199px) {
  .background {
    background-size: auto auto;
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  ul.social-icons {
    right: 10px;
    top: 85px;
  }
  .logo img {
    width: 250px;
  }
  .white-bandeau {
    height: 115px;
    top: 60px;
  }
  body {
    font-size: 20px;
  }
  #main-content {
    margin-top: 30px;
    padding: 20px 10px;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  header {
    text-align: left;
    padding-left: 10px;
    padding-top: 20px;
  }
  body {
    font-size: 18px;
  }
  .logo img {
    width: 180px;
  }
  .white-bandeau {
    height: 80px;
    top: 45px;
  }
  ul.social-icons {
    top: 60px;
  }
  ul.social-icons > li img {
    width: 35px;
  }
  #map-btn {
    padding: 0px 27px 0px 20px;
    background-size: 20px 20px;
  }
  #menu-btn, #gallery-btn {
    background-position: 260px 8px;
  }
  button, a.button {
    width: 260px;
  }
  .background {
    background-position: center top;
    background-size: auto auto;
  }
}