/* 
    Website programmed by nsbgg
    May 2023

         _           
 ___ ___| |_ ___ ___ 
|   |_ -| . | . | . |
|_|_|___|___|_  |_  |
            |___|___|

01101110 01110011 01100010 01100111 01100111 | -. ... -... --. --. 
*/

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
}

.hide {
  display: none;
}

body {
  background-image: url("../img/wheatfield.jpg");
  display: block;
  background-image: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec_0000 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 2;
}

.sec_0000 .content {
  width: 20vw;
  min-width: 250px;
  height: 20vh;
  min-height: 200px;
  padding: 1rem;
  position: relative;
  background-color: #462c0c9a;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(66, 66, 66, 0.3);
  box-shadow: 50px;
  -webkit-box-shadow: 5px 5px 50px -2px rgba(94, 94, 94);
  box-shadow: 5px 5px 50px -2px rgba(94, 94, 94);
}

form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  flex-wrap: wrap;
}

.form {
  width: 85%;
  padding: 8px;
  font-size: 16px;
}

.sec_0000 .input {
  border-color: #3f3f3f;
  background-color: #ffffff;
  color: #000000;
  border-style: none;
  border-radius: 5px;
  box-shadow: 0px 0px 7px rgba(66, 66, 66, 0.3);
  text-shadow: 0px 0px 0px rgba(66, 66, 66, 0.8);
}

.password {
  margin-left: -9px;
}

.submit {
  background-color: rgb(46, 46, 46);
  color: #ffffff;
  border-style: none;
  border-radius: 5px !important;
  box-shadow: 0px 0px 7px rgba(66, 66, 66, 0.34);
  text-shadow: 0px 0px 0px rgba(66, 66, 66, 0.75);
}

.submit:hover {
  background-color: rgb(58, 58, 58);
}

.eye {
  width: 20px;
  height: auto;
  z-index: 9;
  cursor: pointer;
  position: relative;
  margin-left: -30px;
}

p {
  width: 100%;
}

.wstr {
  width: 100%;
  position: relative;
  top: -11px;
  display: flex;
  justify-content: center;
  align-items: center;

  color: rgb(201, 0, 0);
  text-shadow: 0px 0px 0px rgba(66, 66, 66, 0.905);
}

@media (max-width: 400px) {
  .sec_0000 .content {
    width: 100%;
    border-radius: 0px;
  }
}

.sec_0010 {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 0;
  padding: 0;
}

.sec_0010 .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3f3f3f83;
  z-index: 99;
  margin: 0;
}

.footer-cookie {
  width: 40%;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #3f3f3f;
  font-size: 16px;
}

.desc {
  width: 70%;
}

.footer-cookie #description {
  text-align: left;
  white-space: normal;
}

.footer-cookie #description a {
  color: rgb(190, 120, 9);
}
.footer-cookie #description a:hover {
  color: orange;
}

.footer-cookie form {
  width: min-content;
}

.footer-cookie #accept {
  text-align: center;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  padding: 5px 10px;
}

.footer-cookie #accept:hover {
  color: orange;
  border-color: orange;
}

@media (max-width: 450px) {
  .footer-cookie {
    flex-wrap: wrap;
    justify-content: center;
  }

  .desc {
    width: 100%;
  }

  .footer-cookie #accept {
    margin: 1rem 0 0 0;
  }
}

/*
..#######..########...#####..
.##.....##.##........##...##.
........##.##.......##.....##
..#######..#######..##.....##
........##.......##.##.....##
.##.....##.##....##..##...##.
..#######...######....#####..
*/

@media (max-width: 350px) {
  body {
    background-image: none;
    background-color: white;
  }

  section {
    display: none !important;
    visibility: hidden;
    overflow: hidden !important;
  }

  .too_small {
    z-index: 99999 !important;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    visibility: visible;
    padding: 2vh 0;
  }

  .too_small p {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 100%;
    max-height: 100%;
    background-color: red;
    padding: 10px;
  }
}

.too_small {
  z-index: 0 !important;
  display: none;
}
