/* -> MAIN
================================ */
body {
    padding-bottom: 0;
}

#page-header{
    height: 300px;
    padding-top: 60px;
}

    #page-header h1{
        font-size: 40px;
        line-height: 50px;
    }

h2{
    font-size: 42px;
}

.btn {
    padding: 20px 15px;
}

.btn-alt {
    padding: 20px 15px;
}

.page{
    padding: 60px 0px;
}
/* ============================= */


/* -> MENU
================================ */
.navbar{
    height: 60px;
    padding: 0px;
}

.navbar .container-fluid{
    margin: 0px 15px!important;
    padding: 10px 0px 0px!important;
}

.navbar.scrolled .container-fluid{
    margin: 0px 15px;
    padding: 0px 0px!important;
}

.navbar.scrolled .container-fluid{
    border-bottom: none;
}

.navbar-brand {
    padding: 0;
    height: 60px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .navbar-brand b{
        display: block;
    }

    #menu ul li{
        text-align: center;
    }

    #menu ul li a{
        font-size: 22px;
        margin: 5px 0px;
    }

    #menu ul li a:before{
        bottom: -3px;
    }
/* ============================= */


/* -> Intro
================================ */
#intro {
    min-height: 600px;
}

    .caption{
        padding-bottom: 50px;
    }

        #intro h1{
            font-size: 40px;
            line-height: 50px;
            margin-left: 0px;
        }

        #intro p{
            font-size: 16px;
            line-height: 26px;
        }
/* ============================= */



/* -> Bio
================================ */
#bio{
    padding: 100px 0px 70px;
}


#bio .button{
    width: 100%;
    text-align: center;
}

.bio-img{
    height: 350px;
}
/* ============================= */


/* -> discography
================================ */
#discography{
    position: relative;
    padding: 100px 0px;
}
/* ============================= */


/* -> Schedule
================================ */
#schedule{
    padding: 100px 0px 50px;
    background-color: #fff;
}
    
        .schedule-item{
            text-align: center;
            min-height: auto;
            padding: 50px 0px;
            text-align: center;
        }

            .schedule-info{
                width: 100%;
            }

            .schedule-date{
                margin-bottom: 15px;
                margin-right: 0;
                width: auto;
            }

            .schedule-item .btn{
                margin-top: 30px;
            }
/* ============================= */

/* -> Newsletter
================================ */
#newsletter{
    background-color: #000;  
    text-align: center;
    padding: 70px 0px;
}
/* ============================= */


/* -> Footer
================================ */
footer{
    text-align: center;
    height: auto;
    position: relative;
    padding: 70px 0px 90px 0px;
}
/* ============================= */



/* -> Album Page
================================ */
#album-page{
    padding: 60px 0px 60px;
    background-color: #fff;
}

    #album-page iframe{
        height: 500px;
    }

    .album-info{
       transform: translateY(0px);
    }
/* ============================= */
