/* CSS Document */
.div1
{
position:relative;
height:auto;
width:100%;
background-size: cover;
}
.fonts
{
font-family: 'Great Vibes', cursive;
color: white;
position:relative;
left:40%;
font-size:50px;
}
.header
{
position:fixed;
width:100%;
background-color:#000000;
z-index:1;
}


.font1
{
position:relative;
color:#FFFFFF;
font-family: 'Great Vibes', cursive;
}
ul
{
position:relative;
left: 20%;
}

.lists
{
background-color:black;
position: relative;
float:right;
width:70%;
margin-top:-2%;
margin-bottom:3%;


}
.lists ul li a
{
height:25px;
width:110px;
text-decoration:none;
display:block;
text-align:center;
margin-top: -10px;
color:#FFFFFF;
}
.lists ul li 
{
position:relative;
list-style:none;

}

.lists ul li a:hover
{
color: white;
}
.paragraph2
{
color:#CCCCCC;
text-align:center;
}
.button
{
position:relative;
left: 45%;
}
button
{
height:80px;
width:250px;
color:#FFFFFF;
font-size:16px;
border:none;
background-color:#FF3300;
}
.container
{
width:auto;
height:auto;
margin-top:22%;
background-color:#ffffff;
}
.col-lg-4
{
padding:2px;
}
.col-lg-8
{
padding:2px;
}
.hovereffect
{
width:100%;
height:100%;
cursor:default;
}
.hovereffect img {

-webkit-transition:all .4s linear;
transition:all .4s linear;
}
.hovereffect:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.our-menu
{
	width:100%;
	height:400px;
	background:url("http://buccamentbay.com/gallery/visual/galleries/restaurants/images1/011.jpg");
	background-size:cover;
	position:relative;
}
.our-gallery
{
width:100%;
	height:400px;
	background:url("http://buccamentbay.com/gallery/visual/galleries/restaurants/images1/011.jpg");
	background-size:cover;
	position:relative;
}
#par{

font-family:"Times New Roman", Times, serif;
}
.single-menu-item a
{
color:#CC3399;
font-size:18px;
font-weight:700;
margin:0 0 14px;
}
.single-menu-item .price
{
	color:#CC3399;
font-size:18px;
font-weight:700;
margin:0 0 14px;
	
}
.single-menu-item h2
{
	color:#000000;
font-size:18px;
font-weight:700;
margin:0 0 14px;
}
.single-menu-item h4
{
	color:#000000;
font-size:12px;
font-weight:400;
margin:0 0 14px;
}


.single-menu-item p
{
	color:#999999;
font-size:18px;
font-weight:400;
margin:0 0 14px;
}