@charset "UTF-8";
/*
Theme Name: 2023 Bootstrap Enabled WordPress Theme
Theme URI: http://pmadv.com/
Description: Fully responsive bootstrap wordpress theme
Version: 1.2
Tags: Multi-Column, Responsive, Bootstrap 4
Fonts:
font-family: 'Cinzel', serif;
font-family: 'Montserrat', sans-serif;
*/
/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
body {
  background-color: #eeeeee;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  margin-bottom: 1540px;
  overflow-x: hidden;
}
.noscroll {
  overflow: hidden
}
html {
  position: relative;
  min-height: 100%;
}
h1, h2, h3, h4 {
  font-family: 'Cinzel', serif;
}
/* -------------------------------------------------------------------------- */
/* Custom Utilities                                                           */
/* -------------------------------------------------------------------------- */
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.font-sm {
  font-size: .65em
}
.font-md {
  font-size: 1.25em;
}
.align-items-center {
  display: flex;
  align-items: center; /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
}
td.s-td {
  text-transform: capitalize;
}
.fancy-font {
  font-family: 'Cinzel', serif;
}
/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */
#header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 30;
}
.navbar {
  transition: all 1s ease-in-out;
}
.navbar-brand {
  max-width: 200px;
}
.overlay-logo {
  max-width: 200px;
  display: block;
}
ul#menu-2023-menu li a {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
}
ul#menu-2023-menu li a.nav-link {
  padding: .45rem 1rem;
}
ul#menu-2023-menu-1 li a {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
}
ul#menu-2023-menu-1 li a.nav-link {
  padding: .45rem 1rem;
}
li.indent {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
li.indent a {
  font-weight: normal !important;
  font-size: 18px !important;
  font-family: 'Montserrat', sans-serif !important;
}
ul#overlay-stallion-list li a {
  color: #FFF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 16px;
}
ul#overlay-stallion-list {
  column-count: 2;
  column-gap: 40px;
  height: auto;
  margin-bottom: 2em;
}
#stallion-subtitle {
  font-weight: 700;
  font-size: 20px;
}
#overlay-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(53, 94, 171, .95);
  transition: all 1s ease;
  z-index: 1031;
  padding: 0 3%;
  overflow-y: auto;
  visibility: hidden;
}
#overlay-menu-items {
  padding-left: 0;
}
#overlay-menu-items li a.lg-item {
  color: #FFF;
  font-size: 30px;
  text-decoration: none;
  font-weight: 800;
  transition: all .5s ease;
}
#overlay-menu-items li a.lg-item:hover {
  color: #CC0000;
  transition: all .5s ease;
}
.nav-colored {
  background-color: #355EAB;
}
#nav-icon {
  width: 36px;
  height: 36px;
  position: relative;
  cursor: pointer;
  background-color: #355EAB;
  border: 3px solid #FFF;
  /* -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; */
  margin-left: 30px;
}
#nav-icon .spanstyle {
  display: block;
  position: absolute;
  transform: translateX(-50%);
  height: 3px;
  width: 75%;
  background: #FFF;
  /* -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; */
}
.visible-nav {
  display: none;
  margin-left: auto !important;
}
.visible-nav .nav-link {
  color: #FFF;
}
#nav-icon #span1 {
  top: 6px;
  width: 75%;
  left: 50%;
}
#nav-icon #span2 {
  top: 14px;
  width: 75%;
  left: 50%;
}
#nav-icon #span3 {
  top: 22px;
  width: 75%;
  left: 50%;
}
#nav-icon2 {
  width: 40px;
  height: 25px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  margin-left: 30px;
}
#nav-icon2 .spanstyle {
  display: block;
  position: absolute;
  height: 3px;
  background: #FFF;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon2 #span1 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  width: 100%;
}
#nav-icon2 #span2 {
  width: 100%;
  opacity: 0;
}
#nav-icon2 #span3 {
  width: 100%;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 10px;
}
#overlay-menu .container-fluid {
  max-width: 1100px;
}

li.noclick a {
	pointer-events: none;
}

