html, body {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
}

body {
    overflow-x: hidden;
}
.off-canvas-wrap {
    backface-visibility: visible;
    -webkit-backface-visibility: visible;
}
.inner-wrap {
    backface-visibility: inherit;
    -webkit-backface-visibility: inherit;
}

ul,h1,h2,h3,h4,h5,h6,p {
    margin: 0;
}

.page-bg {
    position: fixed;
         
    /*position: relative; */ /*29-1-2015 done to resolve page label problem*/
    width: 100%;
    height: 400px;
    top: 0;
}

/* added due to parallax issue pointed out on 28-1-2015*/

@media screen and (max-width: 1024px){
    .page-bg {
        position: relative;
    }
}

/* added due to parallax issue pointed out on 28-1-2015*/

.page-content {
    padding: 40px;
    margin-top: 400px;
    position: relative;
}

@media screen and (max-width: 640px){
    .page-content{
        padding:40px 10px;
    }
}/*added on 31-1-2015 to adjust padding on pages in mobile view*/

.head-bg {
    position: absolute;
    top: 48%;
    left: 8%;
}

.head-bg h3 {
    padding: 20px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: inline-block;
}
.button {
    padding: 10px 20px;
    border: 1px solid;
    background: transparent;
    text-transform: uppercase;
    font-size: 0.8rem;
}



@media all and (max-width:1024px) {
    .page-bg {
        height: 250px !important;
    }
    .page-content {
        margin-top: 0px;
    }

}

/*@media all and (max-width:640px) {
    .page-bg {
        height: 250px !important;
    }

}
*/
@media all and (max-width: 480px) {
}