/* this is for your overall page */
body {
  background-color: black;
  background-image: linear-gradient(to bottom, black, #1d0075);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  text-align:center;
  color: white;
  text-shadow: -1px 0 2px rgba(0,0,0,.5), 0 1px 2px rgba(0,0,0,.5), 1px 0 2px rgba(0,0,0,.5), 0 -1px 2px rgba(0,0,0,.5);
  font-size:14px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.glow {
  font-size: 60px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

/* these are to style your selection */
::selection{
	background-color: #ffd596;
	color: rgb(27,28,34);
}

/* these are to style your scrollbar */
::webkit-scrollbar-corner{
	background-color: rgba(0,0,0,0);
}
::-webkit-scrollbar{
	width: 5px;
	height: 5px;
	border: none;
	background-color: none;
	border-radius: 25px;
}
::-webkit-scrollbar-thumb{
	border: 1px solid #ed91bc;
	background-color: #ed91bc;
	border-radius: 25px;
	transition: 2s all;
}

/* these are to style your links */
a, a:link{
  color:#ed91bc;
  transition: 1s all;
}
a:visited{
  color: #bf91ed;
  transition: 1s all;
}
a:hover{
  color: #ffbcdb;
  transition: 1s all;
}
a:active{
  color: #ffac8b;
  transition: 1s all;
}

/* this is to style lists */
ul, li{
	list-style: '› ' inside;
	padding-inline-start: 0px;
}
ul > li::marker {
  font-weight: bold;
}

/* these are to style the mini bios, titles, description box, icons, and buttons */
.mbio, .title, .box, .button, .icon, .sidenav, #pronouns li,#pronouns i{
  border: 2px solid black;
  margin-left: auto;
  margin-right:auto;
  border-radius: 20px;
  background-color:rgb(27,28,34);
  background-color:rgba(27,28,34, 0.7);
  box-shadow: 0 4px 8px 0 rgba(27,28,34, 0.7), 0 4px 8px 0 rgba(27,28,34, 0.7);
}

/* this is to style the titles */
.title, #pronouns li,#pronouns i{
  background: rgba(16,15,17, .75);
  font-size: 20px;
  font-variant: small-caps;
  padding: 10px;
  margin: 10px;
  width: auto;
}

/* this is to style the description box */
.box{
  margin: 20px;
  padding: 15px;
}

/* this is to style the mini bios */
.mbio{
  position:relative;
  width:300px;
  height:auto;
  padding:10px;
  padding-bottom:15px;
  margin: 15px;
  border-radius: 20px;
}

/* this is to style the buttons */
.button{
  font-variant: small-caps;
  line-height: 45px;
  width:auto;
  padding:3px;
  margin: 5px;
  text-decoration:none;
  border: 2px outset #fdf9d9;
  border-radius: 0px !important;
  background: rgba(12,9,26, 0.2);
}
.button:active{
  border: 2px inset #fdf9d9;
  background: rgba(12,9,26, 0.7);
}
.button:hover{
  background: rgba(12,9,26, 0.5);
  transition:all 1s;
}

/* this is to style the icons */
.icon{
  border-radius:50px;
  width: 100px;
  height: 100px;
  transition:all 1s;
}
.icon:hover{
  border-radius:20px;
  transition:all 1s;
}

/* this is to style the alter abouts + tabs */
#about,#identity,#preferences,#extra,.tab{
  position:relative;
  width:60%;
  height:auto;
  border: 2px solid rgba(12,9,26, 0.9);
  padding:10px;
  padding-bottom:20px;
  word-wrap: break-word;
  margin:auto;
  margin-bottom:50px;
  border-radius: 20px;
  background-color:rgba(12,9,26, 0.7);
  box-shadow: 0 4px 8px 0 rgba(12,9,26, 0.7), 0 4px 8px 0 rgba(12,9,26, 0.7);
}

