@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
.desktop-only {
	display: block;
}
.desktop-only1 {
	display: none;
}
.mobile-only {
	display: none;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: none;
}
html {
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
body {
    background-color: #BAA085;
    /* [disabled]-webkit-box-shadow: inset 2px 2px 20px 0px hsla(19,30%,28%,0.50); */
    /* [disabled]box-shadow: inset 2px 2px 20px 0px hsla(19,30%,28%,0.50); */
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
nav li {
	padding: 10px;
	display: inline-block;
	list-style: none;
}
.navbar {
	background-color: #C3AE9A;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 75px;
	padding-left: 100px;
	padding-right: 100px;
	-webkit-box-shadow: 2px 2px 5px 0px hsla(20,30%,28%,0.30);
	box-shadow: 2px 2px 5px 0px hsla(20,30%,28%,0.30);
}
.navbar-brand {
	width: 80px;
}
.navbar-brand-left {
	width: 80px;
	color: hsla(353,100%,15%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: medium;
}
.navbar-brand:hover {
	opacity: 0.5;
}
.navbar-brand-left:hover {
	opacity: 0.5;
	color: hsla(353,100%,15%,1.00);
	text-decoration: none;
}
.nav-link {
	color: #4D0009;
	font-size: medium;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
}
.nav-link:hover {
	color: #4D0009;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	opacity: 0.5;
}
.banner {
    background-color: hsla(352,68%,12%,0.80);
    margin-top: 70px;
    z-index: 9;
    position: fixed;
    width: 100%;
}
.banner-content {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    text-align: center;
}
.banner-text {
    flex-grow: 1;
    line-height: 1.4px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #FFFFFF;
}
div.scroll-container {
    overflow: auto;
    white-space: nowrap;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 0px;
}
div.scroll-container iframe {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-shadow: 0px 2px 4px 0px hsla(19,29%,28%,0.70);
    box-shadow: 0px 2px 4px 0px hsla(19,29%,28%,0.70);
    border-style: none;
}
.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(77,0,9,0.90);
	overflow-x: hidden;
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 28px;
	color: #D6BBA3;
	display: block;
	transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
	color: #BAA085;
}
.overlay .closebtn {
	position: absolute;
	right: 50px;
	font-size: 80px;
	top: 0%;
	margin-top: -36px;
}
.hero-img {
	background-image: url(img/feed-hero-1.jpg);
	margin-top: 70px;
	height: 540px;
	background-size: cover;
	margin-bottom: 200px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.hero-img-rb {
	background-image: url(img/beef-header.jpg);
	margin-top: 70px;
	height: 540px;
	background-size: cover;
	margin-bottom: 200px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.hero-img-hd {
	background-image: url(img/heifer-header.jpg);
	margin-top: 70px;
	height: 540px;
	background-size: cover;
	margin-bottom: 200px;
	background-position: 0% 75%;
}
.hero-img-cp {
	background-image: url(img/home-hero.jpg);
	margin-top: 70px;
	height: 540px;
	background-size: cover;
	margin-bottom: 200px;
}
.hero-img-f {
    background-image: url(img/hero-facilities.jpg);
    margin-top: 70px;
    height: 540px;
    background-size: cover;
    margin-bottom: 200px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.circle {
    height: 800px;
    width: 800px;
    background-color: hsla(222,18%,82%,0.70);
    border-radius: 50%;
    position: relative;
    z-index: 0;
    top: 50%;
    /* [disabled]-webkit-box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
    /* [disabled]box-shadow: inset 2px 2px 100px 10px hsla(21,30%,28%,0.40); */
    left: 4%;
    overflow-y: visible;
    overflow-x: visible;
    padding-bottom: 0px;
    padding-top: 0px;
}

circle {
	transform: rotate(90deg);
	transform-origin: center;
	animation: line-to-circle 2s linear forwards;
	position: absolute;
	transition: ease-in-out;
}

.fill {
	stroke-dashoffset: 0;
	stroke: transparent;
	animation: fill-circle 2s linear forwards;
	transition: ease-in-out;
}

@keyframes line-to-circle {
  0% {
    stroke-dashoffset: 70.65;
  }
  100% {
    stroke-dashoffset: 360;
  }
}

@keyframes fill-circle {
  0% {
    stroke-dashoffset: 141.3;
    stroke: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: hsla(222,18%,82%,0.70);
  }
}


.content {
    position: relative;
    text-align: left;
    margin-top: 0px;
    top: -63.9%;
    padding-left: 200px;
    padding-right: 200px;
    margin-left: 0px;
    margin-right: 0px;
}
h1 {
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #4D0009;
	font-size: 90px;
	position: relative;
}
h2 {
    color: #4D0009;
    font-family: "bebas-neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    position: relative;
}
h3 {
	color: #4D0009;
	font-family: "bebas-neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 32px;
}
p1 {
	color: #4D0009;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
}
a p3 {
	color: #3F7373;
}
p3 a {
	color: #3F7373;
}
a p3:hover {
    color: #3F7373;
    font-weight: 600;
    text-decoration: underline;
}
p3 a:hover {
    color: #3F7373;
    font-weight: 600;
    text-decoration: underline;
}
p4 {
    color: hsla(300,3%,21%,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
}
.bullets {
}
.gallery {
    padding-top: 0px;
}
.row .col-xl-6  {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.facilities  {
    -webkit-box-shadow: 0px 2px 4px 0px hsla(19,29%,28%,0.70);
    box-shadow: 0px 2px 4px 0px hsla(19,29%,28%,0.70);
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 500px;
}
footer {
    background-color: hsla(29,24%,68%,1.00);
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
    padding-left: 200px;
    padding-right: 200px;
    /* [disabled]-webkit-box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30); */
    /* [disabled]box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30); */
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    top: 120%;
    margin-top: auto;
}

@media (min-width:1200px) and (max-width:1350px){
.navbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 75px;
	padding-left: 100px;
	padding-right: 100px;
}
.desktop-only {
	display: block;
}
.desktop-only1 {
	display: none;
}
.mobile-only {
	display: none;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: none;
}
footer {
    background-color: hsla(29,24%,68%,1.00);
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
    padding-left: 200px;
    padding-right: 200px;
    -webkit-box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30);
    box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30);
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    margin-top: auto;
    top: 81%;
}
}

@media (min-width:1000px) and (max-width:1200px){
.navbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 75px;
	padding-left: 50px;
	padding-right: 50px;
}
.nav-link {
	color: #4D0009;
	font-size: small;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
}
.navbar-brand-left {
	width: 80px;
	color: hsla(353,100%,15%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: small;
}
.desktop-only {
	display: block;
}
.desktop-only1 {
	display: none;
}
.mobile-only {
	display: none;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: none;
}
p1 {
	color: #4D0009;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
}
.content {
	position: relative;
	text-align: left;
	margin-top: 0px;
	top: -63.9%;
	width: auto;
	padding-left: 100px;
	padding-right: 100px;
}
footer {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    top: 90%;
}
}

@media (min-width:768px) and (max-width:1000px){
.navbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 60px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 0px;
}
nav li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.navbar-brand {
	width: 75px;
}
.navbar-brand-left {
	width: 80px;
	color: hsla(353,100%,15%,1.00);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 600;
	font-size: small;
	display: none;
}
.toggle {
	margin-top: -40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	color: hsla(353,100%,15%,1.00);
	font-size: 62px;
	margin-bottom: -27px;
}
.desktop-only {
	display: none;
}
.desktop-only1 {
	display: block;
}
.mobile-only {
	display: block;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: none;
}
.content {
	position: relative;
	text-align: left;
	margin-top: 0px;
	top: -60.9%;
	padding-left: 70px;
	padding-right: 70px;
}
.circle {
	height: 800px;
	width: 800px;
	border-radius: 50%;
	background-color: hsla(222,18%,82%,0.70);
	position: relative;
	z-index: 0;
	top: 50%;
	left: -10%;
	overflow-y: hidden;
	overflow-x: hidden;
}
h1 {
	font-family: "bebas-neue", sans-serif;
font-weight: 400;
font-style: normal;
	color: #4D0009;
	font-size: 75px;
}
h2 {
	color: #4D0009;
	font-family: "bebas-neue", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 26px;
}
p1 {
	color: #4D0009;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
}
footer {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 70px;
    padding-right: 70px;
}
.hero-img-f {
    background-image: url(img/hero-facilities.jpg);
    margin-top: 0px;
    height: 540px;
    background-size: cover;
    margin-bottom: 200px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
footer {
    background-color: hsla(29,24%,68%,1.00);
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: left;
    padding-left: 70px;
    padding-right: 70px;
    -webkit-box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30);
    box-shadow: 2px 2px 5px 0 hsla(20,30%,28%,0.30);
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    margin-top: auto;
    top: 125%;
}
.banner {
    margin-top: 59px;
    z-index: 9;
    position: fixed;
}
}

@media (max-width:768px){
.desktop-only {
	display: none;
}
.desktop-only1 {
	display: none;
}
.mobile-only {
	display: block;
}
.mobile-only1 {
	display: block;
}
.mobile-only2 {
	display: none;
}
.toggle {
	margin-top: -40px;
	float: right;
	color: hsla(353,100%,15%,1.00);
	font-size: 60px;
	margin-bottom: -32px;
}
.navbar {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	height: 70px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.hero-img-f {
	margin-top: 70px;
	height: 500px;
	background-size: cover;
	margin-bottom: 200px;
	background-position: 62% 0%;
}
.circle {
	height: 550px;
	width: 550px;
	border-radius: 50%;
	background-color: hsla(222,18%,82%,0.70);
	position: relative;
	z-index: 0;
	top: 50%;
	left: 0%;
	overflow-y: visible;
	overflow-x: visible;
}
.content {
    position: relative;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 32;
    top: -21.5%;
}
.gallery {
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
h1 {
	font-family: "bebas-neue", sans-serif;
font-weight: 400;
font-style: normal;
	color: #4D0009;
	font-size: 60px;
}
h2 {
	color: #4D0009;
	font-family: "bebas-neue", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 24px;
}
h3 {
	color: #4D0009;
	font-family: "bebas-neue", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 24px;
}
p1 {
	color: #4D0009;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
}
footer {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    margin-top: auto;
    top: 153%;
    z-index: 999;
}
}

@media (max-width:576px){
.desktop-only {
	display: none;
}
.desktop-only1 {
	display: none;
}
.mobile-only {
	display: block;
}
.mobile-only1 {
	display: none;
}
.mobile-only2 {
	display: block;
}
.circle {
    height: 450px;
    width: 450px;
    border-radius: 50%;
    background-color: hsla(222,18%,82%,0.70);
    position: relative;
    z-index: 0;
    top: 55%;
    left: -20%;
    overflow-y: hidden;
    overflow-x: hidden;
    right: 0%;
}
.hero-img-f   {
    margin-top: 70px;
    height: 500px;
    background-size: cover;
    margin-bottom: 200px;
    background-image: url(img/mobile-facilities.jpg);
}
.content {
    position: relative;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 32;
    top: -15%;
    margin-bottom: 0px;
    margin-top: 0px;
}
.gallery {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
h1 {
	font-family: "bebas-neue", sans-serif;
font-weight: 400;
font-style: normal;
	color: #4D0009;
	font-size: 50px;
}
h2 {
	color: #4D0009;
	font-family: "bebas-neue", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: x-large;
}
p1 {
	color: #4D0009;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: large;
	padding-right: 200px;
}
a p3 {
	color: #3F7373;
	font-size: 14px;
}
p3 {
	font-size: 14px;
}
footer {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    top: 315%;
    margin-top: 0px;
}
}
