@import url(https://fonts.bunny.net/css?family=amaranth:400|chela-one:400);

body {
	padding: 10px;
	background: #2d2b5a;
    background-image: url("img/tile-strawberry.png");
    background-image: url("img/tile-strawberry.png"), linear-gradient(0deg, rgba(45,43,90,1) 0%, rgba(106,72,126,1) 100%);
	background-attachment: fixed;
	color: #5c3363;
}

::selection {
    color: #b43b6b;
    background: #ebc6df;
  }

.container {
    display: grid; 
    grid-auto-flow: row dense; 
    grid-auto-columns: 1fr; 
    grid-template-columns: 0.7fr 2fr; 
    grid-template-rows: 0fr 1fr 0fr; 
    gap: 5px 5px; 
    grid-template-areas: 
      "Header Header"
      "Nav Content"
      "Footer Footer"; 
    justify-content: stretch; 
    align-content: stretch; 
    justify-items: stretch; 
    align-items: stretch; 
    width: 980px;
	height: 100%;
    margin: auto;
}

    /* Header Area */
.Header {
    grid-area: Header;
    padding: 30px;
	text-align: center;
	background-image: url("img/header.png");
	background-color: #ebc6df;
    border: 1px solid #2d2b5a;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.Header-Text {
	font-size: 50px;
	text-align: center;
	font-variant: small-caps;
	position: absolute;
	top: 250px;
    left: 230px;
	transform: translate(-50%, -50%);
	color: white;
	font-family: 'Chela One', display;
	text-shadow: #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px,#2d2b5a 0px 0px 2.5px;
	-webkit-font-smoothing: antialiased;
}

    /* Footer Area */
.Footer {
    grid-area: Footer;
    background-color: #ebc6df;
    border: 1px solid #2d2b5a;
    text-align: center;
    bottom: 0;
}


    /* Main Navigation */
.Nav {
    grid-area: Nav;
    list-style-type: none;
	margin-top: 5px;
	padding: 0;
	color: #b43b6b;
	width: 100%;
	background-color: #ebc6df;
	border: 1px solid #2d2b5a;
}
.nav__list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nav__link {
	display: block;
	text-align: center;
	border-bottom: 1px solid #2d2b5a;
	color: #b43b6b;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	transition: all .4s ease-in-out;
}
.nav__link:hover {
	background-color: #b43b6b;
	color: white;
	letter-spacing: 4px;
	transform: scale(1); 
}
.active {
	background-color: #b43b6b;
	color: white;
	letter-spacing: 4px;
}

    /* Main Content Area */
.Content {
    grid-area: Content;
	height: 100%;
}
.main {
	background-color: #f9eef5;
	padding: 5px;
	margin-top: 5px;
	overflow: auto;
    border: 1px solid #2d2b5a;
	scrollbar-color: #2d2b5a #f9eef5;
	scrollbar-width: thin;
}

	/* Two Seperate Div Inside Card */
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
}

	/* Profile Card */
.card {
	width: 150px;
	float: right;
	text-align: center;
	border: 1px solid #2d2b5a;
	background-color: #ebc6df;
	color: #2d2b5a;
	margin: 16px 10px 5px 5px;
}
.card img {
	vertical-align: bottom;
}
.cont {
	padding: 0px;
}
.prof {
	background-color: #2d2b5a;
	color: white;
	margin: 0;
	padding: 5px;
	font-size: 13px;
}
.ile {
	margin: 5px;
	font-size: 13px;
}

    /* iFrame */
#update {
	width: 100%;
	height: 500px;
	border: none;
	margin: 0;
	scrollbar-color: #2d2b5a #ebc6df;
	scrollbar-width: thin;
}

	/* Card for About */
.intocontain {
	width: 343px;
	height: 200px;
	background-color: #ebc6df;
	color:#b43b6b;
	border: 1px solid #2d2b5a;
	padding: 0;
	margin: 5px;
	float: left;
}
.into {
	width: 343px;
	height: 174px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-color: #2d2b5a #ebc6df;
	scrollbar-width: thin;
	padding: 0;
	font-size: 14px;
}
ul.inn {
	margin: 2px 0px 0px 25px;
	padding: 0;
	list-style-image: url("img/spcbby.png")
}

    /* Scrollable Div */
.scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	border: none;
	margin: 0;
	padding: 0;
	height: 350px;
	scrollbar-color: #ebc6df #f9eef5;
	scrollbar-width: thin;
	
}

	/* Links */
a {
	color: #b43b6b;
	font-weight: bold;
	text-decoration: none;
	transition: all .4s ease-in-out; 
}
a:hover {
	color: #2d2b5a;
}

	/* FA Social Media Icons */
.fa {
	padding: 20px;
	font-size: 20px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
	text-indent: 0;
	background-color: #B43B75;
	color: white;
}
.fa-brands {
	padding: 20px;
	font-size: 20px;
	width: 20px;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	border-radius: 50%;
	text-indent: 0;
	background-color: #B43B75;
	color: white;
}

	/* Pixel Buttons */
button.pi {
	background-color: #ebc6df;
	border: solid 1px #2d2b5a;
	color: #b43b6b;
	background-size: auto;
	background-repeat: no-repeat;
	width: 400px;
	height: 35px;
	font-size: 18px;
	font-weight: bolder;
	transition: all .4s ease-in-out; 
}
button.pi:hover {
	background-color: #b43b6b;
	color: white;
}
.midd {
	display: grid;
	gap: 5px;
	justify-content: center;
	align-items: center;
}

	/* Image Section */
img.blorb {
	transition: all .4s ease-in-out; 
	opacity: 1;
}
img.blorb:hover {
	opacity: 0.7;
}
img.blorb2 {
	border: 1px solid #b43b6b;
	transition: all .4s ease-in-out; 
	opacity: 1;
}
img.blorb2:hover {
	opacity: 0.7;
}


	/* Shrine Buttons */
.btn {
	border: 1px solid #2d2b5a;
	padding: 0;
	margin: 10px;
	cursor: pointer;
	background-color: #2d2b5a;
	position: relative;
	transition: all .4s ease-in-out;
	opacity: 1;
}
.btn img {
	vertical-align: bottom;
}
.btn:hover {
	opacity: 0.7;
}
.ribbon {
	border: 1px solid #2d2b5a;
	width: 60px;
	font-size: 14px;
	padding: 4px;
	position: absolute;
	right: -20px;
	top: -12px;
	text-align: center;
	transform: rotate(20deg);
	background-color: #B43B75;
	color: white;
}
.ribbon2 {
	border: 1px solid #2d2b5a;
	width: 60px;
	font-size: 14px;
	padding: 4px;
	position: absolute;
	right: -20px;
	top: -12px;
	text-align: center;
	transform: rotate(20deg);
	background-color: #2d2b5a;
	color: white;
}

.pro {
	border: 1px solid #2d2b5a;
	color: white;
	padding: 0;
	margin: 10px 20px;
	cursor: pointer;
	position: relative;
	transition: all .4s ease-in-out;
	opacity: 1;
	width: 50px;
	height: 150px;
	background-size: auto;
    background-repeat: no-repeat;
	text-shadow: #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px,#2d2b5a 0px 0px 2.5px;
    -webkit-font-smoothing: antialiased;
}
.pro p {
	rotate: 90deg;
	font-size: large;
}
.pro:hover{
	opacity: 0.7;
}

/* Original Characters Buttons */
.oct {
	border: 1px solid #2d2b5a;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 10px;
	margin-bottom: 0;
	cursor: pointer;
	background-color: #ebc6df;
	position: relative;
	transition: all .4s ease-in-out;
	opacity: 1;
	width: 300px;
}
.oct img {
	vertical-align: bottom;
}
.oct:hover {
	opacity: 0.7;
}


    /* Text Headers */
h1 {
	font-size: 50px;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	font-size: 30px;
	font-variant: small-caps;
	text-indent: 5px;
	color: #b43b6b;
	border: solid #2d2b5a;
	border-width: 1px 1px 1px 10px;
	background-color: #ebc6df;
	margin-bottom: 2px;
}
h3 {
	font-size: 30px;
	font-variant: small-caps;
	background-color: #2d2b5a;
	color: white;
	text-align: center;
	margin: 0;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 5px;
	border-left: 5px solid #b43b6b;
	text-indent: 2px;
}
h5 {
	font-size: 15px;
	border-bottom: 1px solid #2d2b5a;
	margin: 0px;
}
h6 {
	font-size: 25px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 5px;
	border-left: 5px solid #b43b6b;
	border-bottom: 1px solid #b43b6b;
	text-indent: 2px;
}

