/*============================*/
/* GENERAL
/*============================*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=MedievalSharp&display=swap");
@import url("https://fonts.googleapis.com/css?family=IM+Fell+Great+Primer+SC&display=swap");

/*============================*/
/* GENERAL
/*============================*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background-image: url(".././images/Background.png");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Roboto Mono", monospace !important;
  font-size: 1rem;
}

#site-container {
  box-shadow: 3px 4px 36px 1px rgba(0, 0, 0, 0.75);
  border-left: 4px solid #2b1e11;
  border-right: 4px solid #2b1e11;
  padding: 0%;
  margin: auto;
  max-width: 1300px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IM Fell Great Primer SC";
  margin-bottom: 0;
}

hr {
  height: 1px;
  background-color: #665947;
  border: 1px;
  border-color: #665947;
  color: #665947;
}

.page {
  /* background-color: #665947; */
  background-color: #413328;
  color: #d1d3c7;
  min-height: 100%;
  width: 100%;
  background-image: url(".././images/noise.jpg");
  background-repeat: repeat;
  background-position: center;
  border-top: 1px solid #2b1e11;
}

.card {
  background-color: #d1d3c7 !important;
  color: #47361e !important;
  padding: 20px !important;
}

.dark-card {
  background-color: #665947;
  border-radius: 1em;
  padding: 1.5rem;
  border: 2px solid #927c63;
  outline: 3px solid #2b1e11;
  box-shadow: 7px 7px 20px #00000075;
}

.paper {
  box-shadow: 0 0 25px #a8958a inset;
  position: relative;
  outline: 2px solid #4a3927;
  font-size: 1.1rem;
}

.header-text-style {
  font-family: "MedievalSharp", cursive;
  color: #846c3f;
  text-shadow: 0 1px 0 #d1d3c7, 0 -1px 0 #d1d3c7, 1px 0px 0 #d1d3c7,
    -1px 0px 0 #d1d3c7, 3px 4px 10px rgba(0, 0, 0, 0.75);
  letter-spacing: 0px;
  font-weight: 900;
  font-variant: small-caps;
  font-size: 3.2rem;
}

.header-container {
  background-color: #44392b;
  border: 2px solid #6a5946;
  outline: 3px solid #2b1e11;
  margin-bottom: 10px;
  border-radius: 1em;
  padding: 16px 10px 10px;
}

.subheader-container {
  background-color: #544638;
  border: 2px solid #4a3927;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding: 10px 8px 8px;
  color: #c9a655;
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.7);
}

.subheader-text-style {
  color: #b69049;
  letter-spacing: 1px;
  font-weight: 900;
  font-variant: small-caps;
  font-size: 1.5rem;
  text-shadow: 3px 4px 10px rgba(0, 0, 0, 0.5) !important;
}

.btn-brown {
  background-color: #4f453b !important;
  border: 2px solid #6a5946 !important;
  outline: 3px solid #2b1e11 !important;
  color: #d1d3c7 !important;

  /* Background Image */
  background-image: url(".././images/tiled-wood2.png") !important;
  background-size: cover !important;
  background-repeat: repeat !important;
  background-position: center !important;
}

.btn-brown:hover {
  background-color: #3f362f !important;
  border: 2px solid #6a5946 !important;
  outline-color: #2b1e11 !important;
  color: #d1d3c7 !important;
}

.btn-brown:active {
  background-color: #352f2a !important;
  border: 2px solid #6a5946 !important;
  outline-color: #2b1e11 !important;
  color: #d1d3c7 !important;
}

.btn-brown:focus {
  background-color: #3f362f !important;
  border: 2px solid #6a5946 !important;
  outline-color: #2b1e11 !important;
  color: #d1d3c7 !important;
}

.btn:active {
  outline: 0 !important;
  box-shadow: 0 0 0 2px rgba(238, 198, 104, 0.4) !important;
  background-color: #3f362f !important;
}

.btn {
  display: inline-block !important;
}

/*============================*/
/* CONSTANT MODULES
/*============================*/

/*Site Banner*/
#site-banner {
  width: 100%;
  min-height: 250px;
  background-image: url("https://kwillians.com/images/newbieguide/Planet.png");
  background-size: cover;
  background-position: 50% 8%;
  background-repeat: no-repeat;
  border-bottom: 4px solid #2b1e11;
  display: flex;
  align-items: center;
  justify-content: center;
}

#banner-logo {
  width: 100%;
  max-width: 400px;
}

/*Side Navigation*/
#sidebar {
  background-color: #44392b;
  border-right: 4px solid #2b1e11;
  height: 100%;
  width: 100%;
}

#sidebar ul a {
  color: #c9a655;
  text-decoration: none;
  font-weight: 900;
  font-size: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

.dropdown {
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block !important;
  text-align: center;
  float: left;
  margin-right: 50%;
}

.dropdown-content a:hover {
  background-color: #3f362f;
}