/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */
#img-anim-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  height: 100vh;
  padding-top: 0;
}
#home-header {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  overflow: hidden;
}
#header .bg-light-custom {
  /*
 background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(200,203,205,1) 100%); 
*/
}
#header .bg-blue-custom {
  background-color: #355eab;
}
#race-record-table {
  max-width: 700px;
  margin: 0 auto;
}
#home-header-text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
  margin-top: -220px;
  visibility: hidden;
  opacity: 0;
}
#home-header-text h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
}
#bluebar {
  max-width: 500px;
  margin: 0 auto;
  background-color: #355eab;
  padding: 8px;
  text-transform: uppercase;
  font-size: 20px;
  color: #cccccc;
}
#social-icons li {
  margin: 0px 10px 0px 10px;
}
#social-icons a {
  color: #FFF;
  text-decoration: none;
  font-size: 40px;
}
#home-stallions {
  background-size: cover;
  background-position: center center;
  border-top: solid 30px #355eab;
}
#home-stallions .h1 {
  color: #355eab;
  letter-spacing: 8px;
  font-size: 3rem;
  font-family: 'Cinzel', serif;
}
#home-stallions .row {
  align-items: center;
  display: flex;
}
#s-bar {
  display: inline-block;
  background-color: #355eab;
  padding: 8px 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #FFF;
}
#home-stallions li a {
  color: #333333;
  text-decoration: none;
}
.gray-block {
  background-color: #343b47;
  align-items: center;
  display: flex;
}
.inside-block {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.home-sales-farm .h1 {
  color: #5490cc;
  letter-spacing: 8px;
  font-size: 3rem;
  font-family: 'Cinzel', serif;
}
.inside-block p {
  color: #cccccc;
  line-height: 34px;
  font-size: 14px;
}
.home-sales-farm .btn-primary {
  color: #cccccc;
  background-color: transparent;
  border: solid 2px #5490cc;
  text-transform: uppercase;
}
.home-sales-farm .btn {
  border-radius: 0px;
  padding: .375rem 1rem;
}
.home-sales-farm img {
  opacity: 0;
}
.home-sales-farm img {
  width: 100%;
}
#home-sales-farm-img1 {
  background-size: cover;
  min-height: 260px;
  width: 100%;
  background-position: center center;
  opacity: 0;
}
#home-sales-farm-img2 {
  background-size: cover;
  min-height: 260px;
  width: 100%;
  background-position: center center;
  opacity: 0;
}
#blue-split {
  border-top: solid 30px #355eab;
}
#footer {
  background-color: #355eab;
  padding-top: 30px;
  padding-bottom: 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.footer-bottom {
  font-size: 12px;
  color: #000;
  padding: 8px;
}
.footer-bottom a {
  color: #000;
}
#page-header {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  background-size: cover;
}
#page-header-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
#page-header-inner h1 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  color: #FFF;
}
#page-header-inner img {
  max-width: 300px;
}
#page-header-inner-sales {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -100px;
}
#page-header-inner-sales h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  color: #FFF;
}
#page-header-inner-sales img {
  max-width: 200px;
}
#page-header-about {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-position: bottom center;
}
#page-header-inner-about {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -88px;
}
#page-header-inner-about h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  color: #FFF;
  max-width: 970px;
  margin: 0 auto;
}
#page-header-inner-about img {
  max-width: 180px;
}






#page-header-default {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 25.5%;
  background-size: cover;
  background-position: bottom center;
}
#page-header-inner-default{
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -88px;
}
#page-header-inner-default h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 8px;
  color: #FFF;
  max-width: 970px;
  margin: 0 auto;
}
#page-header-inner-default img {
  max-width: 180px;
}





.featured-horse-gal-img {
	padding-top: 75.5%;
	background-size: cover;
	background-position: center center;
}

#prev-arrow {
min-height: 95%;
background-color: rgba(53,95,171,.5);
position: absolute;
left: 12px;
z-index: 20;
padding: 25px;
	align-items: center;
display: flex;
	color: #FFF;
	top: 0;
	cursor: pointer;
}

#next-arrow {
min-height: 95%;
background-color: rgba(53,95,171,.5);
position: absolute;
right: 12px;
z-index: 20;
padding: 25px;
	align-items: center;
