/* //////////// */
/*    GENERAL   */
/* //////////// */
@font-face {
  font-family: "Inconsolata_Medium";
  src: url("fonts/Inconsolata-Medium.woff");
}
@font-face {
  font-family: "Inconsolata_Light";
  src: url("fonts/Inconsolata-Light.woff");
}

body {width:100%;height:100%;margin:0;background-color: snow;}
p {padding: 0px; margin: 0px;} 
a, a:visited {color: inherit;text-decoration: none;}
/* ////// */
/* COLORS */
/* ////// */

#leftBan {background-color:#ff8b6b}
.c1 {background-color:#ff8b6b;}
.c2 {background-color:rgb(236, 247, 253)}
.c3 {background-color:rgb(235, 252, 249)}


#leftBan:hover #icon {stroke:#6d3dc0;}
#icon {stroke:#000000;}

.aboutRotated {background-color:rgba(0,0,0,0.05)}

#current #currTitle {background-color: #ffe7d1;}
#current #currIntercooler {background-color: seashell}
#current #currDigitalSystem {background-color: snow}
#current #currThrottleBody {background-color:seashell}

div.footer,
#whisper div.fullspan.titlespan,
#whisper div.fullspan.subtextbanner {background-color:#ffe7d1;}
#whisper2, #whisper4, #whisper6, #whisper8, #whisper10 {background-color:seashell}

#whisper div.aspectRatio img{background-color: #FFFFFF;}
#whisper div.fullspan.subtextbanner p,
#whisper div.aresearchTitle  {border-color: white; color: black;}



/* street view */

#street div#fullspan2 {background-color:#ffb28f;}
#street div#fullspan6 {background-color:#ffb28f}


/* //////////// */
/*     MAIN     */
/* //////////// */
#ban {
  position: fixed;
  z-index:1000;
  height: 70px;
  /* background-color: rgb(138, 255, 216); */
  top: 0px;
  width:100%;
  box-shadow: 0px 0px 4px 1px lightgrey;
}
#leftBan {position: absolute;height: 70px; width:100%;}
#ban:not(.low) {
  height: auto;
  min-height:70px;
}
#ban.low {
  height: auto;
  min-height:40px;
  box-shadow: 0px 0px 4px 1px lightgrey;}
  
#icon {
  position: absolute;
  left:20px;
  height: 70px;
  padding: 0px 10px 0px 0px;
  stroke-width:5;
  stroke-opacity:1}

#title {
  position: absolute;
  left:70px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0px auto;
  text-align: center;
  font-family: Inconsolata_Light;
  font-size: 20pt;
  user-select: none; 
  width:auto;
  padding: 20px 25px;
  z-index:1000;}


#menuTopCntr {
  position: relative;
  display: none;
  height: 70px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index:1000;
  width:85%;
  padding: 0px 25px;}

#menuTopCntr div.header{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 25px 30px;
  font-family: Inconsolata_Light;
  font-size: 17pt;    
  user-select: none; }

#menuTopCntr div.header a{ overflow: visible; max-height:20px;}
.header:hover {cursor: pointer;}

#menuTopCntr a, #coursesDrop a, #researchDrop a, #title a, #mobDrpDwn div a{
  text-decoration: none;}

#researchDrop, #coursesDrop{
  font-family: Inconsolata_Light;
  font-size: 17pt;
}

#menuTopCntr div.header div{
  position: absolute;
  top:70px;
  left:20px;
  min-width: 150px;
  width: auto;
  height: 0px;
  padding: 0px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: left;
  z-index: 900;
  transition-property: height, padding-top, padding-bottom, color;
  transition-duration: 0.1s;
  transition-timing-function: linear;}
#menuTopCntr div.header div a {
  opacity: 0;
  transition: opacity 0.3s linear 0.1s;}
#menuTopCntr div.header div.active a {
  opacity: 1;}

#menuTopCntr div.header div.active {
  height: auto;
  max-height:200px;
}

#menuBars {
  position: fixed;
  right: 0;
  top: 5px;
  display: inline-block;
  width: 20px;
  z-index:1000;
  cursor: pointer;
  padding: 18px 40px 0px 40px;}
.bar1, .bar2, .bar3 {
  position: relative;
  z-index:-100;
  width: 20px;
  height: 2px;
  background-color: black;
  margin: 4px 0px;
  transition: 0.4s;
  border-radius: 2px;}
 .active .bar1 {
  -webkit-transform: rotate(-45deg) translate(-0px, 6px);
  transform: translate(-0px, 6px) rotate(-45deg) ;}
 .active .bar2 {opacity: 0;}
 .active .bar3 {
  -webkit-transform: rotate(45deg) translate(-0px, -6px);
  transform: translate(-0px, -6px) rotate(45deg);}

#mobDrpDwn {
  position: fixed;
  display:none;
  width:0%;
  height:auto;
  text-align: right;
  font-family: "Inconsolata_Light";
  font-size: 17pt;
  margin-top: 68px;
  z-index: 1000;
  background-color: rgba(1,1,1,0.1);
  top: 0px;}
#mobDrpDwn.active {
  width: 100%;}

#mobDrpDwn div {
  width:0%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  box-sizing:border-box;
  user-select: none; }
#about{transition: width 0.1s ease-in-out ;}
#research {transition: width 0.2s ease-in-out ;}
#courses {transition: width 0.3s ease-in-out ;}
#mobDrpDwn.active div {
  width: 100%;
  cursor: pointer;}

#mobDrpDwn.active div.drpDwnTitle {
  padding: 7px 25px 7px 15px;
  margin-top: 5px;}
#mobDrpDwn.active div.subTitle {
  height: 0px;
  padding: 0px 25px 0px 15px;
  transition: height 0.2s linear;}
#mobDrpDwn.active div.subTitle a {
  opacity: 0;
  transition: opacity 0.2s linear 0.1s;}
#mobDrpDwn.active div.subTitle.active {
  display: inherit;
  height: 37px;
  padding: 7px 25px 7px 15px;
  margin: 5px 0px;}
#mobDrpDwn.active div.subTitle.active a {
  opacity: 1;}
div.subTitle a, div.drpDwnTitle a {
  width: 100%;
  padding: 5px;
  display: inline-block;}
div.subTitle a, div.drpDwnTitle a:hover {background-color: #FFF;}

h1, h2, h3 {font-family: "Inconsolata_Light";}
h1 {font-size: 18pt;}
h2 {font-size: 16pt;}
h3 {font-size: 14pt;}

/* .footer p {padding: 20px;} */

/* ///////////////////////// */
/*     ABOUT  / WATERSHED    */
/* ///////////////////////// */

#aboutContainer, #watershedContainer {padding: 45px 0px;}
#aboutInner,#watershedInner {
  position: relative;
  display: inline-block;
  width: 100%; 
/* background-color: cadetblue; */
}
#aboutInner > div:not(.footer), #watershedInner > div:not(.footer) {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0px auto;
  font-size: 16pt;
  text-align: left;
  font-family: "Inconsolata_Light";
  /* background-color: cornflowerblue; */
}

.aboutRotated, .watershedRotated {
  padding: 5px 12% 5px 0px;
  display: block;
  margin: 25px auto;
  right: 84%;}


.aboutRotated p, .watershedRotated p {
  text-align: right;
  font-weight: bold;
}

.aboutText, .watershedText {
  padding-left: 25px;
  margin: 25px auto;
  border-left: 2px solid black;
  max-width: 80%;
}

/* ///////////// */
/* BEGIN CURRENT */
/* ///////////// */

#current {
  position: absolute; 
  top:70px; 
  width: 100%; }
#current h1{
  font-size:30px; }
#current .maxwidth {
  display: flex;
  text-align: left; 
  margin-left: auto; 
  margin-right: auto;}
.currentLeft, .currentRight {
  display: inline-block; 
  margin: 0;
  vertical-align: middle;}
.currentLeft {
  height: 100%;
  width: 39%; 
  text-align: left;}
.currentRight {
  position: relative;
  width: 59%; 
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;}

#current .currSpan {
  padding: 10px;
  font-family: "Inconsolata_Light";}

#current #currTitle {
  padding: 20px 10px 10px 10px;}
#current #currTitle h1 {
  text-align: right; padding-right:20px;
  font-size: 40px;
  user-select: none;
  -webkit-user-select: none;}
.toDoTable {
  margin:20px 0px;
  min-width: 150px;
  border: 1px solid black;}
.toDoTable h2 {font-size: 20px;padding: 0px 20px;}
.toDoTable ul li {padding:5px 0px}
.currentGallery {
  position: relative;
  width:auto;
  margin: 20px;}
.currentGallery img.active {
  width: 100%;}
.currentGallery img:not(.active) {
  display:none;}
.currentGallery div {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  color: grey;
  font-weight: bold;
  font-size: 20px;
  user-select: none;
  -webkit-user-select: none;
}
.currentGallery div:hover {
  color: fuchsia;
}
/* .currentGallery div p {
  position:absolute;
  top:50%;
  height:100%
} */
.next, .next p {
  right: 0;
  text-align: right;
  border-radius: 3px 0 0 3px;}
#current #currIntercooler {}
/* #currThrottleBody .toDoTable{
  margin-top:100px;
} */
#currThrottleBodyImg {
  width:100%;
}

#current #currDigitalSystem {}

/* ////////////// */
/* BEGIN RESEARCH */
/* ////////////// */

#mainPage {
  position: relative;
  top:50px;
  width:100%;
  padding: 0px;
  margin: 0px;
  text-align: center;}
#researchContainer {
  position: relative;
  width: 100%;}
  div.aResearch, div.aCourse {width: 100%;}
div.fullspan {
  width: 100%; 
  margin: 0px auto;
  height: auto; 
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Inconsolata_Light";}

#whisper div.fullspan {
  font-size: 0pt;
}
#whisper div.footer {font-size:14pt;}
#whisper div.maxwidth {
  position: relative;
  width:100%;
  font-size: 0;
  display: inline-block;}

#whisper div.aResearchTitle {
  width: 40%;
  vertical-align: top;
  position: relative;
  display: inline-block;
  text-align: right;}
#whisper div.verticalalign {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);}
#whisper p#whisperSubtext {
  font-size: 14pt;
  line-height: 1.3em;
  padding: 10px 0px;}
#whisper p#whisperSubTitle {
  font-size: 16pt;
  line-height: 1.3em;
  padding: 10px 0px;}
#whisper div.researchIcon {
  display: inline-block;
  height: 100%;
  width: 100%;
  max-width: 45%;
  box-sizing: border-box;
  padding: 20px;}
#whisper div.aspectRatio img{
  border-radius: 50%;
  max-width:100%;}
#whisper div.fullspan.subtextbanner p {
  display: inherit;
  padding: 5px 10px;
  max-width: 570px;
  margin: 20px auto;
  border-width: 2px 0 2px 0;
  border-style: solid;}

.whisperTitle {
  cursor: pointer;
  font-size: 16pt; 
  width:100%; 
  height:50px;
  text-align: left; 
  font-weight: bold;
}
.whisperTitle:not(.closed) {
  margin-bottom:15px;
}
.whisperTitle > div {
  position: relative;
  max-width: 900px;
  top:15px;
  margin-left: auto;
  margin-right: auto;
}
.whisperTitle:hover {
  background-color: #6d3dc0;}
.whisperTitle:hover > div {
  color: #ff8b6b;}  
#gasification_inlink, .quicklink, #biochar_inlink{ text-decoration: underline;}
#gasification_inlink:hover, .quicklink, #biochar_inlink:hover {color: #6d3dc0; text-decoration-color: #6d3dc0;}

.whisperTitle.closed + div.maxwidth {height: 0px; overflow: hidden; display:none}
.whisperTitle div p span {display: none;}
.whisperTitle.closed div p span {display: inline-block;}

div.togglePlus, div.togglePlus div {padding:0px!important;}
div.togglePlus {position: absolute; display:grid!important; width:20px!important; height:20px!important;margin-top: 2px;}
div.togglePlus div:first-child {position: relative; left:8px; height: 20px!important; width:4px!important;background-color: black;visibility: hidden;}
div.togglePlus div:last-child {position: relative; bottom:12px; width:20px!important; height:4px!important;background-color: black}

div.closed div.togglePlus div:first-child {visibility: visible;}
div.whisperTitle:hover div.togglePlus div {background-color: #ff8b6b;}

#whisper span a {color: blue; text-decoration: underline;}

#whisper .footer  p {font-size: 14pt;}

#whisper2 {padding: 0px; margin: 0px; border: 0px;}
#whisper2 .maxwidth div {
  max-width:900px;
  margin-right:auto;
  margin-left:auto;
  padding:20px 15px;
  text-align: left;
  font-size: 16pt;}    

#whisper3 div {font-size: 30pt;position: absolute;left: auto; right: auto;}
#whisper3 img { max-width: 100%;}

#whisper4 {
  padding: 0px; margin: 0px; border: 0px;
  font-size: 16pt;}
#whisper4 .maxwidth div {display: inline-block;}
#whisper4 .maxwidth #gasification {
  float: left;
  vertical-align: top;
  box-sizing: border-box;
  padding:0px;
  text-align: left;
  font-size: 16pt;}   
#whisper4 .maxwidth #gasificationImg {
  box-sizing: border-box;
  width: 38%;
  font-size:14pt;
  text-align: center;
}
#whisper4 img { height: 500px;}

#whisper5 div.maxwidth {font-size: 16pt; text-align: left;}
#whisper5 #activatedbiochar div {
  text-align: center;
  width:100%;
}
  
#whisper5 div.citation {font-size:12pt}
#whisper5 li {padding: 5px 0px;font-size:14pt; text-align: left;}

#whisper6 div.maxwidth {font-size: 16pt; text-align: left;}


#whisper7 .smallIntercoolerImg img {width:100%; float: right; padding: 25px 0px;}
#whisper7 .smallIntercoolerImg div {
  vertical-align: top;
  width: 48%;
  display: inline-block;}
#whisper7 #flowdiagram {
  max-width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;}


  #whisper8 div#heatHotWater {display: inline-block; width:100%; padding: 0px; }
  #whisper8 div#heatHotWater div {vertical-align: top;}
#whisper8 div#heatHotWater div img {width:100%; }


#whisper9 .currentGallery div p {
  position: absolute;
  bottom: 50%;
  padding: 15px;
  font-size: 24pt;}
#whisper9 .currentGallery div.next div {right:0}
#whisper9 table#digitalComponents {
  width: 100%;
  background-color: lightgrey;
  margin: 20px 0px;
}
#whisper9 table#digitalComponents tr {border-bottom: 2px gray solid;background-color: white;}
#whisper9 table#digitalComponents td,   #whisper8 table#digitalComponents th {padding:5px;}

#contribute_footer {width:100%}

#supportInlink {text-decoration: underline;color: blue; font-weight: bold;}
#support {height:600px; padding:50px 10px 0px 10px; text-align: left;max-width:900px;margin-left:auto; margin-right:auto;}
#support > div {width:100%; }
#support > div * {display:inline-block}
#support h1 {font-size: 28pt; width:auto; margin-right:55px;}
#support p {font-size: 18pt; margin-top:30px;}
#donate_button {    
  font-size: 28pt;
  font-weight: bold;
  background-color: darkseagreen;
  padding: 10px;
  box-shadow: 1px 2px 4px darkolivegreen;
  border-radius: 11px;
  width: 150px;
  text-align: center;}
#donate_button:hover {cursor: pointer;}
  
/* ////////////// */
/* BEGIN  COURSES */
/* ////////////// */
#street div.fullspan div.maxwidth {max-width: 1000px; margin: 0px auto;}
#street div#fullspan1 {
  width:100%; 
  height: 500px;
  overflow: hidden;
  background-image: url("./images/CourseImage_Scaled.jpg");
  background-position: center;
  background-size: cover;}

#streetTitle {
  top: 150px;
  text-align: right;
  position: relative;
  margin-left: auto;}

#streetTitle * {
  display: table;
  margin-left: auto;
  padding: 5px 15px;
  background-color: rgba(255, 250, 250,0.7);}

#streetTitle h1 {font-size: 30pt;}
#streetTitle h2 {font-size: 16pt;}
#streetTitle h3 {font-size: 14pt;}
#fullspan2 p {font-size: 14pt;}

#street div#fullspan3 {
  width: auto;
  text-align: left;
  margin: 0px;}

#street div#fullspan3 .left{
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  border: 1px solid black;
  padding: 15px;}

#street div#fullspan3 .right{
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  text-align: justify;
  padding: 15px;
  vertical-align: top;}
#street div#fullspan3 .right img {
  max-width: 100%;;
}
#street div#fullspan3 .right p {
  padding: 0px 0px 30px 0px;
text-align: left;}

#street div#fullspan4 div.maxwidth {margin: 20px auto; }  
#street div#fullspan4 div.maxwidth p {float: right; max-width: 800px; margin: 35px 30px;}  
#street div#fullspan4 div.maxwidth img {
max-width: 25vw;
min-width: 250px;
border-radius: 50%;
margin: 0px auto;
}

#street div#fullspan5 div.maxwidth, #street div#fullspan6 div.maxwidth  {
  margin: 10px 25px 40px 25px;
  text-align: justify;
  line-height: 1.5em;
}
#street #streetreq p {text-align: center;}
#street div#fullspan2 {padding: 20px;}
#street #aboutinstructor {
  border-bottom: 2px solid black;
  padding-bottom: 25px;
}

/* ////////////// */
/*     MOBILE     */
/* ////////////// */

@media only screen and (Min-width: 320px) {
  #current .maxwidth { max-width: 100%;}
  #mobDrpDwn.active {display:block;}
  .desktopImage {display: none;}
  .mobileImage {display: initial;}
  #whisper p#whisperTitle {font-size: 20pt;}
  #whisper p#whisperSubtext, #whisper p#whisperSubTitle {display: none;}
  #whisper div.aResearchTitle {height: 130px;}

  .whisperTitle p {
    margin-left:40px;}  
  #whisper > div .maxwidth {
    max-width: 80vw;}
  #whisper * div.togglePlus {
    left: 10px;}
  #whisper4 .maxwidth #gasification {
    width: 100%; }  
  #whisper5 #activatedbiochar div img {
    width: 100%;
    text-align: left;
    padding: 50px 0px;}
  #whisper8 div#heatHotWater div {width:100%; display: inline-block;}
  #whisper9 .currentGallery {
    width:100%;
    margin: 15px auto;
  }

  #streetTitle {
    padding: 20px;}
}
@media only screen and (Min-width: 480px) {
  #whisper div.aResearchTitle {height: 190px;}
  #whisper p#whisperSubTitle {font-size: 16pt;}
  #whisper p#whisperTitle {font-size: 28pt;}
  #leftBan {width: 270px;}
}
@media only screen and (Min-width: 580px) {
  #current .maxwidth { max-width: 80%;}
  #whisper div.left50, div.right50  {display:inline-block;}
  #whisper div.imagecontainer, #whisper img#gasifierGif, #whisper img#gasifierImg {height:400px}
  #whisper div.right50  {display:inline-block; width: 45%;}

  #street div#fullspan3 {margin: 20px 40px;}
  #street div#fullspan3 .left {text-align:justify;}
  #streetTitle {
    top: 200px;
    padding: 20px 50px;}
}
@media only screen and (Min-width: 740px) {
  #menuTopCntr {margin-left: 150px;}
  #menuTopCntr {display:inherit;}
  #menuBars {display: none;}
  #mobDrpDwn, #mobDrpDwn.active {display:none;}
  #whisper p#whisperTitle {font-size: 34pt;}
  #whisper p#whisperSubTitle {display: inherit;}
  #whisper div.aResearchTitle {height: 250px;}  
  #whisper div.fullspan.subtextbanner p {display:none;}

  #street div#fullspan1 {
    height: 700px;} 
  #streetTitle h1 {font-size: 40pt;}
  #streetTitle {top: 370px;}
  #street div#fullspan3 .left{
    width: 49%;}
  #street div#fullspan3 .right{
    width: 49%;
    padding: 0px 15px 15px 15px;}
  #street div#fullspan5 div.maxwidth, 
  #street div#fullspan6 div.maxwidth  {margin: 10px 35px 40px 35px;}
  .aboutRotated, .watershedRotated {
    background-color:inherit;
    width: 100%;
    padding-right: 25px;
    margin: 25px 0px;
    position: absolute;
    right: 84%;}
  .aboutText, .watershedText {
    padding-left: 25px;
    margin: 25px 0px;
    border-left: 2px solid black;
    float: right;
    max-width: 80%;}
    #aboutInner > div:not(.footer) , #watershedInner > div:not(.footer) {
    max-width: 70%;
    left: 10%;
  }
    
}
@media only screen and (Min-width: 1000px) {
  #menuTopCntr {margin-left: 140px;}
  .desktopImage {display: initial;}
  .mobileImage {display: none;}
  #whisper div.aResearchTitle {height: 300px;}
  #whisper p#whisperSubtext {display: inherit;}

  #whisper * div.togglePlus {left:-40px;}  
  .whisperTitle p {
    margin-left:0px; padding-left: 10px;} 
  #whisper4 .maxwidth #gasification {
    width: 60%; }  
  #whisper5 #activatedbiochar div img {
    height:500px;
    width:auto;
    text-align: left;
    padding:50px;}  
  #whisper8 div#heatHotWater div {width:48%; }
    #whisper9 .currentGallery {
    width:70%;
    margin: 15px auto;}
  #whisper div.maxwidth {
    max-width: 900px;}

  #street div#fullspan5 div.maxwidth ,  
  #street div#fullspan6 div.maxwidth {margin: 40px auto;}
  #aboutInner > div:not(.footer), #watershedInner > div:not(.footer) {
    max-width: 60%;
    left: 0%;
  }
}
@media only screen and (Min-width: 1400px) {

}  
@media only screen and (Min-width: 1600px) {

}
