/*!
 * Start Bootstrap - Thumbnail Gallery (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}

.font13 {
font-size: 1.3em;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fdfdfd;
    font-size: 1.3em;
}

.thumb {
    margin-bottom: 30px;
}

.navbar {
	background-color: #0f0f0f;
}

.logo {
   height:20px;
}
footer {
    margin: 50px 0;
}
.center {
	text-align: center;	
}

a:hover {
 text-decoration: none;
}

.bookinfo, .bookinfo a, .bookinfo a:hover {
	color: #0f0f0f;
	text-decoration: none;
   margin-top: 8px;
    margin-bottom: 5px;
}

.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/*BOTH CURTAIN IMAGES CLASS*/  
img.curtain{ 
    min-height: 100%;
    min-width:51%; /* so jQuery doesn't keep ascpect ration when animating the width '*/  
    z-index:9999; /* to show it on top of the content*/  
    top: 0px;
}  
  
/*LEFT CURTAIN IMAGE CLASS*/  
img.curtainLeft{  
    position:absolute; /*absolute positioning is important*/  
    left:0px; /*position it on left side of the container*/  
}  
  
/*RIGHT CURTAIN IMAGE CLASS*/  
img.curtainRight{  
    position:absolute; /*absolute positioning is important*/  
    right:0px; /*position it on the right side of the container*/  
}  
  
/*THE CLASS OF THE WRAPPING DIV (THAT WRAPS EVERYTHING)*/  
.curtain_wrapper{  
    width:100%; /* same as width of both the images summed */  
    height:100%; /* same as height of the images*/  
    position:relative; /*relative position so we can absolutely position the child elements*/  
    overflow:hidden; /*hide everything out of boundaries (in this case for the description div)*/  
    color:white; /* just styling*/  
    background:black; /* just styling*/  
  
}  

