@charset "utf-8";
/*
Green:  #034800   3, 72, 0
Brown:  #453A29   69, 58, 41
*/
/* Home
-------------------------------------------*/
.hero {
  padding: 0 0 0 0;
}
.hero img {
  height: 40vh;
  width: auto;
  margin: 20vh 0 20vh 0;
}
.headings {
  text-align: center;
  padding: 72px 0 72px 0;
  background-color: #FFF;
  background-image: url('/media/static/images/danmar-farms-logo-black-10.svg');
  -webkit-background-size: 80%;
  -moz-background-size: 80%;
  -ms-background-size: 80%;
  -o-background-size: 80%;
  background-size: 80%;
  background-position: 180% 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.headings h1 {
  text-transform: uppercase;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-weight: 800;
  margin: 0 0 12px 0;
}
.headings h2 {
  color: #034800;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
  margin: 0 0 24px 0;
}
.headings .intro {
  color: #222;
}
.holidays {
  text-align: center;
  background-color: #CCC;
  background-image: url('/media/static/images/default-bg.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #FFF;
  padding: 72px 0 96px 0;
}
.holidays h2 {
  color: #FFF;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 800;
  font-family: "clarendon-urw", serif;
}
.holidays h3 {
  margin: 0 0 0 0;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 549px) {}