body {

  color: white;
  font-family: 'Sen', Arial, Helvetica, sans-serif;
  text-align: center;
  overflow-x: hidden;
  margin:0px;
}

button{
  /*font-family: Arial, Helvetica, sans-serif;*/
  background-color: white;
  border-radius: 12px;
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px;
  font-weight: bold;
}

p {
  font-weight: normal;
  color: #99aab5;
}

h5 {
  color: #99aab5;
}

h1 {
/*  border-bottom-style: solid;
  border-bottom-color: #99aab5;
  border-bottom-width: 1px;*/
  /*display: inline-block;*/
}

select {
  font-family: 'Sen', Arial, Helvetica, sans-serif;
  font-size: 1em;
  border-radius: 12px;
  background-color: #202225;
  border-style: none;
  color: white;
  cursor: pointer;
}

button:hover {
  /*background-color: white;*/
  cursor:pointer;
}

button:focus {
  outline: none;
}

button:active {
  background-color: grey;
  /*color: white;*/
}

textarea, #fake-hour {
  resize: none;
  border-radius: 12px;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px;
  font-weight: bold;
}

#fake-hour {
  background-color: white;
  padding: 2px;
  padding-right: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: gray;
  transform: translateY(-33%);
}

#hour {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0px;
}

img {
  border-radius: 12px;
  /*border-color:  #99aab5;*/
  /*border-width: 5px;*/
  /*border-style: solid;*/
  margin: auto;
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
}

#special, #special-new-years {
  background-color: #99aab5;
  border-radius: 12px;
  border: none;
  color: #2c2f33;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 5px;
  font-weight: bold;
  font-variant-ligatures: none;
}

a {
  /*color: deepskyblue;*/
  display: inline-block;
  background-color: hsl(225deg 6% 27%);
  color: white;
/*  padding: 0.7em;*/
  margin: 0.2em;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
  max-width: fit-content;
  transition: scale 0.1s;
  overflow: hidden;
/*  display:flex;*/
}

a p {
  margin:0;
  padding: 0.7em;
  /* width: 10em; */
  background-color: hsl(225deg 6% 27%);
  color: white;
}

a:hover p:not(.data) {
  color: deepskyblue;
}

span {
  color: #3ca45c;
  background-color: #202225;
  /*background-color: #3ca45c;*/
  /*font-family: monospace;*/
}

.new {
/*  color: red;*/
/*  background-color: #ee4245;*/
/*background-color: #3ca45c;*/
  color: white;
  padding: 15px;
/*  border-radius: 12px;*/
  scale: 200%;
  margin-right: 5px;
}

a:hover > .new {
  background-color: #ee4245;
}

a:hover {
/*  text-decoration: underline;*/
  color: deepskyblue;
/*  outline: 1px solid hsl(225deg 6% 35%);*/
/*  background: linear-gradient(hsl(225deg 6% 27%), hsl(225deg 6% 23%));*/
/*  background-color: hsl(225deg 6% 23%);*/
  scale: 105%;
}

a:active {
  box-shadow: none;
  transform: translateY(5px);
}

#copy {
  font-size: 20px;
  background-color: #3ca45c;
  color: white;
  transition-duration: .1s;
}

#copy:hover {
  transform: scale(1.1);
  transition-duration: .2s;
}

#copy:active {
  background-color: #2c7743;
}


.reset {
  display: flexbox;
  align-self: center;

  background-color: #ee4245;
  color: white;
  padding: 0;
  
  height: 40%;

  transition-duration: .1s;
}

.reset:hover {
  transform: scale(1.2);
  transition-duration: .2s;
}

.reset:active {
  background-color: #cd1316;
}

.look-at-these-guns  {
  display: flex;
  justify-content: center;
  background-color: #2c2f33;
}

.name span {
  font-size: 20px;
  display: block;
  background: none;
  color: #99aab5;
  /*transform: scale(2);*/
}


.highlighted {
  background-color: hsl(225deg 6% 22%);
  border-radius: 12px;
  padding: 1px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
}

main {
  display: flex;
  flex-direction: column;
  min-height: 99vh;
  max-width: 800px;
  margin: 0 auto;
/*  padding: 20px;*/
  justify-content: center;
  box-sizing: border-box;
}

main > div {
  background-color: #2c2f33;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
  padding: 20px;
}

main > div::before {
  content: "how are you seeing this";
  position: absolute;
  top: 50%;
  width: 100vw;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #3ca45c;
  opacity: 0.5;
}



/*main > div::after {
  content: " ";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100vh;
  transform: translate(-450%, -50%);
  z-index: -1;
  background-color: #3ca45c;
  opacity: 0.5;
}*/
.button-container {
  display:inline;
}

.minus {
  display: none;
/*  background-color: #ee4245;*/
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.plus {
  display: none;
/*  background-color: #3ca45c;*/
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media only screen and (max-width: 600px) {
  .pc {
    display: none;
  }
  #weeks, #days, #hours, #minutes {
    border-radius: 0;
    margin: 0;
    min-width: 30%;
  }
  .minus, .plus {
    display: inline;
    background-color: #99aab5;
/*    color: white;*/
/*    width: 10px;*/
  }
  .button-container {
    display:block;
    margin:10px;
  }
}

@media only screen and (max-width: 525px) {
  .look-at-these-guns {
    flex-direction: column;
  }
}

@media only screen and (max-width: 360px) {
  .button-container button {
    padding: 8px 16px;
  }
}

.data {
  /* background-color: #99aab5; */
  /* background-color: #5865F2; */
  background-color: #454FBF;
  /* color: #2c2f33; */
  color: white;
}

/* :empty {
  display: none;
} */

.copy-banner {
  position:fixed;
  top:0;
  left:0;
  right:0;
  opacity:0;
  color: #99aab5;
  background-color: #202225;
  transition:opacity .2s ease-in-out;
  font-size:1.6em;
  padding: 0.2em;
}

.copy-banner.show {
  opacity:1;
}

details > summary {
  cursor: pointer;
  border-radius: 12px;
  background-color: #202225;
  color: #99aab5;
  padding: 0.5em;
  width: fit-content;
  margin: 10px auto;
}

details {
  padding: 20px;
}

details > div {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
details p {
  margin: 0.1em;
}

a img {
  border-radius: 0;
  height: 42px;
  /* height: 4em; */
}

.image-link {
  background-color: #111214;
  height: 42px;
}

.image-link-text {
  /* background colour gradient */
  /* background: linear-gradient(0deg, #111214, #202225, #202225); */
}