* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  height: stretch;
  height: -webkit-fill-available;
}

strong {
  font-weight: 600;
}

.mmlinks a {
  font-weight: 600;
  color: #991b1b;
}

.mmlinks a:hover {
  text-decoration: underline;
}

.backgroundmasked {
  /* clip-path: polygon(0 90%, 0 0, 100% 0, 100% 90%, 50% 100%); */ /* clip-path: polygon(0 90%, 0 0, 100% 0, 100% 100%); */ /* clip-path: polygon(0 0, 100% 0%, 100% 80%, 80% 100%, 0 80%); */ /* -webkit-mask-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.05))); */ /* mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.05)); */ /* -webkit-mask-image: url(/img/mask.png) */ /* mask-image: url(/img/mask.png) */ /* -webkit-mask-size: 100% 100% */ /* mask-size: 100% 100% */ /* filter: grayscale(100%); */
}
.backgroundmasked2 {
  /* clip-path: polygon(0 90%, 0 0, 100% 0, 100% 90%, 50% 100%); */
  clip-path: polygon(
    0 100%,
    0 10%,
    100% 0,
    100% 90%
  ); /* clip-path: polygon(0 0, 100% 0%, 100% 80%, 80% 100%, 0 80%); */ /* -webkit-mask-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.2)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.2)); */ /* filter: grayscale(100%); */
}

.mask-section {
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-mask: url(/img/mask_section_top.png) 0% 0% no-repeat,
    url(/img/mask_section_top.png) 0% 55px / 100% 80px repeat-y,
    url(/img/mask_section_bottom.png) 0% 100% no-repeat;

  mask: url(/img/mask_section_top.png) 0px 0px no-repeat,
    url(/img/mask_section_bottom.png) 0% 100% no-repeat;
}

.mask-section-top {
  height: 55px;
  -webkit-mask-image: url(/img/mask_section_top.png);
  mask-image: url(/img/mask_section_top.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.mask-section-bottom {
  height: 55px;
  -webkit-mask-image: url(/img/mask_section_bottom.png);
  mask-image: url(/img/mask_section_bottom.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.dropshadow {
  filter: drop-shadow(0 25px 20px rgba(50, 50, 0, 0.308));
}

.textoutline {
  -webkit-text-stroke: 1px black;
}

.grayscale {
  filter: grayscale(100%);
}

.sponsorlogo {
  opacity: 0.8;
}

.sponsorlogoactive:hover {
  opacity: 1;
  filter: grayscale(0%) !important;
}

/* .slider img { 
    position: absolute; 
    left: 0; 
    background-position: top; 
    background-size: cover; 
    object-fit: cover; 
    width: 100%; 
    height: 100%;  
    /* mix-blend-mode:multiply;  */
/* mix-blend-mode: luminosity;  */
/* filter: brightness(.3);  */
/* }  */

.sliderImage {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
  width: 100%;
  height: 100%;
  /* mix-blend-mode: overlay; */

  /* mix-blend-mode:multiply;  */
  /* mix-blend-mode: luminosity;  */
  filter: grayscale(100%) brightness(0.6);
  /* transform: scale(1.1) */
}

p {
  hyphens: auto;
}

.ul-news {
  margin: 0;
  /* padding: 0; */
  /* width: 750px; */
  width: 100%;
  /* height: 50px; */
  /* background: #232323; */
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.li-news {
  list-style: none;
  margin: 0 3em 0 0;
  padding: 0;
  display: inline-block;
  /*line-height: 50px;*/
  vertical-align: center;
}

.li-news a:hover {
  /* text-decoration: underline; */
  font-weight: bold;
}

span {
  display: inline-block;
}

/* This is so you can see how the looping is working */
/* .ticker-items:nth-child(2){
    background: rgba(255,255,255,.25);
  } */

.news-wrapper-scroller {
  scroll-snap-type: x mandatory;
  /* scroll-padding: 50%; */
}

.news-scroller-item {
  scroll-snap-align: center;
}

.fullscreenSliderHeight {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

.fullscreenMobileHeight {
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}
/*
@media (min-width: 768px) {
  .fullscreenMobileHeight {
    height: auto;
  }
}
*/
.instaHeight {
  height: calc(100vw / 2);
}

@media (min-width: 768px) {
  .instaHeight {
    height: calc(100vw / 5);
  }
}

.sectioncontent h1,
h2,
h3,
h4 {
  font-weight: 700;
  /*margin-bottom: 1.5rem;*/
  /*line-height: 1.375;*/
}

.sectioncontent h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .sectioncontent h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
  }
}

.sectioncontent h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}

.sectioncontent h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

.sectioncontent h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}

.sectioncontent p {
  margin-bottom: 1.5rem;
}

.sectioncontent p:last-child {
  margin-bottom: 0rem;
}

.sectioncontent a {
  font-weight: 600;
  color: #991b1b;
}

.sectioncontent a:hover {
  text-decoration: underline;
}

.sectioncontent ul {
  margin-top: 2rem;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.sectioncontent li {
  list-style-type: disc;
  /*margin: -0.5rem 0;*/
}

.sectioncontent .button:hover {
  text-decoration: none;
}

.mmnews p {
  padding-bottom: 1rem;
}

.mmnews p:last-child {
  padding-bottom: 0rem;
}

.mmnews a {
  font-weight: 600;
  color: #991b1b;
}

.mmnews a:hover {
  text-decoration: underline;
}

.mmnews .button:hover {
  text-decoration: none;
}

/* .mmnews p a {
  font-size: small;
  background: rgba(189, 189, 189, 1);
  font-weight: 500;
  padding: 3px 5px;
  border-radius: 0.25rem;
} */

/* .mmnews p a:hover {
  background: rgba(100, 100, 100, 1);
  color: white;
} */

.mmnews ul {
  margin-left: 1rem;
  list-style-type: disc;
}
