@charset "UTF-8";
@font-face {
  font-family: HeadUpDaisy;
  src: url(../assets/x14y24pxHeadUpDaisy.ttf);
}
body {
  background-image: url(../assets/nar-shaddaa-data-centre-7-dithered-hue-wheel-2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color: rgb(224, 210, 193);
  font-family: "MS PGothic", Georgia, Arial, Helvetica, sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: none;
}

h3 {
  font-size: 23px;
}

a {
  color: rgb(224, 210, 193);
}

.templateLayoutGrid {
  display: grid;
  grid-template-columns: 5vw 68vw 5vw;
  grid-auto-rows: 3vw 28vh auto 1.5vw auto;
  margin: 20px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.templateLayoutGrid .themesBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  margin-bottom: -2px;
  line-height: 3vw;
  padding: 0px;
  grid-row: 1;
  grid-column: 2;
}
.templateLayoutGrid .themesBar .themesHeading {
  margin: 0px 8px;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.templateLayoutGrid .themesBar p {
  display: inline;
  vertical-align: top;
  float: left;
  margin: 0px;
}
.templateLayoutGrid .headerArea {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  text-align: center;
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 4;
}
.templateLayoutGrid .headerArea h1 {
  margin-top: 1.2em;
}
.templateLayoutGrid .mainSection {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  grid-row: 5;
  grid-column-start: 1;
  grid-column-end: 4;
  padding: 10px 20px;
  text-align: center;
}
.templateLayoutGrid .mainSection h2 {
  text-decoration: underline;
}
.templateLayoutGrid .mainSection .smileyGif {
  margin-bottom: -5px;
}
.templateLayoutGrid .NavBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  display: flex;
  align-items: center;
  border-style: none solid solid solid;
  grid-row: 3;
  grid-column: 2;
}
.templateLayoutGrid .NavBar .subsectionsListNavBar {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
}
.templateLayoutGrid .NavBar .subsectionsListNavBar li {
  padding: 7px 0px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.templateLayoutGrid .NavBar .subsectionsListNavBar li a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
}
.templateLayoutGrid .NavBar .subsectionsListNavBar li h5 {
  display: inline;
  font-size: 19px;
  margin: 3px 0px;
  font-weight: 500;
}

.aboutLayoutGrid {
  display: grid;
  grid-template-columns: 2.5vw 5vw 55vw 13vw 5vw 2.5vw;
  grid-auto-rows: 3vw 28vh auto 1.5vw 2.5vw auto 2.5vw;
  margin: 20px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.aboutLayoutGrid .themesBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  margin-bottom: -2px;
  line-height: 3vw;
  padding: 0px;
  grid-row: 1;
  grid-column-start: 3;
  grid-column-end: 5;
}
.aboutLayoutGrid .themesBar .themesHeading {
  margin: 0px 8px;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.aboutLayoutGrid .themesBar p {
  display: inline;
  vertical-align: top;
  float: left;
  margin: 0px;
}
.aboutLayoutGrid .headerArea {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  text-align: center;
  grid-row: 2;
  grid-column-start: 2;
  grid-column-end: 6;
}
.aboutLayoutGrid .headerArea h1 {
  margin-top: 1.2em;
}
.aboutLayoutGrid .mainSection {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  grid-row-start: 5;
  grid-row-end: 8;
  grid-column-start: 2;
  grid-column-end: 6;
  padding: 1em 19.5vw 1em 1em;
  text-align: center;
}
.aboutLayoutGrid .mainSection h2 {
  text-decoration: underline;
}
.aboutLayoutGrid .mainSection h2 {
  text-align: center;
}
.aboutLayoutGrid .mainSection h3 {
  margin-top: 0.8em;
}
.aboutLayoutGrid .mainSection hr {
  border: 1px solid #ef8e30;
  width: calc(100% + 2em + 5px);
  margin-left: -1em;
}
.aboutLayoutGrid .NavBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  display: flex;
  align-items: center;
  border-style: none solid solid solid;
  grid-row: 3;
  grid-column-start: 3;
  grid-column-end: 5;
}
.aboutLayoutGrid .NavBar .subsectionsListNavBar {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
}
.aboutLayoutGrid .NavBar .subsectionsListNavBar li {
  padding: 7px 0px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.aboutLayoutGrid .NavBar .subsectionsListNavBar li a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
}
.aboutLayoutGrid .NavBar .subsectionsListNavBar li h5 {
  display: inline;
  font-size: 19px;
  margin: 3px 0px;
  font-weight: 500;
}
.aboutLayoutGrid .updates {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row: 6;
  padding: 5px;
}
.aboutLayoutGrid .updates h3 {
  text-align: center;
}
.aboutLayoutGrid .updates .updatesSection {
  font-size: 0.95em;
  overflow: auto;
  overflow-x: hidden;
}
.aboutLayoutGrid .updates .updatesSection ul {
  padding: 0px 6px 0px 26px;
}
.aboutLayoutGrid .updates .updatesSection ul li {
  margin: 8px 0px;
}

.linksLayoutGrid {
  display: grid;
  grid-template-columns: 2.5vw 5vw 13vw 55vw 5vw 2.5vw;
  grid-auto-rows: 3vw 28vh auto 1.5vw 2.5vw auto 2.5vw;
  margin: 20px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.linksLayoutGrid .themesBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  margin-bottom: -2px;
  line-height: 3vw;
  padding: 0px;
  grid-row: 1;
  grid-column-start: 3;
  grid-column-end: 5;
}
.linksLayoutGrid .themesBar .themesHeading {
  margin: 0px 8px;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.linksLayoutGrid .themesBar p {
  display: inline;
  vertical-align: top;
  float: left;
  margin: 0px;
}
.linksLayoutGrid .headerArea {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  text-align: center;
  grid-row: 2;
  grid-column-start: 2;
  grid-column-end: 6;
}
.linksLayoutGrid .headerArea h1 {
  margin-top: 1.2em;
}
.linksLayoutGrid .mainSection {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  grid-row-start: 5;
  grid-row-end: 8;
  grid-column-start: 2;
  grid-column-end: 6;
  padding: 10px 0px 10px 19.5vw;
}
.linksLayoutGrid .mainSection h2 {
  text-decoration: underline;
}
.linksLayoutGrid .mainSection h2 {
  text-align: center;
}
.linksLayoutGrid .mainSection h3 {
  text-align: left;
  margin-bottom: 0.8em;
}
.linksLayoutGrid .NavBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  display: flex;
  align-items: center;
  border-style: none solid solid solid;
  grid-row: 3;
  grid-column-start: 3;
  grid-column-end: 5;
}
.linksLayoutGrid .NavBar .subsectionsListNavBar {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
}
.linksLayoutGrid .NavBar .subsectionsListNavBar li {
  padding: 7px 0px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.linksLayoutGrid .NavBar .subsectionsListNavBar li a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
}
.linksLayoutGrid .NavBar .subsectionsListNavBar li h5 {
  display: inline;
  font-size: 19px;
  margin: 3px 0px;
  font-weight: 500;
}
.linksLayoutGrid .personalWeb {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row: 6;
  text-align: center;
  text-decoration: underline;
  padding: 5px;
}
.linksLayoutGrid .personalWeb .webButton {
  height: 32px;
  width: 88px;
}

.webGraphicsLayoutGrid {
  display: grid;
  grid-template-columns: 2.5vw 2.5vw 2.5vw 68vw 2.5vw 2.5vw 2.5vw;
  grid-auto-rows: 3vw 28vh 3vw 1.5vw calc(7em + 2.5vw) auto 2.5vw auto 2.5vw;
  margin: 20px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.webGraphicsLayoutGrid .themesBar {
  grid-row: 1;
  grid-column-start: 3;
  grid-column-end: 5;
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  margin-bottom: -2px;
  line-height: 3vw;
  padding: 0px;
}
.webGraphicsLayoutGrid .themesBar .themesHeading {
  margin: 0px 8px;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.webGraphicsLayoutGrid .themesBar p {
  display: inline;
  vertical-align: top;
  float: left;
  margin: 0px;
}
.webGraphicsLayoutGrid .headerArea {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  text-align: center;
  grid-row: 2;
  grid-column-start: 2;
  grid-column-end: 6;
}
.webGraphicsLayoutGrid .headerArea h1 {
  margin-top: 1.2em;
}
.webGraphicsLayoutGrid .mainSection {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  grid-row-start: 5;
  grid-row-end: 10;
  grid-column-start: 2;
  grid-column-end: 7;
  padding: 10px 20px;
  text-align: center;
  z-index: 2;
}
.webGraphicsLayoutGrid .mainSection h2 {
  text-decoration: underline;
}
.webGraphicsLayoutGrid .blinkiesSideBox {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  border-bottom: none;
  border-right: none;
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row: 6;
  z-index: 10;
  padding: 10px 20px;
  position: relative;
}
.webGraphicsLayoutGrid .blinkiesSideBox .standardBlinkieSize {
  width: 150px;
  height: 20px;
}
.webGraphicsLayoutGrid .blinkiesSideBox h3 {
  margin: 10px 0px;
}
.webGraphicsLayoutGrid .blinkiesSideBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5vw;
  height: 0px;
  border-bottom: 1.5px solid #ef8e30;
  left: 0;
}
.webGraphicsLayoutGrid .buttonsSideBox {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  border-bottom: none;
  border-left: none;
  grid-column-start: 3;
  grid-column-end: 8;
  grid-row: 8;
  z-index: 10;
  text-align: right;
  padding: 10px 20px;
  position: relative;
}
.webGraphicsLayoutGrid .buttonsSideBox h3 {
  margin: 10px 0px;
}
.webGraphicsLayoutGrid .buttonsSideBox::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5vw;
  height: 0px;
  border-bottom: 1.5px solid #ef8e30;
  right: 0;
}
.webGraphicsLayoutGrid .NavBar {
  grid-row: 3;
  grid-column-start: 3;
  grid-column-end: 5;
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  display: flex;
  align-items: center;
  border-style: none solid solid solid;
}
.webGraphicsLayoutGrid .NavBar .subsectionsListNavBar {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
}
.webGraphicsLayoutGrid .NavBar .subsectionsListNavBar li {
  padding: 7px 0px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.webGraphicsLayoutGrid .NavBar .subsectionsListNavBar li a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
}
.webGraphicsLayoutGrid .NavBar .subsectionsListNavBar li h5 {
  display: inline;
  font-size: 19px;
  margin: 3px 0px;
  font-weight: 500;
}

.siteMapLayoutGrid {
  display: grid;
  grid-template-columns: 5vw 68vw 5vw;
  grid-auto-rows: 3vw 28vh auto 1.5vw auto;
  margin: 20px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.siteMapLayoutGrid .themesBar {
  grid-row: 1;
  grid-column: 2;
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  margin-bottom: -2px;
  line-height: 3vw;
  padding: 0px;
}
.siteMapLayoutGrid .themesBar .themesHeading {
  margin: 0px 8px;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.siteMapLayoutGrid .themesBar p {
  display: inline;
  vertical-align: top;
  float: left;
  margin: 0px;
}
.siteMapLayoutGrid .headerArea {
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 4;
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  text-align: center;
}
.siteMapLayoutGrid .headerArea h1 {
  margin-top: 1.2em;
}
.siteMapLayoutGrid .mainSection {
  grid-row: 5;
  grid-column-start: 1;
  grid-column-end: 4;
  padding: 10px 20px;
  text-align: center;
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
}
.siteMapLayoutGrid .mainSection h2 {
  text-decoration: underline;
}
.siteMapLayoutGrid .mainSection ul {
  text-align: left;
  border-left: 1px solid white;
  margin-left: 2em;
}
.siteMapLayoutGrid .mainSection ul li {
  list-style-type: "————○ ";
  margin: 3px 5px 3px 22px;
}
.siteMapLayoutGrid .mainSection ul li h5 {
  font-size: 17px;
  margin: 0.6em 0px;
}
.siteMapLayoutGrid .mainSection ul li ul {
  margin-left: 1em;
}
.siteMapLayoutGrid .mainSection ul ::marker {
  font-family: "DOS", "Courier New", Courier, monospace;
}
.siteMapLayoutGrid .NavBar {
  grid-row: 3;
  grid-column: 2;
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  display: flex;
  align-items: center;
  border-style: none solid solid solid;
}
.siteMapLayoutGrid .NavBar .subsectionsListNavBar {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
}
.siteMapLayoutGrid .NavBar .subsectionsListNavBar li {
  padding: 7px 0px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.siteMapLayoutGrid .NavBar .subsectionsListNavBar li a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
}
.siteMapLayoutGrid .NavBar .subsectionsListNavBar li h5 {
  display: inline;
  font-size: 19px;
  margin: 3px 0px;
  font-weight: 500;
}

.guidesAndFactsLayoutGrid {
  display: grid;
  grid-template-columns: 5vw 68vw 5vw;
  grid-auto-rows: 3vw 28vh auto 1.5vw auto;
  margin: 20px auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.guidesAndFactsLayoutGrid .themesBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  margin-bottom: -2px;
  line-height: 3vw;
  padding: 0px;
  grid-row: 1;
  grid-column: 2;
}
.guidesAndFactsLayoutGrid .themesBar .themesHeading {
  margin: 0px 8px;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}
.guidesAndFactsLayoutGrid .themesBar p {
  display: inline;
  vertical-align: top;
  float: left;
  margin: 0px;
}
.guidesAndFactsLayoutGrid .headerArea {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  text-align: center;
  grid-row: 2;
  grid-column-start: 1;
  grid-column-end: 4;
}
.guidesAndFactsLayoutGrid .headerArea h1 {
  margin-top: 1.2em;
}
.guidesAndFactsLayoutGrid .mainSection {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  grid-row: 5;
  grid-column-start: 1;
  grid-column-end: 4;
  padding: 10px 20px;
  text-align: center;
}
.guidesAndFactsLayoutGrid .mainSection h2 {
  text-decoration: underline;
}
.guidesAndFactsLayoutGrid .mainSection h3 {
  display: inline-block;
}
.guidesAndFactsLayoutGrid .mainSection summary {
  text-align: center;
}
.guidesAndFactsLayoutGrid .mainSection hr {
  width: calc(100% + 40px);
  margin-left: -20px;
  border: 1px solid #ef8e30;
}
.guidesAndFactsLayoutGrid .mainSection details {
  text-align: left;
  line-height: 1.4em;
}
.guidesAndFactsLayoutGrid .mainSection details h4 {
  text-decoration: underline;
}
.guidesAndFactsLayoutGrid .mainSection details .wgetImg {
  background-color: bisque;
}
.guidesAndFactsLayoutGrid .mainSection details h5 {
  font-size: medium;
  text-decoration: underline;
  display: inline-block;
  margin: 0px;
}
.guidesAndFactsLayoutGrid .NavBar {
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  display: flex;
  align-items: center;
  border-style: none solid solid solid;
  grid-row: 3;
  grid-column: 2;
}
.guidesAndFactsLayoutGrid .NavBar .subsectionsListNavBar {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  width: 100%;
}
.guidesAndFactsLayoutGrid .NavBar .subsectionsListNavBar li {
  padding: 7px 0px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.guidesAndFactsLayoutGrid .NavBar .subsectionsListNavBar li a {
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
}
.guidesAndFactsLayoutGrid .NavBar .subsectionsListNavBar li h5 {
  display: inline;
  font-size: 19px;
  margin: 3px 0px;
  font-weight: 500;
}

.otherNavLinksBox {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin-bottom: 2vh;
}
.otherNavLinksBox a {
  flex: 1;
  text-decoration: none;
  padding: 0.5em;
  border: 1.5px solid #ef8e30;
}/*# sourceMappingURL=style.css.map */