html,
button,
input,
select,
textarea {
  color: #fcfcfc;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
a {
  outline: none !important;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
a:hover {
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
body {
  color: #4a4a47;
  background: #007f9c;
  font-size: 16px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 50px;
  margin: 0;
}
.header-container {
  position: relative;
  height: 770px;
  z-index: 500;
  box-shadow: 0 15px 40px -5px #003045;
}
.header-container header {
  float: left;
  width: 350px;
  height: 770px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef url(../i/paperGrain.png) left top repeat;
}
.header-container header h1#title {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  width: 197px;
  height: 191px;
  background: transparent url(../i/ss-mastLogo.png) center center no-repeat;
  margin: 70px auto 0;
}
.header-container header h1#title:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.header-container #bigNFancy {
  float: left;
  display: block;
  width: 100%;
  margin-left: -350px;
  padding-left: 350px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-container #bigNFancy .hero {
  min-width: 350px;
  width: 100%;
  height: 770px;
}
.typography p {
  letter-spacing: .05em;
}
nav#mainMenu {
  line-height: 1em;
  font-size: 1em;
  letter-spacing: .03em;
  position: relative;
  text-align: center;
}
nav#mainMenu ul {
  margin: 0;
  padding: 0;
  position: relative;
}
nav#mainMenu a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  color: #008da7;
  white-space: nowrap;
}
nav#mainMenu a:hover,
nav#mainMenu a.selected {
  color: #4a4a47;
}
nav#mainMenu ul#mMenu {
  padding: 50px 0;
  font-size: 1.1em;
}
nav#mainMenu ul#mMenu a span {
  font-size: .65em;
  font-weight: 700;
  display: block;
}
nav#mainMenu ul#hours {
  font-size: .8em;
  padding-top: 20px;
  padding-bottom: 11px;
}
nav#mainMenu ul#hours li span {
  display: inline-block;
  width: 130px;
  padding-right: 12px;
  text-align: right;
}
nav#mainMenu ul#hours li span:last-child {
  display: inline-block;
  width: 40px;
  text-align: left;
}
nav#mainMenu .dots {
  background: transparent url(../i/dots.png) top center no-repeat;
  min-height: 10px;
}
footer {
  clear: left;
  z-index: 300;
  position: relative;
  background-color: #007f9c;
}
footer #restaurateur {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #004d67;
  width: 350px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding-top: 87px;
}
footer #restaurateur img {
  margin: 0 auto;
  display: block;
}
footer #restaurants {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 300px;
  padding: 40px 0 70px 370px;
}
footer #restaurants div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
footer #restaurants div img {
  display: block;
  margin: 0 auto;
  padding: 16px;
}
footer #restaurants div a:nth-child(2) img {
  margin-top: -15px;
}
footer #restaurateur img,
footer #restaurants img {
  opacity: .65;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
footer #restaurateur img:hover,
footer #restaurants img:hover {
  -webkit-transition: all 0ms;
  -moz-transition: all 0ms;
  -o-transition: all 0ms;
  transition: all 0ms;
  opacity: 1;
}
footer .abs {
  position: absolute;
  bottom: 20px;
  left: 400px;
  color: #d3dee4;
  line-height: 1.3em;
  font-size: .8em;
  letter-spacing: 0.05em;
}
footer .abs .auteur {
  color: #54a5b9;
}
footer .abs .auteur a {
  color: #74b3c4;
}
footer .abs .auteur a:hover {
  color: #d3dee4;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 768px) {
  .header-container {
    position: relative;
    height: auto;
  }
  .header-container header {
    float: none;
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 70px 0;
  }
  .header-container header h1#title {
    margin-top: 0px;
  }
  .header-container #bigNFancy {
    float: none;
    display: block;
    width: 100%;
    min-width: auto;
    margin-left: 0px;
    padding-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header-container #bigNFancy .hero {
    background: url(../i/LZ4A1455.jpg) left top no-repeat;
    background-size: cover;
    width: auto;
    height: 300px;
    padding: 0;
    margin: 0;
    min-width: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer #restaurateur {
    width: auto;
    position: relative;
    padding: 40px 0 35px;
  }
  footer #restaurateur img {
    margin: 0 auto;
    display: block;
  }
  footer #restaurants {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    width: 100%;
  }
  footer #restaurants div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  footer #restaurants div img {
    display: block;
    margin: 0 auto;
    padding: 10px;
  }
  footer #restaurants div a:nth-child(2) img {
    margin-top: 0;
  }
  footer .abs {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 1200px) {
  /* ===============
    Maximal Width
     =============== */
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
