*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,select{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;color:unset}html{scroll-behavior:smooth}a{text-decoration:none;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}button{cursor:pointer;border:none;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}img{max-width:100%;}
/*=== END RESET ===*/

/*=== CLEARFIX ===*/
.clear{clear:both}.cf:before,.cf:after{content:" ";display:table}.cf:after{clear:both}.cf{zoom:1}

/*=== GLOBAL ===*/
.flex-container{display:flex}.flex-vertical{flex-direction:column}.flex-reverse-vertical{flex-direction:column-reverse}.flex-horizontal{flex-direction:row}.flex-width{flex-grow:1;flex-shrink:1;flex-basis:100%}.flex-height{height:100%}.flex-wrap{flex-wrap:wrap}.set-width{flex-grow:0;flex-shrink:0;flex-basis:auto}.justify-center{justify-content:center}.justify-right{justify-content:flex-end}.justify-left{justify-content:flex-start}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-top{align-items:flex-start}.align-bottom{align-items:flex-end}.align-stretch{align-items:stretch}.align-all-center{align-items:center;justify-content:center}.align-self-center{align-self:center}.align-self-right{align-self:flex-end}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.mobile-only{display: none}.max-width{margin:0 var(--sm-padding)}.map{min-height:350px;line-height:0;}

/*=== SELECT STYLES ===*/
::selection, ::-moz-selection {
	background: var(--dark-red);
	color: var(--white);
	text-shadow: none;
}

:root {
	/*=== Fonts ===*/
	--Roboto: "Roboto Condensed", sans-serif;

	/*=== Colors ===*/
	--white: #ffffff;
	--black: #000000;
	--green: #c1bf37;
	--red: #8d1519;
	--blue: #15608c;

	/*=== Spacing ===*/
	--lg-padding: clamp(75px, 5vw, 100px);
	--sm-padding: clamp(25px, 2.5%, 2.5%);
}

