.melodica_header {
    width: 100%;
    height: 106px;
    background-image: url(../images/headerlogo.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}
#banner {
    padding: 0 !important;
}

#banner {
    background: url(../images/bg.jpg);
    width: 100%;
    background-size: 100%;
}
.back_btn {
    position: absolute;
    font-size: 28px;
    top: 29px;
    left: -26px;
    border: 2px solid #000;
    border-radius: 27px;
    z-index: 999;
    padding: 2px 33px;
    color: #000;
}
#about_sec {
    background: url(../images/bg.jpg);
    width: 100%;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
    height:86vh;
}

#about_sec_one {
    background: url(../images/bg.jpg);
    width: 100%;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 100px;
    min-height:86vh;
    height: auto;
}

.content_box h3 {
    margin: 0;
}

#banner img {
    width: 100%;
}

.about_content_box h3 {
    color: #fec713;
    font-size: 35px;
    padding: 20px;
    text-align: center;
    line-height: 1.4em;
}

.about_content_box p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
}

.about_content_box span {
    color: #fec713;
}

.content_box h3 {
    color: #fff;
    font-size: 35px;
    padding: 0px;
    text-align: center;
    line-height: 1.3em;
}

.content_box span {
    color: #fec713;
    font-size: 25px;
    padding: 20px;
    text-align: center;
}

.content_box {
    margin-top: 25px;
    padding-bottom: 7px;
}

.actions a {
    color: #1d1d1d;
    text-decoration: none;
    background: #ffc80a;
    padding: 7px 70px;
    border-radius: 21px;
}

.actions {
    margin-top: 30px;
}

#services {
    background: #2e3747;
    height: 86vh;
}

section.music img {
    width: 100%;
}

.uniform {
    padding-top: 50px;
    padding-bottom: 50px;
}

.music h3 {
    color: #fff;
    text-align: center;
    font-weight: 400;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .melodica_header {
        width: 100%;
        height: 105px;
        background-image: url(../images/headerlogo.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
    }

    #banner {
        background: url(../images/bg.jpg);
        width: 100%;
        background-size: 100%;
    }
}

@media only screen and (min-device-width: 360px) and (max-device-width: 768px) and (orientation: portrait) {
    .melodica_header {
        width: 100%;
        height: 100px;
        background-image: url(../images/headerlogo.jpg);
        background-size: 100%;
    }
}
