body {
  font-family: Georgia, Times;
  letter-spacing: .5px;
}

a {
  text-decoration: none;
  color:inherit;
}

header {
  display: grid;
  width: 100%;
  height: 50px;
  top: 0px;
  left: 0px;
  background-color: #0066ff;
  position: fixed;
  grid-template-rows: 100%;
  grid-template-columns: 20% 60% 20%;
  font-size: 18px;
  align-content: center;
  align-items: center;
  color: white;
  z-index: 10;

}

footer {
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #333333;
  color: white;
  font-family: Arial;
  font-size: 16px;
}

button {
  width: 120px;
  height: 38px;
  margin: 0px 18px;
  border-radius: 5px;
  border: none;
  background-color: #ffcc00;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.1;
  cursor: pointer;
  outline: none;
}

.buttoncontainer {
  margin: 6px auto;
  width: 320px;
}

#lessons {
  display: none;
}

.lessontitle {
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
  font-family: arial;
  letter-spacing: 1.1;
}

#SiteTitle {
  display: inline-block;
  position: relative;
  left: 40px;
  width: 300px;
  font-style: italic;
  font-size: 22px;
}

#ReturnLesson {
  display: inline-block;
  position: relative;
  font-family: Arial;
  font-size: 19.5px;
  text-align: right;
  right: 40px;
}

.main {
  position: absolute;
  width: 100%;
  bottom: 50px;
  top: 50px;
  left: 0px;
  display: grid;
  grid-template-columns: 25% 75%;
  font-family: Arial;
  letter-spacing: 1.1;
}

.navchecklist {
  border-right: solid 1px #cccccc;
  background-color: #e6f5ff;
  height: 89.5vh;
}

.checklistcontainer {
  margin-left: 30px;
  margin-top: 35px;
  display: grid;
  grid-template-columns: 100% ;
  grid-template: ".checklist";
  height: 60%;
}

.checklist {
  line-height: 40px;
  margin: 0 0;
  font-size: 16px;
}

.attributescontainer {
  margin-left: 14%;
  margin-top: 6%;
  padding-left: 9%;
  padding-top: 5%;
  padding-bottom: 5%;
  width: 60%;
  min-width: 180px;
  display: grid;
  grid-template-columns: 80% 20%;
  grid-template: ".attributes .boxcontainer";
  background-color: #ffeb99;
  border-radius: 20px;
}

.attributes {
  line-height: 40px;
  margin: 0 0;
  font-weight: bold;
  color: #4d4d4d;
}

.boxcontainer {
  display: grid;
  grid-template-rows: repeat(3, 40px);
  margin-left: 5vw;
}

.divbox {
  width: 18px;
  height: 18px;
  margin: 11px 0px;
  border-radius: 3px;
  border: solid 0.5px #cccccc;
  background-color: white;
  cursor: pointer;
}

.check {
  background: url("./images/Check.png");
  background-size: cover;
  border: none;
  width: 19px;
  height: 19px;
}


.content {
  height: inherit;
}

/*page111111111111111111111111111111111111111111111*/

#page1 {
  position: absolute;
  display: ;
  height: 100%;
  overflow-y: auto;
  min-width: 920px;
}

#page1 div {
  position: relative;
  width: 90%;
  top: 10%;
  left: 5%;
}

#page1 .pagecontainer {
  margin-bottom: 100px;
}

#page1 h1 {
  width: inherit;
  font-size: 36px;
  font-family: Arial;
  font-weight: normal;
  margin: 10px 5%;
  width: 90%;
}

#page1 .item1 {
  padding-top: 15px;
  margin: 0 5%;
  width: 90%;
  line-height: 2;
  font-size: 16px;
}

#page1 img {
  border-radius: 10px;
}

#page1 .images {
  display: flex;
  width: 80%;
  margin: 50px 5%;
  justify-content: space-around;
}

#page1 ol {
  margin: 0px 15%;
  padding: 40px 0px 35px 0px;
  line-height: 2;
}

#page1 #aa {
  width: 800px;
  height: 450px;
}

#page1 #bb {
  width: 800px;
  height: 500px;
}

/*page22222222222222222222222222222222222222*/

#page2 {
  position: absolute;
  display: none;
  height: 100%;
  overflow-y: auto;
  min-width: 920px;
}

#page2 div {
  position: relative;
  width: 90%;
  top: 10%;
  left: 5%;
}

#page2 .pagecontainer {
  margin-bottom: 100px;
}

#page2 h1 {
  width: inherit;
  font-size: 36px;
  font-family: Arial;
  font-weight: normal;
  margin: 10px 5%;
  width: 90%;
}

