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

body {
	overflow: hidden; /* turns off scroll bar that shows even when there was no content below footer */
}

.pgbg {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f8f8f8;
}

.pgbg2 {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #f8f8f8;
    /*background-size: cover; needs to be with background img line*/
}

/*
footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}
*/
