@font-face {
  font-family: "retro";
  /* make sure your path slashes are / this way otherwise creates an error!! */
  src: url('/assets/Fonts/BitcountPropSingle-VariableFont_CRSV,ELSH,ELXP,slnt,wght.ttf') format("truetype"); 
  font-weight: normal;
  font-style: normal;
}

h1 {
  text-align: center;
  font-family: "retro";
  color: aliceblue;
}


h2 {
  text-align: center;
  font-family: "retro";
  color: black;
}

body {
  text-align: center;
  font-family: "retro";
  background: hsl(48, 100%, 93%);
  color: black;
  background-image: url('/media/background_fixed_image.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-position-y: bottom;
  width: 100%;
  font-size: x-large;
  font-weight: 600;
}

/* Safe, non-invasive global rules to avoid overflow without hiding content */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

/* Make images and media responsive */
img, picture, video, .image .image-face{
  max-width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul li{
  float: left;
}

ul li a{
  display: block;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  color: #000000;
}



.cute-button {
  font-family: "retro";
  font-size: 1rem;
  background-color: #d19f5e;
  border-color: #755934;
  border-style: dotted;
  padding: 0.3rem;
  border-radius: 5px;
  width: 25%;
  height: max-content;
  text-align: center;
  box-shadow: #161602 1px;
  transition: all 200ms ease-out;
}

.cute-button:hover {
  color: #000000;
  border-color: #ffea70;
  filter:drop-shadow(0 0 3px #fff4b7);
}

.cute-button::file-selector-button{
  display: none;
}

.notice{
  background-color: #d19f5e;
  border-color: #755934;
  border-style: dotted;
  padding: 0.3rem;
  border-radius: 5px;
  text-align: center;
  box-shadow: #161602 1px;
  transition: all 200ms ease-out;
  margin-top: 5%;
  margin-bottom: 5%;
}

.notice:hover {
  color: #000000;
  border-color: #ffea70;
  filter:drop-shadow(0 0 3px #fff4b7);
}

.errorlist { display: flex; justify-content: center; }




.image{
  display: block;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.image-face{
  display: block;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.image-button{
  display: inline-block;
  max-width: 400px;
  max-height: 400px;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5%;
  border-style: dotted;
  border-color: #d19f5e;
  border-width: 3px;
  transition: all 200ms ease-out;
}

.image-button:hover{
  border-color: #ffea70;
  filter:drop-shadow(0 0 3px #fff4b7);
}

.container-navbar{
  align-content: center;
  background-color: aliceblue;
  border-style: dotted;
  border-color: #d19f5e;
  transition: all 200ms ease-out;
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
}

.container-navbar:hover{
  border-color: #ffea70;
  filter:drop-shadow(0 0 3px #fff4b7);
}

.container{
  padding: 16px;
  margin: 4rem auto; /* center horizontally but let width adapt */
  align-content: center;
  background-color: aliceblue;
  border-style: dotted;
  border-color: #d19f5e;
  max-width: none;
  transition: all 200ms ease-out;
}

.container:hover{
  border-color: #ffea70;
  filter:drop-shadow(0 0 3px #fff4b7);
}

.container-heading{
  margin: 1rem;
  align-content: center;
  background-color: #8f6c3e;
  border-style: dotted;
  border-color: #d19f5e;
  border-radius: 10px;
  transition: all 200ms ease-out;
  
}

.container-heading:hover{
  border-color: #ffea70;
  filter:drop-shadow(0 0 5px #fff4b7);
}

.container-content{
  padding: 16px;
  margin: 5rem;
  align-content: center;
  background-color: aliceblue;
  border-style: solid;
  border-color: #8f6c3e;
}

.input{
  font-family: 'retro';
  color: black;
  width: 60%;
  line-height: 50px;
  margin: 20px;
  border-radius: 20px;
  border-style: hidden;
  filter:drop-shadow(0 0 2px black)
}

.input:focus{
  color: black;
  outline: 2px solid #fff4b7;
}

.input[name="username"]{
  background-image: url('/media/username_icon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.input[name="email"]{
  background-image: url('/media/email_icon.png');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.input[name="password1"],[name="password"]{
  background-image: url('/media/password1_icon.png');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.input[name="password2"]{
  background-image: url('/media/password2_icon.png');
  background-position: 10px 15px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.card{
  padding: 2px;
  margin: 2rem;
  align-content: left;
  background-color: aliceblue;
  border-style: solid;
  border-color: #8f6c3e;
  text-align: left;
  background-image: url('/media/email_icon.png');
  background-position: 5px 0px;
  background-repeat: no-repeat;
  padding-left: 40px;
}

.card a{
  text-align: left;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.field{
  margin: 20px;
}

.flex-container {
  display: flex;
  margin-top: 10px;
}
.flex-child {
  flex: 1;
  border: 2px solid #8f6c3e;
  background-color: aliceblue;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly
}  

.flex-child:first-child {
  margin-right: 20px;
}

.bottom-text {
  margin-top: auto;
} 