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: #66cc66;
  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;
}

.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;
}

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

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

#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: ;
}

#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: 700px;
  height: 500px;
}

#page1 #bb {
  width: 600px;
  height: 450px;
}

#page1 #cc {
  width: 700px;
  height: 460px;
}

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

/*page22222222222222222222222222222222222222*/

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

#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 {

}

#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: 300px;
}

/*page333333333333333333333333333333333333*/

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

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

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

#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 {

}

#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: 700px;
  height: 460px;
}

/*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: 150px;
}

#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 {

}

#page4 .images {
  width: 80%;
  margin: 50px 5%;
}

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

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


/*Responsive Design--------------------------------------------------*/

.menu {
  display: none;
  cursor: pointer;
}
.menu div {
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 6px auto;
}
#menubar1 {
  margin-top: 10px;
}
#menubar3 {
  margin-bottom: 10px;
}
.returncontainer {
  display: none;
}

@media only screen and (max-width: 480px ) {
  body {
    height: 100%;
  }
  #SiteTitle {
    display: none;
  }
  #ReturnLesson {
    display: none;
  }
  .menu {
    display: initial;
  }
  header {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    width: 100vw;
  }
  footer {
    width: 100vw;
    position: fixed;
  }
  .navchecklist {
    display: none;
    position: absolute;
    z-index: 10;
    width: 80vw;
  }
  .checklistcontainer {
    height: auto;
    margin-left: 20px;
    margin-top: 1.8vh;
  }
  .checklist {
    font-size: 16px;
    line-height: 5vh;
  }
  .attributescontainer {
    min-width: 155px;
    width: 155px;
    margin-left: 36px;
    margin-top: 1.8vh;
    padding: 10px 20px;
  }
  .attributes {
    height: 90px;
  }
  .attributes div {
    line-height: 30px;
  }
  .boxcontainer {
    margin-left: 33px;
    grid-template-rows: repeat(3, 30px);
  }
  .divbox {
    margin: auto 0px;
  }
  .returncontainer {
    display: block;
    color: skyblue;
    text-align: center;
    width: 185px;
    margin: 16px auto 15px 36px;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    padding: 10px 6px;
    border-radius: 20px;
  }
  .content {
    max-width: 100vw;
  }
  .pagecontainer {
    max-width: 100vw;
  }
  img{
    max-width: 90vw;
    margin: 10px auto;
  }
  #page1 {
    min-width: 300px;
  }
  #page1 #aa {
    width: 330px;
    height: 200px;
  }
  #page1 #bb {
    width: 330px;
    height: 280px;
  }
  #page1 #cc {
    width: 330px;
    height: 250px;
  }
  #page1 #dd {
    width: 330px;
    height: 220px;
  }
  #page2 {
    min-width: 300px;
  }
  #page2 #aa {
    width: 330px;
    height: 140px;
  }
  #page3 {
    min-width: 300px;
  }
  #page3 #aa {
    width: 330px;
    height: 240px;
  }
  #page4 {
    min-width: 300px;
  }
  #page4 .images {
    margin: 50px 0px;
    width: 90vw;
  }
  #page4 #aa {
    width: 340px;
    height: 240px;
    margin-left: -5%;
  }
}


@media only screen and (min-width: 480px ) and (max-width: 1080px) {
  body {
    height: 100%;
  }
  #SiteTitle {
    display: none;
  }
  #ReturnLesson {
    display: none;
  }
  .menu {
    display: initial;
  }
  header {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    width: 100vw;
  }
  footer {
    width: 100vw;
    position: fixed;
  }
  .navchecklist {
    display: none;
    position: absolute;
    z-index: 10;
    width: 40vw;
  }
  .checklistcontainer {
    height: auto;
    margin-left: 20px;
    margin-top: 1.8vh;
  }
  .checklist {
    font-size: 16px;
    line-height: 5vh;
  }
  .attributescontainer {
    min-width: 155px;
    width: 155px;
    margin-left: 36px;
    margin-top: 1.8vh;
    padding: 10px 20px;
  }
  .attributes {
    height: 90px;
  }
  .attributes div {
    line-height: 30px;
  }
  .boxcontainer {
    margin-left: 33px;
    grid-template-rows: repeat(3, 30px);
  }
  .divbox {
    margin: auto 0px;
  }
  .returncontainer {
    display: block;
    color: skyblue;
    text-align: center;
    width: 185px;
    margin: 16px auto 15px 36px;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
    padding: 10px 6px;
    border-radius: 20px;
  }
  .content {
    max-width: 100vw;
  }
  .pagecontainer {
    max-width: 100vw;
  }
  img{
    max-width: 90vw;
    margin: 10px auto;
  }
  #page4 #aa {
    width: 75vw;
    height: 50vw;
  }
}
