* {
	margin: 0;
	padding: 0;
}


html,
body {
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	color: #343433;
	width: 100%;
	overflow-x: hidden;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li {
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1.5em;
}

h2 {
	font-size: 3em;
}

@keyframes slide-in {
	from {
		transform: translateY(-30%);
	}

	to {
		transform: translateY(0%);
	}
}

.box {
	animation: slide-in 1000ms;
	animation-timing-function: linear;
}

/*---------*/

/*NAVIGATION*/

.nav-color.scrolled {
    background-color: #DFB37D!important;
    transition: background-color 200ms linear;
}

.nav-font-color a {
	color:#260c0d !important ;
}

.menu-hover{
	border-top-style: solid!important;
	border-top-color: transparent!important;
	border-top-width: thin!important;
}

.nav-link.active {
	border-top-style: solid !important;
	border-top-color: #ffffff !important;
	border-top-width: thin !important;
	color: #ffffff !important;
}

.menu-hover:hover{
	border-top-style: solid;
	border-top-color: #a92513!important;
	border-top-width: thin;
	color: #a92513 !important;
}

.nav-bar-bg {
	position: fixed !important;
}
.logo img {
	height: 4.3vmax;
}



/* Banner image */
.parallax {
  background-image: url("../images/24Cows_moving_to_corn\ copy2.jpg");
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-contact {
  background-image: url("../images/24_cows_by_creek_2_copy.jpg");
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-gallery {
  background-image: url("../images/24_cattle_scenery_2.jpg");
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-herdSires {
  background-image: url("../images/charolais_in_field.png");
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-cowHerds {
  background-image: url("../images/spring_cows.png");
  min-height: 100vh; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-parallax {
  position: relative;
  min-height: 420px;
  padding: 3rem 1rem;
}

.parallax-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.parallax-media img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate3d(0,0,0);
  min-width: 100%;
  min-height: 100%;
  will-change: transform;
}

.hero-parallax .overlay { position:absolute; inset:0; background:rgba(0,0,0,0.35); z-index:1; }
.hero-parallax .hero-content { position:relative; z-index:2; }



.box h2 {
	font-family: sans-serif;
}


.banner-text h1 {
	font-size: 4em;
	font-family: serif;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(251, 250, 250);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}

.banner-text h2 {
	font-size: 2.6em;
	font-family: serif;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(251, 250, 250);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}

.banner-text h3 {
	font-size: 4.7em;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}

.banner-text p {
	font-size: 10em;
	font-family: protipo-compact, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(156, 38, 38);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}



/* Buttons */
.btn {
    background-color: #a92513 !important;
}
.btn:hover {
    background-color: #DFB37D !important;
	color: #ffffff !important;
}


/* Footer */

footer {
	background-color: #260c0d;
}
.footer-link {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-link:hover {
	color: #DFB37D;
	text-decoration: none;
}

.buyagro a {
	color: #FFFFFF;
	text-decoration: none;
}

.buyagro a:hover {
	color: #DFB37D;
}


/* General Styles */

.red-txt {
	color: #a92513 !important;
}

.cream-txt {
	color: #DFB37D !important;
}

.brown-txt {
	color: #260c0d !important;
}

.white-txt {
	color: #FFFFFF !important;
}

.title-font {
	font-family: protipo-compact, sans-serif !important;
}

.primary-font {
	font-family: 'Montserrat', 'Helvetica', sans-serif !important;
}

.secandary-font {
	font-family: sans-serif !important;
}











/* --------------------------------------------------------------------------- */




/* header {
	position: absolute;
	width: 100%;
	z-index: 1;
} 

#main-menu {
	position: relative;
	background-color: #260c0d;
	        margin-top:3%;
	padding: 20px;
	height: 65px;
	display: block;
}

#main-menu ul {
	list-style-type: none;
	padding-left: 0px;
	text-align: center;
	margin-top: 30px;
}

#main-menu ul li {
	display: inline-block;
	margin: 0px 20px;
}

#main-menu ul li a {
	          padding:15px 24px;
	padding-right: 20px;
	display: inline-block;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 800;
	letter-spacing: 2px;
	transition: all 0.3s ease-out;
}

#main-menu ul li a:hover {
	color: #DFB37D;
}

#menu-icon {
	display: none;
	position: fixed;
	      top: 1%;
	right: 1%;
	z-index: 9997;
	height: 90px;
	width: 70px;
	filter: drop-shadow(5px 5px 5px #343434);
	cursor: pointer;
}

#menu-icon rect {
	fill: white;
}

#main-menu #close-menu {
	display: none;
}
*/

/* .top-banner {
	background-image: url(../images/24Cows_moving_to_corn\ copy2.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-size: cover;
    background-position: center;
} */


/*#top-banner {
	background-image: url(../images/24Cows_moving_to_corn_copy.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	 background-position: 50% 10%; 
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 0;
}*/


/* #main-logo {
	display: inline-block;
	background-color: #DFB37D;
	position: absolute;
	        top:15%;
	padding: 5px;
	transition: padding-left 0.3s ease-out;
	z-index: 998;
}

#main-logo img {
	width: 300px;
	height: 90px;
}

#main-logo:hover {
	padding-left: 20px;
} */


/* .button1 p {
	background-color: #a92513;
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}
.btn1:hover {
	background-color: #DFB37D;
	color: white;
}

.button2 p {
	background-color: #a92513;
	border: none;
	color: white;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 30px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.button2:hover {
	background-color: #DFB37D;
	color: white;
} 

.button1 .button2 {
	color:#ffffff;
	background-color:#a92513;
	 padding:10px;
	margin:5px; 
	text-decoration: none;
	text-align:center;
}

.buttons a:hover {
	color: #ffffff;
	background-color: #DFB37D;
	padding: 15px;
	margin: 5px;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.3s ease-in;
}*/




/* -- footer -- */

/*
footer {
	background-color: #260c0d;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 10px; 
}

footer p {
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
	display: inline-block;
	margin-left: 15px;
	margin-top:5px;
} 
.buyagro {
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 15px;

} */






/* Other pages top banner */

#banner-text-other {
	position: relative;
	top: 40%;
}

#banner-text-other h1 {
	font-size: 4em;
	font-family: serif;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(251, 250, 250);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}

#banner-text-other h2 {
	font-size: 2.6em;
	font-family: serif;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(251, 250, 250);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}

#banner-text-other h3 {
	font-size: 4.7em;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}

#banner-text-other p {
	font-size: 10em;
	font-family: protipo-compact, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: rgb(156, 38, 38);
	display: inline-block;
	margin: 0px;
	text-shadow: 2px 2px 4px #260c0d;
}

#top-banner button {
	font-family: 'Montserrat', 'Helvetica', sans-serif;
	color: white;
	font-size: 25px;
	padding: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	background-color: #a92513;
	border: 3px solid white;
}

