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 {
  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;
}
.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 {
  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;
}
.templateLayoutGrid .headerArea h1 {
  margin-top: 1.2em;
}
.templateLayoutGrid .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;
}
.templateLayoutGrid .mainSection h2 {
  text-decoration: underline;
}
.templateLayoutGrid .NavBar {
  grid-row: 3;
  grid-column: 2;
  background-image: url(../assets/sectionBackground.png);
  background-repeat: repeat;
  opacity: 98%;
  border: 1.5px solid #ef8e30;
  border-style: none solid solid solid;
  display: flex;
  align-items: center;
}
.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;
}

.shrinesPreviewsSeperator {
  border: 1px solid #ef8e30;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.shrinesPreviews {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto 150px auto;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-bottom: 20px;
  grid-auto-flow: column;
}
.shrinesPreviews h3 {
  display: flex;
  align-self: flex-end;
  justify-self: center;
}
.shrinesPreviews h3 a {
  text-decoration: none;
}
.shrinesPreviews .imgCont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shrinesPreviews .imgCont img {
  width: 65%;
}/*# sourceMappingURL=style.css.map */