  .carousel-inner img {
      height: 350px;
  }
  
  .parallax {
    background-image: url('../img/bckgdn.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;    
}

	.ethb {
height: 52px;
width: 52px;  
background-image:url('../img/eth.png');
background-repeat:no-repeat;
font-size: 16px;
border-radius: 8px;
background-color: white;
}

	.btcb {
height: 52px;
width: 52px;  
background-image:url('../img/btc.png');
background-repeat:no-repeat;
background-position:center;
font-size: 16px;
border-radius: 8px;
background-color: white;
/*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);*/
}

	.xmrb {
height: 52px;
width: 52px;  
background-image:url('../img/xmr.png');
background-repeat:no-repeat;
background-position:center;
font-size: 16px;
border-radius: 8px;
background-color: white;
}

#bga {
    background: url(../img/bga.jpg) no-repeat center fixed;
    background-size: cover;    
	opacity: 0.95;    
}
#bg1 {
    background: url(../img/bg1.jpg) no-repeat center fixed;
    background-size: cover;    
	opacity: 0.95;    
} 
#bg2 {
    background: url(../img/bg2.jpg) no-repeat center fixed;
    background-size: cover;
    opacity: 0.95;    
    } 

#bg3 {
    background: url(../img/bg3.jpg) no-repeat center fixed;
    background-size: cover;
    opacity: 0.95;    
} 
#bge {
    opacity: 0.95;    
}
 

 div {
    margin: 0px 10px 10px 0px;
     border: 0px solid #ffffcc;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      border-radius: 20px;
    }