body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.1);*/
}
#homeLink {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}
#rs {
  width: 50px;
  height: 42px;
  background-color: black;
  color: white;
  border: solid medium #f5f6f8;
  border-radius: 4px;
  font-family: 'Droid Serif', serif;
  font-size: 1.75em;
  font-weight: 800;
  text-align: center;
  padding-top: 10px;
}
.container {
  width: 100%;
  height: 100%;
  /*max-width: 800px;*/
  margin: 0 auto;
  background-color: #fff;
}
#outervis {
  position: fixed;
  width: 100%;
  /*max-width: 800px;*/
  z-index: 100;
  background-color: white;
  padding-top: 10px;
  pointer-events:none;
}
#vis {
  /*display: table-cell;*/
  width: 100%;
  max-width: 500px;
  height: 55vh;
  max-height: 500px;
  margin: 0 auto;
  /*padding-left: 50px;*/
  /*vertical-align: middle;*/
}
#vis .compounds {
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 1em;
  margin: 5px auto;
}
#vis .sub-title {
  font-size: 80px;
  text-anchor: middle;
}
#graphic {
  padding-top: 60px;
}
#fullpage {
  /*position: relative;*/
  /*display: inline-block;*/
  width: 100%;
  float:left;
}
.section {
  /*padding-left: 50px;*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 23px;
  color: #767678;
}
.section .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  /*font-weight: bold;*/
  margin-bottom: 2px;
  color: #262626;
  line-height: 1.2em;
  display: inline-block;
  max-width: 600px;
}
.section .subtitle {
  display: inline-block;
  max-width: 600px;
}
.content {
  /*height: 100%;*/
  /*padding-top: 650px;*/
  width: 100%;
  margin: 0 auto;
  background-color: #f2f2f2;
}
.innerContent {
  /*margin: 650px auto 0 auto;*/
  /*display: table;*/
  /*margin: 0 auto;*/
  padding-top: 20px;
  width: 30%;
  margin-left: 35%;
}
.finalContent {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.pageTitle {
  font-family: 'Cormorant', serif;
  font-weight: 700;
  font-size: 4em;
  color: #000;
}
.pageSubTitle {
  font-family: 'Cormorant', serif;
  font-weight: 200;
  font-style: italic;
  font-size: 2em;
  margin: 0;
}
.paragraphTitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  padding: .5em 20px 0 20px;
  color: #000;
}
.paragraphDetail {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25em;
  padding: .4em 20px 0 20px;
  color: #000;
  /*color: #767678;*/
}
.finalContent .pageTitle {
  text-align:center;
  padding-top: 40px;
}
.finalContent img {
  width: 50px;
  padding: .5em 0 0 20px;
  cursor: pointer;
}
#linkContainer {
  padding: .5em 0 0 20px;
  display: inline-block;
  cursor: pointer;
}
#linkContainer img {
  padding: 0px;
}
#linkContainer .paragraphTitle {
  padding: 0 20px;
}
#paperDetail {
  line-height: 30px;
  margin-top: 10px;
}
#onsetlink {
  color: black;
  background-color: lightblue;
  text-decoration: none;
  /*text-decoration-style: dotted;
  text-decoration-color: #c3c3c3;*/
}
#onsetlink:hover {
  color: white;
}
#videoFrame {
   text-align: center;
   background-color: #eee;
   margin-top: 1em;
}
#videoFrame iframe {
   padding: 10px 0;
   width: 80vw;
   height: 40vh;
   max-width:640px;
   max-height:360px;
}
#finalContentPageTitle {
  margin-bottom: 0.5em;
}
@media all and (max-width: 750px) {
  .pageTitle {
    font-size: 2.5em;
  }
  .pageSubTitle {
    font-size: 1.25em;
  }
  .paragraphTitle {
    font-size: 1.5em;
    margin-bottom: 0px;
    padding: .2em 10px 0 10px;
  }
  #linkContainer .paragraphTitle {
    padding: 0 10px;
  }
  .paragraphDetail {
    font-size: 1em;
    padding: 0 10px 0 10px;
  }

  #paperDetail {
    line-height: 20px;
    margin-top: 10px;
  }

  #outervis {
    padding-top: 5px;
  }

  #vis .compounds {
    font-family: 'Droid Serif', serif;
    font-size: 2.5vw;
  }
  .content {
    background-color: #fff;
  }
  .innerContent {
    /*padding-top: 20px;*/
    width: 100%;
    margin-left: 0px;
    /*padding: 20px;*/
  }

  .section .title {
    padding: 0 20px;
  }
  .section .subtitle {
    padding: 0 20px;
  }

  #vis {
    max-height: 300px;
  }

  #vis .pageTitle {
    font-size: 10vw;
  }

  #vis .setTitle {
    font-family: 'Droid Serif', serif;
    font-size: 3vw;
  }

  #vis text.outline {
    font-family: 'Droid Serif', serif;
    font-size: 2.5vw;
  }
  #vis text.textjoinmode {
    font-family: 'Droid Serif', serif;
    font-size: 2vw;
  }
  #fp-nav {
    top: 43%;
  }
  #fp-nav.left {
    left: 0px;
  }
  .finalContent {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .finalContent img {
    width: 40px;
    padding: 1em 0 0 20px;
    cursor: pointer;
  }
  #linkContainer {
    padding: 1.5em 0 0 20px;
    display: inline-block;
    cursor: pointer;
  }
  #finalContentPageTitle {
    padding-top: 15px;
    margin-bottom: 0;
  }
  #videoFrame {
     margin-top: 10px;
  }
  #videoFrame iframe {
    height: 30vh;
     padding: 5px 0;
  }
  #homeLink {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1000;
  }
  #rs {
    width: 30px;
    height: 25px;
    padding-top: 6px;
    font-size: 1em;
  }
}