body {
	font-family: var(--Roboto);
	height: auto !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.page-shadow {
	max-width: 1920px!important;
    width: 100%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px!important;
    background-color: rgb(255, 255, 255)!important;
    margin: 0 auto!important;
	overflow-x: hidden;
}
strong, b {
	font-family: var(--Roboto);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
hr {
	width: 100%;
}
.xl-heading, .lg-heading, .md-heading, .sm-heading {
	font-family: var(--Roboto);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.xl-heading, .xl-heading-light {font-size: clamp(56px, 5vw, 64px);line-height: clamp(56px, 5vw, 64px);}
.lg-heading, .lg-heading-light {font-size: clamp(34px, 5vw, 42px);line-height: clamp(34px, 5vw, 42px);}
.md-heading, .md-heading-light {font-size: clamp(27px, 5vw, 35px);line-height: clamp(27px, 5vw, 35px);}
.sm-heading, .sm-heading-light {font-size: clamp(18px, 5vw, 26px);line-height: clamp(18px, 5vw, 26px);}
.xs-heading, .xs-heading-light {font-size: clamp(16px, 5vw, 18px);line-height: clamp(16px, 5vw, 18px);}

/*=== BUTTONS ===*/
.button-group {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	padding-top: 30px;
}
button.primary-button {
	font-family: var(--Roboto);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: var(--red);
	border: 1px solid var(--red);
	color: var(--white);
	opacity: 1;
	transition: all ease 0.3s;
}
button.primary-button:hover {
	opacity: 0.6;
}
button.secondary-button {
	font-family: var(--Roboto);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 5px;
	background-color: var(--white);
	border: 1px solid var(--white);
	color: var(--black);
	opacity: 1;
	transition: all ease 0.3s;
}
button.secondary-button:hover {
	opacity: 0.6;
}

/*=== LOGO ===*/
.logo-container .logo {
	position: relative;
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	width: 100%;
	max-width: 200px;
	height: 100%;
    object-fit: contain;
    object-position: center;
}
a.logo-container {
	line-height: 0;
}

/*=== CUSTOM STYLES ===*/
p.paragraph {
	line-height: 28px;
	padding-top: 10px;
}
.quote {
	border-left: 1px solid #e9e9e9;
    padding: 5px 0 5px 10px;
}
ul.list {
	list-style: none;
	padding-top: 10px;
}
ul.list li {
	position: relative;
	padding-left: 28px;
}
ul.list li::before {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: var(--green);
}
ol.list {
	list-style-type: decimal;
	list-style-position: inside;
	padding-top: 10px;
}
.card {
	background-color: var(--white);
	line-height: 0px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	border-radius: 15px;
	overflow: hidden;
}
.img {
	line-height: 0;
}
.highlight-banner {
	background-color: var(--blue);
	color: var(--white);
	padding: var(--lg-padding) var(--sm-padding);
}
.highlight-banner > .flex-container {
	gap: var(--sm-padding);
}
.img-banner {
	color: var(--white);
	padding: var(--sm-padding);
	border-radius: 15px;
	background: linear-gradient(to left, var(--black) 0%, rgba(0,0,0,0) 100%), url("/siteart/pasture.webp") no-repeat center center;
	background-size: cover;
	background-color: var(--black);
	text-align: right;
	position: relative;
	top: calc(var(--lg-padding) * -1);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}
.img-banner .button-group {
	justify-content: flex-end;
}
.content-banner {
	padding: var(--sm-padding);
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	top: calc(var(--lg-padding) * -1);
	background-color: var(--blue);
	color: var(--white);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
}
.flair-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 20px;
}
.flair-group .flair {
	background-color: var(--green);
	color: var(--black);
	border-radius: 5px;
	padding: 5px 10px;
	text-transform: uppercase;
}
.text-container {
	padding: var(--lg-padding) 0;
}
.text-only-section.paragraph {
	padding: var(--lg-padding) 0;
	border-top: 1px solid #e9e9e9;
}

/*=== How WE Raise ===*/
.half-half-container {
	gap: var(--lg-padding);
	padding: 0 0 var(--lg-padding) 0;
}
.half-half-container .list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.half-half-container {
	flex-direction: row;
	gap: var(--sm-padding);
}
.half-half-container .card:last-of-type {
	margin-bottom: var(--lg-padding);
}
.half-half-container .card img {
	height: 100%;
    object-position: center center;
    object-fit: cover;
	width: 100%;
}

/*=== FUN FACTS ===*/
.fun-fact-section {
	padding: var(--sm-padding);
	display: flex;;
	gap: var(--sm-padding);
	color: var(--white);
	background-color: var(--blue);
	border-radius: 15px;
	align-items: center;
}
.fun-fact-section img {
	line-height: 0;
}
.fun-fact-section .fun-fact-img-container {
	line-height: 0;
}
.fun-fact-section .fun-fact-img-container img.preview-img {
	max-width: 250px;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	height: auto;
	aspect-ratio: 524 / 455;
	cursor: pointer;
}


/*=== HEADER ===*/
header.site-header {
	font-family: var(--Roboto);
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: var(--white);
	background-color: var(--blue);
	padding: 25px 0;
	border-radius: 0 0 15px 15px;
	margin-bottom: -15px;
    z-index: 5;
    position: relative;
}

/*=== FOOTER ===*/
footer.site-footer {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	padding: var(--lg-padding) 0 0;
}
footer.site-footer .footer-logo {
	max-width: 50px;
	width: 100%;
	text-align: center;
	margin: auto;
}
footer.site-footer nav {
	padding: var(--lg-padding) 0;
}
footer.site-footer nav ul {
	gap: 20px;
	text-transform: uppercase;
}
footer.site-footer .red-angus-logo {
	max-width: 200px;
}
footer.site-footer .bottom-footer {
	background-color: var(--blue);
	color: var(--white);
	margin-top: var(--lg-padding);
	padding: 15px 0;
}

/*=== PAGE STYLES ===*/
/*=== Default Page ===*/
.default-page .hero-section {
	display: flex;
}
.default-page .hero-section .hero-text {
	padding: calc(var(--lg-padding) * 2) var(--sm-padding) calc(var(--lg-padding) * 3);
}
.default-page .hero-section .hero-image img {
	height: 100%;
	object-position: center left;
	object-fit: cover;
}
.default-page .tradition-section {
	gap: var(--lg-padding);
}	
.default-page .tradition-section .card {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	transform: rotate(4deg);
	margin: var(--lg-padding) var(--sm-padding);
	max-width: 300px;
	width: 100%;
}
.default-page .half-half-container .card-group {
	gap: var(--sm-padding);
}
.default-page .half-half-container .card-group .card:first-of-type {
	margin-top: var(--lg-padding);
}
.default-page .half-half-container .card-group .card {
	height: 350px;
}
.default-page .half-half-container .card img {
	height: 100%;
	object-position: left!important;
	object-fit: cover;
	width: 100%;
}

/*=== SUB PAGE ===*/
#sub-page:not(.inventory-page), .default-page{
	font-family: var(--Roboto);
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
#sub-page .hero-section {
	display: flex;
}
#sub-page .hero-section-logo {
	position: relative;
}
#sub-page .hero-section-logo::before {
	content: "";
	background-image: url(/siteart/logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 150px;
    height: 300px;
    position: absolute;
    top: -50px;
    bottom: 0;
    right: -25px;
    left: auto;
    transform: rotate(-25deg);
    filter: grayscale(1);
    opacity: 0.1;
    z-index: 1;
}
#sub-page .hero-section .hero-text {
	padding: calc(var(--lg-padding) * 2) var(--sm-padding) calc(var(--lg-padding) * 3);
}
#sub-page .hero-section-logo {
	padding: calc(var(--lg-padding)) var(--sm-padding);
}

