/* cmsms stylesheet: bandb modified: Tuesday, March 19, 2024 2:35:23 PM */

body {
  font-family:  'Francois One', sans-serif;
text-shadow: 1px 1px 2px black;
background: url('https://liveatbinions.com/uploads/Music-notes.jpg') no-repeat;
  color: #f25822;
}


:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

a {
  color: #c8da2c;
  transition: all 0.2s ease;
}

a:hover, a.menuactive {
  color: #fef200;
}

.podcastBtn a:hover{opacity:.5;
   }
h1 {
  font-family: 'Titan One', cursive;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

h1 a, h1 a:hover {
  color: #f25822;
}

h2, h4 {
  font-family: 'Titan One', cursive;
  font-size: 2rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem; font-family:'Francois One', sans-serif;
}

header img {
  width:20%; 
  height:20%;
}

#sticky-logo a {
  transition: all 0.3s ease;
  font-family: 'Titan One', cursive;
  font-size: 0rem;
  line-height: 1rem;
  color: #ffffff;
}

.is-stuck #sticky-logo a {
  display: block;
  font-size: 1.15rem;
  padding-top: 1rem;
}

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #f25822;
  z-index: 999;font-size:125%;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
  border-color: #c8da2c transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after {
  border-color: transparent #c8da2c transparent transparent;
}

.divider {
  margin: 1rem 0;
  padding: 0.5rem;
  font-size: 2rem;
}

.divider a {
  color: #c8da2c;
  margin: 0 0.5rem;
}

.divider a:hover {
  color: #c8da2c;
}

.card-divider {
  background: #f25822;
  color: #ffffff;
}

.button {
  background: #ffffff;
  color: #f25822;
  border-radius: 5px;
}

.button:hover {
  background: #f25822;
  color: #ffffff;
}

.divider .button {
  background: #f25822;
  color: #ffffff;
  margin-bottom: 0.2rem;
}

.divider .button:hover {
  background: #c8da2c;
  color: #f25822;
}

footer {
  background: #f25822;
  color: #ffffff;font-size:1em;
}

footer .column {
  padding: 0 2rem;
}

footer h4 {
  margin-top: 1rem;
  color: #c8da2c;
  font-size: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 0.5px dotted #ffffff;
}

footer i {
  margin-right: 0.5rem;
}

#copyright {
  border-top: 0.5px solid #ffffff;
}

#copyright span {
  margin: 0 1rem;
}

#content-columns h4 {
  text-align: center;
  font-size: 1.1rem;
  text-transform: uppercase;
}

form {
  padding: 1rem;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 40.25%;bottom:0;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
bottom:1%;
top:20%;
left:20%;
    width: 60%;
    height: 60%;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
header img {
  width:75%; 
  height:75%;
}
  .is-stuck #sticky-logo {
    font-size: 1rem;
    padding-top: 0.5rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