display: flex;
	color: #FFF;
	top: 0;
	cursor: pointer;
}

.feat-horse-gal-name {
background-color: #355fab;
width: 100%;
display: block;
color: #FFF;
text-align: center;
padding: 10px;
}

/***Stallion Page Template****/
#stallion-header {
  position: relative;
  height: 0;
  padding-top: 56.7%;
  background-size: cover;
  background-position: center center;
}
#stallion-header-info {
  position: absolute;
  bottom: 0px;
  z-index: 20;
  width: 100%;
}
#stallion-header-info h1 {
  color: #FFF;
  font-size: 1.5rem;
}
#horse-tag {
  display: inline-block;
  font-size: 10px;
  padding: 5px 15px;
  background-color: #355eab;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  top: -5px;
}
#book-bar {
  background-color: #355eab;
  padding: 8px;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #FFF;
}
#book-bar a {
  color: #FFF;
  text-decoration: none;
}
#stal-nav span {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 10px;
}
#stal-bullets ul {
  list-style-type: none;
  padding-left: 1.25em;
}
#extra-info {
  padding-left: 30px;
  padding-bottom: 30px;
  margin-top: -20px;
}
#extra-info a {
  color: #000;
  text-decoration: none;
}
#stal-bullets ul li {
  padding-bottom: 8px;
}
#stal-bullets {
  border-left: solid 2px #355eab;
}
section#stallion-info-bullets {
  background-color: #eeeeee;
}
section#race-record .row {}
#race-record .h1 {
  color: #5490cc;
  letter-spacing: 8px;
  font-size: 3rem;
  font-family: 'Cinzel', serif;
}
#race-record .table > :not(:first-child) {
  border-top: none;
}
#race-record tbody, tfoot, th, thead {
  color: #5490cc;
  font-size: 14px;
}
#race-record td {
  color: #cccccc;
}
#race-record table strong {
  color: #5490cc;
}
#race-record {
  border-bottom: solid 30px #355eab;
}
section#stal-pedigree {
  background-color: #FFF;
}
#stal-pedigree .h1 {
  color: #5490cc;
  letter-spacing: 8px;
  font-size: 3rem;
  font-family: 'Cinzel', serif;
}
#stal-pedigree .pedigreetable {
  max-width: 800px;
  margin: 0 auto;
  text-transform: uppercase;
}
#stal-pedigree .pedigreetable td {
  border-left: solid 2px #5490cc;
  font-weight: normal;
  color: #343b47;
  font-size: 14px;
}
#stal-pedigree td.h-name {
  font-weight: 800;
  color: #343b47;
  font-size: 20px;
  border-left: solid 2px #FFF;
}
#horse-photos span {
  padding: 0px;
  margin-right: -4px;
}
#horse-gallery .h1 {
  color: #5490cc;
  letter-spacing: 8px;
  font-size: 3rem;
  font-family: 'Cinzel', serif;
  background-color: #eeeeee;
  margin-bottom: 0px;
  padding: 5px;
}
#horse-photos a {
  text-decoration: none;
}
#horse-photos span img {
  width: auto;
  height: auto;
  max-height: 432.1px;
}
ul#horseTab {
  background-color: #355eab;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
}
ul#horseTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #FFF;
  background-color: transparent;
  border-color: none;
  border: none;
  font-weight: 700;
  font-size: 18px;
}
ul#horseTab .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #FFF;
  padding-left: 0px;
  padding-right: 0px;
}
ul#horseTab button.nav-link:after {
  content: '|';
  padding: 5px;
  font-weight: 700;
  font-size: 18px;
}
#split {
  display: inline-block;
  position: relative;
  bottom: -8px;
  margin-right: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #FFF;
}
.consignment-img {
  max-width: 150px;
}
.cons-title {
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  color: #5490cc;
  letter-spacing: 8px;
}
#horsetable .table-striped > tbody > tr:nth-of-type(2n+1) > * {
  background-color: #dbdfe7;
}
#horsetable a {
  text-decoration: none;
  color: #000;
}
.horsename {
  font-weight: bold;
}
#sexname {
  text-transform: capitalize;
}
.consignment-table {
  overflow-y: hidden;
  max-height: 1200px;
  position: relative;
  transition: all 1s ease;
}
.consignment-table.open {
  overflow-y: visible;
  max-height: 100%;
  transition: all 1s ease;
}
.consignment-table.open .see-more-horses {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(238, 238, 238, 1) 0%);
  transition: all 1s ease;
  height: 100px;
}

