@charset "utf-8";
/** Global Styles
* hsranch.com
*
* Contents
* Template Content Styles
* Basic HTML elements
* Page Content Styles
* 
* (Footer content styles are in footer.css)
**/
/** Basic HTML Styles **/
body {
	background-color: white;
	font-family: source-sans-pro;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9rem;
    margin-top: 50px !important;
}
.bg-primary { /** Change the primary color **/
  background-color: #EDD3B5 !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #E5C095 !important;
}
.btn-primary {
  color: black;
  background-color: #EDD3B5;
  border-color: #EDD3B5;
}
.btn-primary:hover {
  color: black;
  background-color: #E5C095;
  border-color: #E5C095;
}
.btn-primary:focus, .btn-primary.focus {
  color: black;
  background-color: #E5C095;
  border-color: #E5C095;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
a {
  color: black;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: black;
  font-style:italic;
}
h1 {
  font-size: 1.75rem;
  text-transform: uppercase;
    padding-top:.75em;
    text-align: center
}
h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
}
h3 {
  font-size: 1rem;
  color: dimgray;
}
h4, .hname, .predicate{ /* Horse name title */
  font-size: 1rem;
}.hname, .predicate,.parent-name, .parent-title, .sold{
    text-transform: uppercase;
}

.predicate {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-style: italic;
  font-size: .9rem;
  font-weight: bolder;
  text-transform: none;  
}
.news{
	font-style: italic;
	font-weight: bold;
}
h5 { /* Sire and Dam names & title */
  font-size: .9rem;

}
.parent-title {
  color: lightslategray;
}
.sold {
    font-weight: bolder;
}
h6, .damline {
  font-size: .75rem;
  color: lightslategray;
  text-transform: uppercase;
  font-style: italic
}
.center {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:90%
}
section {
    border:none;
}
.section-left {
  width: 40%;
  margin-left: 5%;
  margin-right: 1%;
  float: left;
  padding-left: 2%;
  padding-right: 2%;
  font-size: medium;
}
.aside-right {
  width: 40%;
  margin-left: 1%;
  margin-right: 5%;
  padding-left: 2%;
  float: right;
  border-radius: 10px;
  border-style: solid;
  font-size: medium;
  padding-right: 2%;
}
/*.container-indiv{
    padding-left: 5rem;
    padding-right: 5rem;
}*/

.carousel-inner {
  background-color: white;
}

.jumbotron {
	background-color: #FFFFFF;
	border-style: none;
	padding-bottom: 0.5px;
	padding-top: 1px;
	margin-bottom: 5px;
	text-align: center;
}
.jumbotron-image{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#email-jumbo {
  background-color: white;
  margin-bottom: 5px;
  padding: 0px 0px
}
.nobull {
  list-style: none; /* no bullets in list */
  padding: 0; /* and remove left padding to center it */
    
}
.card, .horse-card{
    text-align: center;
}
.horse-card {
  margin: .2rem;
  padding: 0;
  width: 17rem;
}
.card-title{
    text-transform: uppercase;
}
.rnd-img{
    padding-top:5px;
    padding-bottom:5px;
}
.card-body-nopad {
/*  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;*/
    padding: 0; /* top, l&r, bottom */
}

.card-footer { /* remove padding and outside border */
  /*  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);*/
  background-color: white;
  padding: 0, 1.25rem;
  border-style: none
}
.tg {
/*    width:540px;*/
    background-color: black;
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: .8rem;
}
/** Template Content Styles - Do not modify!! **/
body nav a {
  color: black;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-variant: normal;
  text-transform: capitalize;
  font-size: small;
}
.navbar.navbar-expand-lg.navbar-light.bg-light .navbar-brand {
  color: #215B33;
}
.navbar-nav.mr-auto .nav-item .nav-link:hover {
  color: #215B33;
  font-weight: bolder;
}
.nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #215B33;
  font-weight: bolder;
}
.navlist {
  list-style-type: none;
  background-color: #FFFFFF;
  overflow-x: hidden;
}
.navlistitem {
  float: left;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}
.editregion {
  margin-left: 20px;
  margin-right: 20px;
}
.container-fluid.mt-4 .card-deck .card {
}
.tg   {
	border-style: none;
}
.tg tr .tg-rhd3 {
	border: thin solid #FFFFFF;
	padding-left: 25px;
}
#template-body video {
	width: 85%;
	margin: 2em auto 2em;
	display: block;
}








/* .container-indiv added by ASN on 1/19/21 */
@media (max-width: 576px) {  
  .xs {color:red;font-weight:bold;}
  .container-indiv{padding-left: 2rem; padding-right: 2rem}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width:768px) {  
  .sm {color:red;font-weight:bold;}
  .container-indiv{padding-left: 2rem; padding-right: 2rem}
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (max-width:992px) {  
 .md {color:red;font-weight:bold;}
 .container-indiv{padding-left: 10rem; padding-right: 10rem}
#template-body video {
	width: 85%;
	display: block;
}

}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1200px) { 
 .lg {color:red;font-weight:bold;}
 .container-indiv{padding-left: 10rem; padding-right: 10rem}
#template-body video {
	width: 60%;
	display: block;
}

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .xl {color:red;font-weight:bold;}
 .container-indiv{padding-left: 10rem; padding-right: 10rem}
#template-body video {
	width: 60%;
	display: block;
}


}
