body {
  font-family: Georgia, Times;
  height: 100%;
  letter-spacing: .5px;
  overflow-x: hidden;
}

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

header {
  display: grid;
  width: 100%;
  height: 60px;
  top: 0px;
  left: 0px;
  background-color: skyblue;
  position: fixed;
  grid-template-columns: 30% 70%;
  grid-template-rows: 100%;
  font-size: 18px;
  align-content: center;
  align-items: center;
  color: white;
  z-index: 10;
}

footer {
  width: 100%;
  height: 65px;
  position: ;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #262626;
  color: white;
  font-size: 16px;
  font-family: Georgia;
}

.footer {
  display: inline-block;
  margin-left: 60px;
  cursor: pointer;
}

.footlinks {
  display: ;
  margin-top: 22px;
}

.title div {
  display: inline-block;
  justify-content: start;
  padding: 20px;
  position: relative;
  left: 40px;
}

.siteMap {
  width: 100%;
  display: inline-flex;
  justify-content: flex-end;
  flex-direction: row;
}

.siteMap div {
  display: inline-block;
  margin: 20px .65vw;
  position: relative;
  right: 1vw;
  cursor: pointer;
}

.navbutton {
  height: 22px;
  border-radius: 15px;
  padding: 7px 1vw;
  white-space: nowrap;
}

#signoffMenu {
  color: skyblue;
  background-color: white;
  padding: 7px 13.5px;
  border-radius: 50%;
  cursor: pointer;
}

#signoffOptions {
  position: absolute;
  right: 1vw;
  top: 33px;
  width: 100px;
  height: 40px;
  padding: 0px;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  background-color: white;
  color: skyblue;
  cursor: default;
  display: none;
}

#signoff {
  position: fixed;
  right: 1vw;
  top: 46px;
  padding: 0px 11px;
  width: 80px;
  height: 20px;
  font-size: 16px;
  text-align: center;
}

#upgrade {
  color: skyblue;
  background-color: white;
  height: 22px;
  border-radius: 15px;
  padding: 7px 15px;
  white-space: nowrap;
}

#SiteTitle {
  font-style: italic;
  font-size: 32px;
  font-weight: normal;
}

.main {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  font-family: arial;
  display: grid;
  min-width: 1200px;
}

.banner {
  height: 300px;
  background: url("./images/img4.jpg");
  background-size: cover;
  background-repeat: no-repeat;

}

.banner div {
  position: relative;
  top: 120px;
  color: white;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}

.navsection {
  height: 660px;
}

.navcontainer {
  height: 440px;
  width: 1000px;
  margin: 100px auto;
}

.opener {
  height: 260px;
}

.opener div {
  font-size: 36px;
}

.opener p {
  font-size: 17.5px;
  line-height: 1.8;
  padding: ;
}

.listheader {
  font-size: 26px;
}

.list {
  display: grid;
  grid-template: repeat(5, 1fr) / 50% 50%;
  grid-auto-flow: column;
  grid-template-columns: max-content;
  margin-left: -20px;
  margin-top: 20px;
}

.item {
  font-size: 18px;
  text-align: left;
  margin-right: 220px;
  font-family: arial;
  font-size: 17.5px;
  font-style: italic;
  padding: 4px;
}

.lessons {
  height: 900px;
}

.lessonscontainer {
  width: 60%;
  margin: 0px auto;
  height: 900px;
}

.boxes {
  display: grid;
  grid-template: 1fr 1fr 1fr 1fr / 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
}

.boxes a{
  cursor: default;
}

.box {
  width: 280px;
  height: 200px;
  border-top: solid 6px #ff8533;
  border-left: ;
  margin: 15px  20px;
  padding: 0px 20px;
  box-shadow: 2px 2px 10px grey;
  cursor: pointer;
}

.box h1 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: normal;
  color: #1a1a1a;
  height: 20px;
}

.box p {
  color: grey;
  line-height: 28px;
  height: 50px;
}

.circle {
  height: 36px;
  width: 36px;
  border: solid 4px #ffd633;
  border-radius: 50%;
  display: grid;
  justify-content: center;
  align-content: center;
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: purple;
  background-color: #ffd633;
}


.completed {
  background-color: #66cc00;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

.inprogress {
  background-color: #008ae6;
  height: 18px;
  width: 18px;
  border-radius: 50%;
}

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

#aa, #bb, #cc, #dd {
  display: none;
}
#signoffMQ {
  display: none;
}
.menu {
  display: none;
  cursor: pointer;
}

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

