body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {

}

.pg-header {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background: url(../img/background-com.jpg) no-repeat center center;
    background-size: cover;
}

.pg-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 1%;
}

.pg-message > h1 {
    color: #FFCC66;
    margin: 0 auto;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    font-size: 5em;
}

.pg-divider {
    width: 80%;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.4);
}

.pg-tag {
    width: 400px;
    padding: 2px 4px 5px 4px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px 8px 8px 8px;
}

.pg-tag > .tag-txt {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    font-size: 1.5em;
}

@media(max-width:991px) {
    .pg-message > h1 {
        font-size: 3em;
    }
    .pg-tag > .tag-txt {
    font-size: 1.25em;
    }
    .pg-divider {
        width: 100%;
    }
}

@media(max-width:767px) {
    .pg-message > h1 {
        font-size: 2.5em;
    }
    .pg-tag > .tag-txt {
    font-size: 1.00em;
    }
    .pg-divider {
        width: 100%;
    }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .1);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .7));
    color: white;
    text-align: center;
    font-size: 1.00em ;
    font-style: italic;
    font-weight: 600;
    padding: 5px 0px 5px 0px;
}

@media(max-width:767px) {
    .footer {
        font-size: .75em ;
    }
}
