body {
    margin: 0;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 15px;
}

.wrapper {
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    width: 100%;
    height:100%;
    transition: 1s all;
    overflow: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.step-1, .step-2, .step-3 {
    top:-100%;
}

.step-1.revealed, .step-2.revealed, .step-3.revealed {
    top: 0%;
}

.countup {
    text-align: center!important;
    margin-bottom: 60px;
  }
  .countup .timeel {
    display: inline-block;
    padding: 10px;
    background:rgba(0, 0, 0, 0.5);
    margin: 0;
    color: white;
    min-width: 2.6rem;
    margin-left: 13px;
  }
  .countup div[class*="timeRef"] {
    margin-left: 0;
    background: white;
    color: black;
  }

.intro-box {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    color:white;
    text-align: center;
    width: 80%;
}
.intro-box .names {
    font-size: 30px;
    
}

.intro-box .date {
    font-size: 25px;
}

.intro-box div {
    text-align: left;
}

.questions {
    font-family: 'Nunito';
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
    color:black;
    padding:20px;
    margin:20px auto;
    display: none;
    max-width: 500px;
}

.results {
    background: rgba(255, 255, 255, 0.8);
    color:black;
    padding:20px;
    margin:20px auto;
    width: 80%;
}

.results-page.next {
    position: absolute;
    bottom:15%;
    width: 100%;
    text-align: center;
}

#back {
    display: none;
}
.results .date {
    font-family: 'Nunito';
    font-weight: bold;
}

.step-1.revealed .questions {
    display: block;
}

.questions .date {
    font-size: 32px;
    font-family: 'Nothing You Could Do', cursive;
}

.intro-box .next {
    text-align: center;
}
.step-1 .next {
    text-align: center;
    margin: 20px auto;
}

.video-wrapper {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%); 
    text-align: center;
}

button {
    font-family: 'Nothing You Could Do', cursive;
    background: none;
    padding:20 40;
    border: 2px solid white;
    outline: none;
    color:white;
    transition: 1s all;
    cursor: pointer;
}

button:hover {
    background: white;
    color:black;
    border: 2px solid black;
}

input {
    padding:5px;
    font-family: 'Nunito';
    font-weight: bold;
}

@media only screen and (max-width: 840px) {

    #countup1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 190px;
        margin: 20px auto;
    }
    .countup .timeel {
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        margin-bottom: 10px;
        color: white;
        flex: 0 0 25%;
    }


  }

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background-size: contain;
    background-position: center;
    background-image: url(../assets/images/loading_heart.gif);
    background-repeat: no-repeat;
    background-color: white;
}