/*!
 * Start Bootstrap - Business Casual Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    font-family: "Arial", "Ubuntu Condensed","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#cdc0b2;
	background-color:#cbc5d1;
	background-color:#E4E0DB;
/*    background: url('../images/sunset2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Arial", "Ubuntu Condensed","Arial", "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

}


.navbar-nav a,
.navbar-nav a:hover {
  color: #873232;
}

.navbar-nav > li > a{
    color: #666666;
    background-color:#f3f3f3;
    font-weight:bold;
}
.navbar-nav > li > a:hover {
    color: #873232;
   /*background-color:#d9c2b4;*/
} 

} 


.navbar .inactive a {
    
    color: #666666;
    background-color:#f3f3f3;
    
}

.navbar .inactive a:hover {
padding:6px;
color:#d7ccc8;
}


.navbar .active a,
.navbar .active a:hover {
  color: #873232;
  /*background-color:#cbc5d1; */
  /* This bit sorts out mobile - top one for mobile, lower for desktop */
  background-color: #d7ccc8;
  /*background-color: #87422b; */
  
}

.navbar > li > a{
    color: #873232;
    /*color:#d7ccc8; */
    font-weight:bold;
}
.navbar > li > a:hover {
    color: #873232;
} 



.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    font-weight: 400;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #fff;
		color:#873232;
       background: rgba(255,255,255,0.9);
    }

    .nav>li>a {
		color:#873232;
		/*color:#d7ccc8;*/
        padding: 5px !important;
    }

/* ***************** */
/*  Menu Background  */
/* ***************** */


    .navbar-nav>li>a {
        line-height: normal;
		background:#f3f3f3;
		background:#e4d7c6;
		background:#cbc5d1;
		background:#D7CCC8; 
		background:#baa8a2;
		color:#873232;
        /*color:#d7ccc8;	 */
    
		border-right:1px solid grey;
		border-bottom:1px solid grey;
		border-top:1px solid grey;
    }

    .navbar-nav {
        display: table;
        float: none;
		color:#873232;
        color:#d7ccc8;
        background-color:#baa8a2;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1em;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}