/* LESS Document */
@import url("https://use.typekit.net/dwy7xkn.css");
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0; font-family: sans-serif;}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible;font-family:sans-serif}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
html {
  font-size: 20px;
}
body {
  background-color: #1C1C1C;
  background-image: url('../images/cow-collection-bw-2.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  font-family: monarcha;
  font-weight: 200;
  color: #1C1C1C;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-family: english;
}
img {
  max-width: 100%;
}
button,
a.button {
  background-color: none;
  border: 2px solid #1C1C1C;
  color: #1C1C1C;
  text-transform: uppercase;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 200px;
}
button:hover,
a.button:hover {
  background-color: #1C1C1C;
  color: #e1caaa;
}
.section {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-top: 100px;
}
.section h1 {
  margin: 0;
  font-size: 4rem;
  font-weight: normal;
}
.section h2 {
  font-style: italic;
  margin: 0;
  font-size: 2rem;
  font-weight: normal;
}
.section.forsale {
  display: flex;
  justify-content: space-around;
}
.sale {
  width: 44%;
  color: #1C1C1C;
  background-image: url("../images/background-kraft-paper.jpg");
  background-repeat: repeat;
  padding: 0 0 40px;
  margin-bottom: 200px;
}
.sale img {
  margin-bottom: 0;
}
.sale h3 {
  font-size: 2.5rem;
  margin: 10px auto 0;
  color: #953200;
  border-bottom: solid #953200 1px;
  width: 80%;
}
.sale img {
  width: 100%;
  height: auto;
}
.sale p,
.sale ul {
  text-align: left;
  width: 80%;
  margin: 10px auto;
}
.sale ul {
  margin-bottom: 40px;
}
.sale li {
  margin-bottom: 6px;
}
.sale p,
.sale ul,
.sale li,
.sale a {
  display: none;
}
.contact {
  padding: 0 0 200px;
  margin-top: 0;
}
.contact a {
  color: #e1caaa;
}
.contact a:hover {
  color: #fff;
}
.contact h4 {
  font-family: english;
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}
.footer {
  font-size: .75rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  /* LESS Document */

html {
}
}
@media only screen and (max-width: 720px) {
  /* LESS Document */
.section {
  width: 90%;
}
.section.forsale {
  display: block;
}
.section h1 {
  margin: 0;
  font-size: 2.75rem;
}
.section h2 {
  font-style: italic;
  font-size: 1.5rem;
}
.sale {
  width: 100%;
  margin-bottom: 60px;
}

}
