html {
    position: relative;
    min-height: 100%;
}

body {
    -ms-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
}

    body.nfield-error {
        background: url(../Content/Images/StyledPages/abstract.jpg) center center no-repeat;
    }

    body.system-error {
        background: url(../Content/Images/StyledPages/fireworks.jpg) center center no-repeat;
    }

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    background: rgba(255, 255, 255, .75);
    padding: 15px 0;
}

footer p {
        font-weight: bold;
        font-size: 12px;
        color: #999;
    }

        footer p span {
            color: #7d6932;
        }

#header {
    height: 100px;
    background: -webkit-linear-gradient(left, #02746A, #04998C);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .75);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .75);
}

#text {
    margin-top: -25px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

#text h1 {
        color: #7d6932;
        margin-bottom: 1em;
    }

    #text p {
        color: #333333;
        padding-bottom: 2em;
    }

        #text p.arabic {
            font-size: 21px;
        }

@media screen and (max-width: 991px) {
    #text h1 {
        padding-top: 1em;
    }
}
