/*
 * Structure
 * --------------------------------------------------
 */

/* Livre */

.fb-share-button {
    margin-top:20px:5px;
}

.pb-menu {
  position:fixed;
  top:0px;
  left:0px;
  width:170px;
  height:100%;
  overflow:hidden;
}

.section {
  overflow:auto
}

hr {
    margin-top:10px;
    margin-bottom:10px;
}
.pb-body {
  width:100%;
  padding-left:170px;
}

body {
    background-color: white
}    

.pb-inner-body {
  padding-left:10px;
  padding-right:10px;
  overflow:auto;
}

.xs-hidden {
  display:block;  
}

.xs-show {
  display:none; 
}

.pb-footer {
  width:100%;
  min-height:50px;   
}

.menu-top {
  padding:10px;   
}

.menu-nav {
  padding:10px;  
  font-size:16px;
}

.menu-nav > ul li {
  padding-top:5px;  
  padding-bottom:5px;  
}

.menu-nav > ul li i {
  font-size:21px;
color:cornflowerblue
}

.menu-nav-title {
 margin-top:-23px;   
 padding-left:35px;   
}

.menu-nav ul {
  list-style-type: none;
  padding-left:10px;
}

@media (max-width:766px) {
  .pb-menu {
    width:50px;
  }
  .pb-body {
  padding-left:50px;
  }

  .pb-inner-body {
  padding-left:0px;
  padding-right:0px;
  }
  .xs-hidden {
  display:none;  
  }
  .xs-show {
  display:block; 
  }
  .menu-nav {
  padding-left:5px;  
  }
}

/* the rest */

.pb-livre {
    text-align:left;
    margin-bottom: 20px;
}

.pb-livre h3 {
        border-top: 2px grey solid;
    padding-top: 10px
}

.pb-livre img {
  max-width: 100%; 
}

.row-container {
 overflow:auto;   
}

h2 {
 padding-top:10px;
  padding-bottom:10px;
    text-align:center;
}

h4 {
    text-align:center;
}

a {
    color: black;
}

a:hover {
    color: grey;
    text-decoration: none;
}

/* Carousel */

.carousel-inner > .item > img {
    max-width: none;
    height: auto;
    min-height: 100%
}

/* site header */

#site-header {
  margin:20px 0px 20px 0px;
  text-align:center;
}

#site-header h1{
  font-weight:80;
  padding:10px 0px 10px 0px;
  border-bottom:1px solid black
}

/* contact */

#contact li {
    border-radius: 50px;
    padding:20px;
    background-color:white;
    margin-left:25px;
}

#contact li a {
    color: #3b5998;
}

#contact li:hover {
    color: #3b5998;
    background-color:lightgrey;
}
