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: ;
  left: 0px;
  right: 0px;
  background-color: #262626;
  color: white;
  font-family: Georgia;
  font-size: 16px;
}

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

.container {
  margin: 4% 10%;
}

.panelcontainer {
  height: 400px;
  display: flex;
  justify-content: space-around;
}

.panel {
  width: 30vw;
  min-width: 350px;
  max-width: 450px;
  height: 300px;
  margin: 40px;
}

.panel h1 {
  font-size: 28px;
  font-weight: normal;
  font-family: arial;
  color: skyblue;
  padding-bottom: 15px;
  border-bottom: solid 2.5px skyblue;
}

.item1 {
  line-height: 2;
  font-size: 16px;
  color: #404040;
}

.email {
  margin-top: 30px;
  height: 380px;
  display: flex;
  justify-content: center;
  color: skyblue;
  text-decoration: none;
  font-size: 17px;
}


/*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;
  }
  .container {
    margin: 0px;
  }
  .panelcontainer {
    display: block;
    height: 900px;
    margin: 90px auto;
  }
  .panel {
    width: 300px;
    height: 480px;
    min-width: 300px;
    margin: 30px auto;
  }
  .email {
    height: 166px;
  }
  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;
  }
  .container {
    margin: 0px;
  }
  .panelcontainer {
    display: block;
    height: 720px;
    margin: 110px auto;
  }
  .panel {
    width: 450px;
    height: 400px;
    min-width: 300px;
    margin: 30px auto;
  }
  .email {
    height: 200px;
  }
  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;
  }
  .container {
    margin: 0px;
  }
  .panelcontainer {
    display: block;
    height: 700px;
    margin: 140px auto;
  }
  .panel {
    width: 620px;
    height: 360px;
    min-width: 300px;
    max-width: 700px;
    margin: 30px auto;
  }
  .email {
    height: 330px;
  }
  footer {
    height: 136px;
  }
  .footer {
    display: block;
    margin: 5px auto;
    text-align: center;
  }
  .webonly {
    display: none;
  }
}
