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

/* Livre */

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

.menu-nav li {
  padding: 10px 0px;
}
.menu-nav a {
    color:black
}

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

.section {
    margin:30px 0px;
  overflow:auto
}

hr {
    margin-top:10px;
    margin-bottom:10px;
}

.pb-body {
  width:100%;
  padding-left:150px;
}

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 {
  margin:-20px 10px 10px 10px;  
  font-size:16px;
}


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

.main-menu-text {
    margin-bottom: 10px;
    font-weight:600;
}

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

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

@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;
    font-weight:600;
}
h3 {
    font-size:18px;
    font-weight:500;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #064b1b;
    text-decoration: underline;
}
.fa-external-link-square {
    color: #8fbc8f;
}

/* Carousel */

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

/* site header */

#site-header {
}

#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;
}
