@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/* 
    This page contains custom STYLES as used by JETIsoft for 
    myAbundantLifeStyleNetwork.com

*/
@media (min-width: 768px) {
    footer {
        position: absolute;
        float: left;
        left: 0;
        bottom: 0;
        height: 20px;
        width: 100%;
        color: #FFFFFF;
        background-color: rgb(0, 0, 128, .90);
        font-size: .55em;
        text-align: center;
        line-height: 20px;
        z-index:100;
    }
}
@media (max-width: 768px) {
    footer {
        visibility:hidden;
    }
}



    html, body {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        min-height: 100%;
    }

    a, .btn-link {
        color: #0366d6;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }
