@import url("https://fonts.googleapis.com/css?family=Yantramanav");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Poppins");

body {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  overflow: visible; 
  background: rgb(224, 206, 173);
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

/* Container for h1 and p */
.level-1 {
  font-size: 1.2em;
  margin: 30px;
  padding: 10px 100px 0px 100px;
  text-align: left;
}

/* Container for h2 and p */
.level-2 {
  font-size: 1.2em;
  margin: 40px;
  padding: 0px 100px 0px 150px;
  text-align: left;
}

.level-2 p a, .level-2 ul li ol a{
  font-size: 90%;
}

.tapecorders{
  font-size: 90%;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

/* Navigation bar (navbar.js) on textPage pages */
body nav {
  background-color: rgba(24, 33, 52, 255);
  padding: 0 24px 0 24px;
}

/* No background color on Aspo navbar */
.aspo nav {
  background-color: transparent;
}

.link-to-top::before{
  content: "< ";
}

.link-to-top::after{
  content: "Back to top >";
}

h1 {
  font-family: "Roboto";
  font-size: 3em;
  font-weight: bold;
  opacity: 1;
  margin-top: 100px;
}

h2 {
  display: inline;          /*pushes following text down when heading breaks into two lines*/
  font-family: "Roboto";
  font-size: 1.7em;
  font-weight: bold;
  height: 20px;
  margin-top: 40px;
  color: darkred;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  height: 20px;
  margin-top: 40px;
  color: darkblue;
}

hr {
  border-top: 7px solid rgb(174, 204, 219);
}

pre {
  background: #0f0f0f;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: rgb(245, 244, 244);
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 90%;
  overflow: auto;
  padding: 1.5em 1.5em;
  display: block;
  word-wrap: break-word;
  text-align: left;
}
.image-Blynk {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  body {
    /* overflow-x:hidden; */
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }
  .level-1 {
    padding: 0px 5px 0px 5px;
    text-align: left;
  }

  .level-2 {
    padding: 0px 5px 0px 10px;
    text-align: left;
  }

  p, .level-2 ul li ol {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 01em;
    letter-spacing: 0.2px;
    line-height: 1.3em;
  }

  ul li {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 01em;
    letter-spacing: 0.2px;
    line-height: 1.3em;
  }

  .tapecorders{
    font-size: 90%;
    padding: 0px 0px 0px 0px;
    text-align: left;
  }
  
    a {
    font-size: 1em;
  }
  .level-2 ul li ol a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 0.9em;
  }

  h1 {
    font-size: 2.3em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.2em;
  }

  hr {
    border-top: 7px solid rgb(174, 204, 219);
  }

  pre {
    font-size: 15px;
  }
}
