/*.container-fluid {*/

@import url('https://fonts.googleapis.com/css2?family=Lustria&family=Maven+Pro:wght@400..900&display=swap');


body {
    /*background: url("https://extranet.foodlandsa.com.au/domcfg.nsf/$vDocs/login/$file/loginimage.jpg?OpenElement&ver=01/10/2025 03:13:32 AM") no-repeat center center fixed;*/
    /*background-size: cover;*/

    /*font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Maven Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}


h2, h3 {
    font-family: "Lustria", "Times New Roman" , serif;
}

h2 {
    font-size: 3rem;
    margin-top: 1rem;
}

h3 {
    font-size: 1.5rem;
}

.gray-bg {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: rgba(224, 224, 224, 0.9);
    border-radius: 6px;
}
.copyright {

}


.footer3 {
    background:#004995;
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    /*height: 60px;*/
    /*line-height: 60px;*/

    flex: 0 0 50px;
    margin-top: auto;
}

.footer4 {
    background: none repeat scroll 0 0 #3b5064;
    border-top: 1px solid #48627a;
    margin-top: 1rem;
    text-align: center;

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.footer4 .copyright {
    /*font-family: 'Hind', sans-serif;color:#fff;*/
    color: #698fb2;
    text-align: center;
}
