body {
    position: relative;
	background-color: #F1EEE8;
	font-family: 'Raleway', sans-serif;
}

h1{color:#5B5040}

.navbar-brand{height: 50px}

#logoHeader{background-color: #F1EEE8;}

.box {
	position: fixed;
	right: -280px;
	top:210px;
  height: 50px;
  width: 400px;
	cursor: pointer;
	z-index: 1031;
}

.transform {
  -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;  
  -o-transition: all 1s ease;  
  -ms-transition: all 1s ease;  
  transition: all 1s ease;
}

.transform-active {
 right:0px;
}

#bdMessage{background-color: #fff; padding: 20px; border: solid 1px #ccc;}


						


#widget2 {
z-index: 1000;
position: absolute;
	width: 250px; top: 16px; right:50px;
}


#aFloat
{
z-index: 1030;
position: absolute;
width: 340px;
height: 130px;
	top: 400px; right:20%;
padding: 10px;
background: rgba(229,225,220,0.9);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.75);
}

#aFloat:after 
{
content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: rgba(229,225,220,0.9);
	border-bottom: 0;
	margin-left: -20px;
	margin-bottom: -20px;
}


#aFloat02
{
z-index: 1000;
position: absolute;
width: 320px;
height: 150px;
	top: 150px; left:5px;
padding: 10px;
background: rgba(229,225,220,1);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.75);
}

#aFloat02:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: rgba(229,225,220,1) transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 110px;
}


#aFloat03
{
z-index: 1;
position: absolute;
width: 320px;
height: 150px;
	bottom: -120px; right:1px;
padding: 10px;
background: rgba(229,225,220,0.9);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.75);
}

#aFloat03:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 15px 15px;
border-color: rgba(229,225,220,0.9) transparent;
display: block;
width: 0;
z-index: 1;
top: -15px;
left: 110px;
}

#aFloat04
{
z-index: 1000;
position: absolute;
width: 720px;
height: 100px;
	top: -40px; left:100px;
padding: 10px;
background: rgba(229,225,220,0.9);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 0px 2px 6px 0px rgba(50, 50, 50, 0.75);
}

#aFloat04:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 31px 15px 0;
border-color: rgba(229,225,220,0.9) transparent;
display: block;
width: 0;
z-index: 1;
bottom: -31px;
left: 115px;
}

@media (max-width: 768px)
{
#aFloat, #aFloat02, #aFloat03, #aFloat04{ display:none;}
    .ftb_thin{display: none}
}




#reviewsFull{box-sizing: content-box}




			
@media (min-width: 768px)
{
.navbar {
    border-radius: 0;
	}}

.bg-faded {
    background-color: #A79A88;
    border-color: #A79A88;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff ;
}
.navbar-light .navbar-nav .nav-link:hover {
     background-color: #F1EEE8;
	color: #5B5040 ;
	text-decoration: underline;
}

.navbar-light .navbar-nav .active>.nav-link{ background-color: #fff;
	color: #8C6239;
	text-decoration: none;}

.navbar-light .navbar-nav .nav-link.disabled:hover {
    color: rgba(0,0,0,.3);
	text-decoration: underline;
	background-color: transparent;
}

.jumbotron{margin-bottom: 0}

.homeBGimage{background-image: url(../images/mayfield.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; height: 400px}

.jumboTxt{position: absolute; top: 200px; text-align: center; width: 100% }

.lightBG{background-color: #e5e1dc}

a{color:#b08b13; text-decoration: underline}
