body, html {
    height: 100%;
}
.bg {
    background-image: url("../img/undergroundpacificlandscape2.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    .bg {
        background-image: url("../img/undergroundpacificportrait2.jpg");
    }   
}
.footer {
    background-color: #000000;
}
.up-copyright {
    color: #ffffff; 
    -webkit-text-stroke: 1px #ffffff;
    /*color: #b36918; 
    -webkit-text-stroke: 1px #ffad1b;*/
    font-size: 0.5em;
}
.container {
    text-align:center!important;
}
