﻿/*
* Style tweaks
* --------------------------------------------------
*/
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
    padding-top: 0px; /* bringing to zero allows transparent navbar to place properly */
}
footer {
    padding: 30px 0;
}

/*
 * Custom styles
 */
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 15 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    /*background-color: #222;*/
    /*background-color: #383838;  very dk brown 'orig' color*/
    /*background-color: #b4b4b4;  choice 3 - gray */
    /*background-color: #dda745;  choice 2 - dk mustard */
    background-color: #8ac33f; /* choice 1 - green */
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

.navbar .icon-bar {
    background-color: #FFCC33;
}


.container>.navbar-header{
    margin-left: inherit;
}