.horsehosting-table.open .see-more-horses {
	display: none;
}
.see-more-horses {
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(238, 238, 238, 1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 800px;
}
.see-more-horses .btn {
  position: absolute;
  bottom: 0px;
  margin-left: -115px;
  border-radius: 0px;
  padding: 0.375rem 3.75rem;
}
.see-more-horses .btn-primary {
  border: solid 2px #5490cc;
  background-color: transparent;
  color: #333333;
  text-transform: uppercase;
}
#horsetable thead th {
  background-color: #355eab;
  color: #FFF !important;
  text-transform: uppercase;
}
.h-photo-bg {
  display: inline-block;
  padding-top: 28.5%;
  width: 25%;
  background-size: cover;
  margin-right: -4px;
}
section#progeny .h1 {
  color: #5490cc;
  letter-spacing: 8px;
  font-size: 3rem;
  font-family: 'Cinzel', serif;
}
section#progeny {
  background-color: #FFF;
}
.lgray-block {
  background-color: #eeeeee;
  padding: 20px;
}
section#stal-twitter {
  margin-top: -7px;
}
#tw-horse-ph {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-size: cover;
  margin: 0 auto;
}
#soc-icon-stal .fa-twitter {
  font-size: 7rem;
  color: #5490cc;
}
#soc-icon-stal .fa-instagram {
  font-size: 7rem;
  color: #5490cc;
}
#follow-name {
  color: #5490cc;
  letter-spacing: 8px;
  font-size: 2rem;
  font-family: 'Cinzel', serif;
}
#block-pad {
  padding-left: 0rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0rem;
}
#tw-tag {
  font-weight: bold;
  margin-top: -5px;
}
.center-col {
  align-items: center;
  display: flex;
}
.inside-block-stal {
  padding-right: 0rem;
  padding-left: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
#horse-bullets li {
  margin-bottom: 10px;
}
#horse-bullets {
  border-left: solid 2px #355eab;
}
#horse-bullets ul {
  padding-left: 2em;
}
#sh {
  text-transform: capitalize;
}
#horse-header {
  background-color: #eee;
}
#horse-header h1 {
  color: #355eab;
  letter-spacing: 8px;
  font-size: 3rem;
}
#stallion-info-bullets .row {
/*
  align-items: center;
  display: flex;
*/
}
#horse-bullets .btn-primary {
  color: #000;
  background-color: transparent;
  border: solid 2px #355eab;
  text-transform: uppercase;
  font-weight: bold;
}
#horse-bullets .btn {
  border-radius: 0px;
  padding: 5px 35px;
}
#horse-nav {
  color: #355eab;
}
#horse-nav a {
  color: #355eab;
  text-decoration: none;
  text-transform: uppercase;
}
#nav-split {
  width: 20px;
  border-top: solid 2px #355eab;
  margin: 0 auto;
}
.gray-bg {
  background-color: #343b47
}
#team-bluebar {
  width: 100%;
  padding: 8px;
  background-color: #355eab;
}
.team-name {
  font-weight: 800;
  color: #355eab;
}
.team-title {
  color: #333333;
  font-size: 12px;
}
.team-col .team-img img {
  transition: all .3s ease;
}
.team-col:hover .team-img img {
  transition: all .3s ease;
  transform: scale(1.1);
}
h1.page-title {
  color: #355eab;
  letter-spacing: 8px;
}
.team-col:hover .team-img {
  border: solid 2px #355eab;
}
.team-img {
  overflow: hidden;
  width: 100%;
  transition: all .3s ease;
  border: solid 2px #eee;
}
section#team-office .row {
  transition: all .3s ease;
}
.team-name a {
  text-decoration: none;
  color: #355eab;
}
#about-page-quote p strong {
  color: #355eab;
  letter-spacing: 8px;
  font-size: 2rem;
  font-family: 'Cinzel', serif;
  font-weight: 100;
}
#about-page-quote p {
  margin-bottom: 0px;
}
#about-page-quote h5 {
  color: #355eab;
  line-height: 30px;
  font-weight: 100;
  margin-top: 15px;
}
#feed {
  max-height: 410px;
  overflow-y: scroll;
  max-width: 430px;
}
a#nom-blue-bar {
  display: block;
  background-color: #355eab;
  color: #cccccc;
  padding: 5px;
  max-width: 340px;
  margin: 0 auto;
  text-decoration: none;
}
/* -------------------------------------------------------------------------- */
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	ul#overlay-stallion-list li a {
  font-size: 18px;
}
	#social-icons a {
  font-size: 60px;
}
	ul#overlay-stallion-list {
  column-count: 2;
  column-gap: 40px;
  height: auto;
  margin-bottom: 2em;
}
  #stallion-header {
    padding-top: 48.7%;
  }
  #page-header-inner-about img {
    max-width: 300px;
  }
  #page-header-inner-about {
    margin-top: -180px;
  }
  #page-header-inner-about h1 {
    font-size: 5rem;
  }
  #page-header-about {
    padding-top: 47%;
  }
  #page-header-inner-sales {
    margin-top: -190px;
  }
  #page-header-inner-sales img {
    max-width: 300px;
  }
  #page-header-inner-sales h1 {
    font-size: 5rem;
  }
  #page-header {
    padding-top: 47%;
  }
  #home-sales-farm-img1 {
    background-size: cover;
    min-height: 100%;
    width: 100%;
    background-position: center center;
    opacity: 0;
  }
  #home-sales-farm-img2 {
    background-size: cover;
    min-height: 100%;
    width: 100%;
    background-position: center center;
    opacity: 0;
  }
  #follow-name {
    font-size: 1.25rem;
  }
  .inside-block-stal {
    padding-right: 2rem;
    padding-left: 12rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  #block-pad {
    padding-left: 4rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 4rem;
  }
  #horse-tag {
    font-size: 15px;
  }
  .lgray-block {
padding: 80px 80px 80px 10rem;

  }
  #stallion-header-info {
    bottom: 20px;
  }
  #stallion-header-info h1 {
    font-size: 4rem;
  }
  ul#menu-2023-menu li a {
    font-size: 25px;
  }
  #overlay-menu {
    padding: 0 10%;
  }
  li.indent {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul#menu-2023-menu-1 li a {
    font-size: 20px;
  }
  body {
    margin-bottom: 685px;
  }
  .inside-block {
    padding-right: 5rem;
    padding-left: 10rem;
    padding-bottom: 10rem;
    padding-top: 10rem;
  }
  #home-header-text h1 {
    font-size: 5rem;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #follow-name {
    font-size: 2rem;
  }

  .visible-nav {
    display: flex;
  }
}
/**iPad media query**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	
		ul#overlay-stallion-list li a {
  font-size: 16px;
}
	
	#social-icons a {
  font-size: 40px;
}
	#home-sales-farm-img1 {
  min-height: 600px;
}
	
	#home-sales-farm-img2 {
  min-height: 600px;
}
	
	ul#overlay-stallion-list {
  column-count: 1;
}
	
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #home-header-text h1 {
    font-size: 6rem;
  }
  #follow-name {
    font-size: 2rem;
  }
  #block-pad {
    padding-left: 8rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 8rem;
  }
	  ul#menu-2023-menu-1 li a {
    font-size: 25px;
  }
	  .lgray-block {
padding: 80px 80px 80px 13rem;

  }
}
@media (min-width: 1600px) {
	  ul#menu-2023-menu-1 li a {
    font-size: 25px;
  }
	  .lgray-block {
padding: 80px 80px 80px 13rem;

  }
}
@media (min-width: 1920px) {
  #home-header-text h1 {
    font-size: 8rem;
  }
  #follow-name {
    font-size: 3rem;
  }
  #block-pad {
    padding-left: 8rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 8rem;
  }
	  ul#menu-2023-menu-1 li a {
    font-size: 25px;
  }
	  .lgray-block {
padding: 80px 80px 80px 13rem;

  }
}