<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Section - Hero
*/

/** BG - Static */
#hero-bg-static {
  background-image: url("../images/bg-rumble2020.jpg");
}

/** BG - Parallax */
#hero-bg-parallax &gt; .bg-img-parallax {
  background: url("../images/bg-hero-parallax.jpg");
}

/** BG - Slider */
#hero-bg-slider .flickity-slider &gt; .carousel-cell:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slider .flickity-slider &gt; .carousel-cell:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slider .flickity-slider &gt; .carousel-cell:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Slideshow */
#hero-bg-slideshow .slides &gt; .bg-img-cover:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slideshow .slides &gt; .bg-img-cover:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slideshow .slides &gt; .bg-img-cover:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Video */
#hero-bg-video:before {
  z-index: 15;
}

#hero-bg-video .container {
  position: relative;
  z-index: 20;
}

#hero-bg-video .player.is-mobile {
  display: none;
}

/** Partners - Video */
#partners:before {
  z-index: 15;
}

#partners .container {
  position: relative;
  z-index: 20;
}

#partners .player.is-mobile {
  display: none;
}


#partners {
    background-image: url("../images/bg-partners.jpg");
}

#prizes {
    background-image: url("/assets/images/bg-defcon.jpg");
}

#location {
    background-image: url("/assets/images/bg-location.jpg");
}



/*
* Countdown
*/

#countdown {
  margin-bottom: 10px;
  margin-top: -40px;
}


/*
* Section - Venue
*/

#venue {
  background-image: url("../images/bg-venue.jpg");
}

/*
* Section - Venue
*/

#contact {
    background-image: url("../images/bg-contact.jpg");
}


/*
* Footer
*/

.footer-logo {
  max-height: 40px;
}

.footer-icon-social {
  bottom: 10px;
  position: relative;
}

.csc-footer {
  padding: 0px !important;
}

.csc-footer a {
  color: black;
}

.csc-footer a:hover{
  color: #D9D9D6;
  text-decoration: none;
}

.accordion .card-body a{
  color: #00E1FF !important;
}

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */

.countdown-timer {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  top: 28%;
  text-align: center;
  width: 100%;
}

.countdown-timer .heading-count {
  padding: 10px 68px;
  text-align: center;
}

.countdown-timer .heading-count h2 {
  font-size: 42px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 15px;
}

.countdown-timer p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}

.countdown-timer .button-group {
  margin-top: 10px;
}

.countdown-timer .btn {
  margin: 10px;
}

.time-count div {
  text-align: center;
}

.time-entry {
  display: inline-block;
  margin: 5px;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.time-entry span {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  line-height: 45px;
  font-weight: 700;
  display: block;
  color: #fff;
  margin-bottom: 10px;
}

.time-entry:first-child {
  border-left: none;
}

.countdown {
  width: 100%;
  margin: 10px auto;
  display: inline-block;
}

.countdown .time-count {
  padding: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}

.countdown .time-count .time-entry {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 80px;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 50px -10px #000;
}

.countdown .time-count .time-entry span {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 100%;
}

.sponsor_subsection {
  margin-top:100px;
}
</pre></body></html>