/*=== COW HERD ===*/
.cow-herd-page .half-half-container {
	padding: var(--lg-padding) 0;
}
.cow-herd-page .half-half-container #yard-image {
	aspect-ratio: 2 / 1;
	margin-bottom: 0;
}
.cow-herd-page .half-half-container .card-group .card {
	margin: 0!important;
}
.cow-herd-page .text-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
	padding-bottom: calc(var(--lg-padding) * 2);
}
.cow-herd-page .text-grid > div {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
	border-radius: 15px;
	padding: var(--sm-padding);
	color: var(--white);
	background-color: var(--blue);
}
.cow-herd-page .text-only-section.paragraph {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: var(--lg-padding);
}

/*=== ABOUT ===*/
.about-page .half-half-container {
	padding: var(--lg-padding) 0;
}
.about-page .half-half-container #profile-image {
	margin-bottom: 0;
	max-height: 500px;
	object-position: center;
	object-fit: cover;
}
.about-page .text-only-section.paragraph {
	padding: var(--lg-padding) 0 0;
	border-top: 1px solid #e9e9e9;
}
.about-page .contact-us {
	padding: var(--sm-padding) 0 calc(var(--lg-padding) * 2);
}

/*=== SIRES ===*/
.sires-page .hero .text-container {
	padding: calc(var(--lg-padding) * 2) 0 0;
}
.sires-page .text-only-section {
	padding: var(--lg-padding) 0 calc(var(--lg-padding) * 2);
	border: unset;
}



/*=== DAMS ===*/
.dams-page .hero .text-container {
	padding: calc(var(--lg-padding) * 2) 0 0;
}
.dams-page .text-only-section {
	padding: var(--lg-padding) 0 calc(var(--lg-padding) * 2);
	border: unset;
}

/*=== INVENTORY ===*/
.inventory-page .img-banner {
	top: 0;
	margin-top: var(--lg-padding);
}

/*=== CONTACT ===*/
.contact-page .content-banner {
	margin-bottom: var(--lg-padding);
}

@media screen and (max-width: 1600px) {
	.cow-herd-page .text-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1050px) {
	/*=== Default Page ===*/
	.half-half-container .card-group {
		flex-direction: column;
	}
	.half-half-container .card-group .card:first-of-type {
		margin-top: 0;
		margin-right: var(--sm-padding);
	}
	.half-half-container .card-group .card:last-of-type {
		margin-bottom: 0;
		margin-left: var(--sm-padding);
	}
}

@media screen and (max-width: 900px) {
	/*=== HOW WE RAISE ===*/
	.half-half-container {
		flex-direction: column;
		gap: 0;
	}
	.half-half-container .card-group {
		flex-direction: row;
	}
	.half-half-container .card-group .card:first-of-type {
		margin-top: var(--sm-padding);
		margin-right: 0;
	}
	.half-half-container .card-group .card:last-of-type {
		margin-bottom: var(--sm-padding);
		margin-left: 0;
	}

	/*=== COW HERD ===*/
	.cow-herd-page .half-half-container {
		padding: var(--lg-padding) 0 0;
	}

	/*=== ABOUT ===*/
	.about-page .half-half-container {
		padding: var(--lg-padding) 0 0;
		flex-direction: column-reverse;
	}
	.about-page .text-only-section.paragraph {
		border: none;
	}

	/*=== FUN FACTS ===*/
	.fun-fact-section {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media screen and (max-width: 600px) {
	.flex-horizontal {
		flex-direction: column;
	}
	
	/*=== HOW WE RAISE ===*/
	.half-half-container .card-group .card img {
		height: 350px;
	}

	/*=== Default Page ===*/
	.default-page .hero-section .hero-image img {
		max-height: 400px;
	}
	.default-page .hero-section {
		flex-direction: column;
	}
	.default-page .hero-section .hero-text {
		padding: var(--lg-padding) var(--sm-padding);
	}
	.default-page .tradition-section {
		flex-direction: column;
		gap: 0;
	}
	.default-page .tradition-section .card {
		margin: 0 var(--sm-padding) var(--lg-padding);
	}

	/*=== COW HERD ===*/
	.cow-herd-page .text-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	/*=== CONTACT ===*/
	.contact-page .hero-section {
		flex-direction: column;
	} 
	.contact-page#sub-page .hero-section .hero-text {
		padding: calc(var(--lg-padding) * 2) var(--sm-padding) var(--lg-padding);
	}
}

@media screen and (max-width: 500px) {
	.img-banner {
		background: linear-gradient(to left, var(--black) 0%, rgba(0,0,0,.25) 100%), url("/siteart/pasture.webp") no-repeat center center;
		justify-content: center;
		text-align: center;
	}
	.img-banner .button-group {
		justify-content: center;
	}
}

@media screen and (max-width: 400px) {
}

@media screen and (max-width: 350px) {
}