/*div {
  border: 1px solid #ff00ff;
} */

/*======================================
RED #d41b34
MID GREY #1e1f21
======================================*/

/*======================================
  FONTS & SITE-WIDE LINKS
======================================*/
html, body {
  height: 100%;
}
body {
    font-family: 'Montserrat', sans-serif;
    background-color: #1e1f21;
    color: #ccc;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Default links (not header/nav/social/footer) */
body a:not(#header a):not(.main-nav .nav-link):not(.social-icons .nav-link):not(.footer-links a) {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #d41b34;
    transition: all 0.3s ease;
}
body a:not(#header a):not(.main-nav .nav-link):not(.social-icons .nav-link):not(.footer-links a):hover,
body a:not(#header a):not(.main-nav .nav-link):not(.social-icons .nav-link):not(.footer-links a):focus {
    border-bottom: 2px solid #fff;
}

/* Alt links */
body a.alt-link:not(#header a):not(.main-nav .nav-link):not(.social-icons .nav-link):not(.footer-links a) {
    color: #d41b34;
    border-bottom: 2px solid #fff;
}
body a.alt-link:not(#header a):not(.main-nav .nav-link):not(.social-icons .nav-link):not(.footer-links a):hover,
body a.alt-link:not(#header a):not(.main-nav .nav-link):not(.social-icons .nav-link):not(.footer-links a):focus {
    color: #fff;
    border-bottom: 2px solid #d41b34;
}
a.nounderline {
  border-bottom: none !important;
}

a.img-fade img {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

a.img-fade:hover img,
a.img-fade:focus img {
  opacity: 1;
}

.redbg { background: #d41b34; }
.greybg { background: #1c1c1c; }
.darkbg { background: #121212; }

.dropshadow {
    text-shadow:
        0 0 10px rgba(0,0,0,0.7),
        0 0 30px rgba(0,0,0,0.5),
        0 10px 25px rgba(0,0,0,0.6);
}
.boxshadow {
    box-shadow:
        0 0 10px rgba(0,0,0,0.7),
        0 0 30px rgba(0,0,0,0.5),
        0 10px 25px rgba(0,0,0,0.6);
}

/*======================================
  HEADER & NAV
======================================*/


#header {
    z-index: 20;
    height: 60px;
    position: relative;
    background-color: #111;
}

#header .bg {
    background: url('images/header-bg.png') center/cover no-repeat;
}

/* MATCH HEADER WIDTH TO FOOTER WIDTH */
#header .container {
    max-width: 1200px;       /* <— same number as footer */
    margin: 0 auto;
    width: 100%;
    padding-inline: 15px;    /* standard container padding so logo/nav align properly */
}

#header .navbar {
    padding: 0 20px;
    height: 60px;
}

.logo-header {
    width: 160px;
    height: auto;
    display: block;
    margin-top: 28px;
}

.navbar-toggler {
    border: none;
    box-shadow: none;
}
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

/* Main nav hover/active 3px bar ABOVE text */
.main-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 .75rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.main-nav .nav-link.active {
    color: #d41b34; /* active text colour */
}

.main-nav .nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #d41b34;
    transition: width 0.3s ease;
}

.main-nav .nav-link:hover::after,
.main-nav .nav-link:focus::after {
    width: 100%;
}

.main-nav .nav-link.active::after {
    width: 100%;
    background-color: #d41b34;
    height: 7px;
}

.social-icons {
    display: flex;
    gap: 10px;
}
.social-icons .nav-link {
    padding: 0 !important;
    font-size: 1.2rem;
    color: #fff;
}
.social-icons .nav-link:hover {
    color: #d41b34;
}

.main-nav .nav-item + .nav-item {
    margin-left: .75rem;
}

/* Desktop navbar collapse layout */
@media (min-width: 768px) {
    .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
        gap: 1rem;
    }
}

/*======================================
  HERO SLIDER
======================================*/
.hero-sec {
    background-color: #000;
    border-top: 2px solid #615f5a;
    border-bottom: 2px solid #615f5a;
    position: relative;
}

.slider-img {
    max-height: 550px;
    width: auto;
    margin: 0 auto;
}

.logo-cats {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -220px;
    text-align: center;
    z-index: 10;
}

.logo-large {
    max-width: 100%;
    height: auto;
}

/*======================================
  BODY CONTENT
======================================*/
.main-content-home {
    background-color: #1c1c1c; /* fallback color */
    background-image: url('images/body-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; /* fill width, height auto */
    padding-top: 200px;
    padding-bottom: 50px;
    text-align: center;
    overflow-x: hidden;
}
.main-content-sec {
  	flex: 1;
    background-color: #1c1c1c; /* fallback color */
    background-image: url('images/body-bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto; /* fill width, height auto */
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    overflow-x: hidden;
}

.small {
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #bbb;
    font-size: 10px;
    line-height: 13px !important;
    font-weight: 400;
    letter-spacing: 0px;
}

.small-tall {
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 24px;
    font-weight: 200;
    letter-spacing: 2px;
}

.hugetitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-size: 5rem;
    line-height: 5rem;
    position: relative; /* required for the pseudo-element */
    display: inline-block; /* keeps the underline tight to the title */
}

.hugetitle::after {
    content: '';
    display: block;
    width: 200px;          /* width of the line */
    height: 6px;           /* thickness */
    background: #d41b34;   /* color */
    margin: 10px auto 0;   /* auto = centers it */
}

.subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.75rem;
    line-height: 1.75rem;
}
.huge {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #ff0000;
	font-size: 56px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 5px 5px 10px #000;
}
.huge-wht {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	text-shadow: 5px 5px 10px #000;
}
.huge-wht-skinny {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #fff;
	font-size: 48px;
	font-weight: 100;
	line-height: 48px;
}
.big-wht {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #ccc;
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 5px 5px 10px #000;
}
.big-wht-skinny {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #ccc;
	font-size: 30px;
	font-weight: 100;
	line-height: 120%;
}
.md-wht-skinny {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #bbb;
	font-size: 18px;
	font-weight: 100;
	line-height: 120%;
}

.midtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3rem;
}
.midtitle-tall {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3rem;
}
.callout-tall {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 3rem;
}
.callout-stretch {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 200;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.smallspaced {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #eee;
    font-size: 0.625rem;
    line-height: 0.625rem !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tinytext {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    color: #eee;
    font-size: 0.5rem;
    line-height: 0.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.titles {
    text-align: center;
    font-family: 'Roboto Condensed', serif;
    font-size: 1rem;
    padding-bottom: 60px;
    margin: auto;
}

.intro-paragraph {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.intro-paragraph-part2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: .95rem;
    line-height: 1.5rem;
}
.intro-paragraph-smaller {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #eee;
    font-size: .85rem;
    line-height: 1.25rem;
}

hr.bar {
	border: 1px solid #fff;
	width: 300px;
	margin: 8px;
	opacity: 0.5;
}
hr.newsbreak {
	border: 1px dashed #fff;
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	opacity: 0.25;
}
hr.gap {
	border: 8px solid #fff;
	width: 300px;
	margin: 8px;
	opacity: 0.0;
}
hr.videogap {
	border: 8px solid #fff;
	width: 300px;
	margin: 8px;
	opacity: 0.0;
}
hr.break {
	border: 2px solid #fff;
	width: 300px;
	margin: 5px;
	opacity: 0.0;
}


/* PEDIGREE */

.small-s {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #eee;
	letter-spacing: 2;
	line-height: 100%;
	background: #d41b34;
	border-style: solid;
	border-width: 4px 4px 4px 2px;
	border-color: #1e1f21;
}
.small-d {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #ccc;
	letter-spacing: 2;
	line-height: 100%;
	background: #333;
	border-style: solid;
	border-width: 4px 4px 4px 2px;
	border-color: #1e1f21;
}
.name {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0px;
}

.shortped {
    font-size: 20px;
    color: #eee;
    letter-spacing: 3px;
    line-height: 20px;
    padding: 0px 0px 15px 0px;
    vertical-align: middle;
}

.ped-bigx {
    font-size: 48px;
    line-height: 20px;
    color: #999;
    letter-spacing: 0px;
    padding: 0px 0px 20px 0px;
}


/* PANEL TESTS */

.panel {
    font-size: 9px;
    color: #eee;
    letter-spacing: 2px;
    line-height: 100%;
}
.test-results {
    font-size: 24px;
    color: #ccc;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 100%;
}
.clean {
    font-size: 30px;
    color: #ccc;
    letter-spacing: 2px;
    line-height: 36px;
}

div.minimalistBlack {
  border: 0px solid #000000;
  background-color: #515151;
  text-align: center;
  border-collapse: collapse;
}
.divTable.minimalistBlack .divTableCell, .divTable.minimalistBlack .divTableHead {
  border: 1px solid #000000;
  padding: 3px 10px;
}
.divTable.minimalistBlack .divTableHeading {
  background: #222;
  background: -moz-linear-gradient(top, #222 0%, #222 66%, #222 100%);
  background: -webkit-linear-gradient(top, #222 0%, #222 66%, #222 100%);
  background: linear-gradient(to bottom, #222 0%, #222 66%, #222 100%);
}
.divTable.minimalistBlack .divTableHeading .divTableHead {
  text-align: center;
}
.minimalistBlack .tableFootStyle {

}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}



/* SEMEN CARDS */

.pricing-card {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 20px 20px 0 0; /* only round top corners */
  display: flex;
  flex-direction: column;
  text-align: center;
  overflow: visible; /* allow icon to overlap */
  box-shadow: 0 0 10px rgba(0,0,0,0.3), 0 0 20px rgba(0,0,0,0.2);
  flex: 1;
  background: rgba(0, 0, 0, 0.5);
}

.icon-circle {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #1e1f21;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  z-index: 2;
}

.card-header {
  background: #eee;
  color: #111;
  padding: 40px 20px 20px;
  border-radius: 18px 18px 0 0;
  position: relative;
  z-index: 1;
}

.card-header h1 {
  margin: 0;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

.divider {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0;
}

.card-studfee {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 25px;
}

.region-inner {
  padding: 28px 25px;
  text-align: center;
}

.region-title {
  font-weight: 100;
  margin-bottom: 30px;
  letter-spacing: 3px;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
}

.flag {
  font-size: 48px;
  vertical-align: middle;
  display: inline-block;
}

.card-footer {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #eee;
  color: #111;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 12px 15px;
  border-radius: 0; /* square footer */
  border-top: 1px solid #ccc;
  flex-shrink: 0;
}

.huge {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #d41b34;
	font-size: 56px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 5px 5px 10px #333;
}
.huge-wht {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 5px 5px 10px #333;
}
.large {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #d41b34;
	font-size: 48px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 5px 5px 10px #333;
}
.large-red {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #d41b34;
	font-size: 42px;
	font-weight: 300;
	line-height: 100%;
	text-shadow: 5px 5px 10px #333;
}
.large-white {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	line-height: 100%;
	text-shadow: 5px 5px 10px #333;
}
.smallspace {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #ccc;
	font-size: 9px;
	letter-spacing: 2px;
}
.limited {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #d41b34;
	font-size: 52px;
	font-weight: 100;
	line-height: 100%;
}
.studfee {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #d41b34;
	font-size: 72px;
	font-weight: bold;
	line-height: 80px;
	text-shadow: 5px 5px 10px #1e1e1e;
}
.studfeestrike {
	text-decoration: line-through;
}
.deets {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-shadow: 5px 5px 10px #333;
}
.bigdeets {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #fff;
	font-size: 30px;
	letter-spacing: 2px;
	text-shadow: 5px 5px 10px #333;
}


/*======================================
  PROGENY
======================================*/

.portfolio-item {
  position: relative;
  overflow: hidden;
  height: auto;
}
.card-body {
    line-height: 120%;
    padding: 0px 0px 10px 0px;
    position: relative;      /* allow positioning */
    top: -10px;              /* moves the whole block up 20px */
}
.card-img-top {
    box-shadow:
        0 0 10px rgba(0,0,0,0.7),
        0 0 30px rgba(0,0,0,0.5),
        0 10px 25px rgba(0,0,0,0.6);
}
.sticker {
  position: absolute;
  left: -0px;
  top: -10px;
  z-index: 20;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  border-radius: 2px;
  background-color: #111;
  border: none;
  padding: 4px 10px 4px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.sticker-tiny {
  position: absolute;
  left: -10px;
  top: -1px;
  z-index: 20;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  color: #fff;
  font-size: 8px;
  letter-spacing: 1px;
  border-radius: 2px;
  background-color: #111;
  border: none;
  padding: 1px 5px 1px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.horsename {
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-size: 34px;
    color: #d41b34;      /* text color */
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px #111;
    display: inline-block;       /* so the background hugs the text */
    background-color: black;     /* black box behind text */
    padding: 0 5px;              /* optional horizontal padding */
}

.foalLTE {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #eee;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.babydeets {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size: 12px;
	color: #aaa;
	letter-spacing: 2px;
}
.outof {
	font-family: 'Montserrat', Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	color: #eee;
	font-size: 18px;
	line-height: 18px;
}
.tinymaretext {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size: 8px;
	line-height: 9px;
	color: #bbb;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.extpedigree {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ccc;
	font-weight: 300;
	font-size: 12px;
	line-height: 12px;
}
.owner {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	text-transform: uppercase;
	color: #aaa;
	font-weight: 200;
	font-size: 11px;
	line-height: 11px;
}
.photocopyright {
    font-family: 'Montserrat', Helvetica, sans-serif;
    color: #aaa;
    font-weight: 100;
    font-size: 8px;
    line-height: 8px;
    border-top: 1px dotted rgba(255,255,255,0.25);
    padding-top: 4px;             /* space between line + text */
    display: inline-block;        /* ensures proper spacing */
}




/* ==============================
   GALLERY — MASONRY RESPONSIVE
============================== */

.gallery-wrapper {
  margin: 0 auto;
}

.grid-sizer {
  width: 33.3333%; /* desktop: 3 columns */
}

.gallery-item {
  width: 33.3333%; /* match grid-sizer */
  padding: 6px; /* gutter */
  position: relative;
  overflow: hidden;
  box-sizing: border-box; /* ensure padding doesn't break layout */
}

.gallery-item.feature {
  width: 66.6666%; /* feature image spans 2 columns */
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) { /* tablet */
  .grid-sizer, .gallery-item { width: 50%; } /* 2 columns */
  .gallery-item.feature { width: 100%; } /* feature full width */
}

@media (max-width: 576px) { /* mobile */
  .grid-sizer, .gallery-item { width: 50%; } /* 2 columns */
  .gallery-item.feature { width: 100%; }
}

/*======================================
  PERFORMANCE
======================================*/

.performance-page .grid-sizer,
.performance-page .gallery-item {
  width: 100%;
  padding: 0px; /* gutter */
  box-shadow:
        0 0 10px rgba(0,0,0,0.7),
        0 0 30px rgba(0,0,0,0.5),
        0 10px 25px rgba(0,0,0,0.6);
}

.vidtil {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	font-size: 13px;
	color: #d41b34;
	letter-spacing: 0px;
	line-height: 16px;
	text-transform:uppercase;
}
.viddeets {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	letter-spacing: 1px;
	line-height: 50%;
}
.show {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #d41b34;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0px;
	text-transform: uppercase;
    display: inline-block;       /* so the background hugs the text */
    background-color: black;     /* black box behind text */
    padding: 0 5px;              /* optional horizontal padding */
}
.showtitle {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-shadow: 5px 5px 10px #000;
	padding-bottom: 5px;             /* space between line + text */
}
.showdeets {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ccc;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	border-top: 2px dotted rgba(255,255,255,0.25);
    padding-top: 4px;             /* space between line + text */
    padding-bottom: 4px;             /* space between line + text */
    display: inline-block;        /* ensures proper spacing */
}



/*======================================
  BUTTONS
======================================*/

.red-shiny-btn {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #d41b34; /* bright red */
  color: #fff;               /* black text */
  padding: 0.75rem 1.5rem;   /* nice size */
  font-size: 1.1rem;
  font-weight: 400;
  text-transform:uppercase;
  border: none;
  border-radius: 12px;       /* rounded corners */
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2); /* subtle depth */
}

/* shine effect */
.red-shiny-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.2);
  transform: rotate(25deg) translateX(-100%);
  transition: all 0.5s ease;
}

.red-shiny-btn:hover::after {
  transform: rotate(25deg) translateX(100%);
}

/* hover effect: brighten */
.red-shiny-btn:hover {
  filter: brightness(1.1);
}


/*======================================
  NEWS
======================================*/

.newsdate {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 16px;
	color: #d41b34;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.newstitle {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #fff;
	font-size: 48px;
	line-height: 48px !important;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
}
/* ==============================
   NEWS — LIGHTBOX OVERRIDES
============================== */

.news-page .gallery-item {
  width: auto !important;      /* ignore masonry widths */
  max-width: 100%;             /* don't exceed container */
  padding: 0 !important;       /* remove extra gutters */
  position: relative;          /* keep overlay positioning */
  overflow: visible !important; /* allow shadows outside */
  box-shadow:
        0 0 10px rgba(0,0,0,0.7),
        0 0 30px rgba(0,0,0,0.5),
        0 10px 25px rgba(0,0,0,0.6);
  margin-bottom: 0.5rem;      /* spacing under image */
}

.news-page .gallery-item img {
  width: 100% !important;      /* scale to column */
  height: auto !important;     /* maintain aspect ratio */
  display: block;
  border-radius: 0.25rem;      /* rounded corners */
}

.news-page .gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.news-page .gallery-item:hover .overlay {
  opacity: 1;
}

/* RESPONSIVE: stack properly on mobile/tablet */
@media (max-width: 767.98px) {
  .news-page .gallery-item {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}






/*======================================
  CONTACT
======================================*/

.contact-card {
  transition: transform 0.2s, box-shadow 0.2s;
}
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.icon-circle-top {
  width: 70px;
  height: 70px;
  background: #d32f2f; /* red circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; /* white icon */
  font-size: 28px;
  position: absolute;
  top: -35px; /* half the circle height to overlap top */
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid #fff; /* optional white border for emphasis */
}


/*======================================
  FOOTER
======================================*/
#footer {
    background-color: #111;
    width: 100%;
}

#footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;

    /* MATCH HEADER WIDTH */
    max-width: var(--bs-breakpoint-xl, 1320px); /* or remove max-width entirely */
    margin: 0 auto;
    width: 100%;
    padding-inline: 15px; /* standard Bootstrap container padding */
    flex-wrap: wrap;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-top-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer-logo img {
    max-width: 140px;
    height: auto;
}

.footer-tagline {
    font-size: 12px;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Footer quicknav links style */
.footer-links a {
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: 2px solid #d41b34 !important; /* red underline by default */
    transition: all 0.3s ease !important;
}

/* Hover state: white underline */
.footer-links a:hover,
.footer-links a:focus {
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

/* Active / in-section state: dimmed, no link */
.footer-links a.active {
    color: #888 !important;
    pointer-events: none !important;
    border-bottom: 0 !important;
}

/* Footer right section */
.footer-right {
    text-align: right;
    align-self: flex-end;
}

.footer-right .contact-name,
.footer-right .contact-email {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -1px;
}

.footer-right .contact-phone {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}

.footer-bottom-bar {
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
    color: #aaa;
}

.footer-bottom-bar a {
    color: #bbb !important;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.footer-bottom-bar a:hover,
.footer-bottom-bar a:focus {
    color: #d41b34 !important;
    text-decoration: none !important;
}

/*======================================
  BACK TO TOP BUTTON
======================================*/
#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(204, 204, 204, 0.5) !important;
    border-radius: 50%;
    text-decoration: none !important;
    border: none !important;
    pointer-events: auto;
    cursor: pointer;
    font-size: 22px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999;
    transition: all 0.3s ease;
}

#back-to-top:hover,
#back-to-top:focus {
    color: #d41b34 !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 2px #d41b34 inset; /* outline circle on hover */
}



/*======================================
  MOBILE & TABLET RESPONSIVE BREAKPOINTS
======================================*/

/*--------------------
  TABLET: 768px – 991px
--------------------*/
@media (min-width: 768px) and (max-width: 991px) {

    /* Navbar / Header */
    #header .navbar {
        display: flex;
        align-items: center;       /* vertical center logo & nav */
        justify-content: space-between;
        height: 60px;
        padding: 0 20px;
    }

    /* Logo size & alignment */
    #header .navbar-brand img,
    .logo-header {
        width: 140px;
        height: auto;
        margin-top: 20px;
    }

    /* Show full nav, no hamburger */
    .navbar-toggler { display: none; }

    /* Main nav links */
    .main-nav {
        display: flex !important;
        gap: 0.75rem;
    }

    .main-nav .nav-item + .nav-item { margin-left: 0.25rem; }
    .main-nav .nav-link {
        height: 60px;               /* match navbar height */
        line-height: 60px;          /* vertically center text */
        font-size: 9px;            /* slightly smaller */
        padding: 0 0rem;
    }

    /* Keep main nav divider line visible */
    .main-nav .nav-link::after {
        height: 3px;
        top: 0;
    }

/* Social icons slightly smaller */
    .social-icons .nav-link {
        font-size: 1rem;
    }

/* Hero / slider adjustments */
    .slider-img { max-height: 450px; }
    .logo-large { max-width: 100%; }
    .logo-cats { bottom: -190px; }
    
    .main-content-home { padding-top: 190px; }
    .main-content-sec { padding-top: 50px; }

/* Show */    
    .showtitle {
	font-size: 24px;
	line-height: 24px;
	}
	.showdeets {
	font-size: 12px;
	line-height: 16px;
	}
	hr.gap {
	border: 2px solid #fff;
	width: 300px;
	margin: 4px;
	opacity: 0.0;
	}
	.show {
  display: inline-block !important;
  font-size: 12px;
}

    /* Footer adjustments for tablet */
    .footer-desktop {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 2rem;
        padding: 30px 60px;
        max-width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .footer-tagline { font-size: 8px !important; line-height: 16px; }
    .footer-right .contact-name,
    .footer-right .contact-email { font-size: 16px; line-height: 20px; }
    .footer-right .contact-phone { font-size: 30px; line-height: 30px; }
    .footer-bottom-bar { font-size: 8px; line-height: 14px; }
    .footer-links a { font-size: 7px; }
    .small-tall { letter-spacing: 0px; }
}

/*--------------------
  MOBILE: under 768px
--------------------*/
@media (max-width: 767px) {

    /* Header / Navbar */
    #header .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        padding: 0 15px;
    }

    #header .navbar-brand img,
    .logo-header {
        width: 120px;
        height: auto;
        margin: 0;
    }

    /* Hamburger visible */
    .navbar-toggler {
        display: flex;
        margin: 0;
        height: auto;
        padding: 0.25rem 0.5rem;
        align-items: center;
    }

    /* Collapse menu adjustments */
    .navbar-collapse {
        flex-direction: column;
        width: 100%;
        background-color: #111;
        gap: 0 !important;
        z-index: 1050;
    }

    .main-nav {
        flex-direction: column;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .main-nav .nav-item {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .main-nav .nav-item:last-child { border-bottom: none; }
    .main-nav .nav-link { padding: 10px 15px; font-size: 16px; }

    /* Hide desktop social icons in collapse */
    .navbar-collapse .social-icons { display: none !important; }

    /* Mobile socials row */
    .mobile-social-row {
        display: flex !important;
        justify-content: center;
        gap: 20px;
        background-color: #000;
        padding: 10px 0;
        width: 100%;
        margin: 0;
    }
    .mobile-social-row a {
        color: #fff;
        font-size: 1.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: color 0.3s ease;
    }
    .mobile-social-row a:hover,
    .mobile-social-row a:focus { color: #d41b34; }
    
    /* Slider adjustments */
    .hero-sec,
    .slider-wrapper,
    .slider-slide {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible; /* allow logo to show outside slider */
    }

    .slider-img {
        max-width: 100%;
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .hero-sec {
        max-height: 350px; /* adjust as needed */
    }

    /* Big logo placement */
    .logo-cats {
        position: absolute;   /* absolute inside slider */
        left: 50%;
        transform: translateX(-50%);
        bottom: -50px;        /* tweak this to adjust vertical position */
        max-width: 100%;
        height: auto;
        display: block;
        z-index: 10;
    }

/* Pedigree */ 
   
    .small-s {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	color: #eee;
	letter-spacing: 2;
	line-height: 100%;
	background: #d41b34;
	border-style: solid;
	border-width: 4px 4px 4px 2px;
	border-color: #1e1f21;
}
.small-d {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	color: #ccc;
	letter-spacing: 2;
	line-height: 100%;
	background: #333;
	border-style: solid;
	border-width: 4px 4px 4px 2px;
	border-color: #1e1f21;
}
.name {
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0px;
}

.large-red {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #d41b34;
	font-size: 30px;
	font-weight: 300;
	line-height: 100%;
	text-shadow: 5px 5px 10px #333;
}
.large-white {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 100%;
	text-shadow: 5px 5px 10px #333;
}
.big-wht {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #ccc;
	font-size: 25px;
	font-weight: bold;
	line-height: 100%;
	text-shadow: 5px 5px 10px #000;
}
.big-wht-skinny {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #ccc;
	font-size: 25px;
	font-weight: 100;
	line-height: 120%;
}
.md-wht-skinny {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #bbb;
	font-size: 13px;
	font-weight: 100;
	line-height: 15px;
	margin: 8px 0px 5px 0px;
}

/* Show */ 

.show {
  display: inline-block !important;
  font-size: 14px;
}
.showtitle {
	font-family: 'Montserrat', Helvetica, sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-shadow: 5px 5px 10px #000;
	padding-bottom: 5px;             /* space between line + text */
}
.showdeets {
	font-family: 'Roboto Condensed', sans-serif;
	color: #ccc;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	border-top: 2px dotted rgba(255,255,255,0.25);
    padding-top: 4px;             /* space between line + text */
    padding-bottom: 4px;             /* space between line + text */
    display: inline-block;        /* ensures proper spacing */
}
	hr.gap {
	border: 2px solid #fff;
	width: 300px;
	margin: 4px;
	opacity: 0.0;
	}


    /* Footer adjustments for mobile */
    #footer .container {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 5px;
    }
    .footer-left,
    .footer-right { width: 100%; text-align: center; }
    .footer-top-row { flex-direction: column; align-items: center; gap: 10px; }
    .footer-logo img { margin: 0 auto; }
    .footer-links { display: none !important; }
    .footer-tagline { font-size: 8px !important; line-height: 16px; }
    .footer-right {
        text-align: center;
        margin-top: 10px;
    }
    .footer-right .contact-name,
    .footer-right .contact-email { font-size: 14px; line-height: 18px; }
    .footer-right .contact-phone { font-size: 22px; line-height: 26px; }
    .footer-bottom-bar { padding: 15px 10px; font-size: 8px; line-height: 14px; }
    .small-tall { letter-spacing: 0px; }

    .contact-card { margin-bottom: 20px; }
    .featured { grid-column: span 1; } /* stack gallery on mobile */
    
    .panel {
    font-size: 9px;
    color: #eee;
    letter-spacing: 0px;
    line-height: 100%;
	}
	.test-results {
    font-size: 18px;
    color: #ccc;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 100%;
	}
	
	.hide-mobile {
    display: none;
  }

}

/*--------------------
  SMALL MOBILE: under 480px
--------------------*/
@media (max-width: 479px) {
    .slider-img { max-height: 300px; }
    .logo-large { max-width: 110%; }
    .logo-cats { bottom: -85px; max-width: 120%; }
    .main-content-home { padding-top: 80px; }
    .main-content-sec { padding-top: 50px; }
    
    .shortped {
    font-size: 14px;
    color: #eee;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 0px 0px 15px 0px;
    vertical-align: middle;
}

.ped-bigx {
    font-size: 48px;
    line-height: 16px;
    color: #999;
    letter-spacing: 0px;
    padding: 0px 0px 20px 0px;
}

.huge-wht {
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	text-shadow: 5px 5px 10px #000;
}
.intro-paragraph {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.25rem;
}

.intro-paragraph-part2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: .75rem;
    line-height: 1.0rem;
}
.smallspaced {
    letter-spacing: 0px;
}
    
}
