@import url('https://fonts.googleapis.com/css?family=Raleway:200,500,900|Poppins:300&amp;subset=latin-ext&display=swap');

/* theme */

html {
  font-size: 100%;
  line-height: 1.5rem;
  background-color: #ffffff;
  color: #333333;
  /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2); */
}

body {
  font-family: "Montserrat", sans-serif;
}

.navigation, .credits, .switches {
  display: none;
}

.ft-page {
  padding: 2rem;
  background-color: #ffffff;
}

.flowtime h1,
.flowtime h2,
.flowtime h3,
.flowtime h4,
.flowtime h5,
.flowtime h6,
.flowtime p,
.flowtime ul,
.flowtime ol,
.flowtime dl,
.flowtime li,
.flowtime dt,
.flowtime dd {
  display: block;
     -moz-transition: all 0.3s cubic-bezier(.77, .10, .22, 1);
  -webkit-transition: all 0.3s cubic-bezier(.77, .10, .22, 1);
          transition: all 0.3s cubic-bezier(.77, .10, .22, 1);
}

/* headings */

.flowtime h1,
.flowtime h2,
.flowtime h3,
.flowtime h4,
.flowtime h5,
.flowtime h6 {
  font-family: "Montserrat";
  font-weight: bold;
  color: #9f0e45;
  /* text-shadow: 1px 2px 0 rgba(255,255,255,0.2); */
}

.flowtime h1 {
  font-size: 3.5rem;
  line-height: 3rem;
  margin: 1rem 0 2rem 0;
}

.flowtime h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 2rem 0;
}

.flowtime h3 {
  font-size: 2rem;
  line-height: 2rem;
  margin: 2rem 0;
}

.flowtime h4,
.flowtime h5,
.flowtime h6 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 2rem 0;
}

/* paragraph */

.flowtime p {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 2rem 0;
}

/* lists */

.flowtime ul,
.flowtime ol,
.flowtime dl {
  font-size: 1.75rem;
  line-height: 2rem;
  margin: 2rem 0;
}

.flowtime ul,
.flowtime ol,
.flowtime dl {
  margin: 0 2rem;
}

.flowtime li,
.flowtime dd {
  line-height: 1.75rem;
  margin-bottom: 1rem;
  position: relative;
}

.flowtime dt {
  position: relative;
}

.flowtime ul li:before,
.flowtime dl dt:before {
  content: "\2022";
  text-align: right;
  color: #9f0e45;
  margin-right: 0.5rem;
  display: inline-block;
  position: absolute;
  left: -1rem;
}

.flowtime ol {
  counter-reset: list;
}

.flowtime ol li:before {
  content: counter(list) ".";
  counter-increment: list;
  font-size: 0.75em;
  color: #9f0e45;
  margin-right: 0.5rem;
  display: inline-block;
  position: relative;
  top: -0.075em;
}

.flowtime dl dd {
  font-size: 0.8em;
  margin-left: 1rem;
}

.flowtime small {
  font-size: 0.6em;
  vertical-align: middle;
}

.flowtime pre,
.flowtime code {
  font-family: monospace;
  margin: 1rem 0;
}

.flowtime strong {
  font-weight: bold;
  color: #9f0e45;
  /* text-shadow: 1px 2px 0 rgba(0,0,0,0.5); */
}

/* quotes and citations */

.flowtime q {
  quotes: "“" "”";
}

.flowtime q:before {
  content: open-quote;
}

.flowtime q:after {
  content: close-quote;
}

.flowtime blockquote {
  font-size: 1.5rem;
  margin: 1.5rem 2rem;
  padding: 1rem;
  background-color: rgba(0,0,0,0.3);
  border-left: 0.5rem solid rgba(255,255,255,0.5);
  border-radius: 0.5rem;
}

.flowtime q,
.flowtime cite,
.flowtime blockquote {
  font-style: italic;
}

/* variations */

.flowtime .small {
  font-size: 0.6em;
}

.flowtime .attention {
  color: #ff0000;
  /* text-shadow: 1px 2px 0 #000000, 1px -1px 0 rgba(0,0,0,0.3), -1px -1px 0 rgba(0,0,0,0.3), -1px 1px 0 rgba(0,0,0,0.3) */
}

/* links and focus */

.flowtime a,
.flowtime a:link,
.flowtime a:visited,
.flowtime a:hover,
.flowtime a:active,
.flowtime a:focus, 
.flowtime a:hover img,
.flowtime a:active img,
.flowtime a:focus img {
  color: #9f0e45;
  /* text-shadow: 1px 1px 0 #000000; */
     -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.flowtime a:hover,
.flowtime a:active,
.flowtime a:focus, 
.flowtime a:hover img,
.flowtime a:active img,
.flowtime a:focus img {
  color: #700a31;
  outline: none;
  /* background-color: rgba(255,255,255,0.2); */
  /* -webkit-box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.5);
          box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.5); */
}

.flowtime a:hover img,
.flowtime a:active img,
.flowtime a:focus img {
  opacity: 0.8;
  /* -webkit-box-shadow: 1px 2px 5px 3px rgba(159,14,69,0.2);
          box-shadow: 1px 2px 5px 3px rgba(159,14,69,0.2); */
}

/* stackable content */

.flowtime .stack {
  width: 100%;
  height: 100%;
  margin: 1rem 0;
  position: relative;
}

.flowtime .stacked {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.flowtime img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

/* horizontally and vertically centered stackable content */

.flowtime .stack-center {
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top:  2rem;
  right:  2rem;
  bottom: 2rem;
  left:   2rem;
}

.flowtime .stack-center:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.flowtime .stack-center .stacked-center {
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.flowtime .stack-center .stacked-center li {
  text-align: left;
}

.flowtime .stacked-center img {
  display: inline-block;
}

.flowtime .stacked-center img {
	display: inline-block;
}

/* media queries */

@media screen and (min-height: 41em) and (min-width: 80em)
{
  html {
    font-size: 120%;
  }

  .ft-page {
    
  }
}

@media screen and (min-height: 50em) and (min-width: 90em)
{
  html {
    font-size: 140%;
  }

  .ft-page {

  }
}

@media screen and (max-height: 36.14em)
{
  html {
    font-size: 50%;
  }

  .ft-page {
    
  }
}

/* parallax demo */

.parallax-demo {
  overflow: hidden;
}

.parallax-demo .kingmix {
  position: absolute;
  left: 20%;
  bottom: -10%;
  z-index: 50;
}

.parallax-demo .sax {
  position: absolute;
  left: 6%;
  bottom: -18%;
  z-index: 40;
}

.parallax-demo .tone {
  position: absolute;
  left: 49%;
  bottom: -32%;
  z-index: 30;
}