/*
Theme Name: JLStages Promo
Version: 0.5
Author: Jan Kadeřábek / JJBruce
Description: Our Theme.
Tags: minimal, simple, responsive, light-weight
*/
/* header.wp-block-template-part {
    display: none !important;
} */
@font-face {
    font-family: "AeroMaticsBold";
    src: url("fonts/Aero Matics Display Bold.ttf");
}
@font-face {
    font-family: "AeroMaticsLight";
    src: url("fonts/Aero Matics Display Light.ttf");
}

html {
    background-color: #000;
    /* font-size: 8vw; */
    overflow: hidden;
    overflow-y: auto;
}
/* @media (max-height: 50em) {
    html {
        overflow-y: auto;
    }
} */
/* @media screen and (min-width: 2500px) {
    html {
        font-size: 7vw;
    }
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 10vw;
    }
}*/
/* @media screen and (max-width: 600px) {
    html {
        font-size: 18vw;
    }
} */

head {
    margin: 0;
}
body {
    font-family: "AeroMaticsBold", sans-serif;
    /* height: 100vh; */
    margin: 0;
    font-size: 150px;
    /* text-transform: uppercase; */
}

@media screen and (max-width: 1024px) {
    body {
        font-size: 120px;
    }
}
#main {
    background: rgba(0,0,0,1);
}
#countdown, #head1, ul, h2 {
    /* display: flex; */
    display: block;
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    /* min-height: 75vh; */
    /* width: 100vw; */
    margin: 0;
    /* line-height: 1em; */
    color: #fff;
    text-shadow: 2px 2px 4px #000;
    /* text-shadow: 20px 20px 20px #000; */
    /* z-index: 101; */
    position: relative;
}
#countdown {
    color: rgb(255 104 104);
}
#head1 {
    /* margin-top: -8%; */
    line-height: 0.6em;
    /* margin-top: -1.3em; */
    /* font-size: 5vw; */
    font-size: 80%;
    /* color: rgb(255 70 70); */
    /* text-decoration: underline; */
    /* border-bottom: 1px solid white; */
    /* margin-bottom: 0.2em; */
    /* max-width: 1082px; */
    /* margin: auto; */
    /* margin-bottom: 0.1em; */
    margin-top: 0.5em;
    padding-bottom: 0.2em;
}
h2 {
    color: rgb(255 104 104);
    font-size: 25%;
    margin-top: -0.5em;
    position: relative;
    /* opacity: 0.6; */
    font-weight: normal;
    /* margin-top: 2em; */
    /* text-decoration: underline; */
    margin-bottom: 1em;
}
@media screen and (max-height: 1200px) {
    #head1 {
        margin-top: 0.3em;
    }
}
@media screen and (max-height: 1080px) {
    #head1 {
        margin-top: 0.3em;
    }
}
#head1 span{
    color: rgb(255 104 104);
    font-size: 30%;
    vertical-align: super;
    text-transform: uppercase;
}
@media screen and (min-width: 1600px) {
    #head1 {
        font-size: 90%;
    }
}

@media screen and (max-width: 650px) {
    #head1 {
        font-size: 70%;
    }
}
ul {
    /* margin-top: 16%; */
    /* margin-top: 12em; */
    /* bottom: 0px; */
    /* bottom: 12em; */
    /* bottom: 0; */
    /* top: 12em; */
    /* margin-top: 12em; */
    /* display: block; */
    /* text-transform: uppercase; */
    /* font-size: calc(0px + 1.4vw); */
    /* font-size: calc(0px + 1.4vw); */
    font-size: 17.5%;
    font-family: "AeroMaticsLight", sans-serif;
    padding: 0;
    /* margin: 0; */
    font-weight: bold;
    padding-bottom: 1em;
    list-style-position: inside;
    /* font-weight: bold; */
}
@media screen and (max-width: 1024px) {
    ul {
        font-size: 22%;
    }
}
.slideshow-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mySlides {
    /* z-index: 100; */
    position: fixed;
    animation: zoom-in-zoom-out 10s linear infinite;
}
.mySlides img {
    animation-name: fade;
    animation-duration: 10s;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
@keyframes fade {
    0% {opacity: 0.0;}
    10% {opacity: 1.0;}
    90% {opacity: 1.0;}
    100% {opacity: 0.0;}
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1.1, 1.1);
    }
}
#screenshots-text {
    position: absolute;
    display: block;
    color: #fff;
    /* z-index: 1000; */
    opacity: 1;
    bottom: 5px;
    right: 5px;
}
.mySlides {
    display: none;
    opacity: .8;
}
.red {
    display: contents;
    /* color: rgb(255, 0, 0); */
    color: rgb(255 104 104);
    
    font-weight: bold;
}
.email {
    opacity: .8;
    margin-top: 3em;
    font-weight: normal;
    font-size: 13%;
}
.email li {
    padding: 0;
    display: block;
}
span.underline a {
    opacity: .9;
    color: #fff;
    /* color: rgb(255 42 42); */
    text-decoration: underline;
}
span.underline a img{
    height: 2em;
    margin-top: .3em;
}
span.underline a:hover {
    text-decoration: none;
    opacity: 1;
}
.bold {
    font-weight: bold;
    display: contents;
}
/* form {
    display: block;
    position: absolute;
} */

ul.steps {
    max-width: 880px;
    margin: auto;
    padding-top: 0.4em;
}
@media screen and (max-width: 1024px) {
    ul.steps {
        /* border-top: 1px solid white; */
    }
}
li {
    padding-bottom: .75em;
    /* list-style-type: decimal !important; */
    /* list-style: armenian; */
    display: inline-block;
    padding: 0 0.5em 0.5em 0.5em;
    /* text-align: left; */
    opacity: 1;
}

/* @media screen and (max-width: 1024px) {
    ul.steps {
        font-size: 17.5%;
    }
} */

li.dim {
    font-weight: normal;
    opacity: .7;
}

div.give-wrap.give-grid-ie-utility {
    font-size: initial;
    max-width: 731px;
    margin: auto;
    position: relative;
    margin-bottom: 4em;
}
button.give-donor__load_more.give-button-with-loader {
    display: none;
}
div.give-donor-details__wrapper {
    display: none;
}
span.give-donor-details__total {
    margin: auto;
    font-size: 160%;
}
div.give-donor-container__image {
    background: #f5f5f5;
}
span.give-donor-container__image__name_initial {
    font-size: 170%;
    color: #363636;
    /* font-weight: bold; */
    font-family: "AeroMaticsLight", sans-serif;
}

h3 {
    font-size: 23.5%;
    font-family: "AeroMaticsLight", sans-serif;
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0.6em;
}
.give-totals-shortcode-wrap {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 0.5em;
}