/* heading */

body {
    font-family: questrial,sans-serif!important;

    @media only screen  and (min-width : 1224px) {
        width: 80%;
        margin: 0 auto;
    }
}

.header__booking {
    @media  only screen  and (min-width: 768px) {
        display: flex!important;
        align-items: flex-end!important;
        }   
}

.header__title {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;

    @media only screen  and (max-width : 768px) {
        display: flex!important;
        align-items: flex-end!important;
        }    
}

.title_container > div.we_content {
    @media only screen  and (max-width : 768px) {
        display: flex!important;
        align-items: flex-end!important;
        flex-direction: row!important;
        }  
}

/*stage__sectione*/

.picture__main {
    z-index: -2!important;
}

/*title_container*/

.title_wrapper {
    @media only screen  and (min-width : 768px) {
    background: transparent;
    position: absolute!important;
    right: -90px!important;
    width: 280px!important;
    bottom: 0!important;
    }
}

.title__second {
    background: white!important;
    padding-right: 10px;
}

.title__subtitle {
    width: 100%!important;
      @media only screen  and (max-width : 768px) {
        background-color: white!important;
        padding-right: 10px;
        }    
    }

/*music__section

.info__section*/ 

.info__text {
    line-height: 22px!important;
}

.info_title {
    line-height: normal;
    font-size: 38px!important;
    font-weight: 700;

    @media only screen  and (max-width : 768px) {
        padding-left: 20px;
         }
}

.footer__section {
    border-top: 1px solid black;
}

.footer__booking p {
    line-height: 24px!important;
    font-weight: 400;
}

.footer__booking {
    @media only screen  and (max-width : 768px) {
       padding-left: 10px;
        }
}

.footer__copyright {
    @media only screen  and (max-width : 768px) {
        display: flex;
        align-items: center;
        font-weight: 700;
        }
}

.button--main .wb_button{
    font-style: normal;
    font-weight: 15px;
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000;
}

.button--main .wb_button:hover {
    transition: all 0.2s ease, visibility;
    border: 1px solid #000000;
    background: #0C4426!important;
}

.video--youtube {
    @media only screen  and (max-width : 768px) {
        min-width: 90%!important;
        }
}

.songs__wrapper {
    @media only screen  and (min-width : 768px) {
        margin-top: 100px!important;
         }
}

.songs__wrapper > div {
    @media only screen  and (max-width : 768px) {
       display: flex;
       flex-direction: column;
       align-items: center;
       height: auto!important;
        }
}

audio {
    @media only screen  and (min-width : 768px) {
       max-width: 100%;
        }
}

.audio__title {
    font-weight: 700!important;
    margin-bottom: 5px!important;
    margin-top: 5px!important;
}
