.layer {
    background-color: rgba(193, 127, 66, 0.9);
    width: 100%;
    height: 100%;
}


.layer2 {
    background-color: rgba(193, 127, 66, 0.9);
    width: 100%;
    height: 100%;
}

.textShadow {
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    text-transform: uppercase;
    font-size: 2.5em;
}

p {
    font-weight: bold;
    text-align: center;
}

html, body {
    height: 100%;
    font-family: sans-serif;
    color: #fff;
    overflow: auto;
}

.customBg {
    background-image: url('../images/info/bg-help.png');
    background-size: 100% 100%;
}

@media only screen and (max-width: 990px) {
    html, body {
        overflow-x: hidden;
    }

    .customBg {
        background-image: url('../images/info/bg-help-vert.png');

    }
}