body{
    /*background-image: url(../img/HGGF-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;*/
    height: 100%;
    background-color: #f5eb93;
   background-size: 1000% 1000%;
}
html, body {
    height: 100%;
    margin: 0;
  }
  
/*.full-height {
}*/
table{
    width: 100%;
    padding-top: 5px;
    
}
.heading-text{
    color: rgb(51, 45, 17);
    font-size: 42px;
    font-weight: 700;
    line-height: 63px;
    margin-top: 15%;
    text-align: center;
    margin-bottom: 0;
}

.sub-text2{
    color: rgba(51, 45, 17);
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

.hggf-logo{
    color: #332d11;
    font-weight: bolder;
    font-size: 20px;
    padding-left: 20px;
    animation: transitionIn-Y-over 0.5s;
}

.hggf-logo-sub{
    color: rgba(51, 45, 17);
    font-size: 12px;

}


.nav-item{
    color: rgba(51, 45, 17);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    animation: transitionIn-Y-over 0.5s;
}

.nav-item:hover{
    color: #332d11

}

.footer-hggf{
    position: absolute;
    bottom: 0;
    left: 46%;
    font-size: 13px;
    animation: transitionIn-Y-over 0.5s;
}