/*gallery.php*/
#body_gallery{
    background-image: url('../img/fond_gesha2.jpg');      
    background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover; 
}
.container-gallery{
    margin-top: 200px;
    margin-bottom: 50px;
}
.card-gallery{
    height: 550px;
}
p.card-text a{
    text-decoration: none;
    color: #3B3337;;
}


  .img-bord img{
    box-shadow: 0 0 10px #3B3337;
    border: 1px solid #3B3337;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    
  }
  .img-bord img:hover{
      border:3px solid #5B1B72;
      transition: all .4s ease-in-out;
  }
  
/*paginatiot*/
  div.page{
    margin: 50px auto 30px;
}
.page-item a{
    color: #5B1B72;
}
.page-active{
    background: #5B1B72 !important;
    color: #fff !important;
}

/*scroller*/
#toTop {
    width:50px;
    height: 50px;
    border:2px solid #ccc;
    border-radius: 3px;
    background: radial-gradient(#B9ABCE, #B0A0C3,#5B1B72);
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px; /* отступ кнопки от нижнего края страницы*/
    right:10px;
    cursor:pointer;
    display:none;
    color:#E4D3FB;
    font-size:30px;
    font-weight: bold;
    }
#toTop:hover{
    background: radial-gradient(#5B1B72, #B0A0C3,#E4D9F8);
}
#share {
    
    position:fixed;
    top:30%; 
    left:1%;
    cursor:pointer;
    
}