p,
li {
  color: var(--primary-text);
  font-size: 0.9rem;
}

.subpage-subt {
  text-transform: uppercase;
  padding-top: 1em;
}

.sub,
#system-holder {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--primary-text);
  opacity: 0.8;
}

.smaller-text {
  font-size: 0.8rem;
}

.smallerer-text {
  font-size: 0.7rem;
}

.center-text {
  text-align: center;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.disclaimer {
  font-style: italic;
  font-size: 0.6rem;
  opacity: 0.6;
}

/* title section */

/* nav bar */
nav {
  font-size: 0.9rem;
  width: 100%;
}

nav li,
nav li a {
  font-size: 0.85rem;
  text-transform: capitalize;
}

.dropdown-item {
  font-size: 0.7rem;
}

.dropdown-menu {
  white-space: normal;
}

.navbar-mod {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.img-navbar {
  width: 65px;
}

.nav-item {
  padding-left: 7px;
  padding-right: 7px;
}

.top-navbar {
  background-color: var(--primary-dark);
}

#navbarNav .menu911 {
  /* text-shadow: 2px 2px 3px var(--primary-highlight); */
  color: var(--primary-highlight);
  opacity: 0.9;
  font-weight: 600;
}

#currTime {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--primary-text);
  opacity: 0.8;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 576px) {
  #currTime {
    font-style: normal;
    font-size: 0.6rem;
    margin-left: 0;
  }

  /* fix issue of navbar pushed to the right on mobile */
  .navbar {
    padding-left: 0;
  }
  .navbar-brand {
    margin-right: 0;
  }
}

/* end nav bar */

/* title */

#title h1 {
  padding-top: 2%;
}

#title h2 {
  font-size: 1rem;
  margin: 20px auto;
  color: var(--primary-text);
  text-transform: none;
}

#title h2.subhead {
  font-weight: 400;
}

#button-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.home-btn {
  margin-right: 1em;
}

@media screen and (max-width: 576px) {
  #title button {
    font-size: 0.7rem;
    padding: 0.5em;
  }

  #button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  #button-container {
    width: 50%;
  }
}

.headimage {
  width: 100%;
  margin: 3% auto;
}
/* end title */

/* what we do */
#whatwedo {
  padding-left: 8%;
  padding-right: 8%;
}

.card-anim:hover {
  transform: translateY(-1px);
}

.card-anim {
  transition: all 0.3s;
}

.card-text-mod {
  font-size: 0.7rem;
}

.zoom-img-wrapper {
  overflow: hidden; /* so the image dimension on zoom-img will not go beyond container */
}

.zoom-img {
  transition: all 0.5s;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-img:hover {
  transform: scale(1.05);
}

.card-body a:hover {
  text-decoration: none;
}
/* end what we do */

/* faction */
#faction {
  text-align: center;
  margin-top: 5em;
}

.last-section {
  margin-bottom: 6em;
}




/* ******************** */
/* footer               */
/* ******************** */
#footer {
  background-color: var(--footer-bg);
  padding: 3% 13%;
  margin: auto 0 0 0;
}

.social-icon {
  font-size: 2rem;
  margin-right: 15px;
}

#footer p {
  font-size: 0.8rem;
}

#footer h5 {
  margin-top: 0;
  padding-top: 0;
}

#footer li {
  font-size: 0.8rem;
  padding: 2px;
}

#footer a {
  color: var(--primary-text);
}

/* ******************** */
/* markdown styles      */
/* ******************** */
#md-wrapper {
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 50px;
  margin-bottom: 4rem;
}

#md-wrapper img {
  display: block;
  max-width: 70%;
  margin: 2rem auto 3rem auto;
  border-radius: 8px;
}

.half-holder {
  text-align: center;
}

#md-wrapper img.half {
  display: inline-block;
  max-width: 45%;
  margin: 2em auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  border-radius: 8px;
  box-shadow: none;
}

#md-wrapper table {
  max-width: 85%;
  margin: 2rem auto 3rem auto;
  border-style: solid;
  background-color: var(--primary-dark);
  box-shadow: 3px 3px 5px var(--primary-dark);
}

@media screen and (max-width: 576px) {
  #md-wrapper table {
    max-width: 100% !important;
    font-size: 0.6rem;
    overflow-wrap: break-word;
  }

  #md-wrapper img.half {
    display: block;
    max-width: 100%;
    margin: 1em auto;
  }

  #md-wrapper img {
    max-width: 100%;
  }
}

#md-wrapper td {
  padding: 2px 5px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
}

#md-wrapper th {
  padding: 2px 5px;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  background-color: var(--primary-highlight);
}

iframe {
  display: block;
  text-align: center;
  margin: auto;
}

