@charset "UTF-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],  
input[type="number"],  
input[type="tel"],
input[type="email"],
select,  
textarea {    
    font-size: 1rem !important;  
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {     
  margin: 0;    
  padding: 0;  
}


 html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
        scroll-behavior: smooth;
        overflow-x: hidden !important;
        line-height: 1.35; 
        text-rendering: optimizeLegibility;
        font-family: 'Raleway', sans-serif;
}
html {
  position: relative;
  height: 100%!important;
}

a[href]:not([class]) {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
    color: rgba(67,66,68,1.00);
}

a[href]:not([class]):hover {       
    color: rgba(255,214,75,1.00);
}

a[href] {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
}


.edje{
    color: #FFFFFF;
     text-decoration: none !important;  
    transition: all ease-in-out .3s;
}
.edje:hover{
    color: #FFFFFF;
}

button:focus {outline:0;}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

.line-height-0{
    line-height: 0;
}

.line-height-_5{
    line-height: .5;
}

.line-height-1{
    line-height: 1;
}

.line-height-1_5{
    line-height: 1.5;
}

.line-height-2{
    line-height: 2;
}

.letter-space-1{
    letter-spacing: 1px;
}

.letter-space-2{
    letter-spacing: 2px;
}

.letter-space-3{
    letter-spacing: 3px;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.text-shadow{
	text-shadow: 3px 4px 10px rgba(0,0,0,0.70);
    z-index: 2;
}
.xsmall{
	font-size: 60%;
}

.border-2{
    border-width: 2px;
    border-style: solid;
}

.border-4{
    border-width: 4px;
    border-style: solid;
}

.border-6{
    border-width: 6px;
    border-style: solid;
}

.border-8{
    border-width: 8px;
    border-style: solid;
}

.border-10{
    border-width: 10px;
    border-style: solid;
}

.border-15{
    border-width: 15px;
    border-style: solid;
}

.border-sm-left {
	border-left: solid;
}

.border-sm-white {
	border-color: rgba(255,255,255,1.00);
}

#invisible{
	display: none;
}
.w-10{
    width: 10% !important;
}

   .form-check-input:checked{
        background-color:rgba(255,214,75,1.00)!important;
       border-color: rgba(255,214,75,0.50)!important;
    }

   .form-check-input:checked:disabled{
        background-color:rgba(255,214,75,0.50)!important;
    }


.form-check-input:focus {
   border-color:rgba(255,214,75,0.50)!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255,214,75,0.25);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:  rgba(125,194,66,1.00);
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgba(125,194,66,1.00);
}

