/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
  font-family: 'Open Sans', sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans Condensed', sans-serif;
}

.a, a {
   color: #28a745;
}

.jumbotron {
   background-image: url("https://heregoesradio.com/site-images/hmpg-sample5.jpg") !important;
   min-height: 100%;
   //background-repeat: repeat-x;
   background-position: center;
   background-position: 40% 70%;
   background-size: cover;
   border-radius: 0rem;
   background-color: #000;
   min-height: 530px;
   margin-bottom: 1rem;
   //-webkit-background-size: cover;
   //-moz-background-size: cover;
   //-o-background-size: cover;
   //background-size: cover;
}}

.bg-modern {
   background-color: #403030;
}

.navbar-dark .navbar-brand {
   color: #ec008c;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.navbar-dark .navbar-nav .nav-link{
   color: #ec008c;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
}

.dropdown-menu {
   background-color: #fff;
   border-style: solid;
   border-width: 1px;
   border-radius: 0rem;
}

.dropdown-item {
  color: #403030;
}

.foot-item {
  background-color: #e7efe5;
}

.copy {
  font-size: 11px;
  padding-top: 15px;
}

.dropdown-menu.show {
  //display: inline-flex;
  //min-width: 380px;
}

ul ul, ol ul {
   list-style-type: none;
   padding-left: 0px;
}

.sub-sub-dropdown {
   padding-left: 20px;
   font-size: 11px;
}

.dropdown-menu{
    max-width: 500px;
    white-space: normal;
}

.dropdown-menu li a {
    word-wrap: break-word;
    white-space: normal;
}

.dropdown-item {
   line-height: 1.3;
}

.display-3 {
   word-break: break-word;
   font-family: 'Open Sans Condensed', sans-serif;
   color: #fff;
   font-weight: 800;
}

.image-caption {
   float: right;
   max-width: 600px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   font-size: small;
   margin-top: 2em;
   margin-bottom: 1em;
}

.caption {
   margin-top: 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6, {
   font-family: 'Open Sans Condensed', sans-serif;
   }
   
.bg-dark {
   background-color: #020001 !important;
   }
   
.btn-primary {
   background-color: #ec008c;
   border-color: #ec008c;
   font-family: 'Open Sans Condensed', sans-serif;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

@media (min-width: 420px) {
   .col-md-4 {
     padding-bottom: 15px;
    }
   .mb-3 {
     margin-bottom: 0px !important;
    }
    .col-sm {
     padding-bottom: 15px !important;
    }
    .image-type-header {
     width: 100%;
    }
}

@media (min-width: 768px) {
   .mb-3 {
     margin-bottom: 1rem !important;
   }
}

@media (min-width: 576px) {
   .col-sm: 25px;
}

.image-type-header {
  float: right;
  max-width: 700px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   margin-bottom: 1.0rem;
   margin-top: 2.0rem;
}
.h4, h4 {
   margin-top: 1.0rem;
}

.image-type-group {
   border-style: solid;
   border-width: 1px;
   padding: 20px;
   margin-bottom: 20px;
}

.btn-group-lg>.btn, .btn-lg {
   border-radius: 0rem;
}

.col-sm {
   padding-bottom: 15px !important;
}

.refine-image-pixel {
   image-rendering: auto;
   image-rendering: crisp-edges;
   image-rendering: pixelated;
}

.refine-image-smooth {
   //image-rendering: auto;
   //image-rendering: smooth;
   image-rendering: high-quality;
}

.album-image-container {
   border-style: solid;
   border-width: 1px;
   padding: 20px;
   margin-bottom: 20px;
   display: flex;
   flex-wrap: wrap;
   font-size: 9px;
   text-align: center;
}

.list-style-album-buttons {
   list-style-type: none;
}

.img-album-grid {
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 545px) {
   .img-album-grid {
    margin-right: 7px;
    margin-left: 7px;
   }
}

.fixed-top {
   position: absolute;
}

.row.featurette {
   padding: 20px;
}

.lead {
   font-size: 1rem;
   margin-top: 20px;
}

h2.featurette-heading {
   margin-top: 0px;
}

.display-4 {
  font-size: 3.0rem;
  color: #fff;
}

.img-scale {
  width: 100%;
  height: 100%;
} 

.panel-body {
  font-size: smaller;
  text-align: left;
}

.panel-body a{
  color: #000;
}

.embed-responsive {
  margin-bottom: 20px!important;
}

.video-background {
  background-color: #000!important;
}

audio {
  width: 100%;
  margin-bottom: 20px;
}

.sparkle-number {
  margin-top: 10px;
}

.sparkle-map {
  height: 429px;
}

@media (min-width: 576px) {
   .sparkle-map {
    height: 219px;
   }
}

@media (min-width: 768px) {
   .sparkle-map {
    height: 309px;
   }
}

@media (min-width: 992px) {
   .sparkle-map {
    height: 429px;
   }
}

@media (min-width: 1200px) {
   .sparkle-map {
    height: 500px;
   }
}