/* back to top */
#back-top {
  background-color: var(--primary-highlight);
  color: var(--primary-text);
  position: fixed;
  bottom: 20px;
  right: 30px;
  text-align: center;
  display: none;
  font-size: 0.9rem;
  padding-left: 15px;
  padding-right: 15px;
}

#back-top:hover {
  background-color: var(--primary-dark);
  color: var(--primary-text);
}
/* end back to top */
/* ********************* */
/* ********************* */

/* let icon wrapper be 80x850 pixels */

/* ******************** */
/* subpage general */
/* ******************** */
#wrapper {
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 50px;
}

#wrapper section {
  margin-top: 3rem;
}

.subpage-head {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--primary-text);
  margin-top: 0.5rem;
}

.subpage-subt-highlight {
  text-transform: uppercase;
  color: var(--primary-highlight);
  padding-top: 1rem;
}

.build-container {
  background-color: var(--primary-dark);
  border: 8px solid var(--primary-light);
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}

.build-container a {
  font-size: 0.8rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}


.build-button {
  width: 80%;
  background-color: var(--primary-highlight);
  color: var(--primary-text) !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: 5px;
  font-size: 0.75rem;
  transition: all 0.3s;
}

.build-button:hover {
  text-decoration: none !important;
  color: var(--primary-dark) !important;
  background-color: var(--primary-text);
}

.image-wrapper {
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 80%;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  max-width: 80px;
  margin: 5px 20px;
}

.img-article {
  max-width: 30%;
  border-radius: 5px;
}

.img-article-lg {
  max-width: 90%;
  border-radius: 8px;
}

.back-to-top {
  font-size: 0.5rem;
  text-decoration: underline;
  text-decoration-style: dotted;
}

/* news stuff */
.date-stamp {
  font-size: 0.6rem;
  margin-top: -5px;
  padding-top: 0;
}

.news-image {
  max-width: 150px;
  margin-top: 1rem;
}

.news-sub {
  text-transform: capitalize;
  color: var(--primary-highlight);
  font-size: 1rem;
}

.news-a {
  color: var(--primary-highlight);
}

/* ******************** */
/* combat */
/* ******************** */

/* combat */
/* #pvecombat {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}

#pvecombat,
#pvpcombat {
  padding: 6% 15%;
} */

.combat-card-text {
  font-size: 0.8rem;
}

.list-group-item {
  padding: 2%;
}

.build-col-left {
  padding-right: 3rem;
  text-align: right;
}

.build-col-right {
  padding-left: 3rem;
  text-align: left;
}

@media screen and (max-width: 568px) {
  .build-col-left {
    text-align: center;
    padding: 0;
  }

  .build-col-right {
    text-align: center;
    padding: 0;
  }
}

/* ******************** */
/* overrides */
/* START TEMP BUILD       */
/* ******************** */
button.nav-link {
  color: var(--primary-highlight);
}

button.nav-link:hover {
  color: var(--primary-highlight);
}

button.nav-link.active {
  background-color: var(--primary-highlight);
}

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}

.nav-link.active {
  border: 1px solid red;
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.build-button2 {
  background-color: var(--primary-highlight);
  color: var(--primary-text) !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: .5em 2em;
  font-size: 0.75rem;
  transition: all 0.3s;
  margin: auto 1em;
}

.build-button2:hover {
  text-decoration: none !important;
  color: var(--primary-dark) !important;
  background-color: var(--primary-text);
}
/* ******************** */
/* END TEMP BUILD       */
/* ******************** */


/* ******************** */
/* construction, 404 */
/* ******************** */
.construction-image {
  display: block;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  margin-bottom: 8%;
}

@media screen and (max-width: 568px) {
  .construction-image {
    display: block;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20%;
    margin-bottom: 20%;
  }
}

.container403, .container404 {
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;

  min-height: 600px;

  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  margin-bottom: 8%;

  background-image: url(../images/redtriangle.png);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.container403, .container404 h4 {
  text-shadow: 1px 2px 25px var(--primary-highlight);
}

.container-const {
  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;

  min-height: 600px;

  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8%;
  margin-bottom: 8%;

  background-image: url(../images/loading_bar.png);
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
}

#discord_login_logo {
  height: 50px;
  box-shadow: none;
  margin: 1%
}

.container-const h2 {
  text-shadow: 1px 2px 20px var(--secondar-text);
  color: var(--secondar-text);
  text-transform: uppercase;
}

@media screen and (max-width: 568px) {
  .container-const {
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;

    min-height: 500px;

    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    margin-bottom: 5%;

    background-image: url(../images/loading_bar.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .container-const h2 {
    text-shadow: 1px 2px 20px var(--secondar-text);
    color: var(--secondar-text);
    text-transform: uppercase;
    font-size: 1rem;
  }
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}