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



/*page22222222222222222222222222222222222222*/

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

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

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

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


table {
  width: 900px;
  margin: 5% 5%;
  border-collapse: collapse;
  font-size: 13.5px;
  vertical-align: top;
  border: solid 5px #c1f0c1;
}

tr:nth-child(odd) {background-color: #c1f0c1;}

#page2 #a1 {
  width: 60px;
}
#page2 #a2 {
  width: 60px;
}
#page2 #a3 {
  width: 25%;
}
#page2 #a4 {
  width: 55%;
}

th {
  background-color: #c1f0c1;
  text-align: left;
}

td, th {
  border-bottom: solid 4px #c1f0c1;
  padding: 10px;
}

td {
  vertical-align: text-bottom;
  line-height: 20px;
}


/*page333333333333333333333333333333333333*/

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

#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 {
  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 #a1 {
  width: 60px;
}
#page3 #a2 {
  width: 60px;
}
#page3 #a3 {
  width: 40%;
}
#page3 #a4 {
  width: 40%;
}
