/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
  background-image: url('http://tallulahfroom.com/images/froom-world-background.jpg');
  background-size:cover;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'Sue Ellen Francisco', cursive;
  padding-top: 5px;
  margin-top:0;
}

p {
  font-family:'Handlee', sans-serif;
  font-size:20px;
}

.navbar {
  font-family: 'Sue Ellen Francisco', cursive;
  font-size: 27px;
  background-color:#ff625b;
  border-color:#ff625b;
  border-radius: 0;
  padding-left: 10%;
  margin-bottom: 0;
}
.navbar-inverse .navbar-nav>li>a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav li:hover {
background-color: #db7aff;

}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #AFAFAF;
}



.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #7afffa;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
    font-size: 20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #6BEAE6;
}

.main-content{
  background-color: #fff;
  border-left:1px solid #F1F1F1;
  border-right:1px solid #7afffa;
}

.thumbnail img {
    width: 100%;
}

.ratings {
    padding-right: 10px;
    padding-left: 10px;
    color: #d17581;
}

.thumbnail {
    padding: 0;
}

.thumbnail .caption-full {
    padding: 9px;
    color: #333;
}

.white {
  color:#fff;
}

.adventure-image {
  width:100%;
}

.padding-fix {
  padding:0;
}

.learn-and-play {
  background-image: url('../images/TFlearnandplay.jpg');
  background-repeat:no-repeat;
  background-size:contain;
}

.homeaction img {
    width: 101%;
}

.centered {
  text-align:center;
}

.margin-top-fix {
  margin-top: -20px;
}
/** SLIDER **/
 .unslider li img {
  width:100%;
 } 


 /*** BOOK PAGE **/
 .book-cover {
  max-width:100%;
  margin:5px;
  border:1px solid black;
 }

 .spacing {
  height:50px;
  background-color:#fff;
 }

hr {
    border: 0;
    display: block;
    background-image: url('http://tallulahfroom.com/images/mustachio.png');
    height: 50px;
}

.handlee {
  font-family:'Handlee', sans-serif;
  font-size:20px;
}

.button-image{
  cursor:pointer;
  max-width: 95%;
}

footer {
    margin: 50px 0;
}
.magnify {
width: 100%;
position: relative;
}
.large {
  width:300px;
  height: 300px;
  position: absolute;
  cursor: crosshair;
  border-radius: 100%;
  /*Multiple box shadows to achieve the glass effect*/
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 
  0 0 7px 7px rgba(0, 0, 0, 0.25), 
  inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /*hide the glass by default*/
  display: none;
}

.large-town {
  background: url('../images/townmap.jpg') no-repeat;
}
.large-town-tree {
  background: url('../images/towntree.jpg') no-repeat;
}
.large-tree {
  background: url('../images/familytree.jpg') no-repeat;
}
/*To solve overlap bug at the edges during magnification*/
.small {
display:block;
}
.small-town, .small-town-tree, .small-tree { 
width:100%;
}

.sub-head-img {
    width: 100%;
}

.buy-form {
width:200px;
margin:auto;
}

.buy-button {
width:200px;
}