@charset "UTF-8";
/* CSS Document */



.blockpagesheader
{
    position: relative;
    overflow: hidden;
    height: 550px;
}



.blockpagesheader-inner
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: .9;
}

.blockpagesheader-inner-body
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.blockpagesheader-inner-body-label
{
    font-family: 'Allura', cursive;
    font-size: 64px;
    color: #E5CF94;
    white-space: nowrap;
    text-shadow: #45331F 1px 1px 1px;
}


@media only screen and (max-width : 959px)
{
    .blockpagesheader
    {
        height: auto;
    }
    .blockpagesheader-inner
    {
        position: relative;
        height: auto;
        padding-top: 150px;
        padding-bottom: 150px;
    }

}