:root{
    --footer-bg-color:#1C2654;
    --site-blue-color:#1c6ebc;
}

.bg_footer_clr{
 background-color: var(--footer-bg-color);
}
.txt_footer_clr{
 color: var(--footer-bg-color);
}
.center_y{
    margin-right: auto;
    margin-left: auto;
}

.text-yellow{
    color: #e3e327;
}

.text-site_blue {
    color: var(--site-blue-color);
}

.bg-site_blue {
    background-color: var(--site-blue-color);
}
.hide{
    display: none;
}

a{
    text-decoration: none !important;
}

.text_show{
    text-shadow: -2px 6px 11px #1f548470;
}
.scale1_5 {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
    margin: 10px;
}

.text-shahdow{
    text-shadow: -2px 8px 12px #25155645;
}

.footer_a{
    color: #d5edf3;text-decoration:underline  #EEEEEE !important;
}

.footer_a:hover{
    color: white !important;
}