#page2 .item1 {
  padding-top: 15px;
  margin: 0 5%;
  width: 90%;
  line-height: 2;
  font-size: 16px;
}

#page2 img {
  border-radius: 10px;
}

#page2 .images {
  display: flex;
  width: 80%;
  margin: 50px 5%;
  justify-content: space-around;
}

#page2 ol {
  margin: 0px 15%;
  padding: 40px 0px 35px 0px;
  line-height: 2;
}

#page2 #aa {
  width: 800px;
  height: 550px;
}

/*page333333333333333333333333333333333333*/

#page3 {
  position: absolute;
  display: none;
  height: 100%;
  overflow-y: auto;
  min-width: 920px;
}

#page3 div {
  position: relative;
  width: 90%;
  top: 10%;
  left: 5%;
}

#page3 .pagecontainer {
  margin-bottom: 100px;
}

#page3 h1 {
  width: inherit;
  font-size: 36px;
  font-family: Arial;
  font-weight: normal;
  margin: 10px 5%;
  width: 90%;
}

#page3 .item1 {
  padding-top: 15px;
  margin: 0 5%;
  width: 90%;
  line-height: 2;
  font-size: 16px;
}

#page3 img {
  border-radius: 10px;
}

#page3 .images {
  display: flex;
  width: 80%;
  margin: 50px 5%;
  justify-content: space-around;
}

#page3 ol {
  margin: 0px 15%;
  padding: 40px 0px 35px 0px;
  line-height: 2;
}

#page3 #aa {
  width: 800px;
  height: 420px;
}

/*page44444444444444444444444444444444444444444444444444*/

#page4 {
  position: absolute;
  display: none;
  height: 100%;
  overflow-y: auto;
}

#page4 div {
  position: relative;
  width: 90%;
  top: 10%;
  left: 5%;
}

#page4 .pagecontainer {
  margin-bottom: 100px;
}

#page4 h1 {
  width: inherit;
  font-size: 36px;
  font-family: Arial;
  font-weight: normal;
  margin: 10px 5%;
  width: 90%;
}

#page4 .item1 {
  padding-top: 15px;
  margin: 0 5%;
  width: 90%;
  line-height: 2;
  font-size: 16px;
}

#page4 img {
  border-radius: 10px;
}

#page4 .images {
  display: flex;
  width: 80%;
  margin: 50px 5%;
  justify-content: space-around;
}

#page4 ol {
  margin: 0px 15%;
  padding: 40px 0px 35px 0px;
  line-height: 2;
}

#page4 #aa {
  width: 410px;
  height: 500px;
}

/*page55555555555555555555555555555555555*/

#page5 {
  position: absolute;
  display: none;
  height: 100%;
  overflow-y: auto;
  min-width: 920px;
}

#page5 div {
  position: relative;
  width: 90%;
  top: 10%;
  left: 5%;
}

#page5 .pagecontainer {
  margin-bottom: 100px;
}

#page5 h1 {
  width: inherit;
  font-size: 36px;
  font-family: Arial;
  font-weight: normal;
  margin: 10px 5%;
  width: 90%;
}

#page5 .item1 {
  padding-top: 15px;
  margin: 0 5%;
  width: 90%;
  line-height: 2;
  font-size: 16px;
}

#page5 img {
  border-radius: 10px;
  margin: 0 40px;
}

#page5 .images {
  display: flex;
  width: 80%;
  margin: 50px 5%;
  justify-content: space-around;
}

#page5 ol {
  margin: 0px 15%;
  padding: 40px 0px 35px 0px;
  line-height: 2;
}

#page5 #aa {
  width: 900px;
  height: 350px;
}

/*page66666666666666666666666666666666666*/

#page6 {
  position: absolute;
  display: none;
  height: 100%;
  overflow-y: auto;
}

#page6 div {
  position: relative;
  width: 90%;
  top: 10%;
  left: 5%;
}

#page6 .pagecontainer {
  margin-bottom: 100px;
}

#page6 h1 {
  width: inherit;
  font-size: 36px;
  font-family: Arial;
  font-weight: normal;
  margin: 10px 5%;
  width: 90%;
}

#page6 .item1 {
  padding-top: 15px;
  margin: 0 5%;
  width: 90%;
  line-height: 2;
  font-size: 16px;
}

#page6 img {
  border-radius: 10px;
}

#page6 .images {
  display: flex;
  width: 80%;
  margin: 50px 5%;
  justify-content: space-around;
}

#page6 ol {
  margin: 0px 15%;
  padding: 40px 0px 35px 0px;
  line-height: 2;
}
