@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,400italic);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700,100);
@font-face {
  font-family: "jellyka_saint-andrews_queenRg";
  src: url("fonts/saint-andrews_queen-webfont.eot");
  src: url("fonts/saint-andrews_queen-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/saint-andrews_queen-webfont.woff2") format("woff2"),
    url("fonts/saint-andrews_queen-webfont.woff") format("woff"),
    url("fonts/saint-andrews_queen-webfont.ttf") format("truetype"),
    url("fonts/saint-andrews_queen-webfont.svg#jellyka_saint-andrews_queenRg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  border: 0;
  margin: 0;
  padding: 0;
}

body,
td,
th {
  font: 100%/1.25 "Lato", sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  background: #fff;
  letter-spacing: 0.05em;
  color: #272623;
}

.thanks {
  font-family: "Satisfy", cursive;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 130%;
}

h2 {
  fontsize: 110%;
  color: #cd8b0d;
}

h3 {
  font-size: 90%;
}

/***** Links *****/

a {
  text-decoration: none;
  background: transparent;
}

/***** Dropdown Menu *****/

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/***** HTML5 *****/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/***** Classes *****/

.red {
  color: #d52525;
}

.white {
  color: #fff;
}

header {
  width: 100%;
  height: 81px;
  position: fixed;
  top: 0;
  z-index: 99999;
  background-color: #272623;
  box-shadow: 0 0 2px #000;
}

.slider {
  width: 96%;
  max-width: 1200px;
  margin: 10px;
  border: #ffffff thick;
  margin: 2% auto 0;
}

/* homepage video */
.center-column {
  max-width: 850px;
}

.center-column iframe {
  aspect-ratio: 16/9;
}

.logo {
  width: 36%;
  height: 79px;
  float: left;
}

.logo img {
  width: 100%;
  height: auto;
}

nav {
  width: 64%;
  height: auto;
  float: right;
  height: 80px;
  line-height: 80px;
}

nav ul {
  padding: 0px;
  text-align: right;
  width: 100%;
  margin: 0%;
}

nav ul li {
  list-style-type: none;
  display: inline;
  width: 8%;
  text-align: center;
  text-transform: uppercase;
  margin-right: 2%;
  font-weight: 900;
  font-size: 90%;
  padding: 0% 0.5%;
}
nav ul li a {
  color: #e5dfc9;
  display: inline-block;
  background-color: transparent;
  padding: 0% 0.5%;
}

nav ul li a:hover {
  color: #e5dfc9;
  display: inline-block;
  background-color: #543c35;
  padding: 0% 0.5%;
}
.wrap {
  max-width: 1000px;
  width: 97%;
  padding: 0% 1.5%;
  margin: 0 auto;
}
.wrap2 {
  max-width: 1000px;
  width: 97%;
  padding: 0% 1.5%;
  margin: 20px auto;
  border-top: solid 7px #eacfbe;
  padding-top: 15px;
}
.hay-photo {
  width: 23%;
  height: auto;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  float: left;
}
.hay-photo img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
}
.hay-photo2 {
  width: 45%;
  height: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 15px;
  margin-top: 10px;
  float: left;
}
.hay-photo2 img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
}
.hay-photo3 {
  width: 60%;
  height: auto;
  margin: auto;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hay-photo3 img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
}

.sale-box {
  width: 45%;
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 15px;
  margin-top: 10px;
  float: left;
  background-color: #272623;
  color: #d58b0d;
  padding: 1%;
}

.sale-box2 {
  width: 94%;
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 15px;
  margin-top: 10px;
  float: left;
  background-color: #272623;
  color: #d58b0d;
  padding: 1%;
}

span.sale-text {
  font-weight: bold;
}

.gold {
  color: #cd8b0d;
}

.cattle-for-sale {
  width: 45%;
  height: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 15px;
  margin-top: 10px;
  float: left;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.cattle-for-sale img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  border: 2px solid #272623;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
}

.cattle-for-sale2 {
  width: 29%;
  height: auto;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 15px;
  margin-top: 10px;
  float: left;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.cattle-for-sale2 img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
  border: 2px solid #272623;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
}

