/**
 * Custom
 */

body {
  background-color: #262626;
  color: #dadada;
}

#mainNav {
  position: absolute;
}
header {
  background-image: url('../img/patreon_banner2.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  /*background-color: #333;*/
  text-align: left;
  color: white;
  border-bottom: #573357 16px solid;
  /* border-bottom: #9c406b 16px solid; */
}
.short-header {
  max-height: 90px;
}

.support-me-btn {
  color: #fff;
  background-color: #c94788;
  border-color: #9f3857;
  /* font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  /* text-transform: uppercase; */
  /* font-weight: 700; */
  border-radius: 2em;
  /* font-size: 18px; */
  /* padding: 20px 40px; */
}
.support-me-btn:hover {
  background-color: #ff64b2;
}

.background-textured {
  background-color: #252425;
  /* opacity: 0.3; */
  background-image:  radial-gradient(#573357 2px, transparent 2px), radial-gradient(#573357 2px, #252425 2px);
  background-size: 80px 80px;
  background-position: 0 0, 40px 40px;
  
  box-shadow: inset 0em 0em 1.2em 0em #0e0c0e2b;
}

.project-card {
  background-color: #312831;
  border-radius: 8px;

  max-width: 360px;
  padding-bottom: 8px;
  margin-bottom: 16px;

  box-shadow: 0px 0px .4em #0e0c0e2b;

  /* margin: 16px; */
  /* padding-top: 16px; */
  /* padding-bottom: 16px; */
}
.project-card:hover {
  background-color: #1f1f1f;
}
.project-card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* .links-list {} */

#page-link img {
  margin: auto;
  display: block;
  max-width: 100%;
}

@media (min-width: 992px) {
  #comic-container {
    max-width: 930px;
  }
  #page-link img {
    max-width: 900px;
  }
}


#page-nav {
  padding: 0.5rem;
/*  border-top: #2e2e2e 1px solid;
  border-bottom: #2e2e2e 1px solid;*/
}
#page-description {
  margin: 2rem 1rem 3rem;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link.disabled, span.nav-link {
  color: #6c757d;
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav li .nav-link.disabled:hover {
  background-color: transparent;
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: #2d2d2d;
}

footer {
  background-color: #222;
}

/**
 * Image gallery 
 */
.image-gallery .thumbnail {
  padding: 0px;
  background: none;
  /* background-color: #222; */
  border: none;
  /* border: 1px solid #333; */
  /* border-radius: 1em; */
}
.image-gallery .thumbnail img {
  border-radius: 1em;
}

