/*****BOOTSTRAP 5 ***  ***/
/**
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: black;
    // width: fit-content;
}
**/
/**
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}
**/
.bg-dark {
  background-color: #000000 !important; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  font-size: x-large;
  color: gray; }

/*****END BOOTSTRAP 4******/
/*****Basic Styles******/
body {
  margin: 0;
  background: #000000;
  color: #FFFFFF; }

a {
  color: #FFFFFF; }

h1 {
  font-size: 180%; }

h2 {
  font-size: 160%; }

h3 {
  font-size: 140%; }

h4 {
  font-size: 120%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: #FFFFFF; }

ul, ol {
  margin-left: 40px; }

ul li {
  list-style-type: disc; }

.container {
  width: 95%; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

a {
  text-decoration: underline; }

/*****Splash Page******/
a.enterSite {
  font-size: 24px;
  text-decoration: none; }

.video {
  margin: 20px 0 0 0; }

.splashText h2 {
  font-size: 150%;
  line-height: 2rem; }

.splashText h3 {
  font-size: 120%; }

.itunesLink, .amazonLink {
  margin-top: 10px; }

/*****Nav******/
/** 
		nav {
			background: $background;
			box-shadow: none;
			height: 70px;
			color: $textcolour;
			border-bottom: 1px solid #333;
                        font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
                 nav ul li { list-style-type: none; }
                 nav ul a { text-decoration: none; }
**/
nav ul li {
  list-style-type: none; }

nav ul a {
  text-decoration: none; }

.socialIcons {
  width: 160px;
  margin-top: 20px; }

.socialIcons img {
  float: left;
  margin-right: 5px; }

.freedownload {
  position: absolute;
  top: 0;
  right: 20px; }

.printLogo {
  display: none; }

nav a.button-collapse {
  text-decoration: none; }

/*****Home Content******/
.container.mainHome {
  padding: 30px 0 20px; }

.banner {
  border-bottom: 1px solid #333; }

h1.offScreen {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.greyText {
  color: #bdbdbd; }

.fb-page, .fb-page span, .fb-page iframe {
  width: 100% !important; }

/*****Inside Content******/
.container.main {
  padding-bottom: 20px; }

.teamPhoto img {
  width: 70%;
  height: auto; }

.teamPhoto {
  float: right;
  margin: 0 0 15px 15px; }

.btn {
  background: #a50000;
  color: white;
  text-decoration: none;
  border-color: #a50000; }

.btn:hover {
  background: #d60000;
  border-color: #d60000; }

/*****Footer******/
footer.page-footer {
  border-top: 1px solid #333;
  background: #000000;
  clear: both; }
  footer.page-footer a {
    color: #FFF; }
  footer.page-footer ul {
    margin-left: 0; }
  footer.page-footer ul li {
    list-style-type: none; }
  footer.page-footer .footerLinks a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 2rem; }
  footer.page-footer .social {
    margin-top: 15px; }
  footer.page-footer .copyrightLinks {
    font-size: 11px; }

.social img {
  margin: 0 3px; }

.printeronly {
  display: none; }

.cardHomePage {
  max-height: 400px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 100%; }

.cardBody {
  padding: 10px 10px;
  color: black;
  font-family: Helvetica;
  height: 70px; }

.cardBody h2 {
  color: #365899;
  font-family: Helvetica;
  font-size: 1.1em; }

.cardBody a {
  color: black; }

.cardBody a:hover {
  color: orange; }

.coverRow {
  max-height: 200px; }

.coverAlbum a {
  text-decoration: none;
  color: #6c757d; }

.coverAlbum a:hover {
  text-decoration: none;
  color: #6c757d; }

.cdBuy {
  color: #365899;
  text-decoration: none; }

.footerSocialIcon {
  height: 1rem; }

.footerIcons {
  height: 1rem; }

/*# sourceMappingURL=5ab67e3455bd425a2e540aedba8f0c90.css.map */