@charset "utf-8";
/* CSS Document */

*{margin: 0;

}
html,body{
	height: 100%;
}


h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 20px;
}

.site-header {
	background-color:#262626;
	padding: .5px 5%;
	padding-top:1%;
	opacity: .7;
	box-shadow: 0 1px 3px #333;
	width: 90.2vw;
	float: left; 
	position: fixed;
		
 
}
	
.menu_items {
	position: fixed;
    top: 15px;
    right: 15px;
	font-family:  Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	Font-size: 20px;
	z-index: 99;
}
	
.menu_items li {
	display: inline-block;
	padding: 15px
}

.menu_items li a { 
	text-decoration:none;
	color: white ;
	
	
}

.sect{
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	
	
	
	
}

.subSection{
	height: 85%;
	width: 100%;
	background-color: #D8D8D8;
	
	
}

			
			.menu_title {
				text-align: center;
				font-size: 40px;
				padding:15px;
			}
			.menu_title_two {
				text-align: center;
				font-size: 40px;
				padding:15px;
			}
			.menu_section {
				margin-bottom: 24px;
			}
			.menu_section h3 {
				font-style: italic;
			}
			.menu_item {
				margin: 0 100px;
				position: relative;
				
			}
			.menu_item h4 {
				margin-bottom: 0px;
				
			}
			.price {
				display: block;
				float: right;
				position: absolute;
				bottom: 0px;
				right: 0px;
				background-color:#D8D8D8;
				font-weight: bold;
			}
			.description {
				margin-top: 5px;
				font-style: italic;
				background-color: #D8D8D8;
				display: inline-block;
				max-width: 50%;
			}
			hr {
				border: ridge thin;
    			
				margin-top: -15px;
			}
			
			
.sectOne{
	background-image: url(images/sush.jpg)
	
}


.sectTwo{
	background-image: url(images/try4.jpg)
	
}



.sectThree{
	background-image: url(images/scott-warman-2.jpg)
	
}





.site-footer {
	background-color: rgb(	38, 38, 38);
	padding: .5px 5%;
	opacity: .7;
	width: 90.2vw;
	float: left;
	
		
 
}


.footer-social-icons{
	color: white;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}




ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: -10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#262626;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:10px 12px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#262626;
}
.fa-twitter:hover {
    background-color: #00aced;
}

.fa-google-plus {
    padding:10px 9px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color: #262626;
}
.fa-google-plus:hover {
    background-color: #e25714;
}

