@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900");

body {
  font: 1em "Fira Sans", sans-serif;
  color: #111;
  margin: 0;
  font-size: 0.95em;
  font-weight: 600;
  letter-spacing: -0.5px;
  overflow-x: hidden;
  position: relative;
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: fixed;
  bottom: 20px;
  right: 0;
  display: none;
  text-indent: -9999px;
  background: url(graphics/icon_top.png) no-repeat;
  z-index: 999999999;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.green {
  color: #219c41;
}
.black {
  color: #111;
}
.gray {
  color: #777;
}
.white {
  color: #fff;
}

.sm-text {
  font-size: 75%;
}

.border-btm-green {
  border-bottom: 8px solid #219c41;
}
.border-pic {
  border: 1px solid #219c41;
}

.divider-gray {
  border-top: 1px solid #ccc;
}

h1 {
  font-family: "Berkshire Swash", cursive;
  font-size: 2.5em;
  font-weight: 400;
  color: #219c41;
  letter-spacing: -0.5px;
}

h2 {
  font-family: "Berkshire Swash", cursive;
  font-size: 1.65em;
  font-weight: 900;
  color: #777;
}

.header {
  padding: 0 10px;
  background: #111;
  z-index: 999999;
  border-top: 4px solid #219c41;
}

.restrict-height img {
  max-height: 300px;
  object-fit: cover;
  object-position: 50% 60%;
}

.home-group .carousel-item img {
  max-height: 100%;
  object-fit: cover;
}

.home-group div.carousel-item {
  aspect-ratio: 200/65;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #111;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.destination {
  position: absolute;
  z-index: -1;
  left: 0;
  margin-top: -350px; /* height of nav*/
}

.anchor {
  position: absolute;
  z-index: -1;
  left: 0;
  margin-top: -130px; /* height of nav*/
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Fira Sans", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 1.15rem !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 4px solid #111;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #999;
  padding: 10px 1.15rem !important;
  border-bottom: 4px solid #219c41;
}

.navbar-toggler {
  border-color: #fff !important;
  background-color: transparent !important;
  border: 0 !important;
  color: (210, 182, 89, 1) !important;
}
.navbar-light .navbar-toggler {
  outline: none;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(17, 17, 17);
  background-color: rgba(17, 17, 17, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-family: "Fira Sans", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}
.overlay a:hover,
.overlay a:focus {
  color: #999;
}
.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
  color: #219c41;
}
.navbar-brand {
  height: 100%;
}
.navbar-brand img {
  height: 90px;
}

.navbar-brand.js-scrolling img {
  height: 50px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.content {
  min-height: 600px;
}
.content a {
  color: #219c41;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content a:hover {
  color: #777;
  text-decoration: none;
}

.btn-content {
  background: #219c41;
  color: #fff !important;
  font-size: 95%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-content:hover {
  background: #111;
  color: #aaa !important;
  cursor: pointer;
}

.callout-title {
  font-family: "Berkshire Swash", cursive;
  color: #fff;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1em;
}

.callout-forsale {
  background-image: url(images/callouts/for-sale.jpg);
}
.btn-callout-forsale {
  background-color: transparent;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  border-radius: 0;
  border: 2px solid #219c41;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-callout-forsale:hover {
  background: #219c41;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #219c41;
}

.callout-herdbulls {
  background-image: url(images/callouts/herd-bulls.jpg);
}

.btn-callout-herdbulls {
  background-color: transparent;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  border-radius: 0;
  border: 2px solid #777;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-callout-herdbulls:hover {
  background: #777;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #777;
}

.callout-cowherd {
  background-image: url(images/callouts/cow-herd.jpg);
}

.btn-callout-cowherd {
  background-color: transparent;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  border-radius: 0;
  border: 2px solid #111;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-callout-cowherd:hover {
  background: #111;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #111;
}

.slideshow {
  background: #111;
  line-height: 3.5em;
}
.slideshow-img {
  display: block;
}
.slideshow-title1 {
  font-size: 3em;
  font-weight: 400;
  color: #219c41;
}
.slideshow-title2 {
  font-size: 4.15em;
  font-weight: 700;
  color: #777;
}
.btn-slideshow {
  background-color: #111;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  letter-spacing: 2px !important;
  border-radius: 0;
  border: 2px solid #219c41;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-slideshow:hover {
  background: #219c41;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #219c41;
}

.bg-tagline {
  background-image: url(graphics/bg-tagline.jpg);
  border-top: 4px solid #219c41;
  color: #fff;
}
.tagline1 {
  font-family: "Berkshire Swash", cursive;
  font-size: 3.5em;
  font-weight: 400;
  color: #fff;
}
.tagline2 {
  font-size: 2.65em;
  font-weight: 400;
  color: #777;
  letter-spacing: -2px;
  line-height: 0.95em;
}
.btn-tagline {
  background-color: #219c41;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5em;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  letter-spacing: 3px !important;
  border-radius: 0;
  border: 2px solid #219c41;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-tagline:hover {
  background: transparent;
  color: #fff !important;
  cursor: pointer;
  border: 2px solid #219c41;
}

.footer {
  background: #111;
  color: #fff;
  font-weight: 400;
  font-size: 0.9em;
  line-height: 2em;
}
.footer-heading {
  font-family: "Berkshire Swash", cursive;
  font-size: 1.65em;
  font-weight: 400;
  color: #219c41;
}
.footer-bar {
  width: 100px;
  border-top: 2px solid #777;
}

.footer-contact a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-contact a:hover {
  color: #777;
  text-decoration: none;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-links a:hover {
  color: #777;
  text-decoration: none;
  padding-left: 3px;
}

.btn-footer {
  background-color: #219c41;
  font-family: "Fira Sans", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-shadow: none !important;
  color: #fff !important;
  letter-spacing: 1px !important;
  border-radius: 0;
  border: 2px solid #219c41;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-footer:hover {
  background: transparent;
  color: #777 !important;
  cursor: pointer;
  border: 2px solid #219c41;
}

.bg-anchor {
  background: #000;
  border-bottom: 3px solid #219c41;
  font-size: 0.75em;
  font-weight: 500;
  color: #777;
  letter-spacing: -0.75px;
}
.bg-anchor a {
  color: #777;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bg-anchor a:hover {
  color: #fff;
  text-decoration: underline;
}

.bg-anchor ul {
  padding: 0;
  margin: 0;
  text-align: left;
}
.bg-anchor ul li {
  list-style-type: none;
  display: inline;
}
.bg-anchor ul li:before {
  content: "";
}
.bg-anchor ul li:after {
  content: "|";
  color: #219c41;
  margin: 0 10px;
  font-weight: 900;
}
.bg-anchor ul li:last-child:after {
  content: "";
}

.map-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 2px solid #219c41;
}

.map-container iframe,
.map-container object,
.map-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-text {
  font-weight: 600;
  line-height: 1.85em;
}
.about-text {
  line-height: 2.15em;
}
.caption {
  font-size: 85%;
  font-weight: 400 !important;
}

.quote-mark {
  font-family: "Berkshire Swash", cursive;
  font-size: 7.5em;
  color: #777;
  margin-bottom: -75px !important;
}
.testimonial {
  font-weight: 500;
  line-height: 1.75em;
}
.byline {
  font-size: 95%;
  font-weight: 700;
  color: #219c41;
}

.cowherd {
  font-size: 90%;
}

.contact-info {
  font-size: 115%;
  line-height: 1.5em;
}
.contact-links {
  font-size: 110%;
  line-height: 2.35em;
}

.sidebar {
  background: #eee;
  font-size: 90% !important;
  font-weight: 400;
}

.status {
  font-size: 135%;
  font-weight: 900;
  color: #ee0000;
}

/*ANIMALS*/
.name {
  font-size: 1.5em;
  font-weight: 900;
  color: #111;
}

.animal ul {
  color: #219c41;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 115%;
  font-weight: 700;
}
.animal ul li {
  list-style-type: none;
  display: inline;
}
.animal ul li:before {
  content: "";
}
.animal ul li:after {
  content: "|";
  color: #777;
  margin: 0 10px;
  font-weight: 400;
}
.animal ul li:last-child:after {
  content: "";
  margin-left: -10px;
}

.pedigree {
  font-size: 105%;
  font-weight: 700;
  color: #777 !important;
}

.btn-animal {
  background: #219c41;
  color: #fff !important;
  font-size: 90%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-animal:hover {
  background: #111;
  color: #aaa !important;
  cursor: pointer;
}
/*END ANIMALS*/

/*VIDEO EMBED*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: 2px solid #219c41;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*END VIDEO EMBED*/

/*TABS*/
.tab-pane {
  padding: 2rem 0;
}

.nav-tabs {
  font-size: 120%;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 0;
}
.nav-item-tab {
  padding: 1.5%;
  background: #fff;
  border: 1px solid #bbb;
  margin-right: 1%;
}

.nav-link-tab {
  background: #fff;
}
.nav-link-tab.active {
  font-weight: bold;
  background: #fff;
}
/*END TABS*/

/*FORM*/

#form {
  width: 100%;
  float: left;
}

form {
  width: 100%;
}

fieldset {
  border: 0;
  padding: 10px 0;
  clear: left;
}

textarea,
input,
select {
  border: 1px solid #ccc;
  padding: 2%;
  width: 96%;
}

label {
  font-weight: 500 !important;
  font-size: 90%;
}

textarea:focus,
input:focus,
select:focus {
  background: #eee;
  border: 1px solid #219c41;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}

input[type="submit"] {
  border: 1px solid #ccc;
  padding: 3px 0;
  margin-top: 5px;
  font-weight: bold;
  /*font-size: 1.3em;*/
  width: 130px;
  cursor: pointer;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  background: #f6f5f5; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjhmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZWJlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2Q3ZGVlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY3ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f6f5f5),
    color-stop(50%, #e5ebee),
    color-stop(51%, #d7dee3),
    color-stop(100%, #ebebeb)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    #f6f5f5 0%,
    #e5ebee 50%,
    #d7dee3 51%,
    #ebebeb 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ebebeb',GradientType=0 ); /* IE6-8 */
}

.submit {
  padding: 2.5%;
  background: #219c41;
  color: #fff !important;
  font-family: "Fira Sans", sans-serif;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.submit:hover {
  background-color: #111 !important;
  color: #777 !important;
  cursor: pointer;
}

input {
  padding: 7px !important;
}
/*END FORM*/

@media screen and (max-width: 1200px) {
  .slideshow {
    line-height: 2.65em;
  }
  .slideshow-title1 {
    font-size: 2.5em;
  }
  .slideshow-title2 {
    font-size: 3.5em;
  }
  .tagline1 {
    font-size: 3em;
  }
  .tagline2 {
    font-size: 2.5em;
  }
  .btn-tagline {
    font-size: 1.25em;
  }
}

@media screen and (max-width: 992px) {
  .callout-title {
    font-size: 4em;
  }
  .slideshow-img {
    display: none;
  }
  .animal ul {
    text-align: center;
    font-size: 110%;
  }
}

@media screen and (max-width: 768px) {
  .tagline1 {
    font-size: 2.5em;
  }
  .tagline2 {
    font-size: 2em;
  }
  .quote-mark {
    font-size: 6em;
  }
  .nav-item-tab {
    padding: 2.5%;
  }
}

@media screen and (max-width: 576px) {
  .navbar-brand img {
    height: 75px;
  }
  .tagline1 {
    font-size: 2em;
  }
  .tagline2 {
    font-size: 1.75em;
  }
  .quote-mark {
    font-size: 7.5em;
  }
  .animal ul li {
    display: block;
  }
  .animal ul li:after {
    content: "";
    margin: 0;
  }
  .animal ul li:last-child:after {
    margin-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .slideshow {
    line-height: 3.75em;
  }
  .navbar-brand img {
    height: 60px;
  }
  .navbar-brand.js-scrolling img {
    height: 40px;
  }
  .tagline1 {
    font-size: 2.5em;
    line-height: 1em;
  }
  .tagline2 {
    font-size: 1.75em;
  }
  .bg-anchor ul li {
    display: block;
  }
  .bg-anchor ul li:after {
    content: "";
    margin: 0;
  }
}

@media screen and (max-width: 375px) {
  .navbar-brand img {
    height: 50px;
  }
  .navbar-brand.js-scrolling img {
    height: 35px;
  }
  .nav-item-tab {
    padding: 4%;
    margin-bottom: 10px;
  }
}
