.container-full {
  margin: 0 auto;
  width: 100%;
}
.container-960 {
  margin: 0 auto;
  width: 960px;
}
.menu-border {
    border-bottom: 1px solid #ccc;
}
@font-face {
    font-family: Didot;
    src: url(fonts/DidotLTStd-Roman.otf);
    font-weight: normal;
}
@font-face {
    font-family: Didot-Headline;
    src: url(fonts/DidotLTStd-Headline.otf);
    font-weight: bold;
}
* {
    font-family: Didot, 'Didot LT STD', 'Hoefler Text', Garamond, 'Times New Roman', serif;
}
h1,h2,h3 {
    font-family: Didot-Headline, Garamond, 'Times New Roman', serif;
    font-weight: bold;
}
h2 {
    text-align: center;
}
h3 {
    font-size: 13pt;
    
}
.motto h1 {
    text-align: center;
}
.menu h3 {
    display: inline-block;
  vertical-align: middle;
  line-height: normal;  
  color: #ccc;
}
h4 {
    font-size: 16pt;
    text-align: center;
    font-weight: bold;
}
.middle-inside {
    margin: 0 auto;
    display: block;
}
.splash {
    height: 300px;
    background: url('../imgs/slider.png') center;
}
.splash h1 {
    text-align: center;
    color: #fff;
}
.quote h2 {
    font-style: italic;
    font-weight: normal;
}