.home-button i {
  color: #9c8c76;
  font-size: 1.2em;
}

.home-button svg {
  filter: invert(57%) sepia(7%) saturate(938%) hue-rotate(355deg)
    brightness(97%) contrast(92%);
}

/*Top Navigation*/
#topbar {
  background-color: #44392b;
  border-bottom: 4px solid #2b1e11;
  width: 100%;
}

#topbar ul a {
  color: #c9a655;
  text-decoration: none;
  font-weight: 900;
  font-size: 1rem;
}

#topbar .header-text-style a {
  text-decoration: none;
  color: rgb(155, 163, 42);
}

.dropdown-content {
  display: none;
  /* position: absolute;
    top:0;
    left:214px; */
  background-color: #443b33;
  border: 2px solid #6a5946;
  outline: 3px solid #2b1e11;
  left: 50%;
  transform: translateX(-50%);
  color: #d1d3c7;
  min-width: 350px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 1em;
  padding: 5px;
}

.dropdown-content a {
  padding: 0.4rem;
  text-decoration: none;
  display: block;
  border-radius: 1em;
}

.dropdown-content a:hover {
  background-color: #3a322c;
}

/*Scroll*/
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #665947;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar-thumb {
  background-color: #665947;
  border-radius: 10px;
  border: 0;
}

/*> LG Screen Size Style*/
@media (max-width: 992px) {
  #topbar {
    border-right: none !important;
    border-bottom: 4px solid #2b2926 !important;
    height: 70%;
  }
}

/*< LG Screen Size Style*/
@media (min-width: 992px) {
  .dropdown-content {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 60px !important;
  }

  .dropdown-content::before {
    display: flex !important;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="2em" viewBox="0 0 320 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');
    height: 43px !important;
    width: 180px !important;
    top: -20px !important;
    left: 0px !important;
    position: absolute !important;
    justify-content: center !important;
    align-items: center !important;
    filter: invert(9%) sepia(19%) saturate(1497%) hue-rotate(349deg)
      brightness(100%) contrast(92%) !important;
  }
}

@media (max-width: 1200px) {
  .dropdown-content {
    left: 0px !important;
  }
}

/*Edits Made Past Here*/

.pill {
  background-color: #4f453b;
  border: 2px solid #6a5946;
  outline: 3px solid #2b1e11;
  color: #d1d3c7;
}

.pill:hover {
  background-color: #3f362f;
  border-color: #5f4f3d;
  outline-color: #2b1e11;
  color: #d1d3c7;
}

.pill:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(238, 198, 104, 0.4);
  background-color: #3f362f;
}

/*============================*/
/* MY EDITS
/*============================*/
.tab {
  overflow: hidden;
}

a:link,
a:visited {
  color: #846c3f;
  border: none;
}

a:hover {
  color: rgb(195, 168, 111);
  text-decoration: none;
  background-color: transparent;
  border: none;
}

.botanicalbox1 {
  height: 400px;
  max-width: 400px;
}

.plant-name {
  border-radius: 0.5em;
  padding: 8px 8px 8px;
  color: #544638;
}

.botanicalbox2 {
  max-height: 133px;
  white-space: normal;
  overflow-x: hidden;
  overflow-y: scroll;
}

.vl {
  border-left: 1px solid;
  height: 400px;
  color: #665947;
  border-color: rgba(102, 89, 71, 0.25);
}

.tagline {
  letter-spacing: 0.02rem;
  font-size: 0.8rem;
  margin-bottom: 0px;
}

.upgradetext {
  font-family: "IM Fell Great Primer SC";
  font-weight: 600;
}

.faded {
  opacity: 0.5;
}

.subheader-text {
  font-family: "MedievalSharp", cursive;
  color: #846c3f;
  text-shadow: 0 1px 0 #d1d3c7, 0 -1px 0 #d1d3c7, 1px 0px 0 #d1d3c7,
    -1px 0px 0 #d1d3c7, 3px 4px 10px rgba(0, 0, 0, 0.6);
  letter-spacing: 0px;
  font-weight: 900;
  font-variant: small-caps;
  font-size: 2.3rem;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.absoluted {
  position: absolute;
  width: 100%;
  display: none;
  max-height: 540px !important;
  max-width: 540px !important;
}

.gen-image {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}

.discord-channel {
  color: #846c3f;
  font-size: 1em;
  font-weight: 600;
}

li a {
  color: #000;
  padding: 8px 7px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  color: white;
}

.active {
  color: white;
}

.mobilenav {
  z-index: 1;
}

.button-container {
  background-color: #44392b;
  border: 2px solid #6a5946;
  outline: 3px solid #2b1e11;
  border-radius: 1em;
  padding: 5;
}

.square {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

button {
  background: transparent;
  border: none;
}

.row {
  margin-right: 0px !important;
}

.container {
  padding: 0% !important;
  margin: none !important;
}

html {
  visibility: visible;
  opacity: 1;
}
