/*Write your custom style or CSS code here*/
#fullpage-overlay-custom {
    /* display:table; */
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,.8);
    color: #fff
}