
body, html {
  height: 100%;
  background-color: #473E3F;
  margin:0;
	padding:0;
	color:#f3e1cd;
  font-family: 'Montserrat', 'Carrois Gothic', 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: 500;
  
  /*  font-size: 11px; */
  font-size: calc(.9vw + .9vh + .2vmin);
  /* font-size: calc(11px + 6 * ((100vw - 320px) / 680))); */
  /* font-size: calc(10px + ((100vh + 2vw)/60)); */
  
  /* line-height: calc(0.9em + 0.3vw + 0.5vh);  */
  
}



.bg {
  /* The image used */
  /* background-image: url("Farm_Logo_1.jpg"); */
     background-image: url("Farm_1.jpg"); 

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


a {color: #f3e1cd;}
a:link 		{text-decoration:none;}
a:visited 	{text-decoration:none;}
a:hover 	{text-decoration:underline;}
a:active 	{text-decoration:underline;}

input.styled {
  display: none;
}

select.styled {
  position: relative;
  width: 190px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 5;
}

.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#home-wrapper {
  text-align: center;
  margin: 0 auto;
  color: #f3e1cd; }

#home-logo {
  position: relative;
  top: 10px;
  clear: both; }

#home-content {
  position: relative;
  top: 28vh; }

#home-link-container {
  position: relative;
  text-align: center; }

#home-contact-container {
  position: relative;
  text-align: center;
  /* top: -30vh; */
  display: none; }

.home-link {
  margin-bottom: 100px; }

.home-nav-btn {
  position: relative;
  width: 250px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  border-radius: 7px;
  background-color: #b1aaa2; }

