.group:after {
  content: "";
  display: table;
  clear: both;
}

body{
    margin: 0;
}

.page-header {
    background: #41393d;
    color: #8a8c8f;
    font-family: "Majesti Banner Bold";
    padding: 10px;
    box-shadow: 0 1px 3px #999;
}

.page-header h2 {
    font-style: italic;
    font-size: 50px;
    margin: 0;
}

.page-header nav{
    float: right;
}

.page-header nav ul{
    list-style: none;
}

.page-header nav ul li a{
    color: #8a8c8f;
    font-size: 30px;
}

.menu{
    float:left;
    background: #d4a18d;
    padding-bottom: 145px;
    padding-top: 146px;
    padding-left: 61px;
    padding-right: 62px;
}

.main-nav{
    font-size: 70px;
    font-family: "athelas";
    color: #8a8c8f;
    text-align: center;
}

.main-nav ul{
    list-style: none;
    padding: 0;
    margin:0;
    color: #8a8c8f;    
}

.main-nav ul li a{
    display:inline;
   
    color: #8a8c8f;
}

.restaurant-photo{
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.company-message{
    float: right;
    background: #d4a18d;
    color: #8a8c8f;
    padding-left: 12px;
    padding-right: 11px;
    padding-top: 108px;
    padding-bottom: 108px;
}

.company-message h2{
    font-family: "majesti banner bold";
    text-decoration: underline;
    text-align: center;
    font-size: 50px;
}

.company-message p{
    font-family: "majesti banner medium";
    text-align: center;
    font-size: 25px;
}

.page-footer{
  position: relative;
  text-align: center;
  color: #ef4e22;
  font-size: 20px;
}

.page-footer p{
    position: absolute;
    bottom: -9px;
    left: 16px;
}

.page-footer a{
    text-decoration: none;
    color: #ef4e22;
    position: absolute;
    bottom: 10px;
    right: 16px;
}

.billboard{
    background: #d4a18d;
    color: #d7e4c2;
    width: auto;
}

.billboard h3{
    text-align: center;
    font-family: "athelas bold";
    font-size: 50px;
    margin-top: 0;
}

.billboard p{
    font-family: "athelas";
    text-align: center;
    font-size: 30px;
}

.billboard p a{
    color: #d7e4c2;
}

.mission-statement {
    background: #ef4e22;
    color: #41393d;
    font-family: "majesti banner medium";
    box-shadow: 0 1px 3px #999;
}

.mission-statement h2 {
    text-align: center;
    font-size: 45px;
}

.mission-statement p {
    text-align: center;
    font-size: 30px;
}

.mission-statement p a{
    color: #41393d;
}

.menu-photos {
  position: relative;
  text-align: center;
  color: #8a8c8f;
}

.menu-photos h3{
    font-size: 300px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}