@media only screen and (max-width: 480px ) {
  body {
    width: 100vw;
  }
  .main {
    top: 60px;
    width: 100vw;
    min-width: 300px;
  }
  header {
    display: block;
    width: 100vw;
  }
  .siteMap {
    display: block;
  }
  #aa1, #bb1, #cc1, #dd1, #nav1, #nav2, #nav3, #nav4 {
    display: none;
  }
  #about, #upgrade, #aa, #bb, #cc, #dd, #signoffMenu, #signoffOptions, #signoffMQ {
    border-bottom: none !important;
    padding: 12px 0px;
    font-size: 19px;
    text-align: center;
    display: none;
    background-color: skyblue;
    color: white;
    width: 100vw;
    margin: -2px auto;
    text-align: center;
    border-radius: 0;
  }
  .tab {
    width: 100%;
    left: 0px;
  }
  #upgradelink {
    color: skyblue;
    background-color: white;
    padding: 5px 20px;
    width: 200px;
    height: 450px;
    border-radius: 10px;
  }
  #signoffMQ {
    height: 36px;
  }
  .menu {
    display: initial;
    margin: auto;
  }
  .title {
    display: none !important;
  }
  .banner {
    width: 100vw;
    height: 240px;
  }
  .banner div {
    font-size: 33px;
    width: 80vw;
    margin: auto;
    top: 100px;
  }
  .navsection {
    height: 1100px;
  }
  .navcontainer {
    width: 80vw;
  }
  .opener {
    width: 80vw;
    height: 650px;
    text-align: center;
  }
  .opener div {
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 20px;
    width: 70vw;
    margin: auto;
  }
  .list {
    grid-template: repeat(9, 1fr) / 100%;
  }
  .item {
    margin-right: 0px;
  }
  .lessons {
    height: 1900px;
  }
  .lessonscontainer {
    width: 100vw;
  }
  .boxes {
    grid-template: repeat(7, 1fr) / 100%;
  }
  .box {
    margin: 20px auto;
  }
  footer {
    height: 136px;
  }
  .footer {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .webonly {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 800px ) {
  body {
    width: 100vw;
  }
  .main {
    top: 60px;
    width: 100vw;
    min-width: 300px;
  }
  header {
    display: block;
    width: 100vw;
  }
  .siteMap {
    display: block;
  }
  #aa1, #bb1, #cc1, #dd1, #nav1, #nav2, #nav3, #nav4 {
    display: none;
  }
  #about, #upgrade, #aa, #bb, #cc, #dd, #signoffMenu, #signoffOptions, #signoffMQ {
    border-bottom: none !important;
    padding: 12px 0px;
    font-size: 19px;
    text-align: center;
    display: none;
    background-color: skyblue;
    color: white;
    width: 100vw;
    margin: -2px auto;
    text-align: center;
    border-radius: 0;
  }
  .tab {
    width: 100%;
    left: 0px;
  }
  #upgradelink {
    color: skyblue;
    background-color: white;
    padding: 5px 20px;
    width: 200px;
    height: 450px;
    border-radius: 10px;
  }
  #signoffMQ {
    height: 36px;
  }
  .menu {
    display: initial;
    margin: auto;
  }
  .title {
    display: none !important;
  }
  .banner {
    width: 100vw;
    height: 240px;
  }
  .banner div {
    font-size: 33px;
    width: 80vw;
    margin: auto;
    top: 100px;
  }
  .navsection {
    height: 850px;
  }
  .navcontainer {
    width: 80vw;
  }
  .opener {
    width: 80vw;
    height: 380px;
    text-align: center;
  }
  .opener div {
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 20px;
    width: 70vw;
    margin: auto;
  }
  .list {
    grid-template: repeat(9, 1fr) / 100%;
  }
  .item {
    margin-right: 0px;
  }
  .lessons {
    height: 1150px;
  }
  .lessonscontainer {
    width: 95vw;
  }
  .boxes {
    grid-template: repeat(4, 1fr) / 50% 50%;
  }
  .box {
    margin: 20px auto;
  }
  footer {
    height: 136px;
  }
  .footer {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .webonly {
    display: none;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  body {
    width: 100vw;
  }
  .main {
    top: 60px;
    width: 100vw;
    min-width: 300px;
  }
  header {
    display: block;
    width: 100vw;
  }
  .siteMap {
    display: block;
  }
  #aa1, #bb1, #cc1, #dd1, #nav1, #nav2, #nav3, #nav4 {
    display: none;
  }
  #about, #upgrade, #aa, #bb, #cc, #dd, #signoffMenu, #signoffOptions, #signoffMQ {
    border-bottom: none !important;
    padding: 12px 0px;
    font-size: 19px;
    text-align: center;
    display: none;
    background-color: skyblue;
    color: white;
    width: 100vw;
    margin: -2px auto;
    text-align: center;
    border-radius: 0;
  }
  .tab {
    width: 100%;
    left: 0px;
  }
  #upgradelink {
    color: skyblue;
    background-color: white;
    padding: 5px 20px;
    width: 200px;
    height: 450px;
    border-radius: 10px;
  }
  #signoffMQ {
    height: 36px;
  }
  .menu {
    display: initial;
    margin: auto;
  }
  .title {
    display: none !important;
  }
  .banner {
    width: 100vw;
    height: 240px;
  }
  .banner div {
    font-size: 33px;
    width: 80vw;
    margin: auto;
    top: 100px;
  }
  .navsection {
    height: 850px;
  }
  .navcontainer {
    width: 80vw;
  }
  .opener {
    width: 80vw;
    height: 360px;
    text-align: center;
  }
  .opener div {
    font-size: 30px;
    line-height: 1.6;
    padding-bottom: 20px;
    width: 70vw;
    margin: auto;
  }
  .list {
    grid-template: repeat(9, 1fr) / 100%;
  }
  .item {
    margin-right: 0px;
  }
  .lessons {
    height: 1150px;
  }
  .lessonscontainer {
    width: 85vw;
  }
  .boxes {
    grid-template: repeat(4, 1fr) / 50% 50%;
  }
  .box {
    margin: 20px auto;
  }
  footer {
    height: 136px;
  }
  .footer {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .webonly {
    display: none;
  }
}
