 @font-face {
  font-family: 'HelveticaNowText-Regular';
  src:url('./Assets/Fonts/HelveticaNowText-Regular.ttf.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}



html {
  height: 100%;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background-color: black;
  font-family: 'HelveticaNowText-Regular';
  margin: 0;
  position: relative;
}


main {
  padding-bottom: 150px;
}


.page_title {
  padding: 5rem 2rem;
  margin: 0rem 0 5rem;
  text-align: center;
  color: white;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-size: 2rem;
  /* text-shadow: 0 0 0.125em white; */

  width: 100%;
  background-image: url(./Assets/Headers/Events-header.jpg);
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: cover; 
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;

  position: relative;
}

.Slide-title {
  position: relative;
  color: white;
  font-size: 1.2rem;
  margin: 0 30px;
  position: relative;
  /* font-family: "TipperaryeTextW01-Bold"; */
  /* text-shadow: 0 0 0.125em white; */
  text-transform: uppercase;
/* 
  width: 500px;
  height: auto; */
}

.buttonLogo {
  object-fit: contain;
  
  width: 400px;
  height: 250px;
  transition: transform 250ms;
}

.buttonLogo:hover {
  transform: scale(1.1);
  /* transition-duration: 100ms; */
}

.Slide-title:hover, .Slide-title:focus {
  cursor: pointer;
}

.Slide-title::after {
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  height: 2.5px;
  width: 100%;
  background: rgba(256, 256, 256, 0.8)
}

.slider_build {
  padding: 0 0 0 20px;
  margin: 0 0 0;
  color: #ecf0f1;
  /* font-family: 'Open Sans', sans-serif; */
  /* min-height: 100vh; */
  display: none;
  flex-direction: row;
  align-items: center;
  width: 100vw;
  position: relative;
  overflow: hidden;
}

#MIK19LOGO {
  margin-left: 60px;
  width: 300px;
  -webkit-filter: drop-shadow(2px 2px 0 white)
  drop-shadow(-2px -2px 0 white);
filter: drop-shadow(2px 2px 0 white) 
drop-shadow(-2px -2px 0 white);
}

.display {
  display: flex;
  animation-name: fadein;
  animation-duration: 400ms;
  animation-timing-function: ease-in;
  /* z-index: -9999; */
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  /* 40% {
    opacity: 0.2;
  } */

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* .slider_build::after {
  content: "";
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  height: 2.5px;
  width: 100%;
  background: rgba(256, 256, 256, 0.8)
} */

* {
  box-sizing: border-box;
}
.c-nfcombolightbox {
  width: 100%;
}
.c-nfcombolightbox__row {
  width: 100%;
}
.c-nfcombolightbox__rowinner {
  transition: 450ms transform;
  font-size: 0;
  white-space: nowrap;
  margin: 50px 0;
  padding-bottom: 10px;
}
.c-nfcombolightbox__prev,
.c-nfcombolightbox__next {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  justify-content: center;
  color: white;
  width: 60px;
  background: black;
  opacity: 0.9;
  z-index: 2;
}
.c-nfcombolightbox__prev {
  left: 0;
  justify-content: flex-start;
  cursor: pointer;
}
.c-nfcombolightbox__next {
  right: 0;
  justify-content: flex-end;
  cursor: pointer;
}
.c-nfcombolightbox__tile {
  position: relative;
  display: inline-block;
  width: 350px!important;
  height: 240px;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: 450ms all;
  transform-origin: center left;
}
.c-nfcombolightbox__tileimg {
  width: 350px!important;
  height: 300px;
  -o-object-fit: contain;
     object-fit: cover;
  object-position: 50% 30%;
}
/*.c-nfcombolightbox__tiledetails {
	z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  opacity: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100%);
  transition: 450ms opacity;

	&:after,
	&:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
	}
}*/
.c-nfcombolightbox__tile:hover .c-nfcombolightbox__tiledetails {
  opacity: 1;
}
.c-nfcombolightbox__tiletitle {
  position: absolute;
  bottom: 0;
  padding: 10px;
  display: none;
}
.c-nfcombolightbox__rowinner:hover {
  transform: translate3d(-62.5px, 0, 0);
}
.c-nfcombolightbox__rowinner:hover .c-nfcombolightbox__tile {
  opacity: 0.3;
}
.c-nfcombolightbox__rowinner:hover .c-nfcombolightbox__tile:hover {
  transform: scale(1.5);
  opacity: 1;
}
.c-nfcombolightbox__tile:hover ~ .c-nfcombolightbox__tile {
  transform: translate3d(125px, 0, 0);
}
.c-nfcombolightbox .icon {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-nfcombolightbox .icon:before {
  font-size: 5.5em;
}
.slick-arrow[aria-disabled="true"] {
  display: none!important;
}
/* 
@media (min-width: 1024px) {
.slick-list{padding:0 0 0 70px;}

.c-nfcombolightbox {
  width: 90%;
  margin: 0 5%;
  overflow: hidden;
}
} */

.colorbox {
  display: block;
  height: 80%;
  width: 80%;
}

::-webkit-scrollbar {
  width: 5px;

}

::-webkit-scrollbar-track {
  background: rgba(60, 60, 60, .7);
 
}

::-webkit-scrollbar-thumb {
  background: rgba(256, 256, 256, 0.2);
  
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(256, 256, 256, 0.6);
}