/* MLB CUSTOMIZATIONS ON TOP OF BOOTSWATCH SIMPLEX */

/* GOOGLE FONTS */

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

/* DOCUMENT */

body {
  font-size: 1rem !important;
  color: black !important;
  font-family: 'Montserrat' !important;
}

p,
li {
	font-family: 'Montserrat' !important;
	color: #000 !important;
}

/* HYPERLINKS */

a {
  font-family: 'Montserrat' !important;
  color: #0053A1 !important;
  FONT-WEIGHT: bold !important;
}

a.nav-link {
  font-size: 0.9rem !important;
}

/* HEADERS */

h1, .h1 {
  font-family: 'Merriweather' !important;
  font-size: 2.3rem !important;
  letter-spacing: 2px;
  COLOR: #0053A1 !important; 
  FONT-WEIGHT: bold !important;
  margin-bottom: 1rem !important;
}

h2, .h2 {
  font-family: 'Merriweather' !important;
  font-size: 1.6rem !important;
  letter-spacing: 1.5px;
  COLOR: #0053A1 !important; 
  FONT-WEIGHT: bold !important;
  margin-bottom: 1rem !important;
}

h3, .h3 {
  font-family: 'Merriweather' !important;
  font-size: 1.3rem !important;
  letter-spacing: 1px;
  COLOR: #0053A1 !important; 
  FONT-WEIGHT: bold !important;
  margin-bottom: 1rem !important;
}

h4, .h4 {
  font-family: 'Merriweather' !important;
  font-size: 1rem !important;
  COLOR: #0053A1 !important; 
  FONT-WEIGHT: bold !important;
  margin-bottom: 1rem !important;
}

h5, .h5 {
  font-family: 'Merriweather' !important;
  font-size: 0.8rem !important;
  COLOR: #0053A1 !important; 
  FONT-WEIGHT: bold !important;
  margin-bottom: 1rem !important;
}

h6, .h6 {
  font-family: 'Merriweather' !important;
  font-size: 0.66rem !important;
  COLOR: #0053A1 !important; 
  FONT-WEIGHT: bold !important;
  margin-bottom: 1rem !important;
}

.home-page-low-vision-header {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  COLOR: #0053A1; 
  FONT-WEIGHT: bold;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}

/* HORIZONAL BAR */

hr {
  border-top-width: 0.2rem !important;
  border-top-color: rgba(0, 0, 0, 0.5) !important;
}

/* GRID COLUMNS */
.col-xs-12, .col-xs-8, .col-xs-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

/* CONTENT */

.text-primary {
  color: #0053a1 !important;
}

/* BACKGROUNDS */

.bg-primary {
  background-color: #0053a1 !important;
  border-color: #014d95 !important;
}

.bg-secondary {
  background-color: #2974b7!important;
}

/* BORDERS */

.border-primary {
  border-color: #0053a1 !important;
}

.border-gold {
  border-color: #9b8023 !important;
}

.border-5 {
    
	border-width:5px !important;

}

/* NAVIGATION BAR */

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  text-align: center !important;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff !important;
}

.nav-link-orange {
  background-color: #d15e27 !important;
}

/* NAVIGATION BAR XS (smartphones)*/

.navbar-XS {
	border-color: white !important;
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.navbar-toggler-XS {
  background-color: #0053a1 !important;	
}

.navbar-brand-XS {
    max-width: 100px !important;
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.navbar-dark .navbar-nav .nav-link-XS {
  background-color: #0053a1 !important;
}

/* MLB CUSTOM CLASSES */

.funding-logos-text {
	font-size: 0.5rem;
	COLOR: #383838; 
	FONT-WEIGHT: bold;
}
.photo-caption {
	font-size: 0.8rem;
    color: #000 !important;
    font-weight: 100 !important;
    font-style: italic !important;
}

.right-navigation-bar-title {
  font-size: 1rem !important;
  color: #fff !important;
}

.right-navigation-bar {
  font-size: 0.9rem !important;
  color: #fff !important;
}

.TOCcontainer {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

A.low-vision-settings {
	COLOR: #002060 !important;
}

A.low-vision-settings-XS {
	COLOR: #002060 !important;
	font-size: 0.82rem;	
}

.mlh-p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mlh-box {
  padding: 2rem 1rem;
}
.mlh-btn-donate {
  background-color: #d15e27 !important;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.7rem 1rem;				
}
.mlh-btn-donate-regular {
  font-size: 1rem;
  padding: 0.5rem 1rem;				
}
.mlh-btn-donate:hover {
  color: #000000 !important;
  background-color: #9b8023 !important;
}
.mlh-btn-default {
  color: #ffffff !important;
  background-color: #0053A1 !important;
	font-size: 1rem;			  
}
.mlh-btn-big-option {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mlh-btn-default:hover {
  color: #000000 !important;
  background-color: #9b8023 !important;
}
.mlh-regular-margin {
  margin: 1rem 0;
}
.mlh-h3 {
  margin-bottom: 0px !important;
}
.mlh-video-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.mlh-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.mlh-in-the-news > li > a {
  color: #0053A1 !important;
  padding-bottom: 0.25rem;
}
.mlh-contact-us-positions h2 {
  color: #000 !important;
}
.mlh-color-blue {
  color: #0053A1 !important;
}
.mlh-color-gold {
  color: #9b8023 !important;
}
a.mlh-color-gold-hover:hover {
  color: #9b8023 !important;
}
.mlh-social-link {
  white-space: nowrap;
  font-family: 'Merriweather' !important;
  color: #0053A1 !important;
  font-weight: bold !important;
}
.mlh-podcast-link {
  white-space: nowrap;
  font-family: 'Merriweather' !important;
  color: #000 !important;
  font-weight: bold !important;
  text-decoration: none;
  font-size: 1.2rem !important;
}
a.mlh-podcast-link:hover {
  text-decoration: #000;
}
.mlh-has-error {
  border-color: red;
  color: red;
}
.mlh-white-space__normal {
  white-space: normal !important;
}

@media screen and (min-width: 1025px) {
  .mlh-social-link {
    font-size: 1.2rem !important;
  }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
  .mlh-social-link {
    font-size: 1rem !important;
  }

  .mlh-link-col {
    padding: 0px;
  }
}

@media screen and (max-width: 800px) {
  .mlh-social-link {
    display:none;
  }
}

@media screen and (max-width: 1024px) {
	a.nav-link {
		font-size: 0.85rem !important;
	}
}

/* SEARCH SITE 360 CUSTOM CLASSES */

#searchBox {
	height:24px !important;
}

#searchButton {
	height:24px !important;
}		