#top-banner button:hover {
	background-color: #DFB37D;
	border: 3px solid white;
	transition: all 0.3s ease-out;
}

/* .catalogues img{
	margin-top: 3em;
	width: 50em;
	height: 60em;
}  */


#home-body main {
	padding: 100px;
	margin-bottom: 100px;
}

#home-body main h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.buttons-home {
	margin-top: 0;
	display: flex;
	justify-content: center;
	gap: 10px;
}





/*---Contact Page------*/
/* #contact-top-banner {
	background-image: url(../images/24_cows_by_creek_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	    background-position: 50% 10%;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 0;
}

#contact-top-banner img {
	transform: translateY(-95%);
}

#contact-body main {
	padding: 80px;
}  

#contact-body main img {
	display: inline-block;
	border: 8px solid #584242;
      		border-image: url(../images/dark_wood_background.jpg) 20% round;
	margin-right: 15px;
}

#contact-body main p {
	display: inline-block;
	text-align: left;
}

#contact-body main h2 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

#contact-body main a {
	color: #343433;
	text-decoration: none;
}

#contact-body main a:hover {
	color: #DFB37D;
	text-decoration: none;
	transition: opacity 0.3s ease-in;
}

.contact-middle {
	text-align: center;
}*/

/*---Herd Sires Page------*/
/*#herdsires-top-banner {
	background-image: url(../images/charolais_in_field.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 0;
}


#herdsires-top-banner img{
	transform:translateY(-95%);
}*/

#herdsires-body main {
	padding: 80px;
}

.herdsire {
	position: relative;
	display: inline-block;
	width: 30%;
	padding-right: 35px;
}

.herdsire img {
	width: 100%;
	border: 8px solid #584242;
	/* border-image: url(../images/dark_wood_background.jpg) 20% round; */
}

.desc {
	padding: 5px 0px 5px 1px;
	font-weight: 800;
	color: #a92513;
	text-align: center;
}

.middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	/* border: 100px solid transparent;
	background-clip: */
}

.middle:hover {
	opacity: 1;
}

