/*------------------------------------
  Default Styles
------------------------------------*/
/* Color Theme Swatches in Hex */
.nav-orange { background-color: #813E01; }
.opening-bg { background-color: #7D260E;  color: #FFF3E6; }
.Upton-Family-Farm-3-hex { color: #FFE9D1; }
.Upton-Family-Farm-4-hex { color: #6FA0B3; }
.nav-blue { background-color: #733020; color: white; }

body {
	font-size: 18px;
	background-color: #9f7066;
	color: white;
}
a {
	color: #7D260E !important;
}
hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
.main-content {
	/*background-image: url("../../background-fade.jpg");
	background-position: bottom left;
	background-repeat: repeat-x;*/
	
}
.panel {
	background-color: #FFF3E6;
	color: black;
}
.g-bg-pale {
	background-color: #F7F4BA;
}

.toptitle {
    font-family: 'Vast Shadow', cursive;
}
  /* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
.nav-link {
	color: #ffffff;
}
.nav-link:hover {
	color: #FFFF00;
}