/* Body */
/* font-family: eloquent-jf-pro, serif;
font-weight: 400;
font-style: normal; 

font-family: neuzeit-grotesk, sans-serif;
font-weight: 300;
font-style: normal;*/

body{
    /* font-family: Avenir, Helvetica, Arial, sans-serif; */
    font-family: neuzeit-grotesk, sans-serif;
    color: #2C1209;
    font-weight: 300;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
    background-color: #FFF6E9;
    width: 100%;
}
title{
    margin:0px;
    height: 100%;
    width: 100%;
}
h1{
    font-family: eloquent-jf-pro, serif;
    font-weight: 400;
    text-align: center;
    font-size: 80px;
    color: #DC6D49;
  }
/* title */
.subtitle{
    font-style: italic;

}
h2 {
    font-family: eloquent-jf-pro, serif;
    font-size: 40px;
    font-weight: 250;
    color: #DC6D49;
    text-decoration:underline;
    text-decoration-style: dashed;
    /* padding-bottom: 5px;
    border:0px;
    margin-bottom: 0px; */
}
  
input {
    margin: 0 7px;
}
/* water */


/*3 column water layout*/
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
    column-gap:30px;
  }
  .grid-item {
    padding: 20px;
    font-size: 30px;
    text-align: center;
  }

.box {
    height: 380px;
    width: 380px;
    /* position: absolute; */
    /* top: 50%;
    left: 50%; */
    margin-left: 50%;
    margin-top: 250px;
    transform: translate(-50%, -50%);
    background: #020438;
    border-radius: 100%;
    overflow: hidden;
}
.box .percent {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 64px;
}
.box .water {
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    background: #4d6de3;
    transition: all 0.3s;
}
.box .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}
.box .water_wave_back {
    right: 0;
    fill: #c7eeff;
    animation: wave-back 1.4s infinite linear;
}
.box .water_wave_front {
    left: 0;
    fill: #4d6de3;
    margin-bottom: -1px;
    animation: wave-front 0.7s infinite linear;
}
@keyframes wave-front {
    100% {
        transform: translate(-50%, 0);
   }
}
@keyframes wave-back {
    100% {
        transform: translate(50%, 0);
   }
}

.box .water2 {
    /* position: absolute; */
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(0, 100%);
    background: #4d6de3;
    transition: all 0.3s;
}
.box .water2_wave {
    width: 200%;
    position: absolute;
    bottom: 100%;
}
.box .water2_wave_back {
    right: 0;
    fill: #c7eeff;
    animation: wave-back 1.4s infinite linear;
}
.box .water2_wave_front {
    left: 0;
    fill: #4d6de3;
    margin-bottom: -1px;
    animation: wave-front 0.7s infinite linear;
}

/* scrollytelling */
#scrolly {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
}

#scrolly>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#scrolly-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

#scrolly-2>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#scrolly-3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
#scrolly-3>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

article {
    position: relative;
    padding: 0 1rem;
    max-width: 25rem;
    margin-right: 10%;
    /* background-color: white; */
}

figure {
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 0;
}

figure p {
    text-align: center;
    padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 8rem;
    font-weight: 900;
    color: #fff;
}

.step {
    margin: 0 auto 30rem auto;
    background-color: #DC6D49;
    color: #fff;
    border-radius: 15px;
    opacity: 75%;
}

.step:last-child {
    margin-bottom: 0;
}

.step.is-active {
    background-color: #DC6D49;
    border-radius: 15px;
    opacity: 100%;
}

.step p {
    text-align: left;
    padding: 1rem;
    font-size: 1.5rem;
}

ul.a {
    list-style-type: circle;
    text-align: left;
    padding-left:15%;
  }
li{
    padding-bottom: 25px;
}

  img {
    max-width: 100%;
  }
  .annotated-image-wrapper {
    position: relative;
    display: inline-block;
  }
  .annotated-image-wrapper .image-annotation {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    background: rgba(221, 109, 73);
    border-radius: 100%;
    cursor: pointer;
  }
  .popover-header{
      background-color: white;
      width: 300px;
      font-size: 35px;
  }
  .annotated-image-wrapper .image-annotation::after {
    display: block;
    content: "";
    border: 3px solid rgba(221, 109, 73);
    -webkit-border-radius: 30px;
    height: 40px;
    width: 40px;
    position: absolute;
    left: -10px;
    top: -10px;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
  }
  @-webkit-keyframes pulsate {
    0% {
      transform: scale(0.1, 0.1);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2, 1.2);
      opacity: 0;
    }
  }

