body {
  text-align: center;
  /*   transition: all .4s ease-in-out; */ }

html {
  margin: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute; }

.caps {
  text-transform: uppercase; }

h1 {
  font-size: 2.5em; }

h2 {
  font-size: 2em; }

.red-button {
  transition: all .5s ease-in-out;
  border-radius: 10px;
  background-color: #FF6666;
  color: #FEFEE5;
  box-shadow: 0.5px 1px 2px 1px rgba(0, 0, 0, 0.3);
  margin: 0px 20px 10px 20px; }

.temp {
  /*   border: 2px dashed green; */ }

.red-button:hover {
  cursor: pointer;
  background-color: #DD5858;
  font-size: 1.87em;
  transform: scale(1.1); }

.light {
  font-weight: lighter; }

.inactive-button {
  font-size: 1.7em;
  border-radius: 10px;
  background-color: #F48788;
  color: #DD5858; }

.twenty-vh-spacer {
  width: 100%;
  position: relative;
  height: 20vh; }

#intro-square {
  pointer-events: none; }

@media (min-width: 320px) {
  .book {
    height: 220px; }

  .fear-counter {
    left: 50%;
    transform: translateX(-50%) scale(0.3);
    top: -5%;
    position: absolute; }

  /* smartphones, iPhone, portrait 480x320 phones */
  #and-motion {
    font-size: 2.3em; }

  .animatedDiv {
    top: 60px;
    left: 7%;
    transform: scale(0.32) translateX(0%); }

  .box-section {
    width: 60vw;
    height: 60vw;
    margin: 10px;
    color: white;
    font-size: 1em;
    text-align: center; }

  #intro-square {
    position: absolute;
    width: 60vw;
    height: 50vw;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2); } }
@media (min-width: 481px) {
  /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
  .book {
    height: 220px; }

  .fear-counter {
    left: 50%;
    transform: translateX(-50%) scale(0.4);
    top: -3%;
    position: absolute; }

  #and-motion {
    font-size: 3.3em; }

  .animatedDiv {
    top: 0px;
    left: 0%;
    transform: scale(0.5); }

  .box-section {
    width: 33vw;
    height: 33vw;
    margin: 10px;
    color: white;
    font-size: 1em;
    text-align: center; }

  #intro-square {
    position: absolute;
    width: 60vw;
    height: 50vw;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2); } }
@media (min-width: 641px) {
  /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
  .book {
    height: 220px; }

  .fear-counter {
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    top: 0%;
    position: absolute; }

  #and-motion {
    font-size: 4.3em; }

  .animatedDiv {
    top: 00px;
    left: 9.5%;
    transform: scale(0.6) translateX(0%); }

  .box-section {
    width: 17vw;
    height: 17vw;
    margin: 10px;
    color: white;
    font-size: 1em;
    text-align: center; }

  #intro-square {
    position: absolute;
    width: 40vw;
    height: 30vw;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2); } }
@media (min-width: 961px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .book {
    height: 280px; }

  .fear-counter {
    left: 50%;
    transform: translateX(-50%) scale(0.6);
    top: 7%;
    position: absolute; }

  .animatedDiv {
    top: 100px;
    left: 20%;
    left: 39%;
    transform: scale(0.64) translateX(-35%); }

  .box-section {
    width: 14vw;
    height: 14vw;
    margin: 10px;
    color: white;
    font-size: 1em;
    text-align: center; }

  #intro-square {
    position: absolute;
    width: 35vw;
    height: 30vw;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2); }

  .flex-child-main {
    margin-bottom: 150px; } }
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
  .book {
    height: 280px; }

  .fear-counter {
    left: 50%;
    transform: translateX(-50%) scale(0.7);
    top: 7%;
    position: absolute; }

  .animatedDiv {
    top: 100px;
    left: 20%;
    left: 41%;
    transform: scale(0.64) translateX(-35%); }

  .flex-child-main {
    margin-bottom: 350px; }

  #intro-square {
    position: absolute;
    width: 30vw;
    height: 25vw;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2); } }
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */ }

/*# sourceMappingURL=mediaQueries.css.map */
