body {
  font-family: Georgia, Times;
  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: relative;
  left: 0px;
  right: 0px;
  background-color: #262626;
  color: white;
  font-family: Georgia;
  font-size: 16px;
  display: initial;
}

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

.footer1 {
  width: 100%;
  height: 60px;
  background-color: #262626;
  align-content: center;
  justify-content: center;
  display: flex;
  color: white;
}

.footer1 div {
  margin: auto 50px;
  color: #cccccc;
}

.footTitle {
  cursor: default;
}


.fa-facebook {
  background: #1a3365;
  color: white;
  width: 10px;
  height: 16px;
  padding: 9px 12px;
  border-radius: 50%;
}

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

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

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

#login {
  color: skyblue;
  background-color: white;
  padding: 7px 15px;
  border-radius: 15px;
  display: none;
}

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

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

.container {
  margin: 4% auto;
  width: 50vw;
  min-width: 700px;
  margin-bottom: 33vh;
}

.courseCategory {
  margin: 80px auto;
  padding: 20px;
  width: 50vw;
  min-width: 650px;
  height: 30px;
  border: solid .05px #f2f2f2;
  box-shadow: 4px 4px 12px #cccccc;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}

#FF {
  border-left: solid 5px #66cc66;
  color: skyblue;
}

#FFCourses {
  display: none;
}

#IND {
  border-left: solid 5px #ff8533;
  color: skyblue;
}

#INDCourses {
  display: none;
}

#VV {
  border-left: solid 5px #862d86;
  color: skyblue;
}

#VVCourses {
  display: none;
}

.courses {
  margin: 20px auto;
  padding: 15px;
  width: 50vw;
  min-width: 650px;
  height: 90px;
  border-left: solid 5px skyblue;
  box-shadow: 2px 2px 6px #cccccc;
  display: grid;
  grid-template-columns: 45% 55%;
}

.courses h1 {
  font-size: 26px;
  font-weight: normal;
  color: skyblue;
  margin: auto 30px;
}

.courses p {
  font-size: 15px;
  line-height: 1.6;
  color: #404040;
  margin: auto 30px;
}


/*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 {
    width: 100vw;
    min-width: 200px;
  }
  header {
    display: block;
    width: 100vw;
  }
  .siteMapCatalog {
    width: 100vw;
  }
  .siteMap {
    display: block !important;
  }
  #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;
  }
  #login {
    width: 150px;
    margin: 13px auto;
    text-align: center;
  }
  .container {
    min-width: 200px;
    width: 100vw;
    margin: 0px;
    margin-top: 20px;
    margin-bottom: 220px;
  }
  .courseCategory {
    min-width: 200px;
    width: 70vw;
    height: 28px;
    font-size: 6.2vw;
  }
  .courses {
    min-width: 200px;
    width: 70vw;
    height: 120px;
    grid-template-columns: 30% 70%;
  }
  .courses h1 {
    font-size: 12px;
    margin: auto;
    margin-right: 15px;
    margin-left: 5px;
  }
  .courses p {
    font-size: 10px;
    margin: auto;
    margin-left: 15px;
    margin-right: 5px;
  }
  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 {
    width: 100vw;
    min-width: 200px;
  }
  header {
    display: block;
    width: 100vw;
  }
  .siteMapCatalog {
    width: 100vw;
  }
  .siteMap {
    display: block !important;
  }
  #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;
  }
  #login {
    width: 150px;
    margin: 13px auto;
    text-align: center;
  }
  .container {
    min-width: 200px;
    width: 100vw;
    margin: 0px;
    margin-top: 150px;
    margin-bottom: 360px;
  }
  .courseCategory {
    min-width: 200px;
    width: 70vw;
    height: 28px;
    font-size: 24px;
  }
  .courses {
    min-width: 200px;
    width: 70vw;
    height: 120px;
    grid-template-columns: 30% 70%;
  }
  .courses h1 {
    font-size: 12px;
    margin: auto;
    margin-right: 15px;
    margin-left: 5px;
  }
  .courses p {
    font-size: 10px;
    margin: auto;
    margin-left: 15px;
    margin-right: 5px;
  }
  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 {
    width: 100vw;
    min-width: 200px;
  }
  header {
    display: block;
    width: 100vw;
  }
  .siteMapCatalog {
    width: 100vw;
  }
  .siteMap {
    display: block !important;
  }
  #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;
  }
  #login {
    width: 150px;
    margin: 13px auto;
    text-align: center;
  }
  .container {
    min-width: 200px;
    width: 100vw;
    margin: 0px;
    margin-top: 280px;
    margin-bottom: 520px;
  }
  .courseCategory {
    min-width: 200px;
    width: 70vw;
    height: 28px;
    font-size: 24px;
  }
  .courses {
    min-width: 200px;
    width: 70vw;
    height: 120px;
    grid-template-columns: 30% 70%;
  }
  .courses h1 {
    font-size: 12px;
    margin: auto;
    margin-right: 15px;
    margin-left: 5px;
  }
  .courses p {
    font-size: 10px;
    margin: auto;
    margin-left: 15px;
    margin-right: 5px;
  }
  footer {
    height: 136px;
  }
  .footer {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .webonly {
    display: none;
  }
}
