:root {
  --bg-color: #545848; /* background color for wbesite. */
  --bg-image: url('/assets/background.png'); 
  --font-color: #1b1f18; /* self-explanatory. */
  --borders: #dcdfd5; /* border colors. */
  --buttons: #b1b5a8; /* the background of buttons. */
  --inner-bg: #787d67;
  --link: #6B8A69; /* color of links */
  --header: url('https://i.pinimg.com/736x/40/49/cd/4049cd4cdbca164b3c37e704ed3b72ca.jpg');
}

body {
  background-color: var(--bg-color);
  background-image: var(--bg-image);
  color: var(--font-color);
  margin: 0;
  display: flex;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

p {
  font-size: 1em;
  font-family: 'Averia Serif';
}

p::selection {
  color: var(--borders);
  background-color: var(--inner-bg);
}

p > a {
  text-decoration: none;
  color: var(--link);
  transition: all 0.5s ease-out;
}

p > a:hover {
  transition: all 0.5s ease-out;
  box-shadow: inset 0 -1.3em var(--inner-bg);
  color: var(--borders);
}

hr {
  border-top: 1px dotted #fff; 
}

.container {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 650px;
  padding: 0.5em;
  background-color: var(--inner-bg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  border-left: 1px solid var(--borders);
  z-index: 999;
  box-shadow: inset 0 0 10px #5C614E;
}

#header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  background-image: var(--header);
  outline: 1px solid var(--borders);
  outline-offset: 2px;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.5em;
  box-shadow: 0 0 5px 0.2px var(--borders);
}

#footer {
  padding: 0.5em !important;
  outline: 1px solid var(--borders);
  outline-offset: 2px;
  border-radius: 0.5em;
  text-align: center;
}

.clique {
  font-size: 0.9em;
  text-align: center;
}

.headtext {
  font-family: 'Times New Roman';
  font-weight: bold;
  font-style: italic;
  line-height: 0.5em;
  font-size: 6.375em;
  color: var(--font-color);
  -webkit-text-stroke: 0.01em var(--borders);
  z-index: 1;
}

textarea {
  resize: vertical;
  font-family: 'Averia Serif';
  height: 107px;
}

/*

  CONTAINERS

*/

.box {
  background-color: var(--borders);
  outline: 1px solid var(--borders);
  outline-offset: 2px;
  padding: 1rem;
  border-radius: 0.5em;
  box-shadow: inset 0 0 10px var(--inner-bg);
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.darker {
  background-color: var(--inner-bg);
  outline: 1px solid var(--inner-bg);
  outline-offset: 2px;
  padding: 0 1rem 0rem 1rem;
  border-radius: 0.5em;
  box-shadow: inset 0 0 10px var(--borders);
  color: var(--borders);
}

#log {
  padding: 1em;
  height: 200px;
  overflow-y: scroll;
  outline: 1px solid var(--borders);
  outline-offset: 2px;
  background-color: var(--borders);
  border-radius: 0.5em;
  box-shadow: inset 0 0 10px var(--inner-bg);
}

/*

NAVIGATION BAR - navigation buttons, container, etc.

*/

#navhold {
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: -0.5em;
}

.nav {
  position: sticky;
  top: 0.5em;
  right: 42.5em;
  width: 150px;
  outline: 1px solid var(--borders);
  outline-offset: 2px;
  background-color: var(--inner-bg);
  background-position: center;
  background-size: cover;
  border-radius: 0.5em;
  padding: 0.5em;
  box-shadow: inset 0 0 10px var(--borders);
}

.nav > ul {
  list-style-type: none;
  padding: 0;
  z-index: 1000;
  position: relative;
}

#meow > li {
  margin: 0.5em 0 0.5em -2em;
  width: 150px;
  transition: all 0.3s ease-out;
}

#meow > li:hover {
  transition: all 0.5s ease-out;
  transform: translate(-15px);
}

li > a:hover {
  /* box-shadow: inset 0 -0.9em var(--borders); hard-bordered transition */
  transition: all 0.5s ease-out;
  outline: 1px solid var(--borders);
  outline-offset: 2px;
  box-shadow: inset 0 0 10px var(--borders);
  color: var(--font-color);
}

/* NAVIGATION BUTTONS */

li > a {
  display: inline-block;
  text-decoration: none;
  color: var(--font-color);
  background-color: var(--buttons);
  border: 1px solid var(--borders);
  padding: 0.5rem;
  width: 150px;
  border-radius: 0.5em;
  font-weight: bold;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 625px) {
  body {
    margin: 0;
  }
  
	.container {
        max-width: 650px;
        margin: 0px auto !important;
    }
    
  #navhold {
    display: none;
  }
}

/*

STATUS CAFE

*/

#statuscafe {
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 200px;
    padding: .5em;
    border: 7px solid;
    border-image: url(https://windbells.neocities.org/assets/lace.png) 7 / 7px / 4px round;
    background-color: #dbded4;
}
#statuscafe-username {
    margin-bottom: .5em;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

/*

  ROWS AND COLUMNS

*/

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
}

.col {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
}

.col-mid {
  display: flex;
  flex: 2;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
}

.col-big {
  display: flex;
  flex: 3;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5em;
}

.grow {
  flex-grow: 1;
}

/*

SCROLLBAR

*/

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: var(--inner-bg);
  border-radius: 1px;
}

::-webkit-scrollbar-thumb {
  background: var(--bg-color);
  border-radius: 1px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--borders)
                     var(--inner-bg);
  }
}

/*

  FONTS
  
*/

@font-face {
  font-family: 'Averia Serif';
  src: url(/assets/fonts/AveriaSerifLibre-Regular.ttf);
}