/* PLACE YOUR CUSTOM STYLES IN THIS FILE */

/*------------------------------------------------------------------

  Countdown

-------------------------------------------------------------------*/
.rex .countdown,
.countdown.style-1 {
    max-width: 750px;
    margin: 2rem auto;
    text-align: center;
}

.rex .countdown .countdown-item,
.countdown.style-1 .countdown-item {
    display: inline-block;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.rex .countdown .countdown-item > span,
.countdown.style-1 .countdown-item > span {
    display: block;
    min-width: 130px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
}

.rex .countdown .countdown-item > span + span,
.countdown.style-1 .countdown-item > span + span {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    margin-top: 1rem;
    font-size: 3rem;
    font-weight: 400;
}

.rex .countdown .countdown-item > span + span span,
.countdown.style-1 .countdown-item > span + span span {
    position: relative;
    z-index: 2;
}

.rex .countdown .countdown-item > span + span::after,
.countdown.style-1 .countdown-item > span + span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(10, 11, 65, 0.58);
    -webkit-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
    transform: skew(-7deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.rex .countdown .row > div > span,
.countdown.style-1 .row > div > span {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
}

.rex .countdown .row > div > span + span,
.countdown.style-1 .row > div > span + span {
    position: relative;
    display: inline-block;
    padding: 25px 40px;
    margin-top: 1rem;
    font-size: 5rem;
    font-weight: 400;
}

.rex .countdown .row > div > span + span span,
.countdown.style-1 .row > div > span + span span {
    position: relative;
    z-index: 2;
}

.rex .countdown .row > div > span + span::after,
.countdown.style-1 .row > div > span + span::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(8, 3, 37, 0.4);
    -webkit-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
    transform: skew(-7deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.footer_link {
    font-family: monospace;
    font-size: 1.2em;
    text-decoration: none;
}
.footer_copy {
    font-size: 0.9em;
    text-decoration: none;
    color: lightgrey;
}

.img-z39 {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: -0.9em;
    z-index: 10;
}
.img-crazy {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: -1.0em;
    left: -0.1em;
    z-index: 10;
}
.img-hooot-logo {
    position: absolute;
    max-width: 100%;
    height: auto;
    top: -2.0em;
    left: 0.1em;
    z-index: 10;
}
hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.img-crd{
    position: absolute;
}

