#footer2{
    margin: 0;
    padding: 0;
    
    height: 20px;
    width: 100%;
}
.footer_nav{
    margin: 0;
    padding: 0;
    
    /*height: 100px;*/
    width: 100%;
    text-transform: uppercase;
}
.footer_nav_text a{
    text-decoration: none;
    color: inherit !important;
}
.footer_nav_text a:hover{
    color: var(--colorfirst) !important;
}
.footer_nav *{
    font-size: 14px;
}

#footer2 p{
    color: white !important;
}
#footer2 a{
    color: white !important;
    text-decoration: none;
}
#footer2 a:hover {
    font-weight: bold;
}

#news_sub_btn{
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: white;
    margin: 0;
    padding: 0;
    color: var(--grey) !important;
}
#news_sub_btn p{
    color: var(--grey) !important;
}

/*hide default check*/
#news_overlay_check{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; 
}

#news_overlay{
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%; 
    position: fixed;
    top: 0;
}
#news_overlay input,
#news_overlay label,
#news_overlay p{
    color: white;
}

#email_input{
    background-color: transparent;
    border: solid 1px white;
    padding: 10px;
    width: 100%;
    height: 100%;
}