.text {
	background-color: #a92513;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}

.text a {
	text-decoration: none;
	color: white;
	font-weight: 800;
}

/*---Cow Herd Page------*/
/* #cowherd-top-banner {
	background-image: url(../images/spring_cows.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 0;
}

#cowherd-body main {
	padding: 70px;
} */

.row {
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0 15px;
}

/* Create four equal columns that sits next to each other */
.column {
	flex: 25%;
	max-width: 25%;
	padding: 0 15px;
}

.column img {
	margin-top: 8px;
	margin-right: 20px;
	vertical-align: middle;
	width: 100%;
	border: 8px solid #584242;
	/* border-image: url(../images/dark_wood_background.jpg) 20% round; */
}

#video {
	margin-top: 8px;
	margin-right: 20px;
	vertical-align: middle;
	width: 100%;
	border: 8px solid #584242;
	/* border-image: url(../images/dark_wood_background.jpg) 20% round; */
}

/*---Gallery Page------*/
/* #gallery-top-banner {
	background-image: url(../images/24_cattle_scenery_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	   background-position: 50% 10%;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 0;
}

#gallery-body main {
	padding: 70px;
} */

/* Create four equal columns that sits next to each other */
.column {
	flex: 31%;
	max-width: 31%;
	padding: 0 15px;
}

.column img {
	margin-top: 8px;
	margin-right: 20px;
	vertical-align: middle;
	width: 100%;
	border: 8px solid #584242;
	/* border-image: url(../images/dark_wood_background.jpg) 20% round; */
}


/*---Media Queries----*/

@media (max-width:1540px) {

	#main-menu{
		display:none;
        width:100vw;
        height:100vh;
        position:fixed;
        background-color:#260c0d;
        z-index:9999;
        padding:0px;
		margin-top:0px;
	}

    #main-menu ul{
        display:flex;
        width:100%;
        height:100%;
        align-items:center;
        justify-content:center;
        flex-direction:column;
    }

    #menu-icon{
        display:inline-block;
    }

    #main-menu ul li a {
        font-size:2.5em;
        padding:15px 30px;
        margin-top:5px;
    }

    #main-menu #close-menu {
        display:inline-block;
        color:white;
        font-size:3em;
        position:absolute;
        top:4%;
        right:8%;
        cursor:pointer;
    }

    #main-menu #close-menu:hover {
        color:#DFB37D;
    }
	#main-logo {
		position: absolute;
		top: 15%;
	}

	.banner-text h1 {
		font-size: 3em;
		display: inline-block;
		text-align: center;
	}

	footer p {
		display: block;
		font-size: 12px;
		/*margin-left:15px;
		margin-top:5px;*/
	}

	footer img {
		display: block;
		width: 15%;
		/*margin-left:15px;
		margin-top:5px;*/
	}

	#buyagro {
		position: relative;
		font-size: 12px;
		display: block;
	}

	.herdsire {
		display: block;
		width: 95%;
		padding: 0px;
	}

	.herdsire img {
		width: 100%;
	}

	.row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 4px;
	}

	.column {
		max-width: 95%;
	}

	#contact-body img {
		width: 75%;
	}

	#top-banner {
		background-size: 100%;
	}

	#herdsires-top-banner {
		background-size: 100%;
	}

	#gallery-top-banner {
		background-size: 100%;
	}

	#cowherd-top-banner {
		background-size: 100%;
	}

	#contact-top-banner {
		background-size: 100%;
	}

	/* Other pages  */
	#banner-text-other {
		font-size: 14px;
	}

	/* Home Page */
	.banner-text {
		font-size: 12px;
	}

	/* Herdsires */
	#herdsires-top-banner {
		height: 300px;
	}
	/* Cow herds */
	#cowherd-top-banner {
		height: 300px;

	}

	/* Gallery page */
	#gallery-top-banner {
		height: 300px;
	}

	/* Contact page */
	#contact-top-banner {
		height: 300px;
	}
	.contact-middle{
		font-size: 14px;
	} 

	/* Mobile nav */
	#menu-icon {
		width: 70px;
		height: 80px;
	}

}

@media screen and (max-width: 800px) {
	.column {
		flex: 50%;
		max-width: 50%;
	}

	/* Mobile nav */
	#menu-icon {
		width: 60px;
		height: 70px;
	}

	/* Other pages  */
	#banner-text-other {
		font-size: 15px;
	}
	/* Home Page */
	.banner-text {
		font-size: 8px;
	}
	#top-banner {
	height: 300px;
	}

	#main-logo {
		display: inline-block;
		background-color: #DFB37D;
		position: absolute;
		transition: padding-left 0.3s ease-out;
		z-index: 998;
	}
	
	#main-logo img {
		width: 140px;
		height: 60px;
	}
	
	#main-logo:hover {
		padding-left: 20px;
	}

