﻿body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    background-color: #666666;
    background-image: url('/Images/Background.jpg');
    background-size: cover;
}

.container {
    /*margin-bottom: 100px;*/
}

header,
main {

}

header {
    width: 100%;
}

.navbar-logo {
    position: absolute;
    left: 20px;
    top: 42px;
}

.navbar {
    font-size: 18px;
    text-align: center;
    list-style-type: none;
}

    .navbar ul {
        padding: 10px 0;
        margin: 0;
    }

.navbar-nav {
    display: inline;
}

.navbar li {
    display: inline-block;
    padding: 0 18px 0px 18px;
}

.navbar .btn {
    line-height: 0.75;
}

.login-partial {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 0px;
}

.footer-container {
    background-color: red;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 2;
}
