@charset "UTF-8";
/*
Theme Name: 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: 'Open Sans', sans-serif;
font-family: 'Lustria', serif;
*/
/* -------------------------------------------------------------------------- */
/* Redefined HTML                                                             */
/* -------------------------------------------------------------------------- */
body {
  background-color: #150300;
  font-weight: 400;
  height: 100%;
  margin-bottom: 150px;
  overflow-x: hidden;
  font-size: 13px;
}
html {
  position: relative;
  min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Bilbo', cursive;
  color: #570D00;
	font-weight: 900;
}
.container {
  background: #FFF;
  max-width: 1000px;
}

.page-content a {
	color: #570D00;
	text-decoration: none;
}

/* -------------------------------------------------------------------------- */
/* 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;
}
.font-lg {
  font-size: 5em;
  font-weight: bold;
  margin-bottom: 40px;
}
.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: 'Lusitana', serif;
}
.mw300 {
  max-width: 300px;
}
.mw500 {
  max-width: 500px;
}
hr {
  margin: 50px 0px;
}
.float-right {
  float: right;
}
.aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: none;
    margin: .5em 0 1em 0em;
}

.alignleft {
    float: none;
    margin: .5em 1em 1em 0;
}


/* -------------------------------------------------------------------------- */
/* Menu                                                                       */
/* -------------------------------------------------------------------------- */

#header .navbar-dark {
	background-color: #150300;
	border-left: solid 4px #570d00;
	border-right: solid 4px #570d00;
}

#header .navbar {
	padding-top: 0rem;
	padding-bottom: 0rem;
}

#header a.nav-link {
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
}

#header .navbar-dark .navbar-toggler {
border: none;
}

#header #menu-txt {
	font-size: 12px;
}

#header img {
	width: 100%;
}

#header .dropdown-menu[data-bs-popper] {
    left: 0;
    margin-top: 0rem;
}

#header .dropdown-menu {
    color: #FFF;
    background-color: #150300;
    border: 1px solid #150300;
    border-radius: 0rem;
}

#header .dropdown-item {
	color: #FFF;
}

#header .dropdown-item:hover {
	background-color: #570d00;
}

#header .dropdown-item.active, .dropdown-item:active {
    background-color: #570d00;
}

/* -------------------------------------------------------------------------- */
/* Main Content                                                               */
/* -------------------------------------------------------------------------- */


#news-box-home {
	width: 100%;
	min-height: 300px;
	border: solid 1px #570D00;
	padding: 15px;
	margin-bottom: 30px;
}

#news-box-home hr {
	margin: 0px 0px 20px 0px;
}

.donation-div {
	padding: 8px;
	border: solid 1px #570D00;
	border-radius: 12px;
}

.donation-title {
	font-weight: bold;
	color: #570D00;
}

a.archive-title {
	text-decoration: none;
	color: #570D00;
	font-size: 20px;
}
.horsetitle a {
	text-decoration: none;
	color: #570D00;
}

.archive-post .read-more {
		text-decoration: none;
	color: #570D00;
}

.read-btn .btn-primary {
	background-color: #570D00;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
}

.read-btn .btn {

}

.archive-post {
	border-bottom: solid 1px #570D00;
}

.horsephoto-grid img {
	height: 250px;
}
.horsephoto-grid {
	text-align: center;
}

#breedline {
	  font-family: 'Bilbo', cursive;
  color: #570D00;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}

#horse-gallery img {
	width: 100%;
}

#form label {
	width: 100%;
}

#form .btn-primary {
    color: #fff;
    background-color: #570d00;
    border-color: #150300;
	width: 100%;
}

#race-warrior-text {
	font-size: 16px;
}

#race-warrior-text a {
	color: #570D00;
}

#race-warrior-text strong {
		text-transform: uppercase;
	color: rgb(255, 0, 0);
}

.footer-bottom {
	text-align: center;
	color: #FFF;
}

.footer-bottom a {
	color: #FFF;
}

/* -------------------------------------------------------------------------- */
/* 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) {
	
	.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}
/**iPad media query**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}
@media (min-width: 1600px) {}
@media (min-width: 1700px) {}