html {
    position: relative;
    min-height: 100%;
}

.app-bg {
    background-color: #ededed;
}

.wifi-img {
    max-width: 4rem;
}

.header-container {
    background: url(../images/header-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-header-styling {
    background-color: #009fdf;
    width: 85px !important;
    height: 3px !important;
}

.head-logo-container{
    display: inline-block;
    width: 7rem;
    color: white;
}

.footer-logo-container {
    width: 4rem;
}

.page-content-container{
    background-color:white;
}