body {
	background-color: #000 !important;
}

main section#homePageHero {
    background-image: url(https://siteimgs.com/10044/imgs/8e/home-top-image_1746826000-0.jpg);
    background-size: cover;
	/*aspect-ratio: 2048 / 1146;*/
    height: calc(100vh - 260px);
	background-position: bottom center;
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    main section#homePageHero {
		height: 120vh;
	}
}
@media only screen and (max-width: 1023px) {
	main h2 {
		font-size: 1.1rem;
	}
}

main section#homePageHero span {
    background-color: #435d9887;
    display: inline-block;
    text-shadow: 1px 1px 2px #000;
    padding: 2rem;
    margin: 2rem;
    border-radius: .6rem;
}


@media (max-width: 767px) {
	main section#homePageHero span {
		padding: .6rem;
		margin: .6rem .6rem 1rem .6rem;
	}
}
@media (min-width: 768px) {
	main section#homePageHero span {
		padding: 2rem;
		margin: 2rem;
	}
}


main section#homePageHero a {
    background-color: #435d98;
    color: #000;
    margin-left: 2rem;
    padding: .7rem 1.5rem;
    font-weight: 700;
    border-radius: .6rem;
    border: 1px solid #fff;
    box-shadow: 1px 8px 4px #0000005e;
    color: #fff;
}

main section {
	margin-bottom: 1rem;
}

main section.vertical-gradient {
	background: linear-gradient(to bottom, #435D98, #000000);
}

main section.roundedge {
	border-radius: .6rem;
}

section.links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
    background-color: #fff;
    padding: .6rem;
}
section.links a {
    align-items: center;
    justify-content: center;
    background-color: #8c8c8c;
    color: #000;
    padding: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.2;
	box-shadow: 0 2px 0 #5a5a5a;
}
section.links a:hover {
	text-decoration: underline;
	background-color: #000;
	color: #fff;
}
@media (max-width: 760px) {
    section.links {
        flex-direction: column;
        align-items: center;
    }
	section.links a {
		width: 100%;
	}
}
@media (min-width: 761px) {
	section.links a {
	    display: flex;
	    width: calc(20% - 20px);
	    height: 80px;
	}
}


section#materialsYouCanTrust {
    display: flex;
	align-items: start;
    padding: 1rem;
    text-align: center;
    color: #fff;
}
section#materialsYouCanTrust img {
    height: auto;
    border-radius: .6rem;
}
section#materialsYouCanTrust .slot2 img {
    max-width: 150px;
}

@media (max-width: 1199px) {
	section#materialsYouCanTrust>div {
        width: 100%;
		padding: 0 1rem 1rem 1rem;
	}
	section#materialsYouCanTrust {
		flex-direction: column;
	}
	section#materialsYouCanTrust img {
		width: 100%;
		max-width: 100%;
	}
	section#materialsYouCanTrust .slot1 {
		order: 2;
		margin-bottom: 1rem;
	}
	section#materialsYouCanTrust .slot2 {
		order: 1;
	}
	section#materialsYouCanTrust .slot3 {
		order: 3;
	}
}
@media (min-width: 1200px) {
	section#materialsYouCanTrust img {
	    max-width: 35%;
	}

	section#materialsYouCanTrust>div {
		padding: 0 2rem 2rem 2rem;
	}
}


section#patentedLockingTechnology {
	display: flex;
	justify-content: space-between;
}

section#patentedLockingTechnology img {
    border-radius: .6rem;
	margin-right: 1rem;
}



section#patentedLockingTechnology {
    display: flex;
    justify-content: space-evenly;
    font-size: clamp(16px, 3.5vw, 24px);
	margin-left: 1rem;
	margin-right: 1rem;
}
@media (max-width: 1419px) {	
  #patentedLockingTechnology img:first-of-type {
	  display: none;
  }
}
@media (max-width: 639px) {
	section#patentedLockingTechnology {
    	flex-flow: column;
    	margin-top: 3rem;
	}
  section#patentedLockingTechnology img {
	  max-height: 100%;
	  width: 100%;
	height: auto;
  }
	section#patentedLockingTechnology br {
		display: none;
    }
}
@media (min-width: 640px) {
  section#patentedLockingTechnology img {
	  max-height: 50vh;
	  width: auto;
  }
}




@media (max-width: 620px) {
  section#boardingGrooming>div {
	  padding: 1rem;
  }
}
@media (min-width: 621px) {
  section#boardingGrooming {
	  display: flex;
  }
  section#boardingGrooming>div {
	  margin: 2rem;
  }

  section#boardingGrooming>div.flex-left {
	  width: 45%;
  }
  section#boardingGrooming>div.flex-right {
	  width: 55%;
  }
}
section#boardingGrooming>div {
    text-align: center;
}
section#boardingGrooming img {
    max-width: 100%;
	height: auto;
	margin-top: 1rem;
}
section#boardingGrooming div.flex-right img {
    border-radius: 0.6rem;
}










section#veterinaryEssentials div:last-of-type {
    display: flex;
    justify-content: space-around;
    position: relative;
}

section#veterinaryEssentials div:first-of-type h3 {
	margin-right: 1rem;
}
section#veterinaryEssentials div:first-of-type {
    padding: 1rem;
    display: flex;
	align-items: center;
}
section#veterinaryEssentials img {
    height: auto;
}
img#ivPolePic {
    position: absolute;
    width: 30%;
}
section#veterinaryEssentials img:not(#ivPolePic) {
    max-width: 45%;
    margin-top: 1rem;
	border-radius: .6rem;
}







section#stableGear {
    display: flex;
}
section#stableGear .slot3 {
    padding-top: 2rem;
}
@media (max-width: 759px) {
	section#stableGear {
		flex-direction: column-reverse;
	}
	section#stableGear img {
	    max-width: 100%;
	    height: auto;
		border-radius: .6rem;
		margin-top: 1rem;
	}
	/*.slot1 {
		order: 1;
	}*/
}
@media (min-width: 760px) {
	section#stableGear {
    	/*align-items: flex-start;
    	justify-content: space-between;*/
		        padding: 0 1.5rem;
	}
	section#stableGear img {
		max-width: 36%;
        height: auto;
        border-radius: .6rem;
        margin: 1rem;
	}
	section#stableGear>div {
		padding: 0 2rem;
	}
}