:root {
	/* colors */
    --Background: #0E0A21;
	--Main: #473980;
	--Navbar: #1E143E;
	--Navbar: #100833;
	--Aside: #32255E;
	--Header: #9EC2F0;
	--Text: #B6CCE3;
	--Bold: #D3E2F2;
	--Link: #D3E2F2;
}
@font-face {
	font-family: Nunito;
	src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}
body {
	font-family: 'Nunito', sans-serif;
	margin: 0;
	Background-size: 70px;
	background-color: #0E0A21;
	color: #B6CCE3;
	cursor:url('https://the-selvan.neocities.org/pictures/Starling.png'), auto;
}
* {
  box-sizing: border-box;
}
#container {
	max-width: 850px;
	margin: 0 auto;
}
#header {
	width: 100%;
	height:200px;
	background-color:#0E0A21;
	background-image: url("https://the-selvan.neocities.org/pictures/Temp.png");
	background-size: 100% 100%;
}
#navbar {
	height: 40px;
	border-radius:10px;
	background-color: #1E143E;
	background-image: linear-gradient(#1E143E,#100833);
	width: 100%;
}
#navbar ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
	justify-content: space-evenly;
	padding-top: 10px;
}
#navbar li a {
	font-weight: 900;
	text-decoration: none;
}
#navbar li a:hover {
	text-decoration: underline;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  left: -18px;
  font-family: 'Nunito', sans-serif;
  position: absolute;
  border-radius: 5px;
  background-color: #1E143E;
  background-image: linear-gradient(#100833,#1E143E);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;
}
.dropli {
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}
.dropdown-content a {
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
  display: block;
  font-weight: 900;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown a:hover {
  text-decoration:underline;
}
#flex {
	display: flex;
}
main {
	background-color: #473980;
	border-left: 5px solid #100833;
	border-radius: 12px;
	flex: 1;
	padding: 25px;
	padding-top: 5px;
	order: 2;
	font-size: 15px;
}
aside {
	background-color: #32255E;
	border-radius: 10px;
	padding: 15px;
	padding-top: 5px;
	font-size: smaller;
	width:200px;
}
footer {
	background-color: #100833;
	background-image: linear-gradient(#100833,#1E143E);
	border-radius: 10px;
	width: 100%;
	height: 40px;
	padding: 10px;
	text-align: center;
}
.column {
	float: left;
	width: 33.33%;
	padding-left:40px;
}
.row::after {
	content: "";
	clear: both;
	display: table;
}
.topcolumn {
	float: left;
	width: 33.33%;
	padding-left:30px;
}
.ocolumn {
	float: left;
	width:50%;
	padding-left:9%;
}
.littleguy {
	float: left;
	width: 33%;
}
a {
	color:#D3E2F2;
}
h1,h2,h3 {
	color: #99C7FF;
}
h1 {
	font-size: 25px;
	margin-bottom: 0px;
}
h2 {
	font-size: 20px;
	margin-bottom:0px;
}
h3 {
	line-height: 10px;
}
main h3 {
	color:#B0CDFF;
}
strong {
	color: #D3E2F2;
}
.pno {
  margin-bottom: 5px;
}
hr {
	border: 1.2px solid #100833;
	border-radius: 2px;
}
ul {
  margin-top: 0px;
  padding-left: 2em;
}
ol {
  margin-top: 0;
  padding-left: 2em;
}
main li {
	  padding-bottom:5px;
}
aside li {
	  padding-bottom:3px;
}
@media only screen and (max-width: 800px) {
	#flex {
		flex-wrap: wrap;
	}
	aside {
		width: 100%;
	}
	main {
		order: 1;
	}
	#leftSidebar {
		order: 2;
	}
	.navbar a {
		flex-wrap: wrap;
	}
}
#updates {
	background-color: #1E143E;
	border-radius: 10px;
	padding:10px;
	padding-top: 5px;
	overflow-y: auto;
  	scrollbar-color: #99e1f7;
 	scrollbar-width: thin;
}
#updates::-webkit-scrollbar {
  width: 8px;
}
#updates strong {
	color: #B2A2F5;
}
iframe {
	border-radius: 5px;
	max-height: 300px;
	margin-left: 10%;
}
.Warning {
	background-color: #9EC2F0;
	color: #151222;
	border-radius: 15px;
	max-width: 85%;
	padding: 10px;
	margin-top: 20px;
	margin-left:auto;
	margin-right:auto;
	box-shadow: 0px 0px 15px #151222;
	text-align:center;
	font-size: 18px;
}
.warning strong {
	color: #151222;
}
.box {
	background-color: #1E143E;
	background-image: linear-gradient(#1e143e,#100833);
	border-radius: 10px;
	padding:30px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 20px;
	font-size: 16px;
}
.slideshow img {
	width:230px;
	height:230px;
	position: relative;
	right:30px;
    display:none;
    }

.Centerimage {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
.floating {  
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
	  z-index:100;
	  margin-top:10px;
	  margin-bottom:30px;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 10px); }
    100%   { transform: translate(0, -0px); }    
}
.squishy:hover {
  animation: 1s squish infinite ease-in-out;
}
@keyframes squish {
  0% {transform: scale(1,1) translateY(0);}
  10% {transform:scale(1.07,.9) translateY(0)}
  30% {transform: scale(.9,1.1) translateY(-.19em);}
  50% {transform: scale(1.05,.95) translateY(0);}
  57% {transform: scale(1,1) translateY(-.05em);}
  74% {transform: scale(1,1) translateY(.0);}
  100% {transform: scale(1,1) translateY(0);}
}