/* Banner*/
.banner {
  justify-content: center;
  display:block;
  width: 90vw;
  border-radius: 15px;
  text-align: center;
}

/*Header*/
header {
  padding-bottom: 10px;
margin-bottom:-6px;
z-index:-1;
}

/*NAVIGATION */

.navbar {
  background-color:rebeccapurple;
  overflow: hidden;
  border-radius: 15px;
  font-size:15px;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.5 em;
}

.navbar a:hover {
  background-color: darkorchid;
}

.active {
  background-color:#9370DB;
  font-weight:800;
}

.navbar .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1.1em;
  border: none;
  outline: none;
  color:white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rebeccapurple;
  min-width:160px;
  box-shadow: 0px 8px 30px;
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #9370DB;
  color:white;
}

.dropdown-content a:hover {
  background-color: #9370DB;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .navbar a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .navbar a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .navbar.responsive {position: relative;}
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .navbar.responsive .dropdown {float: none;}
  .navbar.responsive .dropdown-content {position: relative;}
  .navbar.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/*Main*/

.main {
  background: fixed linear-gradient(lavender, #9370DB);
    color: rebeccapurple;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    font-size: 13px;
    line-height: 1.3em;

  }


em {
  font-weight:500;
}

li {
  list-style-type: "✦ ";
 }

 a {
  color:darkorchid;
 }

 a:hover {
color:#9370DB;
 }

/* Headers */

h1 {
  font-weight:800;
  font-variant: small-caps;
  text-align: center;
  font-size: 3em;
  line-height: 1em;
}

h1 a:hover {
  color:#9370DB;
}

h2 {
  font-weight:800;
  font-variant: small-caps;
  font-size: 2.5em;
   line-height: 1em;

}


h3 {
  font-weight: 500;
  font-size: 2em;
  line-height:1em;
}


h4 {
  text-align: center;
  font-variant-caps: all-petite-caps;
  padding: 2px;
  font-size: 1.5em;
}

h5 {
  text-align: center;
  font-variant-caps: all-petite-caps;
  padding: 2px;
  font-size: 1.2em;
}
hr {
  border: none;
  border-top:dotted 3px rebeccapurple;
  font-size: 1rem;
  width: 80%;
  padding: 8px;
}

.headercenter {
  text-align:center;
}

summary {
  background-color:rebeccapurple;
  font-weight:800;
  padding:10px;
  color:whitesmoke;
  border-radius:15px;
  margin: 3px;
}

img {
  border-radius: 15px;
}

button {
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  color: rebeccapurple;
  padding: 5px;
  border: 2px solid rebeccapurple;
  border-radius: 5px;

}

button:hover {
  background-color: rebeccapurple;
  color: whitesmoke;
}


.gbutton {
  background-color: rebeccapurple;
  color: whitesmoke;
  padding: 5px;
  margin: 2px;
  border: 2px solid rebeccapurple;
  border-radius: 5px;
}

.gbutton a{
  color:whitesmoke;
}

.gbutton:hover {
  background-color: #9370DB;
  color: whitesmoke;
}

.gbuttonactive {
  background-color:#9370DB;
  color: whitesmoke;
  padding: 5px;
  border-radius: 5px;
}

.gbuttonactive a{
color:whitesmoke;
}

.capspurple {
  font-variant:small-caps;
  color: whitesmoke;
  background-color: rebeccapurple;
  font-weight:800;
  border-radius: 5px;
  font-size: 1.2em;
}

.capspurple a {
  font-variant:small-caps;
  color: whitesmoke;
  padding: 3px 10px 3px 10px;
  margin: 5px 0px 5px 0px;
  font-weight:800;
  background-color: rebeccapurple;
  border-radius: 5px;
}

.capspurple a:hover {
  background-color: #9370DB;
  border-radius: 5px;
}

.capslghtpurple {
  font-variant:small-caps;
  color: whitesmoke;
  background-color:#9370DB;
  font-weight:800;
  border-radius: 5px;
  font-size: 1em;

}

.capslghtpurple a {
  font-variant:small-caps;
  color: whitesmoke;
  padding: 3px 10px 3px 10px;
  margin: 5px 0px 5px 0px;
  font-weight:800;
  background-color:#9370DB;
  border-radius: 5px;
}

.capslghtpurple:hover {
  background-color: rebeccapurple;
  border-radius: 5px;
}


.badge {
  margin-right:5px;
  margin-bottom:5px;
  margin-top:5px;
  border-radius: 0px;
}




/* Changelog*/

.changelog {
  height: 100px;
  width: fit-content;
  padding: 15px;
  border: 2px solid white;
  border-radius: 15px;
  font-size: small;
  overflow: scroll;
line-height: normal;
align-content: center;

}


/* Table */
.tablestyledark {
  background-color: rebeccapurple;
  font-weight: 700;
  font-variant:small-caps;
  color:white;
  padding:5px;

}

.tablestyle {
  border: 1px solid rebeccapurple;
  padding:5px;
}

table {
  border-collapse: collapse;
  font-size: small;
  padding:10px;
  line-height: normal;
  width: 100%;
  
}

tr {
  border: 1px solid rebeccapurple;
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom: none;
}

/* Background / Designs */


.box {
    margin:auto;
    box-sizing: border-box; 
    width: 90%;
  
  }

  @media screen and (max-width: 740px) {
  .box {
    width:100%;
  }
}


.page {
    background-color: lavender;
    opacity:90%;
    padding: 3%;
    margin:10px 10px 0 auto;
    border-radius: 15px;
    flex-wrap: wrap;
    border: 2px solid white;
    justify-content: center;

}


.footer {
  text-align: center;
  font-size: small;
  margin: 10px auto 0 auto;
  background-color: lavender;
  border: 2px solid white;
 border-radius: 15px;
}

/* Image Gallery */

.imggallery {
display:grid;
grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 740px) {
  .imggallery {
    display:block;
  }
}

.imggallery img:hover {
opacity: 100%;
}


.imgclass {
  padding: 10px;
  text-align: center;
  
}

.imgclass img {
  width: 90%;
}



/*Blog*/

.blogpage {
  width: 70%;
  background-color: lavender;
  opacity:90%;
  padding: 3%;
  margin: 20px auto 20px auto;
  border-radius: 15px;
  flex-wrap: wrap;
  border: 2px solid white;
  justify-content: center;
}

@media screen and (max-width: 940px) {
.blogpage img {
width:90%;  
  }
}

@media screen and (max-width: 940px) {
  .blogpage {
    padding: 5%;
    width:90%;
  }
}


.blogcontainer {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px;
  margin: 10px;
}

@media screen and (max-width: 1280px) {
  .blogcontainer {
    display:grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 940px) {
  .blogcontainer {
    display:block;
    padding: 3px;
    margin: 0px;
  }
}

.blogcontainer img {
  width:fit-content;
}
  
  @media screen and (max-width: 1080px) {
    .blogcontainer img  {
      width: 100%;
}
  }

.blogborder {
  border-right: whitesmoke 2px solid;
  padding: 10%;
  margin: 3%;
}
@media screen and (max-width: 1280px) {
  .blogborder {
    border: none;
  }
}

@media screen and (max-width: 940px) {
  .blogcontainer {
    border: none;
  }
}

.blogcol {
  padding:10px;
}

.blogheader {
background-color: rebeccapurple;
padding: 10px;
text-align: center;
color: whitesmoke;
font-weight:800;
font-size: larger;
border-radius: 15px 15px 0px 0px;
}

.blogheader2 {
  background-color: rebeccapurple;
  padding: 3px;
  text-align: center;
  color: whitesmoke;
  font-weight:800;
  border-radius: 15px 15px 0px 0px;
  }

.blogtext {
  border-radius: 15px;
  padding:10px;
  background-color: white;
  padding:0px 0px 10px 0px;
}

/*Icons */

.iconimg {
  width: 18px;
  border-radius: 0px;
}

.iconrss {
  width: 14px;
  background-color: darkorchid;
  border-radius: 0px;
}

/*Icon Grid*/

.icongrid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}

.icongrid img {
width: fix-content;
border: solid 2px rebeccapurple;
}


.icongridrow {
  padding: 3px;

}


/* Grids */

.gridcontainer {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
}

@media screen and (max-width: 940px) {
  .gridcontainer {
    display:block;
    border:none;
  }
}

  .gridcol {
    padding: 10px;
  }

  .gridcolprofile {
    text-align: center;
      padding-bottom: 15px;
    }

  .gridrowcon {
    display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  }



  @media screen and (max-width: 940px) {
    .gridrowcon {
      display:block;
      border:none;
    }

  }
  .gridrow {
    padding: 10px;
  }




/*OC Card */

.container {
  justify-content: center;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:15px;
}

@media screen and (max-width: 1280px) {
  .container {
    display:grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 940px) {
  .container {
    display:block;
  }
}

.charagrid {
  text-align: center;
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

  @media screen and (max-width: 1080px) {
    .charagrid {
      display:block;
    }
}

.charagrid img {
  width: fit-content;
  
}

.chara_minigrid {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 5px;
}

@media screen and (max-width: 1360px) {
  .chara_minigrid {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1080px) {
  .chara_minigrid {
    display:grid;
    grid-template-columns: 1fr 1fr;
  }
}

  @media screen and (max-width: 720px) {
    .chara_minigrid {
      display:block;
    }
}

.chara_minigrid img {
  width: fit-content;
  
}


.gallerygrid {
  text-align: center;
  padding: 20px;
  display: grid;
  gap: 5px;
}


@media screen and (max-width: 940px) {
  .gallerygrid {
    display:block;
  }
}

.gallerygrid img {
  width:100%;
}

.giftart_title {
  font-variant:small-caps;
  font-weight: 800;
  color: whitesmoke;
  background-color: rebeccapurple;
  margin: -20px 0px 0px 0px;
  border-radius: 0px 0px 5px 5px;
}

.giftart_title a {
  color: whitesmoke;
}

.giftart_title:hover {
  color: whitesmoke;
  background-color: #9370DB;
}

/*Splash*/

.splash {
  width: fit-content;
  margin: 0px auto;
}

.splashpage {
  background-color: lavender;
  opacity:90%;
  padding: 3%;
  border-radius: 15px;
  border: 2px solid white;
  width: fit-content;
  margin: 0px auto;

}


/*About*/
.overflowabout {
  height: 400px;
  overflow:auto;
}

/* About Text*/

.centertext {
  text-align: center;
}

.aboutimg {
  justify-content: center;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 95%;
}


.profiletitle {
  font-variant:small-caps;
  font-weight: 800;
  color: whitesmoke;
  background-color: rebeccapurple;
  padding: 3px 10px 3px 10px;
  border-radius: 0px 0px 10px 10px;
}

.profiletext {
  text-align: left;
  overflow:auto;
  max-height: 150px;
  padding:0px 10px 0px 15px;
  border-radius: 5px;
  border: rebeccapurple 2px solid;
  background-color: white;
  margin: 10px;
}



/*Comics*/

.comicimg {
  display: block;
  margin: auto;
  max-width: 100%;
}  

  .comic {
    box-sizing: border-box; 
    justify-content: center;
    margin:10px auto 0 auto;
    border-radius: 15px;
    max-width: fit-content;
  }

  .comichero {
    justify-content: center;
    display: inline-block;
    text-align: center;
  }

  .comicheropart {
    text-align: left;
    float: left;
    padding: 20px;
  }

  .comicheropart img:hover {
    opacity: 70%;

  }

    @media screen and (max-width: 780px) {
      .comicheropart img  {
        width: 100%;
      }
  }

  
/*Zelda Comic Page*/

.zelda {
  background: rgb(181,181,217);
  background: linear-gradient(90deg, rgba(181,181,217,1) 35%, rgba(221,240,244,1) 100%); 
  color: midnightblue;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.zelda a {
  color: darkblue;
}

.zelda a:hover {
  color: lightcyan;
}

/*Candy Witch and Familiar Page*/

.candy {
  background: rgb(252,203,98);
  background: linear-gradient(90deg, rgba(252,203,98,1) 35%, rgba(178,63,246,1) 100%); 
  color: midnightblue;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.candy a {
  color: white;
}

.candy a:hover {
  color: black;
}