/* WEBSITE STYLES */
body {
    background-image: url("/images/bkg/MB2.jpg");
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: oswald;
    font-style: normal;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;

    #nav {
        width: 1100px;
        font-size: 22px;
        float: left;
        margin: 0;
        padding: 0px;
        background-color: #4285F4;
    }

    #nav a:link,
    #nav a:visited {
        color: #ffffff;
        border-right: 0.5px solid #ffffff;
        text-shadow: 1px 1px 1px #000000;
        text-align: left;
        padding: 4px;
        float: left;
        text-decoration: none;
        text-transform: none;
        border-radius: 5;

    }

    #nav a:hover {
        color: #F65814;
        background: #ffff1a;
    }


    #nav a:focus {
        color: #ffff00;
        background: #99ffcc;
    }

    #nav a:active {
        color: #ffff00;
        background: #66ff66;

    }

    #nav1 {
        width: 220px;
        font-size: 18px;
        float: left;
        padding: 0px;
        background-color: #4285F4;

    }

    #nav1 a:link,
    #nav1 a:visited {
        font-size: 22px;
        color: #ffffff;
        border-right: 0px solid #ffffff;
        text-shadow: 1px 1px 1px #000000;
        text-align: left;
        padding: 10px;
        float: left;
        text-decoration: none;
        text-transform: none;

    }

    #nav1 a:hover {
        color: #F65814;
        background: #ffff1a;
    }


    #nav1 a:focus {
        color: #ffff00;
        background: #99ffcc;
    }

    #nav1 a:active {
        color: #ffff00;
        background: #66ff66;

    }

    h1 {
        font-family: helvetica, verdana, geneva, arial;
        font-size: 10pt;
        color: navy;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    h2.article-title {
        color: #6495ED;
        font-family: "oswald light", sans-serif;
        font-size: 1em;
        letter-spacing: -0px;
        border-bottom: 0px solid black;

    }

    h3 {
        font-family: "oswald", arial, serif;
        font-size: 10pt;
        color: navy;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #myimages {
        white-space: nowrap;
    }

    #myimages img {
        display: block;
        float: left;
        margin: 20px;
    }

    botton {
        width: 100%;
        color: #F65814;
        background: #ffff1a;
    }

    /* ------------------------- floating bar --------- */
    #floatingbar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 11%;

        .center {
            margin: auto;
            width: 50%;
            padding: 100px;

        }

        #fbinside {
            margin: 0 auto;
            width: 100%;
            height: 100px;
            background: #;
            background-repeat: repeat-x;
            padding-right: 180px;
        }

        #fbmiddle {
            line-height: 100px;
            height: 100px;
            width: 100%;
            margin: 0;
            padding: 0;
            float: right;
        }

        </style>