body {
    position: relative;
	background-color: #efefef;
	
}

#widgetResize div.ftb_thin {
    width: 300px !important;
    height: auto;
    min-height: 50px;
}
						
#widget {
z-index: 1000;
position: absolute;
	width: 270px; top: 20px; right:20px;
}

#widget2 {
z-index: 1000;
position: absolute;
	width: 250px; top: 16px; right:50px;
}


@media (max-width: 767px)
{
	#widget2 {
position: initial;
}}

#aFloat
{
z-index: 1000;
position: absolute;
width: 320px;
height: 130px;
	top: -70px; right:80px;
padding: 10px;
background: rgba(210,208,179,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;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: rgba(210,208,179,0.9);
	border-left: 0;
	margin-top: -20px;
	margin-left: -20px;
}


#aFloat02
{
z-index: 1000;
position: absolute;
width: 320px;
height: 120px;
	top: 150px; right:50px;
padding: 10px;
background: rgba(210,208,179,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);
}

#aFloat02:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 15px 0;
border-color: transparent rgba(210,208,179,0.9);
display: block;
width: 0;
z-index: 1;
left: -15px;
top: 45px;
}


#aFloat03
{
z-index: 1000;
position: absolute;
width: 320px;
height: 150px;
	top: 100px; left:450px;
padding: 10px;
background: rgba(210,208,179,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: 15px 0 15px 31px;
border-color: transparent rgba(210,208,179,0.9);
display: block;
width: 0;
z-index: 1;
right: -31px;
top: 80px;
}

#aFloat04
{
z-index: 1000;
position: absolute;
width: 720px;
height: 100px;
	top: -40px; left:100px;
padding: 10px;
background: rgba(210,208,179,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(210,208,179,0.9) transparent;
display: block;
width: 0;
z-index: 1;
bottom: -31px;
left: 115px;
}




@media (max-width: 998px)
{
#aFloat, #aFloat02, #aFloat03, #aFloat04{ display:none;}	
}

@media (max-width: 480px)
{
.display-1{ font-size:4rem;}	
.display-2{ font-size:3rem;}	
}



			
@media (min-width: 768px)
{
.navbar {
    border-radius: 0;
	}}

.bg-faded {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link {
    color: #5a5841 ;
	margin-right: 20px;
		padding-top: 30px;
    margin-top: -15px;
}



.navbar-light .navbar-nav .active>.nav-link{ background-color: #5a5841;
	color: #c7b299;
	text-decoration: none;}

.navbar-light .navbar-nav .nav-link:hover {
     background-color: #5a5841;
	color: #c7b299 ;
	text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link.disabled:hover {
    color: rgba(0,0,0,.3);
	text-decoration: none;
	background-color: transparent;
}

.jumbotron{ margin-bottom: 0}

.homeBGimage{background-image: url(../images/farmhouseCottages.jpg); background-size: cover; background-repeat: no-repeat; background-position: center; height: 600px}

.lightBG{background-color: #e5e1dc}

h1, h2{font-family: 'Great Vibes', cursive;}

.text-shadow{text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);}

a{color:#666; text-decoration: none}

#demoWarning p{margin-bottom: 0}