hr.pipi {
	border-bottom: dashed 1px #2d2b5a;
	width: 400px;
	margin-top: 0;
	margin-bottom: 0;
}

.binn {
	background-color: #ebc6df;
	padding: 1rem;
	border: 1px solid #2d2b5a;
	color: #b43b6b;
	border-radius: 50px;
	filter: drop-shadow(1px 2px 2px rgba(61, 50, 65, 0.5));
	transition: all .4s ease-in-out;
}
.binn:hover{
	background-color: #b43b6b;
	color: white;
	cursor: pointer;
}

	/** ENTER PAGE **/
.enterCONT {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-auto-columns: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas: "enter";
	height: 500px;
	width: 500px;
	padding: 25px;
	margin: auto;
	background-color: #f9eef5;
	border: 1px solid #2d2b5a;
	border-radius: 50px;
	rotate: -5deg;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
.enter {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
		"enterHEAD enterHEAD pgdoll"
		"enterSIGN enterSIGN enterSIGN"
		"enterTEXT enterTEXT enterCHAT";
	justify-content: stretch; 
    align-content: stretch; 
    justify-items: stretch; 
    align-items: stretch; 
	grid-area: enter;
	height: 500px;
	width: 500px;
	margin: auto;
}
.enterHEAD {
	grid-area: enterHEAD;
	margin-top: 120px;
	margin-left: -90px;
	rotate: -5deg;
}
.enterSIGN {
	grid-area: enterSIGN;
	font-size: 80px;
	font-variant: small-caps;
	margin-top: -55px;
	text-shadow: #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px, #2d2b5a 0px 0px 2.5px,#2d2b5a 0px 0px 2.5px;
	-webkit-font-smoothing: antialiased;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
#pgdoll {
	grid-area: pgdoll;
	background-image: url("img/Mikan-nightwear.png");
	height: 256px;
	width: 256px;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
	z-index: 2;
	margin-left: 60px;
	margin-top: -60px;
}
.enterCHAT {
	grid-area: enterCHAT;
	background-color: #ebc6df;
	border-radius: 10px;
	border: 1px solid #2d2b5a;
	width: 256px;
	margin-top: -90px;
	margin-left: 10px;
	rotate: 10deg;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
.enterTEXT {
	grid-area: enterTEXT;
	width: 244px;
}

.gelatine {
	animation: gelatine 5s infinite;
  }
  @keyframes gelatine {
	from, to { transform: scale(1, 1); }
	25% { transform: scale(1, 0.95); }
	50% { transform: scale(0.95, 1); }
	75% { transform: scale(1, 0.95); }
  }


.uppers {
	border: #2d2b5a solid 1px;
	border-radius: 10px;
	background-color: #f9eef5;
	width:200px;
	height:200px;
	overflow-y: scroll;
	overflow-x: hidden;
	float: right;
	margin-top: 210px;
	margin-right: -50px;
	filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));

} 
.uppers ul {
	text-align: left;
}
.uppers::-webkit-scrollbar {
	display: none;
}
.uppers {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.move {
	border: 1px solid #2d2b5a;
	border-radius: 10px;
	background-color: #db95bd;
	color: #5c3363;
	padding: 5px 10px;
	font-weight: bolder;
	transition: all .4s ease-in-out; 
}
.move:hover {
	border: 1px solid #b43b6b;
	background-color: #ebc6df;
	color: #b43b6b;
}

    /* Scroll Bar */
    /* width */
::-webkit-scrollbar {
	width: 10px;
}
    /* Track */
::-webkit-scrollbar-track {
	background: rgba(45, 43, 90, 1);
}
    /* Handle */
::-webkit-scrollbar-thumb {
	background: #ebc6df;
}
    /* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #db95bd;
}