h1{
	font-size: 1.5rem;
}

h1 small{
	font-size: 1rem;
}

.btn-light small{
	font-size: .8rem;
}

.btn-light{
	margin-bottom: .5rem;
}

a.btn.btn-block {
    padding: 0 .5rem .5rem .5rem !important;
}

.main-title{
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 2rem;
}


body{
	margin: 0;
	padding: 0;
	background: url('https://www.almaniax.be/v3/images/header_img1.jpg') no-repeat center center fixed;
    background-size: cover !important;
}

				

.main-content .listen-box{
	transform: translateZ(25px) !important;
}

.listen-box{
	margin-top: 2rem;
	border-radius: 10px;
	padding: .5rem !important;
}

.listen{
	margin-top: 2rem;
}

body {
  margin: 0;
  overflow-x:hidden;
  color: #ffffff;
}
h1 {
  text-align:center;
}
.page {
  width:100vw;
  height:100vh;
  perspective:1px;
  perspective-origin: center center;
  overflow-x:hidden;
}
.overflow {
  position:absolute;
  width:100vw;
  height:80vh;
  top:100vh;
  background-color:#FFF;
}


.clip{
	background-image: url("bg-site.jpg");
	border-radius: 10px;
	padding:10px 30px 30px 30px;
	

}

.clip h3{
	margin-bottom: 30px;
}

.clip iframe{
	-webkit-box-shadow:0px 0px 35px 0px rgba(46,182,255,0.4);
-moz-box-shadow: 0px 0px 35px 0px rgba(46,182,255,0.4);
box-shadow: 0px 0px 35px 0px rgba(46,182,255,0.4);
}



.album img{
	border: 5px solid #fff;
	
}

.album h3{
	font-size: 15px;
	
}

.buy .btn {
    background: #8b8b8b;
    color: #FFF;
    text-shadow: none;
    border: 0;
	margin-top: 15px;
}


.buy .btn-danger {
    background-color: #b47494 !important;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}