.btn-round-lg{
border-radius: 35px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

/*-------------------RESPONSIVE TABLE---------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: 0;
}
table th,
table td {
  padding: 0;
  text-align: center;
}

#admin-table  th,
#admin-table td{
     text-align: left !important;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}




@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
	table td:nth-child(even){
		background-color: #ddd;
	}

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
	border: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
  border: none;
  -moz-outline-style: none;
	outline-style: none;
	box-shadow: 0 0 0 0;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


/* ANIMATED X */
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #FFD64B;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:1999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.lightbox {
    position: relative;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	flex-direction: column;
	left:0;
	height: 100vh;
    width: 100%;
    z-index: 190000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

/*=============== PAGE STYLES ==============================================================*/

.bg-beef-sales {
    background-image: url(images/2023/bg-beef-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	 height: 100vh;
		padding-top: 45rem;
}

.bg-cattle-sales {
    background-image: url(images/2023/bg-cattle-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding-top: 45rem;
    
}

.btn-outline-sales {
    color: #FFFFFF;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.70);
    border: 6px solid transparent;
    border-radius: 0px;
	background-color: rgba(255,214,75,0.0);
	transition: ease .6s;
}

.btn-outline-sales:hover {
    color: #FFFFFF;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.70);
    border: 6px solid rgba(255,214,75,1.00);
    background-color: rgba(255,214,75,0.25);
}

.text-gold {
	color: rgba(255,214,75,1.00);
}

.text-gray {
	color: rgba(67,66,68,1.00);
}

#topbar {
    background-image: -webkit-linear-gradient(270deg,rgba(255,214,75,1.00) 26.28%,rgba(255,182,85,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,214,75,1.00) 26.28%,rgba(255,182,85,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,214,75,1.00) 26.28%,rgba(255,182,85,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,214,75,1.00) 26.28%,rgba(255,182,85,1.00) 100%);
    position: relative;
    -webkit-box-shadow: 10px 0px 12px rgba(0,0,0,0.50);
    box-shadow: 10px 0px 12px rgba(0,0,0,0.50);
    z-index: 2;
}

.bg-header {
    background-image: -webkit-linear-gradient(270deg,rgba(67,66,68,1.00) 0%,rgba(138,136,140,1.00) 13.33%,rgba(116,116,116,1.00) 52.61%,rgba(51,51,51,1.00) 87.29%);
    background-image: -moz-linear-gradient(270deg,rgba(67,66,68,1.00) 0%,rgba(138,136,140,1.00) 13.33%,rgba(116,116,116,1.00) 52.61%,rgba(51,51,51,1.00) 87.29%);
    background-image: -o-linear-gradient(270deg,rgba(67,66,68,1.00) 0%,rgba(138,136,140,1.00) 13.33%,rgba(116,116,116,1.00) 52.61%,rgba(51,51,51,1.00) 87.29%);
    background-image: linear-gradient(180deg,rgba(67,66,68,1.00) 0%,rgba(138,136,140,1.00) 13.33%,rgba(116,116,116,1.00) 52.61%,rgba(51,51,51,1.00) 87.29%);
    -webkit-box-shadow: 10px 0px 17px rgba(0,0,0,0.60);
    box-shadow: 10px 0px 17px rgba(0,0,0,0.60);
}

.navbar-brand {
	position: relative;
	margin-top: -4.5rem;
	margin-left: -5rem;
	z-index: 4;
	width: 16%;
}

/* NAVIGATION */

.nav-item .nav-link {
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: 1px;
	
}

.navbar-nav {
	width: 50%;
	padding-bottom: 3rem;
}


.nav-item .nav-link,
.nav-item .nav-link:after,
.nav-item .nav-link:before {
  transition: all .5s;
}
.nav-item .nav-link:hover {
  color: #434244;
}

/* SHIFT */
.shift .nav-item .nav-link {
  position:relative;
  z-index: 1;
}
.shift .nav-item .nav-link:hover {
  color: #434244;
}
.shift .nav-item .nav-link:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #FFD64B;
    visibility: none;
    opacity: 0;
    z-index: -1;
    border-radius: 50px;
	padding-left: 2rem;
	padding-right: 2rem;
}
.shift .nav-item .nav-link:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.bg-white-60 {
    background-color: rgba(255,255,255,0.60);
}

#mountaineer {
    background-image: url(images/2023/bg-mountaineer.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    border-top: 10px solid rgba(255,214,75,1.00);
    border-bottom: 10px solid rgba(255,214,75,1.00);
    padding-top: 180px;
}

.bg-earned {
    background-image: url(images/2023/callout-stadium.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-steak {
    background-image: url("images/2023/callout-meat.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-farm {
    background-image: url("images/2023/bg-farm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.btn-yellow {
	background-color: rgba(255,214,75,1.00);
	border-color: rgba(255,214,75,1.00);
	color: #434244;
	border-width: 3px;
}

.btn-yellow:hover {
	background-color: rgba(67,66,68,1.00);
	border-color: rgba(255,214,75,1.00);
	color: rgba(255,214,75,1.00);
}

.bg-yellow {
	background-color: #FFD64B;
}

.link-gray {
    color: rgba(67,66,68,1.00);
	font-size: 1.3rem;
    -webkit-text-decoration-color: rgba(67,66,68,1.00);
    text-decoration-color: rgba(67,66,68,1.00);
}

.link-gray:hover {
    color: rgba(138,136,140,1.00);
    -webkit-text-decoration-color: rgba(67,66,68,1.00);
    text-decoration-color: rgba(67,66,68,1.00);
}

.btn-outlined-gray {
	background-color: rgba(67,66,68,0);
	border-color: rgba(67,66,68,1.00);
	color: rgba(67,66,68,1.00);
	border-width: 3px;
}
.btn-outlined-gray:hover {
	background-color: rgba(67,66,68,1.00);
	border-color: rgba(67,66,68,1.00);
	color: rgba(255,214,75,1.00);
}

footer{
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#434244;
background-size:16px 16px;
}

.social .fa-circle {
    border: 4px solid rgba(255,214,75,1.00);
    color: rgba(255,214,75,0.00);
    border-radius: 50%;
	height: 100%;
	width: 100%;
	transition: ease .4s;
}

.social:hover .fa-circle{
    border: 0;
    color: rgba(255,214,75,1.00);
}

.social .fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em;
}

.social .fa-facebook-f, .social .fa-instagram {
	color: rgba(255,214,75,1.00);
	transition: ease .6s;
}

.social:hover .fa-facebook-f, .social:hover .fa-instagram {
	color: rgba(67,66,68,1.00);
}

	#feature {
		margin-top: 10rem;
	}

/*=================== WP STYLES ===========================================*/

.wc-block-components-product-name {
    font-size: 1em;
	color: rgba(67,66,68,1.00);
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}

.wc-block-components-product-name:hover {
	color: rgba(255,214,75,1.00);

}

.wc-block-cart__submit-button, .woocommerce a.button{
	color: rgba(67,66,68,1.00)!important;
	background-color: rgba(255,214,75,1.00);
}

.wc-block-cart__submit-button:hover, .woocommerce a.button:hover {
	color:  rgba(255,214,75,1.00)!important;
	background-color: rgba(67,66,68,1.00);
}

.wc-block-components-totals-coupon-link, .wc-block-components-totals-shipping__change-address__link {
	color: rgba(255,184,84,1.00);
	font-weight: 800;
}

.wc-block-components-totals-coupon-link:hover, .wc-block-components-totals-shipping__change-address__link:hover {
	color: rgba(138,136,140,1.00);

}

.wc-block-components-checkout-place-order-button {
	background-color: rgba(255,214,75,1.00);
	color: rgba(67,66,68,1.00);
}

.wc-block-components-checkout-place-order-button:hover {
	background-color: rgba(67,66,68,1.00);
	color:rgba(255,214,75,1.00);
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
   background-color: rgba(255,214,75,1.00);
    color: rgba(67,66,68,1.00);
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 900;
    -webkit-font-smoothing: antialiased;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: rgba(67,66,68,1.00);
    color: rgba(255,214,75,1.00);
}

.wc-block-cart-item__product {
	text-align:left !important;
}

.wc-block-formatted-money-amount {
	font-weight: 800;
	color: #434244;
}

section.related {
	display: none !important;
}

.product_meta{
	display: none;
}

.woocommerce-Price-amount {
	font-weight: 900;
	font-size: 1.75rem;
	color: #434244;
}

.woocommerce-loop-product__title {
	color: #434244;
}

/*=================== MEDIA QUERIES ============================================*/

@media screen and (max-width:1900px) {
	.bg-beef-sales {
    background-image: url(images/2023/bg-beef-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	 height: 100vh;
		padding-top: 40rem;
}

.bg-cattle-sales {
    background-image: url(images/2023/bg-cattle-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding-top: 40rem;
    
}
}

@media screen and (max-width:1640px){
	.navbar-nav {
	width: 60%;
	padding-bottom: 3rem;
}
}

@media screen and (max-width:1440px){
	
.carousel-caption {
    position: absolute;
    right: 9%;
    bottom: 1.15rem;
    left: 9%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
	
	.navbar-brand {
	position: relative;
	margin-top: -5rem;
	margin-left: -5rem;
	z-index: 4;
	width: 22%;
}
		.navbar-nav {
	width: 70%;
	padding-bottom: 3rem;
}
	#landing-content .display-1 {
		font-size: 4.5rem;
	}
	

	
}

@media screen and (max-width:1260px){
	.navbar-nav {
	width: 80%;
	padding-bottom: 3rem;
}
	.carousel-caption h2.display-5 {
		font-size: 2.2rem;
	}
	.carousel-caption h3 {
		font-size: 1.4rem;
	}
	#landing-content .display-1 {
		font-size: 4rem;
	}
}

@media screen and (max-width:1199px){
	.navbar-nav {
	width: 70%;
	padding-bottom: 3rem;
}
	.navbar-brand {
	position: relative;
	margin-top: -5rem;
	margin-left: 0rem;
	z-index: 4;
	width: 22%;
}
	#hero {
		margin-top: 10rem;
	}
	
}

@media screen and (max-width:1024px){
	.navbar-nav {
	width: 85%;
	padding-bottom: 3rem;
}
	.carousel-caption {
    position: absolute;
    right: 7%;
    bottom: 0rem;
    left: 7%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
	#landing-content .display-1 {
		font-size: 3rem;
	}
	
	#landing-content .display-4 {
		font-size: 2rem;
	}
	
}

@media screen and (max-width:991px){
	.navbar-nav {
	width: 100%;
	padding-bottom: 1rem;
}
	.navbar-brand {
	position: relative;
	margin-top: -3rem;
	margin-left: 0rem;
	z-index: 4;
	width: 25%;
}
	#hero {
		margin-top: 8rem;
	}
	
	
	#feature {
		margin-top: 8rem;
	}
	
	.bg-farm {
    background-image: url("images/2023/bg-farm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	height: 25rem;
}
	#mountaineer {
    background-image: url(images/2023/bg-mountaineer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    border-top: 10px solid rgba(255,214,75,1.00);
    border-bottom: 10px solid rgba(255,214,75,1.00);
    padding-top: 140px;
}
.bg-beef-sales {
    background-image: url(images/2023/bg-beef-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	 height: 100vh;
		padding-top: 30rem;
}

.bg-cattle-sales {
    background-image: url(images/2023/bg-cattle-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    padding-top: 30rem;
    
}
}

@media screen and (max-width:767px){
	
	#topbar h1 {
		font-size: 1.3rem;
	}
	
	#hero {
		margin-top: 5rem;
	}
	
.navbar-brand {
	position: relative;
	margin-top: -3rem;
	margin-left: 0rem;
	z-index: 4;
	width: 30%;
}
	
	.bg-beef-sales {
    background-image: url(images/2023/bg-beef-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	 height: 80vh;
		padding-top: 20rem;
}

.bg-cattle-sales {
    background-image: url(images/2023/bg-cattle-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 80vh;
    padding-top: 20rem;
    
}
	
	#landing-logo {
		width: 60%;
	}
}

@media screen and (max-width:525px){
	
	#topbar h1 {
		font-size: 1rem;
	}

	
.navbar-brand {
	position: relative;
	margin-top: -2.5rem;
	margin-left: 0rem;
	z-index: 4;
	width: 30%;
}
	
		.bg-beef-sales {
    background-image: url(images/2023/bg-beef-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	 height: 60vh;
		padding-top: 20rem;
}

.bg-cattle-sales {
    background-image: url(images/2023/bg-cattle-sales-half.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 60vh;
    padding-top: 20rem;
    
}
	
	#landing-logo {
		width: 70%;
	}
}

@media screen and (max-width:320px){

	
.navbar-brand {
	position: relative;
	margin-top: -2rem;
	margin-left: 0rem;
	z-index: 4;
	width: 35%;
}
}
