﻿/*Navigation Sticky*/
.nav-fixed{
    position: sticky !important;
    background-color: black !important;
}

@media screen and (max-width: 500px){
    .privacy{
        font-size: 1.875rem !important;
    }
}

/*Background Photo*/
.bg-photo {
    background: url('/image/privacy/eofi_bonfire_capture_0261 1.png');
}

/*Content Responsive*/
@media screen and (max-width: 510px) {
    .text-cover{
        width: 100%;
    }

}


    /*Footer Responsive*/
    @media screen and (max-width: 510px) {
        .emailsub {
            flex-direction: column;
        }

        .emailborder {
            width: 18rem !important;
        }

        .emailbox {
            margin-right: auto;
            margin-left: auto;
            width: 18rem !important;
        }

        .email_form {
            margin-left: 0 !important;
        }

        .more {
            max-width: 18rem !important;
            width: 18rem !important;
            margin-bottom: 1rem !important;
        }
    }

    @media screen and (max-width: 510px) {
        .emailborder {
            width: 14rem !important;
        }

        .emailbox {
            width: 14rem !important;
        }

        .more {
            max-width: 14rem !important;
            width: 14rem !important;
        }

        .b1 {
            margin-top: -1rem !important;
        }
    }
