@charset "UTF-8";

html{
	background-image: url("assets/images/beans2000x1333.jpg")
	/*background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;*/
	}
header {
	background-color: #591521;
	padding-top: 15px;
	padding-left: 0px;
	}
header h1 {
	text-decoration: none;
	font-weight: 400;
	font-family: de-walpergens-pica-small-caps,Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	font-size: 4em;
	padding-left: 0px;
	}
header h1 a:link  , a:visited{
	text-decoration: none;
	color: #F2E2CE;
	text-align: center;
	padding-left: 550px;
	}
header h1 a:hover   , a:active{
	text-decoration: none;
	color: #C48966;
	text-align: center;
	padding-left: 550px;
	}
header nav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: right;
	list-style-type: none;
	}
header img{
	margin: 0,500,0,0;
	display: inline-block;
	}
nav ul li {
	display: inline-block;
	margin-left: 30px;
	font-size: 1.1rem;
	color: #F2E2CE;
	padding-bottom: 15px;
	margin-right: 25px;
	font-variant: small-caps;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	}
nav ul li a:link, a:visited {
	color: #F2E2CE;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
	}
nav ul li a:hover, a:active {
	color: #C48966;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
	}
main {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	width: auto;
	height: auto;
	}
#container header {
	}
#maincontent {
	margin-left: 60px;
	margin-right: 60px;
	padding-right: 10px;
	padding-left: 10px;
	}

main img {
	padding-bottom: 15px;
	}
#homeImg {
	margin-left: 225px;
	margin-right: 225px;
	}
main h1 {
	color: #591521;
	font-variant: small-caps;
	font-family: de-walpergens-pica-small-caps, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	margin-right: 50px;
	margin-left: 480px;
	font-weight: bolder;
	padding-top: 50px;
	}
main p {
	font-style: normal;
	font-weight: 400;
	font-family: tenor-sans;
	text-align: justify;
	margin-right: 30px;
	}
#homecontent h2 {
	color: #591521;
	text-decoration: none;
	font-weight: 600;
	font-variant: small-caps;
	font-family: de-walpergens-pica-small-caps, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	}
main h2{
	color: #591521;
	text-decoration: none;
	font-weight: 600;
	font-variant: small-caps;
	font-family: de-walpergens-pica-small-caps, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	margin-top: 50px;
	margin-bottom: 15px;
	}
main h3{
	margin-top: 20px;
	margin-bottom: 10px;	
	}
footer {
	text-decoration: none;
	font-family: de-walpergens-pica-small-caps, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	font-style: normal;
	font-variant: small-caps;
	background-color: #591521;
	color: #F2E2CE;
	}
footer h1 {
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
	padding-top: 15px;
	}
footer ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
	list-style-type: none;
	}
footer ul li {
	display: inline-block;
	padding-left: 0px;
	margin-left: 20px;
	font-size: 0.9rem;
	color: #F2E2CE;
	padding-bottom: 15px;
	text-decoration: none;
	}
footer ul li a:link , footer ul li a:visited{
	color: #F2E2CE;
	text-decoration: none;
	}
footer ul li a:hover , footer ul li a:active{
	color: #F2F2F2;
	text-decoration: none;
	}
.location {
    width: 200px;
    float: left;
    padding-top: 23px;
    padding-right: 23px;
    padding-bottom: 23px;
    padding-left: 23px;
    list-style-type: none;
	color: #0B0D00;
  	background-color: #F2E2CE; 
  	padding: 20px 0;
	display: flex;
	justify-content: center
	}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
.menu {
  	border: 1px solid #fff;
  	width: 900px;
  	display: flex;
	justify-content: space-around
	}
#aboutContent h2 {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 20px;
	color: #FFF;
	font-weight: normal;
	background-color: #C9D47B;
	}
#aboutContent h3 {
	margin-left: 30px;
	color: #AF9272;
	font-weight: normal;
	}
#aboutContent p {
	margin-left: 60px;
	margin-right: 60px;
	line-height: 1.5em;
	}
#aboutContent ul {
	margin-top: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
	}
#aboutContent ul li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	}
#aboutContent ul li a:link, #aboutContent ul li a:visited {
	color: #565034;
	}
#aboutContent ul li a:hover, #aboutContent ul li a:active {
	color: #A5B452;
	}
.backtotop {
	font-size: 0.8rem;
	}

main:after {
	content:"";
	display: table;
	clear: both;
	}
.liveSeeFeel {
	width: 400px;
	height: 270px;
	padding-top: 0px;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 30px;
	float: left;
	border: 2px solid #591521;
	border-radius: 6px;
	background-color: #F2E2CE;
	}
.centerliveSeeFeel {
	margin-left: 35px;
	margin-right: 35px;
	}
.firstliveseefeel {
	margin-left: 50px;
	}
.homep {
	padding-bottom: 50px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 505px;
	}
.roseville {
	margin-top: 10px;
	margin-left: 25px;
	}
.mulberry {
	margin-left: 25px;
	}
.maincontent {
	margin-top: 25px;
	padding-top: 0px;
	padding-right: 23px;
	padding-left: 23px;
	padding-bottom: 30px;
	float: left;
	border: 2px solid #591521;
	border-radius: 6px;
	background-color: #F2E2CE;
	}
