@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 {
    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: 300px;
	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;
}

/* Button Container */
.button-container {
    display: flex; 
    justify-content: left; /* Left align the buttons */
    gap: 10px; /* Space between buttons */
	padding-left: 11px;
}

/* Small Round Buttons */
.small-button {
    background-color: #82004F; 
    color: white;
    width: 40px; /* Set a fixed width */
    height: 40px; /* Set a fixed height */
    border-radius: 50%; /* Make buttons round */
    text-align: center;
    line-height: 40px; /* Center the text vertically */
    text-decoration: none;
    transition: background-color 0.3s;
}

.small-button:hover {
    background-color: #BD0073; /* Change color on hover */
}
/*Info Sction on right panel*/
.info-section {
	float: right;
	max-width: 300px;
}
/* Wrapper for Navbar and Content */
.wrapper {
    display: flex;
    gap: 20px;                       
    justify-content: flex-start; 
    align-items: flex-start;  
	margin-top: -20px;
}
.shop-image{
	margin-left: 10px;
	margin-top: 10px;
}

/* Navbar */
.navbar {           
    display: flex;
    flex-direction: column;
    padding-top: 90px; /* Adjust the padding to shift the navbar down */
}
.rightcolumnmargin {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
/* Navbar Label */
.nav-label img {
    max-width: 165px;
    height: 55px;
}

/* Navbar Buttons */
.nav-button {
    background-color: transparent;
    color: black;
    padding: 2px 0px;     
    margin: 8px 0;
    text-align: center;
	font-family: Neverwinter;
	font-size: 20pt;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    transform: translateY(0);
	width: 112px;
	margin-left: 82px;
}
.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 {
    margin-top: -22px;   
}
.crisispaper {
	max-width: 100%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
.imgwrapper {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: flex;
}
/* Section Styling */
section {
    /*background-color: #f4f4f4;*/
    padding: 15px;          
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
	color: white;
}
section h3 {
	text-align: center;
	font-family: Neverwinter;
	font-size: 20pt;
}

h2 {
	font-family: Neverwinter;
    margin-top: 0;
	font-size: 20pt;
}

p {
    margin: 10px 0 0;
}

body {
    background-color: #689b72; 
    margin: 0;                 
    font-family: Arial, sans-serif; 
	align-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#notif {
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}
#warning-text {
	color: #ffffff;
}
#thanks-text {
	color: #ffffff;
}
#map {
    width: 100%;
	display: flex;
}
#treasure {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
}
#dangers {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#living {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#anko{
	margin-bottom: 6px;
}
#temi {
	margin-bottom: -9px;
	margin-left: 45px;
}
#shop-button {
	margin-left: 15px;
	margin-top: 0px;
	padding: 10px;
}
#disclaimerbutton {
	margin-left: 83px;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	
}
#overview{
	margin-top: -25px;
}
#navbar{
	background-image: url("/images/ContentList.png");
	background-position: top; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	height: 555px;

}
#shop{
	margin-left: 70px;
}
#manga{
	margin-top: 20px;
}
#socials{
	margin-left: 80px;
}