.button {
  width: 95%;
  height: 25px;
  color: #272623;
  margin-top: 5px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  border-radius: 5px;
  line-height: 24px;
  text-align: center;
  background-color: #eacfbe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font-variant: small-caps;
  font-family: "Lato", san-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.button:hover {
  -webkit-transition: all ease-in 1s;
  -moz-transition: all ease-in 1s;
  -o-transition: all ease-in 1s;
  transition: all ease-in 1s;
  background-color: #272623;
  color: #eacfbe;
  border: none;
  text-decoration: none;
}
.button a {
  color: #272623;
}
.winner-button {
  width: 23%;
  height: 35px;
  color: #cd8b0d;
  margin-top: 5px;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  border-radius: 5px;
  line-height: 33px;
  text-align: center;
  background-color: #272623;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  font-variant: small-caps;
  font-family: "Lato", san-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.winner-button:hover {
  -webkit-transition: all ease-in 1s;
  -moz-transition: all ease-in 1s;
  -o-transition: all ease-in 1s;
  transition: all ease-in 1s;
  background-color: #cd8b0d;
  color: #272623;
  border: none;
  text-decoration: none;
}
.winner-button a {
  color: #cd8b0d;
}

.button-gold a {
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  background-color: #cd8b0d;
  font-weight: 500;
}

.button-gold a:hover {
  background-color: #906107;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.winner-photo {
  width: 23%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 90%;
}
.winner-photo img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
  margin-bottom: 5px;
}
.winner-photo2 {
  width: 23%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 90%;
}
.winner-photo2 img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
  margin-bottom: 5px;
}

.winner-photo3 {
  width: 45%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 90%;
}
.winner-photo3 img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
  margin-bottom: 5px;
}

.winner-photo-double {
  width: 48%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 90%;
}
.winner-photo-double img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
  margin-bottom: 5px;
}

