/* CSS layout */
@import url(http://fonts.googleapis.com/css?family=Cinzel+Decorative:400,900);


html {
	height: 100%;
	color: #D0CACB;
}
body{
	background-color: #2C2626;
	height: 100%;
	margin:0;
	padding:0;
	font-family: 'Cinzel Decorative', cursive;
  color: #D0CACB;
}
#central {
	height: 100%;
	background-size: cover;
	background-position: center;
	display: table;
	position: relative;

width: 100%;
}

#main {
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}
#logo {
	height: 30%;
	padding: 5px;
}

#social img, #social2 img {
	width: 20px;
	height: 20px;
	padding: 10px;
}

#central #intro{
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
	max-width: 600px;
}

#central #middle{
margin: auto;
width: 740px;
margin-bottom: 60px;
}

h2, h3, h4, h5, h6, p, #footer_nav, #central a, #central a:visited{
  text-decoration: none;
  color: #D0CACB;
}


h2, h3, h4, h5, h6 {
  text-transform: uppercase;
}

#central h1 {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: normal;
	font-size: 20px;

}

#central .included a {
	font-family: 'Cinzel Decorative', cursive;
	font-weight: normal;
	color: #F6FF6F
	
}


.under {
	z-index: -1;
}
.included{
	background-color: #111111;
	height: 100%;
	width: 500px;
	margin:0;
	padding:0;
	position: fixed;
	top: 0px;
    opacity: 0;
	left: -500px;
    display: block;
	overflow-y:auto;
}


#welcome{
	background-color: rgba(128, 128, 128, 0.7);
	width: 580px;
	margin:0;
	padding:0;
	position: fixed;
	top: 60%;
	left: 50%;
	margin-left: -300px;
	margin-top: -200px;
    display: block;
	overflow-y:auto;
	padding: 10px;
}



.included p {
  padding-right: 15px;
}

.included #gallery h3{
	font-size: 12px;
	text-transform: none;
	color: #D0CACB;
}

.included #gallery{
	width: 600px;
} 
.included #gallery img{
    border-style: solid;
	width: 100px;
	height: 100px;
    border-width: 1px;
	border-color: #FFF;
	padding: 2px;
}

#indent {
	margin-left: 10px;
	margin-bottom: 50px;
}

#central #info {
	margin: 20px 10px 20px 10px;
	font-size: 42px;
}
#central #info a {
	margin: 0px 20px 0px 20px;
}




#page-content{
	display: inline-block;
	margin-top: 40px;
}
#left-panel-float {
	float: left;
   position:fixed;
   left:0px;
   bottom:0px;
   height:100%;
   width:140px;	
   background-color: rgb(67, 72, 74);
   font-size: 12px;	
	margin-right: 20px;
	font-family: 'Cinzel Decorative', cursive;
}

#left-panel-float #logo {
    display: block;
	width: auto; 
	height: 80px;
	
	margin-left: auto;
    margin-right: auto;
}


#left-panel-float-sections ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}
#left-panel-float-sections ul li {
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 45px;
  padding: 0;
  padding-top: 22px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;

  font-family: 'Cinzel Decorative', cursive;
  color: #D0CACB;
  text-decoration: none; 
  z-index: 5;
}
#left-panel-float-sections ul li:hover {
  background: #555;
  color: #fff;
}

#left-panel-float-sections {
	font-weight: lighter;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	
	font-family: 'Cinzel Decorative', cursive;
	text-transform: uppercase;
	color: #D0CACB;
}

#feeds {
	position: relative;
    display:table;
	top: 10px;
	right: 10px;
	width: 218px;
	height: 77px;
	float:right;
}


#facebook {
	background-color: #555555;
    display:table-cell;
	margin: 0 15px 0 15px;
	position:relative;
	top: -400px;
	opacity: 0;
}

#twitter {
	background-color: #555555;
	float: left;
    display:table-cell;
	margin: 0 15px 0 15px;
	position:relative;
	top: -400px;
	opacity: 0;
}

#instagram {
	background-color: #555555;
    display:table-cell;
	margin: 0 15px 0 15px;
	position:relative;
}
#social2 {
	float: right;
	vertical-align: middle;
}

#left-panel-float-sections {
	border-top: 1px solid #ccc;
}

#left-panel-float-sections ul {
	padding: 0px;
}

#main, #left-panel-float-sections ul  li, #social2 img{
	/*border-top: 1px solid #FFFFFF;	*/
	-webkit-transition:background-color 0.5s ease; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.5s ease;	
}

#main:hover, #left-panel-float-sections ul  li:hover, #social2 img:hover{
	background-color: #FF4646;
}
#left-panel-float-sections img{
	padding: 10px 10px 10px 10px;
	width:  60px;
	height: 60px;
}


video {
position: fixed; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100;
background-size: cover;
}


#right-panel-content{	
	overflow: hidden;
	background-repeat:no-repeat;
	background-color: rgba(255, 255, 255, 0.5);
	margin-right: 50px;
	color: #333333;
	font-family: 'Cinzel Decorative', cursive;
	height: 425px;
	max-height: 425px;

}

#right-panel-content h3{
	margin: 10px 50px 0px 25px;
	font-size: 20px;
	text-transform: uppercase;
}

#right-panel-content p{
	color: #000000;	
	margin: 0px 0px 10px 25px;
}

footer {
   position:fixed;
   left:0px;
   bottom:0px;
   height:40px;
   width:100%;	
   background-color: rgb(67, 72, 74);
   font-size: 12px;
}

#footer_nav_wrapper {
	float: left;
}

#footer_nav_right_wrapper {
	float: left;
}

#footer_nav_wrapper ul {	
	vertical-align: middle;
	padding-left: 10px;
}

#footer_nav_wrapper li{
	display:inline;
	margin: 0px 5px 0px 5px;
}

#eboard-entry {
	min-height: 120px;
}



body {
  background-color: #30303A;
}

a:link
{
color:#F6FF6F
}