/* this is for each of the sections on the alter abouts */
.category{
  position:relative;
  width:45%;
  height:auto;
  padding:5px;
  word-wrap:break-word;
  margin-left:5px;
  margin-top:10px;
  border-radius: 20px;
  border: 2px solid black !important;
  background-color:rgba(27,28,34, 0.7) !important;
  box-shadow: 0 4px 8px 0 rgba(27,28,34, 0.7), 0 4px 8px 0 rgba(27,28,34, 0.7) !important;
}

/* this is to style the tab buttons */
button{
  position:relative;
  margin-top:50px;
  margin-bottom: 15px;
  color:#1d0075;
  padding: 10px;
  border: 2px solid black;
  background-color:rgba(27,28,34, 0.7);
  box-shadow: 0 4px 8px 0 rgba(27,28,34, 0.7), 0 4px 8px 0 rgba(27,28,34, 0.7);
  border-radius: 25px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(12,9,26,.5)) drop-shadow(-1px -1px 2px rgba(12,9,26,.5));
  filter: drop-shadow(1px 1px 2px rgba(12,9,26,.5)) drop-shadow(-1px -1px 2px rgba(12,9,26,.5));
  transition:1s all;
  font-variant: small-caps;
}
button:hover{
  background-color:rgba(12,9,26, 0.5);
  transition:1s all;
  cursor: pointer;
  border-radius:25px;
}
button:active{
  transition:1s all;
  border: 2px inset rgba(12,9,26, 0.9);
  background-color:rgba(12,9,26, 0.9);
  border-radius:25px;
}

/* these are to separate things */
#section1{
  width:80%;
  height:100%;
  display:flex;
  flex-wrap: wrap;
  align-self: center;
  justify-content:space-evenly;
  margin:0 auto;
}
#section2{
  width:100%;
  height:100%;
  margin: auto;
  display:flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-self: center;
  justify-content:space-evenly;
}
#section3{
  width:100%;
  height:100%;
  display:flex;
  flex-wrap: wrap;
  align-self: center;
  justify-content:space-evenly;
  margin:0 auto;
  margin-bottom: 50px;
}
#section4{
  width:100%;
  height:100%;
  display:flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-self: center;
  justify-content:space-evenly;
  margin:0 auto;
}
#section5{
	width:100%;
	height:100%;
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content:space-evenly;
	margin:0 auto;
}

/* this is to style the bullet for the like + interest lists */
#like li{
	list-style: '♡ ' inside !important;
}
#int li{
	list-style: '♥ ' inside !important;
}

/* this is to style the flags */
.flag{
  width:50px;
  height:30px;
  border-radius:5px;
  margin:5px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(12,9,26,.5)) drop-shadow(-1px -1px 2px rgba(12,9,26,.5));
  filter: drop-shadow(1px 1px 2px rgba(12,9,26,.5)) drop-shadow(-1px -1px 2px rgba(12,9,26,.5));
}

/* this is to style the pronouns */
#pronouns li{	
	padding:5px;
	padding-right: 10px;
	margin:10px;
	max-width:200px;
	min-width:50px;
	display: inline;
	white-space: nowrap;
	font-size: 18px !important;
}
#pronouns i{
	margin:0 !important;
	margin-left: -8px !important;
	box-shadow: none !important;
	margin-right: 5px !important;
	font-size: 17px !important;
}

/* this is to make the page mobile friendly. don't touch unless you know what you're doing! */
@media (max-width: 1000px) {
      .category {
         width: 90% !important;
         padding:10;
		 margin:auto;
		 margin:10px;
      }
      #section4{
        width:100% !important;
        padding:0;
      }
      #about,#identity,#preferences,#extra,.tab{
        width:90%;
      }
   }
   
/* this is for my credit. DO NOT DELETE */
#credit{
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: auto;
	height:auto;
	text-shadow: -1px 0 2px black, 0 1px 2px black, 1px 0 2px black, 0 -1px 2px black;
	opacity: 75%;
}
#credit a, #credit a:visited{
	text-decoration: none;
	color:white;
}

/*THIS IS THE ABOUT STUFF*/

.sidenav {
  width: 160px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  margin:20px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