/*	.button1 p {
		background-color: #a92513;
		border: none;
		color: white;
		 padding: 16px 32px; 
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;		
		margin: 6px 4px;
		transition-duration: 0.4s;
		cursor: pointer;
	}
	.btn1:hover {
		background-color: #DFB37D;
		color: white;
	}	


	.button2 p {
		background-color: #a92513;
		border: none;
		color: white;
			padding: 16px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;		
		margin: 6px 4px;
		transition-duration: 0.4s;
		cursor: pointer;
	}*/

	.catalogues img{
		margin-top: 3em;
		width: 40em;
		height: 48em;
	}

	/* Herdsires */
	#herdsires-top-banner {
		height: 300px;
	}

	/* Cow herds */
	#cowherd-top-banner {
		height: 300px;

	}

	/* Gallery page */
	#gallery-top-banner {
		height: 300px;
	}

	/* Contact page */
	.contact-middle{
		font-size: 10px;
	} 
}

@media screen and (max-width: 600px) {
	.column {
		flex: 100%;
		max-width: 100%;
	}

	/* Mobile nav */
	#menu-icon {
		width: 45px;
		height: 55px;
	}

	/* Other pages  */
	#banner-text-other {
		font-size: 9px;
	}

	/* Home Page */
	
	.banner-text {
		font-size: 6.6px;
	}
	#top-banner {
	height: 220px;
	}

	#main-logo {
		display: inline-block;
		background-color: #DFB37D;
		position: absolute;
		transition: padding-left 0.3s ease-out;
		z-index: 998;
	}
	
	#main-logo img {
		width: 120px;
		height: 50px;
	}
	
	#main-logo:hover {
		padding-left: 20px;
	}

/* 	.button1 p {
		background-color: #a92513;
		border: none;
		color: white;
		padding: 16px 32px; 
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		transition-duration: 0.4s;
		cursor: pointer;
	}
	.btn1:hover {
		background-color: #DFB37D;
		color: white;
	}	

	.buttons-home{
		display: grid;	
		align-items: center;
		justify-items: center;
		grid-template-columns: repeat(2, 1fr);	
		grid-template-rows: repeat(2, 100px);
		gap: 20px;
		width: 220px;
		height: 220px;
	}

	.button2 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.button2 p {
		background-color: #a92513;
		border: none;
		color: white;
				padding: 16px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;		
		margin: 4px 2px;
		transition-duration: 0.4s;
		cursor: pointer;
	}*/
	
	.catalogues img{
		margin-top: 3em;
		width: 20em;
		height: 28em;
	}

	/* Herdsires */
	#herdsires-top-banner {
		height: 300px;
	}

	/* Cow herds */
	#cowherd-top-banner {
		height: 150px;

	}

	/* Gallery page */
	#gallery-top-banner {
		height: 150px;
	}

	/* Contact page */
	.contact-middle{
		font-size: 10px;
	} 

} 


@media (max-width:400px) {


	/* Other pages  */
	#banner-text-other {
		font-size: 9px;
	}

	/* Mobile nav */
	#menu-icon {
		width: 35px;
		height: 45px;
	}

	/* Home Page */
	.banner-text {
		font-size: 4px;
	}

	#top-banner {
	height: 120px;
	}

	#main-logo {
		display: inline-block;
		background-color: #DFB37D;
		position: absolute;
		transition: padding-left 0.3s ease-out;
		z-index: 998;
	}
	
	#main-logo img {
		width: 60px;
		height: 30px;
	}
	
	#main-logo:hover {
		padding-left: 20px;
	}

	.buttons-home{
		display: grid;	
		align-items: center;
		justify-items: center;
		grid-template-columns: repeat(2, 1fr);	
		grid-template-rows: repeat(2, 100px);
		gap: 20px;
		width: 220px;
		height: 220px;
	}

	.button2 {
		display: flex;
		align-items: center;
		justify-content: center;
	}

/*	.button1 p { 
		background-color: #a92513;
		border: none;
		color: white;
		 padding: 16px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		transition-duration: 0.4s;
		cursor: pointer;
	}  .btn1:hover {
		background-color: #DFB37D;
		color: white;
	}	
	.button2 p {
		background-color: #a92513;
		border: none;
		color: white;
		      padding: 16px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;		
		margin: 4px 2px;
		transition-duration: 0.4s;
		cursor: pointer;
	}
 
	.button2:hover {
		background-color: #DFB37D;
		color: white;
	} 
	.btn2:hover {
		background-color: #DFB37D;
		color: white;
	}  */

	/* Herdsires */
	#herdsires-top-banner {
		height: 300px;
	}

	/* Cow herds */
	#cowherd-top-banner {
		height: 190px;

	}

	/* Gallery page */
	#gallery-top-banner {
		height: 100px;
	}

	/* Contact page */
	#contact-top-banner {
		height: 190px;
	}

	.contact-middle{
		font-size: 10px;
	} 
}