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; }

.fogg-flex-container {
  display: flex; }

.fogg-flex-child {
  margin: 5px;
  flex: 1;
  min-height: 100px;
  transition: all .5s ease-in-out; }

.fogg-flex-child:hover {
  box-shadow: -8px 3px 20px 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.1); }

.fogg-flex-container .motivation {
  background: #3FA9F5; }

.fogg-flex-container .ability {
  background: #00FBD0; }

.fogg-flex-container .trigger {
  background: #FF404B; }

.fogg-flex-child > p {
  margin-top: 10% !important; }

.fogg-flex-container span {
  font-weight: bold; }

.fogg-interaction-space {
  border: 1px solid black;
  margin-top: 30px;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.3);
  transition: all .5s ease-in-out; }

.fogg-instruction-space {
  transition: all .5s ease-in-out; }

.fogg-interaction-space > img {
  width: 90%; }

.fogg-instruction-space > * {
  margin: 10px; }

#motivation_instruction {
  background: #3FA9F5;
  padding: 50px; }

#ability_instruction {
  background: #00FBD0;
  padding: 50px; }

#trigger_instruction {
  background: #FF404B;
  padding: 50px; }

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