/* cmsms stylesheet: bandb modified: Tuesday, October 17, 2023 9:57:48 AM */

body {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  color: #ffffff;
background: #000000;

}

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

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

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

h1 {
  font-family: 'Englebert', cursive;
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
header h1 {
  font-family: 'Sacramento', cursive;
  font-size: 4rem;
  margin-top: 1rem;
  margin-bottom: 0;
}


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

h2, h3, h4 {
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
}

h3 {
  font-size: 1.4rem;
  margin-top: 1rem;
 /* text-transform: uppercase; */
}

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

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

#sticky-logo {
  float: left;
}

#menu-toggle {
  float: right;
}

.top-bar, .top-bar ul, .is-drilldown-submenu {
  background-color: #3091b1;
  z-index: 999;
}

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

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

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

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

.divider a:hover {
  color: #3091b1;
}

 div#social-media.divider  a:hover {
  color: #D2D2D0;
}

.card-divider {
  background: #000000;
  color: #D2D2D0;
}

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

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

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

.divider .button:hover {
  background: #3091b1;
  color: #ffffff;
}

footer {
  background: ;
  color: #D2D2D0;
}

footer .column {
  padding: 0 2rem;
}

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

footer i {
  margin-right: 0.5rem;
}

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

#copyright span {
  margin: 0 1rem;
}

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

form {
  padding: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

  .is-stuck #sticky-logo {
    font-size: 1.6rem;
    padding-top: 0.5rem;
  }

}

.card { background: #000000; color: ;position:relative;
}
.card-section {padding:0;margin:0;position:relative;z-index:1;}
.card p {margin:0;padding:0;}
.card-title {padding:5px; position:absolute;z-index:999;top:0;left:0;}
.card h4 {color:white; font-size:1.2rem;padding:5px;text-shadow: 1px 1px 2px #000000;}

.card a.card-link img {
width:100%;
aspect-ratio:1/1;
object-fit:cover;
opacity: 1;
 filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    
cursor: pointer;
transform: scale(1);
    transition: all 0.3s ease-in-out
}

.card a.card-link:hover img {
aspect-ratio:1/1;
object-fit:cover;
opacity: 1;
 filter:         url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(50%);
    -moz-filter:    grayscale(50%);
    -ms-filter:     grayscale(50%);
    -o-filter:      grayscale(50%);
    filter: gray; 
 transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
/* 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) {}
