/* CSS Document */
/*-------Table of Contents------------------
1) Global
2) Home
	A) Slideshow
3) About

/*------------------1) GLOBAL--------------*/
body{
	background-color: #EFDAC0;
	color: #19345E;
	font-family: eb-garamond;
}
.navbar-inverse{
	background-color: #19345E;
}
logo{
	background-image: url(../images/side_cream.png);
	background
}
/*------------------2) Home----------------*/
body .home{
	background-image:url(../images/WD0221.mp4);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	
}
.row{
	padding-top: 20px;
}
#container{
	position: relative;
	overflow: hidden;
}

#container .content {
	position: absolute;
	top: 0;
	left: 0;
}
video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}
.logo{
display: block;
margin: auto;
height: 100%;
}
	/*--------------A) SLIDESHOW---------------*/
	.carousel-control.right{
		background-image: linear-gradient(to right, transparent 0px, rgba(0, 0, 0, 0) 100%);
	}
	.carousel-control.left {
		background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, transparent 100%);
	}
/*------------------3) About--------------*/
.aboot{
	z-index: -1;
	position: absolute;
	right: -500px;
	opacity: .10;
	
}
.aboot1{
	z-index: -1;
	position: absolute;
	left: -500px;
	opacity: .10;
}
.pic, .thumbnail{
   border: 5px solid #eaeaea;
   box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
}
/*-------------4) RESERVATION-------------*/
.price{
	font-size:50px;
	float: right;
	position: relative;
	bottom: -150px;
	z-index:1;
}