/*
* PAGE HEADERS
*/
.sh-public {
}

.sh-public-background { 
    /* Place background image */
    position: fixed;
    top:    -100px;
    bottom:  0px;
    left:    0px;
    right:  -100px;
    opacity: 0.07;
    z-index: -500;
}

.sh-public-head { 
    /* Head Panel */
    height: 150px;
}

.sh-public-body { 
    /* Create the parallax scrolling effect 
    background-image: url("")!important;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; 
    */

    padding-top:    20px;
    padding-left:   100px;
    padding-right:  100px;
    padding-bottom: 20px;

    color: #344B81!important;

    height: 60%;
    min-height: calc(100vh - 280px);
}

.sh-public-footer {
    padding-top:    0px;
    padding-left:   100px;
    padding-right:  100px;
    padding-bottom: 0px;

    background-color: white;
    opacity: 1.0;

    font-weight: 800;
}