body{
    padding-top: 50px;
}


/*````````NAVBAR```````*/

.navbar-default {
    background-color: black;
    border: none;
    margin-bottom: 50px;
}

.navbar-default .navbar-brand {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
/*

.container-fluid {
    margin-bottom: 50px; did this to keep the body from going under the nav
}
*/

/*
default .navbar-toggle:hover {
    background-color:white;
     text-shadow: 0 0 10px #3399cc,
         0 0 10px #3399cc;
}
*/

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
     text-shadow: 0 0 5px white;
}

.navbar-default .navbar-toggle {
    border-color: rgba(0, 0, 0, 0.50);
}
.navbar-toggle {
    background-color: #3399CC;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: white;
}
/*----------------------------------------------------------------------------------*/



.table-condensed{
    font-size: 12px;
}




/*````````HOME PAGE```````*/

.home-h1 {
    color:white;
    text-shadow: 0 0 4px black;
}

.home-logo {
    margin: 20px 0px 50px 0px;
}

.home-logo-img {
    max-width: 30%;
    min-width: 200px;  
    border-radius: 5px;
    box-shadow: -2px 2px 4px #333;
}
.btn-group-home{
        
}

.btn-home{
    border-radius: 4;
    background-color:black;
    border-style:solid;
    border-width: 3px;
    border-color:white;
    color:white;
    font-weight:bold;
    
    min-width: 100px;
    margin:10px 3px 0px 3px;
    height:50px;
    padding-top:12px;
    font-family: Tahoma, Geneva, sans-serif;
}


.btn-home:hover {
    background-color:#1a1a1a;
    
    color:white;
}

.btn-home:focus{
    color:white;
}


button.btn-home{
    padding-top: 6px;
}



/*----------liner quote form----------*/


.form-lnr-quote{
    border-bottom-style: solid;
    border-width: thick;
    border-color:3399cc;
    margin-top: 60px;
    text-align: center;
}

.form-lnr-quote>div>form>div>row>div>div>input {
/*    color:blue;*/
    width:100%;
/*    border-style: solid;*/
/*    border-color:red;*/
/*    text-align:center;*/
        
}

.form-lnr-quote>div>form>div>row>div>div {
    width: 100%;
/*    border-style: solid;*/
    text-align:center;
/*    align-self: center;*/
        
}

.form-lnr-quote>div>form>div>row>div {
    border-radius: 6px;
    border-style: solid;
    margin: 11;
    
}


.form-lnr-quote>div>h1{
    margin-bottom: 20px;
    
}

.form-lnr-quote>div>form>div>button{
    width: 100%;
    margin-bottom: 20px;
    
}



/*liner images----------------*/
.lnr_quote{
    display: inline-block;
    height: 214px;
    width: 150px;
    margin: 3px;
    position: relative;
    cursor: pointer;
}
.lnr_quote>div{
/*    background-color: rgba(051,153,204,.7);*/
/*    background-color: rgba(222,222,222,.5);*/
/*    height:inherit;*/
    position:absolute;
    width:inherit;
    bottom:0;
}


.lnr_quote>div>p{
    bottom:0;
    text-align:center;
    
    text-shadow: 
        0 0 3px black, 
        0 0 3px black, 
        0 0 3px black, 
        0 0 3px black, 
        0 0 3px black;

    margin:0px;
    color: white;
    font-weight: bold;
}


/*

.lnr_quote>div>p{
    bottom:0;
    text-align:center;
*/
/*
    text-shadow: 
        0 0 3px white, 
*/
/*
        0 0 3px white, 
        0 0 3px white, 
*/
/*
        0 0 4px white, 
        0 0 5px white, 
        0 0 5px white, 
*/
        ;

    margin:0px;
    color: black;
    font-weight: bold;
}



.panel-default {
    margin-top: 500px;    
}

.panel-default > .panel-heading{
    background-image: none;
     background-color: black;
    color:white;
}

.contact-form{
    margin-top: 50px;
}


/*jquery classes*/

.nudge{
    position: relitive;
    left: 2px;
    top: -2px;
    box-shadow: 
        -2px 2px 3px black;
}


/*misc classes*/
.brand-img{
    z-index: =1000;
    height: 50px;
    width: 50px;
/*    background-color: #cccccc;*/
    background-image: url("../img/logoExSmall.png");
    background-repeat: no-repeat;
    background-position: center;
    
    background-color: white;
    top:-15px;
    position: relative;
}


.text-glow{
    text-shadow: 0 0 10px #3399cc,
         0 0 10px #3399cc;
    color:black;
}

