/*Base CSS/HTML by eggramen!  https://eggramen.neocities.org/*/

@font-face {
    font-family: 'Bona Nova';
    src: url('fonts/basiic.tff')
}

body {
    font-family: "Bona Nova";
    margin: 0;
    font-size: 16px;
    background-color: #f2f9fa;
    background-size: 25%;
	background-attachment: fixed;
	background-image: url("images/misc/rainbowbglight.png")
}

center {
  text-align: center;
}
ul {
	list-style-image: url("/images/pixels/bun.png");
}
.wrapper {
	width: 1600px;
	margin: 0 auto;
}

/*Contains main and sidebar divs*/
.wrapper-2 {
	width: 1600px;
	position: relative;
}
.wrapper a {
    color: #e0418e;
    font-weight: bold;
}
.wrapper-2 a {
    color: #e0418e;
    font-weight: bold;
}
.header {
	width: 1450px;
    background-color: none;
    height: 100px;
    background-image: url(/images/misc/header.png);
    background-size: 100%;
	text-align: center;
}
.header img {
	margin: 0 auto;
    display: inline-block;
}
footer {
    width: 100%;
    height: 15px;
    padding: 10px;
    text-align: center;
	border: 2px dashed #e0418e;
	border-radius: 25px;
	color: #e0418e;
	background: #ffffff;
}

img.icon-link {
    transition: transform 200ms ease-in-out;
}
img.icon-link:hover {
    transform: rotate(15deg);
}
img.preview-pic {
    transition: transform 200ms ease-in-out;
}
img.preview-pic:hover {
    transform: scale(1.2);
    position: relative;
    z-index: 1;
}

#flex {
    display: flex;
	margin-top: -10px;
	margin-bottom: -10px;
}
.main, .sidebar-right {
	display: inline-block;
}
.sidebar-left, .sidebar-right {
	width: 250px;
	position: absolute;
	top: 0;
}
.sidebar-left {
	margin-left: 10px;
} 
.main {
  width: 900px;
	margin-left: 270px;
}

.sidebar-right {
  margin-right: 10px;
  margin-left: 10px;
}
.gallery-sidebar {
	position: fixed;
	display: inline-block;
	width: 200px;
	top: 0;
  margin-right: 10px;
  margin-left: 10px;
}

/* This was empty for some reason...
.inner {
} */

  
/*Box used for individual sections in the sidebar, center column, etc.*/
.box {  
  padding: 20px;
  color: #e0418e;
  border: 2px dashed #e0418e;
  margin: 10px 0px 10px 0px;
  border-radius: 25px; /*How round the boxes corners are.*/
  background: #ffffff;
}
.boxbox { 
  position: relative;
  width: 200px;
  height: 200px;
  padding: 5px;
  color: #e0418e;
  border: 2px dashed #dddddd;
  margin: 10px 0px 10px 0px;
  border-radius: 10px; /*How round the boxes corners are.*/
  background: #ffffff;
}

.boxboxcaption {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #dddddd;
}
.nsfwtag {
  text-align: left;
  font-size: larger;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #C41E3A;
}


.titles{ /* I don't really use this at all.*/
	padding: 5px;
    border: 2px dashed #e0418e;
    color: #e0418e;
	text-align: center;
	background: #ffffff;
    background-size: 30%;
	border-radius: 25px;
}



/* Things for the Randomizer Container and the Carousel Container ------------------------------------------------ */
/* Things for the Randomizer Container and the Carousel Container ------------------------------------------------ */
/* Things for the Randomizer Container and the Carousel Container ------------------------------------------------ */


/* Slideshow containers */
.slideshow-container {
    max-width: 550px;
    width: 550px;
    position: relative;
    margin: auto;
}

.random-pic-container{
    max-width: 400px;
    position: relative;
    margin: auto;
}


/* Hide the images by default */
.mySlides {
    display: none;
}


/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: DimGray;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
  
.next {
    border-radius: 3px 0 0 3px;
    right:0;
}
.prev {
    left:-50px;
}
  
/* Random Button */
.rand {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    padding: 16px;
    color: DimGray;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 0 0 3px;
    user-select: none;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .rand:hover .thing:hover{
    background-color: rgba(0,0,0,0.8);
}
  
/* Number text (1/8 etc) */
.numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    left:-50px;
}
  
/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}
  
.active, .dot:hover {
    background-color: #717171;
}
  
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
  
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}



/* Things for the Gallery Model ------------------------------------------------ */
/* Things for the Gallery Model ------------------------------------------------ */
/* Things for the Gallery Model ------------------------------------------------ */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*overflow: auto;*/
  background-color: rgba(0, 0, 0, 0.25);
}

.modal-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  padding: 0;
  max-width: 1000px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}