body{
    font-family: sans-serif; 
}

header{
    position: relative;
    height: 20vh;
    min-height: 100px;
    color: white;
    /* background-color: cyan; */
    background-image: url("../../resources/images/banner-1.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#shade-layer{
    position: absolute;
    top: 0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
}

.page-title{
    z-index: 50;
}

.body-area{
    height: 70vh;
    min-height: 300px;
    /* background-color: darkblue; */
}

footer{
    height: 10vh;
    min-height: 50px;
    background-color: #364247;
    color: #9db1c4;
}

#header-text{
    margin-top: 5%;
}

#footer-text{
    padding-top: 10px;
}

#login-area{
    margin-top: 15%;
}

.login-notifier{
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 10px;
}