﻿.well {
    min-height: 70%;
}

body {
    position: relative;
}

.affix {
    width: 100%;
    z-index: 9999 !important;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.affix ~ .container-fluid {
    position: relative;
    top: 0px;
}

#main-container {
    margin-top: 100px;
}

.navbar-inverse .navbar-nav > li > a {
    color: white !important;
}

    .navbar-inverse .navbar-nav > li > a:hover {
        /*text-decoration: underline;*/
    }

/*.navbar-collapse ul li {
    padding-top: 0px;
    padding-bottom: 0px;
}*/

/*.navbar-collapse ul li a {
        padding-top: 0px;
        padding-bottom: 0px;
    }*/

.navbar-inverse {
    background-color:darkslateblue;
    /*background-color: #2d3192;*/
}

.navbar-default {
    /*background-color: cadetblue;*/
    background-color: darkgray;
}

#section1 {
    padding-top: 50px;
    height: 500px;
    color: black;
    background-color: white;
}

#section2 {
    padding-top: 50px;
    height: 500px;
    color: black;
    background-color: white;
}

#section3 {
    padding-top: 50px;
    height: 500px;
    color: black;
    background-color: white;
}

#section41 {
    padding-top: 50px;
    height: 500px;
    color: black;
    background-color: white;
}

#section42 {
    padding-top: 50px;
    height: 500px;
    color: black;
    background-color: white;
}
/*.btn-default:hover {
    color: #fff;
    border-color: #357ebd;
    background-color:blue
}*/
body {
    padding-bottom: 55px;
}
