@font-face {
    font-family: Neverwinter;
    src: url("/Neverwinter.otf") format("opentype");
}

/* 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;

}
.small-button:hover {
    background-color: #BD0073; /* Change color on hover */
}
/* 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 {  
	width: 100%;
}
.imgwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
}
.cont {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.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 {

}
body {
    background-color: #81B4A1; 
    margin: 0;                 
    font-family: Arial, sans-serif; 
	align-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#overview{
	
}
#navbar{
	background-image: url("/images/contentlisttall.png");
	background-position: top; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	height: 645px;
}
#sixbridges{
}
#bridges{
	text-align: center;
	display: flow-root;
}
#chioitaflag{
	float:left;
	max-width: 130px;
	padding-right: 20px;
}
#flag{
	width: 100%;
}
#nameh1{
	text-align: center;
	font-size: 15pt;
	padding-top: 35px;
}
#check{
	font-size: 15pt;
}
#description h2{
	font-size: 40pt;
	text-align: center;
}
#commonheader{
	text-align: center;
}
#biopic{
	float: right;
	text-align: center;
	max-width: 600px;
}
#bio{
	width: 100%;
}
#malyrafen{
	float: right;
	text-align: center;
	max-width: 500px;
}
#fen{
	width: 100%;
}
#mycoriaforest{
	float: left;
	text-align: center;
	max-width: 500px;
	padding-right: 20px;
}
#forest{
	width: 100%;
}
#thanks{
	text-align: center;
}
#comicbox{
	max-width: 1500px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#comic:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}
#comic{
	max-width: 1500px;
}
#comicheader{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#likesheader{
	margin-bottom: 200px;
}
#likesdislikes{
	max-width: 770px;
}
#backstoryheader{
	margin-bottom: 45px;
}
#galleryheader{
	text-align: center;
}
#gallerybox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 10px; /* adjust spacing between images */
}
/* place each image in the desired grid cell */
#gallery1 {
	grid-column: 1; 
	grid-row: 1; 
}
#gallery2 { 
	grid-column: 2; 
	grid-row: 1; 
}
#gallery4 { 
	grid-column: 3; 
	grid-row: 1; 
}
#gallery3 { 
	grid-column: 2; 
	grid-row: 2; 
}
#gallery5 { 
	grid-column: 3; 
	grid-row: 2; 
}
/* if you want all images to scale to fill their grid cell: */
#gallerybox img {
  width: 100%;
  height: auto;
  display: block;
}
#searchwidget{
	display: inline-block;
	float: right;
	margin-top: 15px;
}
#search {
  overflow: hidden;
  background-color: tan;
  border: 5px solid black;
  color: black;
  max-width: 226px;
}
#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;
}
#stories{
	text-align: center;
}
/* Contact Button */
#sm{
	text-align: center;
}
#contact {
    background-color: tan;
    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: 150px;
	display: inline-block;
	font-size: 20pt;

}
#contact:hover {
    background-color: tan;
    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;
}

a {
    color: #8A5A2B;
	text-decoration: none;
}

a:hover {
    color: #C58B3A;
}
