@font-face {
    font-family: Neverwinter;
    src: url("/Neverwinter.otf") format("opentype");
}
#racedesc{
	font-size: 15pt;
}
.race-nav {
    background-color: transparent;
    color: black;
    padding: 10px 0px;     
    margin: 8px 0;
    text-align: center;
	font-family: Neverwinter;
	font-size: 18pt;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    transform: translateY(0);
	width: 112px;

}
.race-nav:hover {
    background-color: transparent;
    transform: translateY(-5px);
	color: #00f5f7;
	text-shadow: -1px -1px 0 #004C53, 1px -1px 0 #004C53, -1px 1px 0 #004C53, 1px 1px 0 #004C53;
}
/* Content Container with SVG Border */
.content-container {
    position: relative;          
    padding: 20px;              
    width: calc(100% - 40px);   
}
/* Page Container with Border */
.page-container {
	font-family: "MV Boli";
    padding: 20px;            
    box-sizing: border-box;  
	min-width: 500px;
	background-image: url("./images/border.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}
/* Image Container */
.image-container {
    display: flex;
    justify-content: center;           
}
.image-container img {
    max-width: 100%;            
    height: auto;                        
}
/* Info Section Above Navbar */
.social-section {
	width: 250px;
	float: left;
}
.social-image {
    max-width: 100%; /* Make the image responsive */
    height: auto;
    border-radius: 10px; /* Optional: round corners */
	margin-left: 35px;
}
/* Social Text */
.social-text {
    margin: 10px 0; /* Space above and below the text */
	color: #ffffff;
	margin-left: 35px;
}
/* Wrapper for Navbar and Content */
.wrapper {
	margin-left: 250px;
}
/* Navbar */
.navbar {           
    display: flex;
    flex-direction: column;
    padding-top: 90px; /* Adjust the padding to shift the navbar down */
}
/* Navbar Label */
.nav-label img {
    max-width: 165px;
    height: 55px;
}
/* Navbar Buttons */
.nav-button {
    background-color: transparent;
    color: black;
    padding: 10px 0px;     
    margin: 8px 0;
    text-align: center;
	font-family: Neverwinter;
	font-size: 15pt;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    transform: translateY(0);
	width: 112px;
	margin-left: 70px;
}
.nav-button:hover {
    background-color: transparent;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
	color: #00f5f7;
	text-shadow: -1px -1px 0 #004C53, 1px -1px 0 #004C53, -1px 1px 0 #004C53, 1px 1px 0 #004C53;
}
/* Content Container */
.content { 
}
.imgwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
}
 /* Style the button that is used to open and close the collapsible content */
.collapsible {
    background: linear-gradient(135deg, #81B4A1 0%, #D2B48C 100%);
    border: 2px solid rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    color: #1e2e22;
    font-family: Neverwinter;
    font-size: 20pt;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 18px;
    transition: box-shadow 0.3s ease, transform 0.3s ease, filter 0.3s ease;
    transform: translateY(0);
    white-space: nowrap;
    cursor: pointer;
}
.collapsible:hover {
    filter: brightness(0.92);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transform: translateY(-5px);
    color: #00f5f7;
    text-shadow: -1px -1px 0 #004C53, 1px -1px 0 #004C53, -1px 1px 0 #004C53, 1px 1px 0 #004C53;
}
.noncollapsible {
    background-color: #004C53;
    color: black;
    padding: 10px 15px;     
    margin: 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    transform: translateY(0);
	max-width: 140px;
	min-width: 140px;
}
.active {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.28);
}
.cont {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.typescont{
  padding: 0 18px;
  display: none;
  overflow: hidden;
}
.visitedlinks{
	text-decoration: none;
	color: black;
}
/* Section Styling */
section {
    /*background-color: #f4f4f4;*/

	color: black;
}
section h3 {
	text-align: center;
	font-family: Neverwinter;
	font-size: 20pt;
}
h2 {
	font-family: Neverwinter;
    margin-top: 0;
	font-size: 20pt;
}
h1{
	font-family: Neverwinter;
}
p {
    margin: 10px 0 0;
}
body {
    background-color: #81B4A1; 
    margin: 0;                 
    font-family: Arial, sans-serif; 
	align-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#powers{
	color: black;
}
#overview{
	margin-top: 0px;
}
#navbutton p{
	color: black;
}
#navbutton a{
	text-decoration: none;
}
#subs{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#navbar{
	background-image: url("/images/contentlisttall.png");
	background-position: top; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	height: 645px;
}
#nameh1{
	text-align: center;
	font-size: 35pt;
}
#collapsible {
	max-width: 225px;
	margin-left: auto;
	margin-right: auto;
}
#description{
}
#commonheader{
	text-align: center;
}
#collapsharpy {
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
#collapsnav{
	text-align: center;
	width: 83px;
	height: 207px;
}
#collapsharpybutton{
	background-color: #004C53;
    color: black;
    padding: 10px 15px;  
	
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    transform: translateY(0);
}
#angelsketch{

	text-align: center;
}
#sketch{
	text-align: center;
	max-width: 1200px;
}
#chlaenas{
	max-width: 500px;
	float: right;
	text-align: center;
	padding-left: 20px;
}
#underwater{
	width: 100%;
	text-align: center;
}
#purifier{
	max-width: 400px;
	float: right;
}
#defiler{
	margin: 25px;
	float: right;
}

#angelclouds{
	float: right;
	padding-left: 25px;
}
#clouds{
	max-width: 600px;
}
#searchwidget{
	display: inline-block;
	float: right;
	margin-top: 15px;
}
#search {
  overflow: hidden;
  background-color: tan;
  border: 5px solid black;
  color: black;
  max-width: 226px;
}
#extras{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#search form{
}
#livesearch{
	position: absolute;
	border: 1px solid black;
	border-radius: 10px;
	width: 226px;
	background-color: tan;
	text-align: center;
	z-index: 1;
}
#box{
	height: 25px;
	background-color: #D7BDA7;
	font-weight: bold;
	font-size: 15pt;
	max-width: 222px;
	text-align: left;
}
#livesearch a{
	color: black;
}
#livesearch a:visited{
	color: black;
}
#threatbox{
	text-align: center;
	border-radius: 10px;  /* Optional: add rounded corners */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1);  /* Optional: add a shadow effect */
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 15pt;
	background-color: #D7BDA7;
	display: flex;
}
#threatlevels{
	display: inline-block;
	width: 795px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

a {
    color: #8A5A2B;
	text-decoration: none;
}

a:hover {
    color: #C58B3A;
}
