@import url('https://fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');

#title-slide {
  font-size: 30px!important;
}

#title-slide h2 {
  font-size: 2.3em!important;
}

.speech {
 font-family: 'Fuzzy Bubbles', cursive; 
}

.title-box {
  background-color: white;
  padding: 25px;
  border: 5px solid black;
  text-align: center;
  width: 80%;
  margin: auto;
}

.strokeme {
  color: white;
  text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}


.slide-number:first-child {
  display:none!important;
}


h2 {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

<!---
.reveal .footer {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
  padding-bottom: 10px;
}

---!>

.imgshadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.cite-compact {
  vertical-align:middle;
}

.box {
  margin-top: 10px;
  margin-right: 10px;
  border: 5px solid #006DAE;
  padding: 10px;
  font-size: 20px;

}

.yellow {
  color: #fed75a;
}

.small {
  font-size: 0.5em;
}

.location {
  font-size: 0.8em;
}

.scroll {
  overflow: scroll;
}

.textit {
  font-style: italic;
}

.h4 {  height: 400px; }
.h5 {  height: 500px; }
.h-80 { height: 80%; }
.h-100 { height: 100%; }

.font-small {
  font-size: 1.2rem;
}




.fa-ul {
    list-style-type: none!important;
    margin-left: var(--fa-li-margin, 2.5em)!important;
    padding-left: 0!important;
}



.story {
  background-color: black;
  color: white;
  font-size: 0.3em;
  padding: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  vertical-align: middle;
}


#title-slide {
  text-align: left;
}


.reveal .slide blockquote {
	font-weight: 300;
	font-size: 3rem;
	max-width: 1000px;
	line-height: 1.4;
	position: relative;
	margin: auto;
	padding: .5rem;
	border-left-width: 0;
}

.cite-compact {
  vertical-align:middle;
}

blockquote:before,
blockquote:after {
	position: absolute;
	color: #006DAE;
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

blockquote:before {
	content: '“';
	left: -5rem;
	top: -2rem;
}

blockquote:after {
	content: '”';
	right: -5rem;
	bottom: 1rem;
}




.content__container__list {
  margin: 0!important;
  text-align: center!important;
  list-style: none!important;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
.content__container__list__item {
  line-height: 1.2em;
  margin: 0!important;
}



@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}



.img-hor {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}




ol {
  counter-reset: li;
  list-style-type: none!important;
  font-size: 1em;
  line-height: 1.2em;
  padding-left: 10px;
}
ol li {
  position: relative;
  padding: 5px 0 5px 1.5em;
}
ol li:before {
  content: counter(li);
  counter-increment: li;
  margin-top: 0.0em;
  line-height: 1em;
  height: 1em;
  width: 1em;
  background-color: #006DAE;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 4px;
}



