@charset "utf-8";
body img {
	margin-left: 15px;
  margin-top: 18px;
}
 
 
 /* positions navigation menu to top right*/
#navlist {
   	 position: absolute;
     top: 0px;
     right: 0px;
  
}
 /* navigation red hover*/

.snip1555 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 0.6em;
   margin-top: 55px;
  padding: 12px 15px;
  position: relative;
}
.snip1555 li a {
  color: #fff;
  text-decoration: none;
}
.snip1555 li:before,
.snip1555 li:after {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: 2px;
  width: 35%;
  background-color: #be1e2d;
  position: absolute;
  content: '';
  opacity: 0;
}
.snip1555 li:before {
  top: 0;
  left: 0;
}
.snip1555 li:after {
  bottom: 0;
  right: 0;
}
.snip1555 li:hover:before,
.snip1555 li.hover:before,
.snip1555 li:hover:after,
.snip1555 li.hover:after {
  opacity: 1;
}
.snip1555 li:hover:before,
.snip1555 li.hover:before {
  left: 65%;
}
.snip1555 li:hover:after,
.snip1555 li.hover:after {
  right: 65%;
}
 /* end of navigation red hover*/


nav style {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,251,251,1.00) 1.04%,rgba(255,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,251,251,1.00) 1.04%,rgba(255,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,251,251,1.00) 1.04%,rgba(255,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,251,251,1.00) 1.04%,rgba(255,0,0,1.00) 100%);
}
 
navfont {
  font-family: majesti banner, sans-serif;
      }
 
nav {
  font-size: larger
}

  h2 {
  font-family: athelas, sans-serif;
  }
body h2 {
	text-align: center;
  padding-top:0px;
}

 /* chef feature*/

#chef 
 {
    position:absolute; 
     top: 100px; 
     left; 0px; 
     right: 0px;
    text-align: right;
}
#chef p:after {
    content:'';
    position:absolute;
    top:100px; left:30px;
    width:90%; height:80%;
    border-radius: 0px 99px 99px 0px;-moz-border-radius: 0px 99px 99px 0px;border-radius: 0px 99px 99px 0px;background:rgba(215,228,194,0.4);
        background:#d7e4c2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity:.6;
    z-index:-1;
 }

#chefpic 
 {position:absolute; left:10px;
      }

#loungepic 
 {position:absolute; left:5px;
      }

#menuimg
img {
    position: absolute;
    top: 300px; bottom:0; left: 0; right:0;
    margin: auto;
}

#map 
 {position:absolute; 
    top:300px; bottom:25px; left: 0; right:0px;
      }


#more 
 {position:absolute; 
    top:300px; bottom:25px; left: 150px; right:0px;
      }


 body {
    background:Images/wockback.jpg 
      no-repeat;
    background-size:cover;
}
p {
    width:75%;
    padding:40px;
    margin:10% auto;
    font-family:arial, serif;
    color:#41393d;
 }


body {
  background-color: #212121;
}


/* station footer at far bottom right */
 #copy { position: absolute; right: 10px; bottom: 10px; 
}


