/*=======================================================*/
/*The Basics*/

body {
  background-color: #0A070D;
  color: white;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#container {
  background-color: #110A16;
  background-image: url("images/header_bg.png"),url("images/tile_bg.png");
  background-repeat: repeat-x, repeat;
  background-position: center top;
  background-size: 900px, 300px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
  padding: 20px;
  max-width: 860px;
  min-width: 300px;
  border-radius: 8px;
  border: 2px solid rgba(201,120,240,0.1);
  min-height: 500px;
  overflow: hidden;
}

a {
  color: #febcff;
  text-decoration: none;
}

a:visited {
  color: #febcff;
  text-decoration: none;
}

a:hover {
  color: #febcff;
  opacity: 60%;
}


h1 {
  display: block;
  text-align: center;
  padding-top: 5px;
  font-size: 20pt;
}

h2{
  padding: 5px;
  padding-top: 0px;
  font-size: 15pt;
}

p{
  font-size: 12.6pt;
  padding: 10px;
}

body img {
  max-width: 100%;
}

.subtle {
  opacity: 70%;
}

.subtle:hover {
  opacity: 100%;
}

.clearfix{
 clear: both;
}

.blurb{
  text-align: center;
}

.italic{
  font-style: italic;
}

/*=======================================================*/
/* Header & Nav */

header {
  margin: auto;
  width: 90%;
  max-width: 800px;
  min-width: 300px;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header a {
  text-align: center;
}

header a:hover {
  opacity: 80%;
}

#sig {
  min-width: 300px;
  max-width: 30vw;
  margin-top: 20px;
}

#tagline {
  font-size: 9.5pt;
  color: #febcff;
  opacity: 80%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-style: italic;
  text-transform: lowercase;
}

nav {
  background-color: rgba(10,7,13,0.75);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding-bottom: 2px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 900px;
}

nav li{
  margin-left: 10px;
  margin-right: 10px;
  flex: 1 1 100%;
  max-width: 100%;
  text-align: center;
}


nav ul{
  list-style-type: none;
  padding: 10px;
  display: flex;
  flex-direction: row;
  width: 80vw;
}

nav a{
  color: white;
  text-decoration: none;
}

nav a:visited {
  color: white;
}

nav li:hover{
  color: #febcff;
}
nav a:hover{
  color: #febcff;
}

/* Dropdown */

.dropbtn {
  padding: 16px;
  /*min-width: 50px;*/

}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  /*padding: 0 10px 0 10px;*/
  background-color: rgb(10,7,13);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
  flex-direction: column;
  z-index: 1;
  margin-top: 7px;

}

.dropdown-content a {
  /*padding: 12px;*/
  min-height: 30px;
  padding: 1px 10px 1px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-content a:hover {
  background-color: #2D1636;
  background-color: rgba(206,100,246,0.1);
}

.dropdown:hover .dropdown-content {
  display: flex;
}

/*=======================================================*/
/* Homepage */

#maincontent {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  padding: 10px;
}

#maincontent a:hover {
  opacity: 85%;
}

.th_w {
  margin: 7px;
  max-width: 250px;
  border-radius: 3px;
}

/*=======================================================*/
/* Gallery Selection Pages */

.subcontent {
  display: flex;
  align-items: center baseline;
  justify-content: center;
  flex-flow: row wrap;
  padding: 10px;
  margin-bottom: 10px;
}

.galleryblock{
  display: flex;
  vertical-align:top;
  text-align: center;
  padding: 0.5em;
  max-width: 214px;
  color: white;
}

.galleryblock a:hover {
  opacity: 85%;
}

.galleryblock:hover h2{
  color: #febcff;
}

.th_s {
  max-width: 175px;
  border-radius: 3px;
}

hr {
  height: 2px;
  background: #C978F0;
  opacity: 20%;
  border-radius: 3px;
  border-style: none;
}


/*=======================================================*/
/* Lightbox */

.portfolio {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center baseline;
  text-align: center;
  padding: 7px;

}

.thumb {
  padding: 0.5em;
}

.thumb img{
  min-width: 100px;
  min-height: 100px;
  max-width: 170px;
  max-height: 170px;
  border-radius: 3px;
}

.button {
  cursor: pointer;
}

#background {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height:100vh;
  background: rgba(10,7,13,0.75);
  visibility: hidden;
  z-index: 0;
}

.portfolio-lightbox {
  position: fixed;
  top: -13px;
  left: 0;
  width: 100vw;
  height:100vh;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.0);
  transition: transform ease-in-out 200ms;
  z-index: 1;
}

.portfolio-lightbox:target {
  display: flex;
  transform: scale(1,1);
}


.portfolio-lightbox_content {
  display: flex;
  max-height: 90vh;
  max-width: 60vw;
  flex-direction: column;
  justify-content: center;
  align-content: space-around;
  align-items: center;
  background: rgba(17,10,22,0.9);
  border: 2px solid rgba(201,120,240,0.3);
  border-radius: 5px;
  padding: 1em;
}

.lightbox_img {
  flex-grow: 8;
  flex-shrink: 1;
}

.lightbox_img img {
  max-height: 80vh;
  max-width: 50vw;
  flex-grow: 8;
  flex-shrink: 0;
  border: 1px solid rgba(201,120,240,0.15);
}

.lightbox_txt {
  min-width: 300px;
  max-width: 50vw;
  max-height: 15vh;
  flex-grow: 1;
  flex-shrink: 8;
  overflow: auto;
  background: #110A16;
  border: 2px solid rgba(201,120,240,0.1);
  border-radius: 5px;
  margin-top: 5px;
  padding: 5px 5px 0 5px;
}

.lightbox_txt h3 {
  font-size: 14pt;
  padding-left: 5px;
  margin: 0px;
}

.lightbox_txt p{
  font-size: 12pt;
  margin: 0px;
}

/*Out of box arrows*/
#prev, #next {
  color: rgba(201, 120, 240, 0.8);
  cursor: pointer;
  position: fixed;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  display: none;
}

#prev {
  left: 15px;
}

#next {
  right: 15px;
}

#prev:hover,
#next:hover {
  opacity: 50%;
}

.close {
  cursor: pointer;
  position: relative;
  align-self: flex-end;
  width: 1.5em;
  height:1.5em;
  top: -13px;
  right: -13px;
  background: rgba(201,120,240,.5);
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close::after {
  content: 'X';
  color: black;
  font-weight: 700;
}

.close:hover {
  opacity: 50%
}


/*=======================================================*/
/* About */

.profileimg{
  display: block;
  float:left;
  width:300px;
  padding:10px;
  margin:15px;
  border-radius: 10%

}

/*collapse the blurb underneath the image when it would overflow*/
@media only screen and (max-width: 656px) {
  .profileimg{
    display:inline-block;
    float: none;
    width: 70%;
    padding: 10px 0 10px 0;
  }
  .clearunder{
    clear: both;
  }
}

/*=======================================================*/
/* Comic Galleries */

.centerbitch {
  text-align: center;
}

.gallerythumb{
  display: block;
  clear: both;
}

.galleryblock p{
  margin: 0px;
  margin-bottom: 10px;
}


.galleryblock a{
  color: white;
}
.galleryblock a:visited{
  color: white;
}


/*=======================================================*/
/* Illustrations */



/*=======================================================*/
/* footer */

footer{
  text-align: center;
}

footer p{
  font-size: 10pt;
  color: #febcff;
  opacity: 50%;
  margin: 0;
  margin-top: 10px;
}
