@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open Sans');
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'cream';
  src: url('Cream.woff');
}
h1{
    font-family: 'cream';
    font-size: 3vw;
    margin-top: 40px;
    margin-bottom: 40px;
    vertical-align: middle;
    color: #ff6a59;
}
h2{
	padding:10px;
    background-color: rgb(0, 0, 0, 0.8);
    margin-top: 20px;
    border-radius: 10px;
    font-family: 'cream';
    font-size: 30px;
}
h2 b{
    color: #ff6a59;
}
hr{
    display: none;
}
body{
    margin:0 auto;
    color:#ddd;
	font-size:15px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    background-image: url(img/malu-calderon1.jpg);
    background-color:#010101;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 0;
    background-attachment: scroll;
}
a{
    color: #ff6a59;
    -webkit-transition: color 1s;
    transition: color 1s;
    text-decoration: none;
}
.nav a{
    color: #fff;
    cursor: pointer;
}
a:hover{
	color:#fff;
}
.main{
	margin:0 auto;
	width: 55%;
    height: auto;
    overflow: visible;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin-top: 15vh;
    z-index: 1;
    border-radius: 5px;
}
.linktree{
	margin:0 auto;
	width: 20%;
    height: auto;
    border-radius: 5px;
    background-color: rgb(14, 17, 27, 0.9);
    line-height: 90px;
}
.bio{
	padding-top:10px;
    background-color: rgb(0, 0, 0, 0.8);
    margin-top: 10px;
    padding-bottom: 80px;
}
.bio p{
    padding-left: 5vw;
    padding-right: 5vw;
    text-align: justify;
}
.bio b{
    color: #ff6a59;
}
.banner{
	margin:0 auto;
    margin-top: 100vh;
    height: auto;
	width: 50%;
    padding: 0;
    margin-bottom: 0;
	overflow:visible;
	z-index:10;
    text-align: center;
}
.banner img{
    width:80%;
}
.foot{
    margin:0 auto;
	width: 100%;
	text-align:center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.vertsplit{
    width: 14vw;
    display: inline-grid;
    margin-bottom: 10px;
    border-right: 1px solid #777;
    padding: 1vw;
}
.vertsplit img{
    width: 90%;
}
.merch{
    background-color: #fff;
}
.foot img{
    width: 10%;
}
.custom-label{
    display:none;
}
.justified{
    text-align:justify;
    text-justify: inter-word;
    text-align-last:center;
    -ms-text-align-last:center;
    padding-left:2%;
    width: 96%;
}
.discography{
    text-align: left;
}
.discography td{
    padding: 3px;
    vertical-align: top;
}
.discography tr{
    height:10vh;
}
.discography img{
    width:100%;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.tour{
    text-align: center;
    width: 100%;
    border-collapse: collapse; 
	margin-bottom: 100px;
}
.tour td{
}
.tour tr{
    height:60px;
    border-bottom: 1px solid #777;
}
.mobileOnly{
    display: none;
}
.slider {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}
.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slides img {
  width: 100%;
  border-radius: 10px;
}
.buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
.buttons button {
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 10px;
  cursor: pointer;
}