/* Page-specific overrides */

/* Page background */
body {
	background: #f9e3ef url("../images/leafy_bg.jpg") repeat;
}


/* =========================
   Page Framework 
   ========================= */
/* HEADER 
   ------------------------- */
.banner {
	background-image: url("../images/cloudy_banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center 30%;
	color: #f1f1f1;
	border-color: HotPink;
}
.banner-title {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.banner-subtitle {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

/* NAVBAR
   ------------------------- */
.navbar {
	border-color: #5f3750;
	background-color: #f2c9d5;
	background-image: url("../images/pinkbg.jpg");
	background-attachment: scroll;
}

.nav-links {
	border-color: #efacc0;
}

.nav-links a {
	color: #5f3750;
}

.nav-links li {
	border-right-color: #efacc0;
	border-bottom-color: #efacc0;
}

/* Hovered button */
.nav-links a:hover {
	background-color: #f4e1e7;
	border-color: #845070;
	color: #381926;
}

/* Keep dropdown parent highlighted while open */
.dropdown:hover .drop-button {
	background-color: #f4e1e7;
	border-color: #845070;
	color: #5f3750;
}

/* Make parent blue only when itself hovered */
.dropdown > .drop-button:hover {
	color: #381926;
}

/* Active page button */
.nav-links li a.active {
	background-color: #e8a9bc;
	border-color: #f2c1f4;
	color: #f9e8ed;
}

/* Dropdown override */
.dropdown-content {
	background-color: #f9f9f9;
	border-color: #5f3750;
}

.dropdown-content a {
	color: black;
}

.dropdown-content a + a {
	border-top-color: #9b6b89;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

/* MAIN CONTENT
   ------------------------- */

/* Main panel variant for this page */
.panel {
	border-top: 6px solid #703d2a;
	border-left: 6px solid #5b2f1f;
	border-right: 6px solid #3a1a0f;
	border-bottom: 6px solid #2b1209;
	background: url("../images/wood_bg.jpg") center/cover no-repeat;
	color: #f3dfc6;
}

.panel-bar {
	border-bottom: 4px solid #2b1209;
	background-color: #4B2416;
}

.panel-title {
	font-size: 1em;
	color: #edca74;
	font-family: 'pixelTimes';
	font-weight: 800;

}

.panel-button {
	border: 2px inset #4B2416;
	background-color: #603e31;
	font-family: system-ui, sans-serif;
	color: #edca74;
}

/* Additional components used on this page */

.box {
	background-color: rgb(250, 180, 220, 0.2);
	border-color: HotPink;
	color: rgb(95, 55, 80);
}


	
	/* FOOTER
   ------------------------- */
.footer {
	font-size: 0.65em;
	text-align: center;
	margin-top: 10px;
	color: white;
}


/* Panels______________________________ */


.minimap-subtitle {
	text-align: center;
	font-size: 0.75em;
}

.mini-station-panel{
	border: 6px outset lightgrey;
	background: lightgrey;
	color: black;
}

.mini-station-panel .panel-bar {
	border-bottom: 4px solid grey;
	background-color: lightgrey;
}

.mini-station-panel .panel-title {
	font-size: 1em;
	color: grey;
	font-family: 'pixelTimes';
	font-weight: 800;

}

.mini-station-panel .panel-button{
	border: 2px inset lightgrey;
	background: lightgrey;
	color: black;
}

/*greeting bio panel*/

.welcome-panel img {
	width: 95%;
	align-self: center;
}

.fresh-find-panel .fresh-find {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
}


.message-box-row {
	display: flex;
	gap: 10px;
}

.message-box-row .guestbook-box,
 .message-box-row .chat-box {
	flex: 1;
	margin: 0;
	padding: 10px;
	border: 2px solid HotPink;
	background-color: rgb(250, 180, 220, 0.2);
}

.guestbook-box h1 {
	display: block;
	margin: 0;
	text-align: left;
	color: #edca74;
	font-family: "Jacquard 12", system-ui;
	font-size: 2em;
}

.chat-box h1 {
	display: block;
	margin: 0;
	text-align: left;
	color: #edca74;
	font-family: "Jacquard 12", system-ui;
	font-size: 2em;
}

.doge-panel {
	background-image: url("../images/starry_bg.gif");
	background-repeat: repeat;
	background-size: 300px;
	background-attachment: scroll;
	text-align: center;
	border: 3px outset grey;
}
	
.doge-panel .doge {
	width: 80px;
	height: auto;
}



.bio-panel {
	position: relative;
	border-top: 6px solid #703d2a;
	border-left: 6px solid #5b2f1f;
	border-right: 6px solid #3a1a0f;
	border-bottom: 6px solid #2b1209;
	background: url("../images/wood_bg.jpg") center/cover no-repeat;
	color: #f3dfc6;
	padding: 0;
	overflow: hidden;
}

.bio-panel .inner-border {
	border-top: 4px solid #f0c94a;
	border-left: 4px solid #f0c94a;
	border-right: 4px solid #9f7412;
	border-bottom: 4px solid #9f7412;
	padding: 3px;
}

.bio-panel .pink_flowers {
	display: block;
	margin: 0 auto 4px auto;
	width: 100px;
	max-width: 400px;
	height: auto;
}

.bio-panel .profile_pic {
	display: block;
	margin: 0 auto 18px auto;
	border: 3px solid #f0c94a;
	width: 100%;
	height: auto;
	max-width: 200px;

}


.panel a,
.panel a:visited {
	color: #f0c94a;
}

.panel i,
.panel em {
	color: #fff0cf;
}