.our-farm-photo {
  width: 30%;
  height: auto;
  float: left;
  margin-left: 1.5%;
  margin-right: 1.5%;
  margin-bottom: 15px;
  text-align: center;
  font-size: 90%;
}
.our-farm-photo img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
  margin-bottom: 5px;
}
.subhead-page {
  color: #272623;
  font-style: italic;
  font-size: 150%;
  text-align: center;
  margin: auto auto 10px;
}
.subhead-page2 {
  color: #272623;
  font-style: italic;
  font-size: 150%;
  text-align: center;
  margin: auto;
}
.winner-line {
  width: 100%;
  border-top: dashed 2px #eacfbe;
  margin-bottom: 40px;
  margin-top: 40px;
}
.home-page-image {
  width: 30%;
  height: auto;
  float: right;
  margin-left: 2%;
  margin-bottom: 8px;
}
.home-page-image img {
  width: 100%;
  height: auto;
  border: solid 2px #272623;
}
.home-page-image2 {
  width: 30%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 8px;
}
.home-page-image2 img {
  width: 100%;
  height: auto;
  border: solid 2px #272623;
}
.home-page-image3 {
  width: 18%;
  height: auto;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 3.5%;
}
.home-page-image3 img {
  width: 100%;
  height: auto;
  border: solid 2px #272623;
}
.header-image {
  width: 100%;
  height: 305px;
  background-image: url(images/home-page-header.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 180%;
  letter-spacing: 6px;
  margin-top: 80px;
  position: fixed;
  z-index: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.header-image2 {
  width: 100%;
  height: 305px;
  background-image: url(images/header-photo.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 180%;
  letter-spacing: 6px;
  margin-top: 80px;
  position: fixed;
  z-index: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.header-cattle {
  width: 100%;
  height: 305px;
  background-image: url(images/cattle-header.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 180%;
  letter-spacing: 6px;
  margin-top: 80px;
  position: fixed;
  z-index: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.header-our-farm {
  width: 100%;
  height: 305px;
  background-image: url(images/our-farm-header.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 180%;
  letter-spacing: 6px;
  margin-top: 80px;
  position: fixed;
  z-index: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.header-image-Sheep {
  width: 100%;
  height: 305px;
  background-image: url(images/sheep-header.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 180%;
  letter-spacing: 6px;
  margin-top: 80px;
  position: fixed;
  z-index: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.header-image-hay {
  width: 100%;
  height: 305px;
  background-image: url(images/header-photo.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-size: 180%;
  letter-spacing: 6px;
  margin-top: 80px;
  position: fixed;
  z-index: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
}
.header-image .wrap {
  padding: 2% 0%;
}
.header-image2 .wrap {
  padding: 0% 0%;
}
.header-cattle .wrap {
  padding: 0% 0%;
  color: rgba(255, 255, 255, 1);
  font-size: 90%;
  line-height: 40px;
}
.header-our-farm .wrap {
  padding: 1% 0%;
  font-weight: bold;
  font-size: 90%;
  line-height: 40px;
}
.header-image-Sheep .wrap {
  padding: 2% 0%;
  color: #fff;
  font-size: 90%;
  line-height: 40px;
}
.header-image-hay .wrap {
  padding: 2% 0%;
  font-size: 90%;
  line-height: 40px;
}
.sale td {
  padding: 5px 10px 8px;
}
.sale tr:nth-child(even) {
  background-color: #eacfbe;
}
.sale thead {
  background-color: #272623;
  color: #eae4ce;
  font-weight: bold;
}
.sale thead tr th {
  padding: 6px 10px;
}

.sale {
  font-size: 0.7em;
  width: 62.1%;
  display: block;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #090909;
  margin-bottom: 20px;
}
.line {
  width: 20%;
  height: 1px;
  border-bottom: 1px solid #694d3c;
  margin: auto;
}
.line2 {
  width: 20%;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  margin: auto;
}
.line3 {
  border-bottom: 1px solid #694d3c;
  height: 1px;
  margin: auto;
  width: 20%;
}
.listing {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #694d3c;
  float: left;
}

.picL {
  width: 36.5%;
  margin-right: 3.5%;
  float: left;
}
.picL img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
}
.pic img {
  width: 100%;
  height: auto;
  border: 2px solid #272623;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.infoR {
  width: 60%;
  float: right;
  line-height: 16pt;
}
.infoR img {
  width: 45%;
  float: right;
  height: auto;
  border: 2px solid #272623;
}
.infoR a {
  color: #cd8b0d;
}
.infoR a:hover {
  color: #543c35;
}
.infoR:visited {
  color: #cd8b0d;
}
.jellyka {
  font-family: "jellyka_saint-andrews_queenRg";
  font-size: 200%;
}

.paper-section {
  background-image: url("images/paper.jpg");
  background-repeat: repeat;
  float: left;
  height: auto;
  min-height: 100px;
  padding: 2% 0%;
  position: relative;
  width: 100%;
  margin-top: 22%;
  z-index: 9999;
}

.paper-section .a-home {
  margin-top: 310px;
}
.paper-section2 {
  background-image: url("images/paper.jpg");
  background-repeat: repeat;
  float: left;
  height: auto;
  min-height: 100px;
  padding: 2% 0%;
  position: relative;
  width: 100%;
  margin-top: 25%;
  z-index: 88888;
}

.paper-section .a-home2 {
  margin-top: 305px;
}
.paper-section h1 {
  font-family: "Lato", sans-serif;
  font-size: 200%;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.paper-section2 h1 {
  font-family: "Lato", sans-serif;
  font-size: 200%;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.white-section {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px;
  z-index: 0;
  float: left;
  padding-top: 2%;
  padding-bottom: 7%;
  background-color: #fff;
  min-height: 100px;
}

.white-section h1 {
  color: #cd8b0d !important;
  font-family: "jellyka_saint-andrews_queenRg";
  font-size: 350%;
  text-align: center;
}

.second-paper-section {
  background-image: url("images/paper.jpg");
  background-repeat: repeat;
  float: left;
  height: auto;
  min-height: 100px;
  padding: 2% 0%;
  position: relative;
  width: 100%;
  z-index: 5;
  box-shadow: 0 0 8px #555;
}
.columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  width: 100%;
  height: auto;
}
.second-paper-section .wrap .columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  height: auto;
}

.second-paper-section h1 {
  color: #272623;
  font-family: "jellyka_saint-andrews_queenRg";
  font-size: 350%;
  text-align: center;
}

.second-paper-section h2 {
  color: #cd8b0d;
  font-style: italic;
  font-size: 150%;
  text-align: center;
  margin-bottom: 20px;
}

.women {
  width: 24%;
  height: 210px;
  float: left;
  text-align: center;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.women img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.women a.button2 {
  background-color: transparent;
  border: 2px solid #5f4842;
  border-radius: 11px;
  color: #5f4842;
  float: left;
  font-style: italic;
  height: 39px;
  line-height: 37px;
  margin: 0% 2%;
  padding: 0;
  text-align: center;
  width: 94%;
}

.women a.button2:hover {
  background-color: #5f4842;
  border: 2px solid #5f4842;
  border-radius: 11px;
  color: #fff;
  float: left;
  font-style: italic;
  height: 39px;
  line-height: 37px;
  margin: 0% 2%;
  padding: 0;
  text-align: center;
  width: 94%;
  cursor: pointer;
}

.kylie-section {
  background-color: #fff;
  background-repeat: repeat;
  float: left;
  height: auto;
  min-height: 100px;
  padding: 1.5% 0%;
  position: relative;
  width: 100%;
  z-index: 0;
}

.kylie-section h1 {
  color: #272623;
  font-family: "jellyka_saint-andrews_queenRg";
  font-size: 350%;
  text-align: center;
}

.kylie-section h2 {
  color: #cd8b0d;
  font-style: italic;
  font-size: 150%;
  text-align: center;
  margin-bottom: 20px;
}

.kylie-section .wrap .columns {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}

.c1 {
  width: 93%;
  margin: 1em;
  padding: 1em;
  float: left;
} /* --- full width ---*/
.c2 {
  width: 40%;
  margin: 1em;
  padding: 1em;
  float: left;
} /*--- half column ---*/
.c4 {
  width: 17.95%;
  margin: 1em;
  padding: 1em;
  float: left;
} /*--- fourth column --*/
.c5 {
  width: 59.55%;
  margin: 1em;
  padding: 1em;
  float: left;
} /*--- two-thirds column --*/
.c6 {
  width: 68%;
  margin: 1em;
  padding: 1em;
  float: left;
} /*--- three-fourths column --*/

/***** Global Classes *****/
.center {
  text-align: center;
}
.center a {
  color: #cd8b0d;
}
.center a:hover {
  color: #543c35;
}
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

.listing .c4 {
  min-height: 495px;
}
.pic img {
}
.left {
  text-align: left;
}
ul {
  margin-left: 40px;
}
.list-unstyled li {
  list-style-position: outside;
  list-style-type: none;
}

.tg-wrap {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
th {
  font-weight: 600;
}
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.tg td {
  font-size: 14px;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}
.tg th {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
}

.photo-w-overlay {
  background-image: url(images/hay/thanks.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 2px solid black;
}
.photo-w-overlay p {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
  font-family: "Satisfy", cursive;
  margin: 0;
}
/* fix homepage columns by moving inline styles here */
div.two-col-row-big {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (min-width: 800px) {
  .two-col-row-big > div {
    width: 50%;
  }
}

@media screen and (max-width: 980px) {
  header {
    height: 0px;
    position: relative;
  }
  nav {
    height: 25px;
    line-height: 15px;
  }
  .logo {
    display: none;
  }

  .logo img {
    display: none;
  }
  .header-image {
    height: 305px;
    margin-top: 72px;
    position: relative;
    margin-bottom: -305px;
    background-size: 165% auto;
  }
  .header-image2 {
    height: 305px;
    margin-top: 72px;
    position: relative;
    margin-bottom: -305px;
    background-size: 165% auto;
  }
  .header-cattle {
    height: 305px;
    margin-top: 72px;
    position: relative;
    margin-bottom: -305px;
    background-size: 165% auto;
  }
  .header-our-farm {
    height: 305px;
    margin-top: 72px;
    position: relative;
    margin-bottom: -305px;
    background-size: 165% auto;
  }
  .header-image-Sheep {
    height: 305px;
    margin-top: 72px;
    position: relative;
    margin-bottom: -305px;
    background-size: 165% auto;
  }
  .header-image-hay {
    height: 305px;
    margin-top: 72px;
    position: relative;
    margin-bottom: -305px;
    background-size: 165% auto;
  }
  .paper-section {
    margin-top: 29%;
  }
  .paper-section2 {
    margin-top: 25%;
  }
  .paper-section .a-home {
    margin-top: 270px;
  }
  .paper-section .a-home2 {
    margin-top: 270px;
  }
}
@media screen and (max-width: 935px) {
  .winner-photo {
    width: 35%;
    margin: 7.5% 7.5%;
    height: 400px;
    font-size: 80%;
  }
  .winner-photo2 {
    width: 35%;
    margin: 3% 7.5%;
    height: 340px;
    font-size: 80%;
  }
}
@media screen and (max-width: 850px) {
  .second-paper-section {
    margin-top: 0%;
  }
  .header-image {
    height: 280px;
    letter-spacing: 3px;
    background-size: 190% auto;
  }
  .header-image2 {
    height: 280px;
    letter-spacing: 3px;
    background-size: 190% auto;
  }
  .header-cattle {
    height: 280px;
    letter-spacing: 3px;
    background-size: 190% auto;
  }
  .header-our-farm {
    height: 280px;
    letter-spacing: 3px;
    background-size: 190% auto;
  }
  .header-image-Sheep {
    height: 280px;
    letter-spacing: 3px;
    background-size: 190% auto;
  }
  .header-image-hay {
    height: 280px;
    letter-spacing: 3px;
    background-size: 190% auto;
  }
  .header-our-farm .wrap {
    font-size: 80%;
  }
  .wrap {
    max-width: 980px;
    width: 95%;
    padding: 0% 2.5%;
  }
  .wrap2 {
    max-width: 980px;
    width: 95%;
    padding: 1% 2.5%;
  }
  .jellyka {
    font-family: "jellyka_saint-andrews_queenRg";
    font-size: 190%;
  }
  .second-paper-section h2 {
    margin-bottom: 20px;
    margin-top: 25px;
    text-align: center;
  }

  .second-paper-section h1 {
    margin-bottom: 2%;
    margin-top: 28px;
  }

  .kylie-section h1 {
    margin-bottom: 2%;
    margin-top: 15px;
  }
  .winner-photo-double {
    margin-left: 20%;
    margin-right: 20%;
    width: 70%;
    height: auto;
  }

  div.two-col-row-big {
    flex-flow: column nowrap;
    align-items: center;
  }

  @media screen and (max-width: 767px) {
    .tg {
      width: auto !important;
    }
    .tg col {
      width: auto !important;
    }
    .tg-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
}
@media screen and (max-width: 730px) {
  .second-paper-section .wrap .columns {
    -moz-column-count: 1;
    height: auto;
  }
  .kylie-section .wrap .columns {
    -moz-column-count: 1;
    height: auto;
  }
  .women {
    height: 260px;
    margin-left: 7.5%;
    margin-right: 7.5%;
    width: 35%;
    margin-bottom: 15px;
  }
  .wrap {
    padding-bottom: 5%;
    height: auto;
    min-height: 100px;
  }

  .white-section h1 {
    font-size: 290%;
    padding-bottom: 1%;
  }
  .kylie-section h2 {
    font-size: 145%;
  }
  .header-image {
    height: 240px;
    letter-spacing: 3px;
  }
  .header-image2 {
    height: 240px;
    letter-spacing: 3px;
  }
  .header-cattle {
    height: 240px;
    letter-spacing: 3px;
  }
  .header-our-farm {
    height: 230px;
    letter-spacing: 3px;
    background-size: 152% auto;
  }
  .header-image-Sheep {
    height: 240px;
    letter-spacing: 3px;
  }
  .header-image-hay {
    height: 240px;
    letter-spacing: 3px;
  }
  .header-image-hay .wrap {
    padding: 2% 0;
    height: 235px;
    line-height: 40px;
  }

  .header-image2 .wrap {
    padding: 1% 0;
    height: 235px;
    line-height: 35px;
  }
  .header-cattle .wrap {
    line-height: 51px;
    font-size: 80%;
  }
  .header-image-Sheep .wrap {
    padding: 1% 0;
    height: 235px;
    line-height: 51px;
  }

  .header-our-farm .wrap {
    height: 235px;
    line-height: 48px;
    font-size: 90%;
  }
  .line3 {
    margin-top: -40px;
  }
  .line2 {
    margin-top: -40px;
  }
  .line {
    margin-top: -20px;
  }

  .white-section {
    margin-bottom: 20px;
  }
  .paper-section {
    margin-top: 36%;
    margin-bottom: 20px;
  }

  .paper-section2 {
    margin-top: 36%;
  }
  .our-farm-photo {
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 45%;
  }
  .wrap {
    font-size: 90%;
  }
  .second-paper-section h2 {
    font-size: 120%;
  }
  .winner-button {
    letter-spacing: 0.05em;
    font-size: 95%;
  }
  .button {
    letter-spacing: 0.05em;
    font-size: 95%;
  }
}
@media screen and (max-width: 660px) {
  .winner-photo-double {
    margin-left: 41%;
    margin-right: 41%;
    width: 136%;
    height: auto;
  }

  .winner-photo3 {
    height: auto;
    margin-bottom: 15px;
    text-align: center;
    font-size: 90%;
  }

  .women {
    height: auto;
  }

  .second-paper-section {
    margin-top: 0%;
    height: auto;
    min-height: 100px;
  }
  .paper-section {
    margin-top: 39%;
    margin-bottom: 20px;
    height: auto;
  }

  .paper-section2 {
    margin-top: 39%;
    height: auto;
    min-height: 180px;
  }

  .kylie-section {
    margin-top: 0%;
    height: auto;
    min-height: 100px;
  }
  .white-section h1 {
    font-size: 225%;
    padding-bottom: 1%;
  }
  .white-section {
    margin-bottom: 20px;
  }
  .our-farm-photo {
    margin-bottom: 15px;
    margin-left: 15%;
    margin-right: 15%;
    width: 60%;
  }

  .hay-photo {
    margin-left: 15%;
    margin-right: 15%;
    width: 60%;
  }
  .hay-photo2 {
    margin-left: 15%;
    margin-right: 15%;
    width: 60%;
  }
  .wrap {
    font-size: 90%;
    height: auto;
  }
  .header-image-hay .wrap {
    padding: 2% 0;
    line-height: 40px;
    font-size: 68%;
  }

  .header-image2 .wrap {
    padding: 1% 0;
    line-height: 30px;
    font-size: 62%;
  }
  .header-cattle .wrap {
    line-height: 44px;
    font-size: 53%;
  }
  .header-image-Sheep .wrap {
    padding: 1% 0;
    line-height: 43px;
    font-size: 69%;
  }

  .header-our-farm .wrap {
    height: 235px;
    line-height: 48px;
    font-size: 70%;
  }
  .line3 {
    margin-top: -40px;
  }
  .line2 {
    margin-top: -40px;
  }
  .line {
    margin-top: -20px;
  }
  .cattle-for-sale {
    margin-left: 41%;
    margin-right: 41%;
    width: 60%;
  }
  .winner-button {
    width: 40%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    font-size: 95%;
  }

  .winner-photo2 {
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    height: auto;
  }
  .picL {
    margin-right: 20%;
    margin-left: 20%;
    width: 60%;
  }
  .infoR {
    margin-right: 20%;
    margin-left: 20%;
    width: 60%;
    text-align: center;
  }
  .infoR img {
    margin-right: 30%;
    margin-left: 30%;
    width: 40%;
  }

  .winner-photo {
    margin-left: 20%;
    margin-right: 20%;
    width: 60%;
    height: auto;
  }
  .sale {
    font-size: 0.7em;
    width: 62.5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #090909;
    margin-bottom: 20px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 530px) {
  .paper-section {
    margin-top: 45%;
    margin-bottom: 20px;
  }

  .paper-section2 {
    margin-top: 45%;
  }
  .white-section {
    margin-bottom: 20px;
  }
  .header-image {
    height: 200px;
    letter-spacing: 3px;
    background-size: 180% auto;
  }
  .header-image2 {
    height: 200px;
    letter-spacing: 3px;
    background-size: 180% auto;
  }
  .header-cattle {
    height: 200px;
    letter-spacing: 3px;
    background-size: 180% auto;
  }
  .header-our-farm {
    height: 200px;
    letter-spacing: 3px;
    background-size: 180% auto;
  }
  .header-image-Sheep {
    height: 200px;
    letter-spacing: 3px;
    background-size: 180% auto;
  }
  .header-image-hay {
    height: 200px;
    letter-spacing: 3px;
    background-size: 180% auto;
  }
  .header-image-hay .wrap {
    padding: 2% 0;
    line-height: 40px;
    font-size: 65%;
  }

  .header-image2 .wrap {
    padding: 1% 0;
    line-height: 30px;
    font-size: 75%;
  }
  .header-cattle .wrap {
    line-height: 45px;
    font-size: 48%;
  }
  .header-image-Sheep .wrap {
    padding: 1% 0;
    line-height: 44px;
    font-size: 57%;
  }

  .header-our-farm .wrap {
    line-height: 48px;
    font-size: 65%;
  }
  .line3 {
    margin-top: -40px;
  }
  .line2 {
    margin-top: -40px;
  }
  .line {
    margin-top: -20px;
  }
  .sale {
    font-size: 0.7em;
    width: 62.5%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #090909;
    margin-bottom: 20px;
    overflow-x: scroll;
  }

  .listing .c4 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 520px) {
  .header-our-farm .wrap {
    line-height: 45px;
    font-size: 60%;
  }
  .header-image-hay .wrap {
    line-height: 38px;
    font-size: 58%;
  }
  .paper-section {
    margin-top: 45%;
    margin-bottom: 20px;
  }

  .paper-section2 {
    margin-top: 45%;
  }
  .white-section {
    margin-bottom: 20px;
  }
  .header-image {
    background-size: 190% auto;
  }
  .header-image2 {
    background-size: 190% auto;
  }
  .header-cattle {
    background-size: 190% auto;
  }
  .header-our-farm {
    background-size: 190% auto;
  }
  .header-image-Sheep {
    background-size: 190% auto;
  }
  .header-image-hay {
    background-size: 190% auto;
  }
}
@media screen and (max-width: 475px) {
  .paper-section {
    margin-top: 48%;
    margin-bottom: 20px;
  }

  .paper-section2 {
    margin-top: 48%;
  }
  .header-image {
    background-size: 200% auto;
  }
  .header-image2 {
    background-size: 200% auto;
  }
  .header-cattle {
    background-size: 200% auto;
  }
  .header-our-farm {
    background-size: 200% auto;
  }
  .header-image-Sheep {
    background-size: 200% auto;
  }
  .header-image-hay {
    background-size: 200% auto;
  }
  .header-image-hay .wrap {
    font-size: 53%;
  }

  .header-image2 .wrap {
    font-size: 70%;
  }
  .header-cattle .wrap {
    font-size: 45%;
  }
  .header-image-Sheep .wrap {
    font-size: 59%;
  }

  .header-our-farm .wrap {
    font-size: 55%;
  }
}
@media screen and (max-width: 450px) {
  .paper-section {
    margin-top: 50%;
    margin-bottom: 20px;
  }

  .paper-section2 {
    margin-top: 50%;
  }
  .white-section {
    margin-bottom: 20px;
  }
  .header-image {
    background-size: 207% auto;
  }
  .header-image2 {
    background-size: 207% auto;
  }
  .header-cattle {
    background-size: 207% auto;
  }
  .header-our-farm {
    background-size: 207% auto;
  }
  .header-image-Sheep {
    background-size: 207% auto;
  }
  .header-image-hay {
    background-size: 207% auto;
  }
  .header-image-hay .wrap {
    font-size: 50%;
  }

  .header-image2 .wrap {
    font-size: 64%;
  }
  .header-cattle .wrap {
    font-size: 41%;
  }
  .header-image-Sheep .wrap {
    font-size: 56%;
  }

  .header-our-farm .wrap {
    font-size: 52%;
  }
}
@media screen and (max-width: 430px) {
  .paper-section {
    margin-top: 55%;
    margin-bottom: 20px;
  }

  .paper-section2 {
    margin-top: 55%;
  }
  .header-image {
    background-size: 215% auto;
  }
  .header-image2 {
    background-size: 215% auto;
  }
  .header-cattle {
    background-size: 215% auto;
  }
  .header-our-farm {
    background-size: 215% auto;
  }
  .header-image-Sheep {
    background-size: 215% auto;
  }
  .header-image-hay {
    background-size: 215% auto;
  }
  .header-image-hay .wrap {
    font-size: 48%;
  }

  .header-image2 .wrap {
    font-size: 64%;
  }
  .header-cattle .wrap {
    font-size: 39%;
  }
  .header-image-Sheep .wrap {
    font-size: 50%;
  }

  .header-our-farm .wrap {
    font-size: 50%;
  }
}
@media screen and (max-width: 420px) {
  .header-image {
    background-size: 230% auto;
  }
  .header-image2 {
    background-size: 230% auto;
  }
  .header-cattle {
    background-size: 230% auto;
  }
  .header-our-farm {
    background-size: 230% auto;
  }
  .header-image-Sheep {
    background-size: 230% auto;
  }
  .header-image-hay {
    background-size: 230% auto;
  }
  .header-image-hay .wrap {
    font-size: 44%;
  }

  .header-image2 .wrap {
    font-size: 59%;
  }
  .header-cattle .wrap {
    font-size: 36%;
  }
  .header-image-Sheep .wrap {
    font-size: 47%;
  }

  .header-our-farm .wrap {
    font-size: 47%;
  }
}
@media screen and (max-width: 400px) {
  .women a.button2 {
    font-size: 60%;
  }
  .wrap {
    height: auto;
  }
  .paper-section2 h1 {
    font-size: 140%;
  }
  .white-section h1 {
    font-size: 180%;
  }
  .header-image {
    background-size: 230% auto;
  }
  .header-image2 {
    background-size: 230% auto;
  }
  .header-cattle {
    background-size: 230% auto;
  }
  .header-our-farm {
    background-size: 230% auto;
  }
  .header-image-Sheep {
    background-size: 230% auto;
  }
  .header-image-hay {
    background-size: 230% auto;
  }
  .header-image-hay .wrap {
    font-size: 39%;
    line-height: 35px;
  }

  .header-image2 .wrap {
    font-size: 53%;
  }
  .header-cattle .wrap {
    font-size: 32%;
    line-height: 40px;
  }
  .header-image-Sheep .wrap {
    font-size: 42%;
  }

  .header-our-farm .wrap {
    font-size: 41%;
    line-height: 38px;
  }
}
@media screen and (max-width: 375px) {
  .white-section h1 {
    font-size: 160%;
  }
  .paper-section {
    margin-bottom: 20px;
    margin-top: 63%;
  }
  .header-image {
    background-size: 230% auto;
  }
  .header-image2 {
    background-size: 230% auto;
  }
  .header-cattle {
    background-size: 230% auto;
  }
  .header-our-farm {
    background-size: 250% auto;
  }
  .header-image-Sheep {
    background-size: 230% auto;
  }
  .header-image-hay {
    background-size: 230% auto;
  }
  .header-image-hay .wrap {
    font-size: 31%;
    line-height: 35px;
  }

  .header-image2 .wrap {
    font-size: 48%;
    line-height: 25px;
  }
  .header-cattle .wrap {
    font-size: 25%;
    line-height: 39px;
  }
  .header-image-Sheep .wrap {
    font-size: 32%;
    line-height: 39px;
  }

  .header-our-farm .wrap {
    font-size: 33%;
    line-height: 40px;
  }
}
@media screen and (max-width: 320px) {
  .white-section h1 {
    font-size: 160%;
  }
  .paper-section {
    margin-bottom: 20px;
    margin-top: 63%;
  }
  .header-image {
    background-size: 230% auto;
  }
  .header-image2 {
    background-size: 230% auto;
  }
  .header-cattle {
    background-size: 230% auto;
  }
  .header-our-farm {
    background-size: 250% auto;
  }
  .header-image-Sheep {
    background-size: 230% auto;
  }
  .header-image-hay {
    background-size: 230% auto;
  }
  .header-image-hay .wrap {
    font-size: 29%;
    line-height: 35px;
  }

  .header-image2 .wrap {
    font-size: 39%;
    line-height: 23px;
  }
  .header-cattle .wrap {
    font-size: 22%;
    line-height: 38px;
  }
  .header-image-Sheep .wrap {
    font-size: 36%;
    line-height: 38px;
  }

  .header-our-farm .wrap {
    font-size: 30%;
    line-height: 40px;
  }

  .listing .c4 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    min-height: auto;
  }
}
