body {
    font-family: 'Nunito Sans', sans-serif;
    background: url(../img/retinawood.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

a {text-decoration: none;}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    letter-spacing: .75px;
    font-size: 14px;
}

.nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link:hover {
    background-color: #fff;
    color: #c22033;
}

.bg-picture {
    background: url(../img/richmond.jpg) center;
	background-size: cover;
	/*height: 325px;*/
	text-align: center;
	margin-bottom: 0px;
}
.bg-hero {
    background: #FFFFFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(215, 227, 244, 1) 100%);
}

.bg-pins {
    background: url(../img/pins-blue.jpg) center -200px;
    background-size: auto;
    height: 250px;
    margin-bottom: 0px;
}
.bg-richmond-bw {
    background: url(../img/bg-richmond-bw.jpg) center;
    background-size: auto;
}

.py-100 {
   padding-top: 100px;
   padding-bottom: 100px;
}

.pt-155 {
    padding-top: 155px;
}

.bg-primary {
    background-color: #1e3d7c !important;
}

.bg-blue {
    background-color: #0047bb;
}

.bg-red {
    background-color: #c22033;
    color: white;
}
.cta-star {
    background-image: url(../img/cta-star.png);
    background-repeat: no-repeat;
    background-position: -160px -100px;
}

.text-lg {
    font-size: 2.5em;
    font-weight: bold;
    letter-spacing: 1px;
}

.divider {
    width: 125px;
    height: 5px;
    background-color: #c22033;
    margin-top: -5px;
    margin-bottom: 40px;
}

.hero-links {
    color: #c1032f;
    letter-spacing: 1px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;

}

.border-news {
    border-top: 3px solid #c22033 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 700 !important;
    line-height: 1.2;
}

.league-name {
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.img-thumbnail {
    padding: 0; 
    background-color: #fff;
    border: none;
    border-radius: 1.25rem;
    max-width: 100%;
    height: auto;

}

.mt-n5 {
  margin-top: -3rem !important;
}

.p-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.dataTables_wrapper{
    font-size:12px; width: 100%;
}
.dataTables_length {
    margin-bottom: 10px;
}
