@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Gantari:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font: 18px 'Gantari', sans-serif;
  color: #000;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  background-color:#FFF;
}

dl, ol, ul {margin:0!important; padding:1rem;}
li {margin:10px 0!important; line-height: 1.25em; list-style-position: outside;}

p {font-family: 'Gantari', sans-serif; font-size: 18px; font-weight: 500; color: #000; line-height: 1.6em;}

a:focus .btn-content, a:focus-visible .btn-content {
  border: solid white 2px;
  outline-color: black;
  outline-style: solid;
  outline-width: 4px;
}

a {color:#EC0909; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
a:hover {color:#000; font-weight: 800;  text-decoration: none;}
a:focus {color:#222!important; text-decoration: none; outline: -webkit-focus-ring-color auto 1px;}
a:focus-visible {color:#EC0909!important; text-decoration: none; outline: -webkit-focus-ring-color auto 5px;}

.section {scroll-margin-top: 150px!important;}

/*SKIP TO CONTENT*/
.skip-to-content-link {
    left: 0px;
    position: absolute;
    transform: translateY(-100%);
    background: #FFF;
    height: 50px;
    padding: 20px;
    transition: transform 0.3s;
	margin-top: -20px!important;
    z-index: 1;
	width: 100%;
	text-align: center;
}
.skip-to-content-link:hover {
	color:#000;
}
/*.skip-to-content-link:focus {
    transform: translateY(0%);
}*/
.skip-to-content-link:focus {
    transform: translateY(0%);
	width:100%;
	background-color:#FFF;
	z-index:99999999999;
	/*line-height:50px;*/
	font-weight:bold;
	color:#EC0909!important;
	border:none;
	text-align: center!important;
}
.skip-to-content-link:focus-visible {
	color:#EC0909!important;
}
/* END SKIP TO CONTENT*/

.small {font-size: 90%!important;}
.smaller {font-size: 80%!important;}
.smallest {font-size: 70%!important;}
.large {font-size: 110%!important;}
.larger {font-size: 120%!important;}
.largest {font-size: 135%!important;}

.lh-sm {line-height: 1.5em!important;}
.lh-md {line-height: 1.6em!important;}
.lh-lg {line-height: 1.7em!important;}

.red {color:#EC0909;}
.gray {color:#767676;}
.silver {color:#BBB;}
.black {color:#000;}
.white {color:#fff;}

.bar-red {width:100px; border-top:5px solid #EC0909;}
.bar-gray {width:100px; border-top:5px solid #767676;}
.bar-silver {width:100px; border-top:5px solid #BBB;}
.bar-white {width:100px; border-top:5px solid #fff;}
.bar-black {width:100px; border-top:5px solid #000;}

.divider {border-top: 1px solid #CCC;}
.divider-red {border-top: 1px solid #EC0909;}

.border-pic {border: 2px solid #767676;}
.border-lt {border: 3px solid #fff;}
.border-black {border: 4px solid #000;}
.border-red {border: 2px solid #EC0909;}
.border-gray {border: 3px solid #444;}
.shadow {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.85)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.85); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.85);}
.shadow-lt {box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.25)!important; -webkit-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35); -moz-box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.35);}

h1 {
	font-family: 'Gantari', sans-serif;
	font-size: 38px;
	font-weight: 300;
	text-transform: uppercase;
	color:#767676;
	letter-spacing: 2.5px;
}

h2 {
	font-family: 'Bitter', serif;
	font-size: 34px;
	font-weight: 700;
	color:#EC0909;
	letter-spacing: -.5px;
}

h3 {
	font-family: 'Bitter', serif;
	font-size: 26px;
	font-weight: 700;
	color:#000;
	letter-spacing: -.5px;
	font-style: italic!important;
}

h4 {
	font-family: 'Bitter', serif;
	font-size: 24px;
	font-weight: 700;
	color:#EC0909;
	letter-spacing: -.5px;
}

/*BACK TO TOP*/
#button {
  display: inline-block;
  background-color: #EC0909;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 30px;
  right: 0;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	border:2px solid #FFF;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #767676;
}
#button:active {
  background-color: #767676;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
/*END BACK TO TOP*/

.header {
  background-color: #FFF;
  z-index: 999999;
  -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.15);
  clear: both;
  padding:0!important;
  margin:0!important;
  height: 110px!important;
  /*border-top:2px solid #fff;*/
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 10;
}

.sticky + .content {
  padding-top: 102px;
}

.offcanvas {background-color: #FFF; border-top: none!important; padding:0!important;}
.offcanvas-backdrop.show {opacity: 0!important;}
.offcanvas-header {padding:0!important;}
.offcanvas-header img {height:70px!important; padding-top:25px; margin:0 0 0 20px!important;}
.offcanvas-header .btn-close {background-image: url("graphics/close.png"); margin-top: 0.5rem; margin-right: 0.5rem; margin-bottom: 0.5rem;}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Bitter', serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  padding: 15px 3rem .5rem 3rem!important;
  margin:15px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom:5px solid #FFF;
}
.navbar-light .navbar-nav .nav-link:hover {color:#EC0909!important; border-bottom:5px solid #767676;}
.navbar-light .navbar-nav .nav-link:focus {color:#EC0909!important; border:2px solid #767676;}
.navbar-light .navbar-nav .nav-link:focus-visible {color:#EC0909!important; border:2px solid #767676;}

.navbar-toggler {border-color:#fff!important; background-color:transparent!important; border:0!important; color:(0,0,0,1.0)!important;}
.navbar-light .navbar-toggler {outline: none;}

.navbar-brand {height:auto; padding:0!important;}
.navbar-brand img {height:80px!important; margin: 0;}
.navbar-brand.js-scrolling img {
	height: 50px;
	-webkit-transition: height 0.3s ease; 
	-moz-transition: height 0.3s ease; 
	-ms-transition: height 0.3s ease; 
	-o-transition: height 0.3s ease; 
	transition: height 0.3s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {color:#767676!important;}

.nav-link3 {
	font-size:42px;
	color:#EC0909;
	padding:10px!important;
	margin:40px 0 0 20px!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: .75em!important;
}
.nav-link3:hover {color:#767676; text-decoration:none;}

.shrink-on-hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.intro-text {font-size: 19px; line-height: 1.65em;}

.content {font-family: 'Gantari', sans-serif; font-size: 18px; font-weight: 400; letter-spacing: -.5px;}
.content a {color:#EC0909; font-weight: 700; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content a:hover {color:#767676; text-decoration:underline; font-weight: 800;}

.btn-primary {
	background-color:#EC0909;
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-shadow: none!important;
	color:#fff!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:3px solid #EC0909;
}
.btn-primary:hover {
	background:#767676;
	color:#fff!important;
	text-decoration: underline;
	cursor: pointer;
	border:3px solid #767676;
}
.btn-primary:focus {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}
.btn-primary:focus-visible {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}

.btn-secondary {
	background-color:#EC0909;
	font-family: 'Bitter', serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-shadow: none!important;
	color:#fff!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:3px solid #EC0909;
}
.btn-secondary:hover {
	background:transparent;
	color:#BBB!important;
	text-decoration: underline;
	cursor: pointer;
	border:3px solid #EC0909;
}
.btn-secondary:focus {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}
.btn-secondary:focus-visible {border:2px solid #767676; outline-color: #767676; outline-style: solid; outline-width: 4px;}

.bg-gray {background: #F8F8F8;}

.bg-black {background-image: url("graphics/bg-black.webp"); background-attachment: fixed; background-position: center;}

.bg-sale {background-image: url("graphics/bg-sale.webp"); background-position: center;}

.content-interior {min-height: 1000px; border-bottom: 1px solid #BBB;}
.content-interior a {color: #EC0909; font-weight: 800; text-decoration: underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.content-interior a:hover {color: #767676; text-decoration: none;}

.footer {font-size: 18px; font-weight:400; color:#000; letter-spacing: -.5px;}
.footer-links {font-family: 'Bitter', serif; font-size: 24px; font-weight:400; color:#000; letter-spacing: -.5px;}
.footer-links a {color: #EC0909; font-weight: 800; text-decoration: underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.footer-links a:hover {color: #767676; text-decoration: none;}

.bg-anchor {background:#000; color:#FFF; font-family: 'Gantari', sans-serif; font-size: 14px; font-weight: 400; letter-spacing: -.25px;}
.bg-anchor a {color:#BBB; text-decoration:underline; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.bg-anchor a:hover {color:#FFF; text-decoration:none; font-weight: 400;}
.bg-anchor a:focus {color:#FFF!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 1px;}
.bg-anchor a:focus-visible {color:#FFF!important; text-decoration: underline; outline: -webkit-focus-ring-color auto 5px;}
.bg-anchor ul {padding:0; margin:0; text-align:center; }
.bg-anchor ul li {list-style-type:none; display:inline; font-size: 14px!important; font-weight: 400!important;}
.bg-anchor ul li:before {content:'';}
.bg-anchor ul li:after {content:'|'; color:#EC0909; margin:0 10px; font-weight: 900;}
.bg-anchor ul li:last-child:after {content:'';}

/*ANIMAL*/
.animal-name {font-family: "Bitter", serif; font-size: 26px; font-weight: 800; color:#EC0909;}

.animal {margin-top: 10px;}
.animal ul {color:#000; padding:0; margin:0; text-align:left; font-size: 21px; font-weight: 700;}
.animal ul li {list-style-type:none; display:inline;}
.animal ul li:before {content:'';}
.animal ul li:after {content:'|'; color:#BBB; margin:0 15px; font-weight: 400;}
.animal ul li:last-child:after {content:''; margin-left: -15px!important;}

.pedigree {font-size: 20px; font-weight: 700; color:#EC0909;}
/*END ANIMAL*/

.ad {
  /* Initial state: no rotation */
  transform: rotate(-4deg); 
  /* Smooth transition over 0.5 seconds */
  transition: transform 0.5s ease-in-out; 
}

.ad:hover {
  /* Rotation on hover: rotates 180 degrees clockwise */
  transform: rotate(0deg); 
}

@media (max-width: 1599px) {
.navbar-brand img {height:70px!important; margin: 0;}
}

@media (max-width: 1399px) {
.footer ul li:after {content:''; margin:0 0 0 50px;}
}

@media (max-width: 1274px) {
.navbar-light .navbar-nav .nav-link {padding: 15px 2rem .5rem 2rem!important;}
}

@media (max-width: 1199px) {
.navbar-light .navbar-nav .nav-link {padding: 15px 1rem .5rem 1rem!important;}
.footer ul li {display:block; padding:12px 0!important;}
.footer ul li:after {margin:0;}
}

@media (max-width: 991px) {
.offcanvas-header img {height:100px!important; padding-top:25px; margin:0 0 0 20px!important;}
.nav-item {margin:0!important;}
.nav-link3 {font-size: 46px!important; margin:0 12px!important;}
}

@media (max-width: 767px) {
.bg-anchor ul li {display:block; padding:12px 0;}
.bg-anchor ul li:after {content:'';margin:0;}
}

@media (max-width: 575px) {
.bg-top ul {text-align:center;}
.bg-top ul li {display:block; padding:12px 0;}
.bg-top ul li:after {margin:0;}
.header {height: 80px!important;}
.navbar-brand img {height:35px!important; margin: 0 0 0 -25px!important;}
.offcanvas-header img {height:90px!important; padding-top:25px; margin:0 0 0 20px!important;}
h1 {font-size: 42px;}
h2 {font-size: 30px;}
.footer li {padding:12px 0;}
.footer ul li {display:block;}
.footer ul li:after {margin:0;}
.footer-links {font-size: 20px;}
.animal ul li {display:block;}
.animal ul li:after {content:''; margin:0;}
.animal ul li:last-child:after {margin-left: -0!important;}
}

@media (max-width: 375px) {
.navbar-brand img {height:50px!important; margin:0 0 0 10px!important;}
.offcanvas-header img {height:100px!important; padding-top:25px; margin:0 0 0 20px!important;}
}


