@font-face {
  font-family: "Walbaumgrot";
  src: url("walbaumgrotesklightitalic.woff2") format("woff2");
}
body {
  background-color: gray;
}
#head {
  display: none;
}
#titre {
  position: absolute;
  right: 3em;
  top: 3em;
  z-index: -3;
}
.home {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  margin: 30%;
}
.controls {
  z-index: 999;
  display: flex;
  flex-flow: row;
  width: 100%;
  background-color: #444;
  padding: 1em;
  position: fixed;
  bottom: 0;
}
.timer,
#counter {
  font-size: 4em;
  position: absolute;
  background-color: #675813;
  color: white;
  display: inline-block;
  padding: 0.5em;
}
.timer.ending {
  background-color: #940008;
}
#counter {
  right: 0;
}
.image {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
/*
//chat
#chatbox{
  // overflow-y: hidden;
  
   position:fixed;
   right:20px;
   bottom:1em;
  }

.discut{
   color:#cc3300;
   color:white;
   width:300px;
   display:flex;
   flex-flow:column;

   .msgbox{
      height: 90vh;
       width:25vw;
      overflow: scroll;
      overflow-x: hidden;

         &>div{

         display: block;
         margin-bottom: 5px;
         font-weight: bold;
         text-overflow: clip;
         text-overflow: ellipsis;
        
            p{
               padding: 1em;
               word-break: break-all;
            }
         }
      }

   .user{
      padding:0;
      margin:0;
      display:inline-block;
      background-color:black;
   }
   .msg,.bubblemsg{
      padding :1em;
     width:100%;
     align-self:flex-start;

      .text{
        width:100%;
        word-wrap: normal;
        padding:1em;
        background-color:black;
        color:white;
     }
     .msg.last{
      .text{
         background-color:#675813;
         padding:1.5em;
      }  
   }
}
   .msg.me{
      width:100%;
      align-self:flex-end;
      display:flex;
      flex-flow:column;
      .user{
         align-self:flex-end;
      }
      .text{
      background-color:#404040;
      }
      
   }
   .bubblemsg{
      width: 50px;
      height: 50px;

   }
   
}
  */
#trscreen .custom {
  height: 60%;
}
.quote {
  vertical-align: baseline;
  color: white;
  border-color: gray;
  font-size: 1.4em;
  margin: 1em 0px;
  padding: 0px 20px 0px 25px;
  font-size: 1.7em;
  line-height: 1.2em;
  text-align: center;
  font-style: italic;
  transform: rotate(-3deg);
  margin: 1em 18% 1.5em 9%;
  padding: 1em 0px;
  border-width: 1px 0px;
  border-style: solid;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  font-family: Walbaumgrot, helvetica, arial, sans-serif;
}
#qrbox #imgwrapper {
  display: none;
}
#qrbox #imgwrapper.show {
  display: block;
  position: absolute;
  bottom: 100px;
  background-color: black;
  padding: 1em;
}
.ui.button {
  background-color: #675813;
  color: #808080;
  text-shadow: none;
  background-image: none;
}
.ui.button:hover {
  background-color: #3d3d3d;
}
.ui.button#keep_but.done {
  background-color: pink;
}
.ui.button#keep_but.nope {
  background-color: black;
}
.ui.input input {
  background: #808080;
}
#logscreen {
  position: absolute;
  display: grid;
  place-items: center;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: pink;
  background-blend-mode: color;
}
#logscreen > div {
  width: 300px;
  height: 300px;
  background-color: black;
  border: 1px solid white;
  display: flex;
  flex-flow: column;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  align-items: center;
  align-content: center;
  vertical-align: middle;
  padding: 3em;
}
#Galery {
  margin: 0 auto;
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
}
#Galery .break {
  flex-basis: 100%;
  height: 4em;
}
#Galery .galimage {
  position: relative;
  width: 200px;
  height: 200px;
}
#Galery .galimage .user {
  padding: 0.3em;
  position: absolute;
  display: inline-block;
  background-color: black;
  color: white;
  top: 0.5em;
}
#Galery .galimage .likes {
  position: absolute;
  bottom: 0;
  right: 0;
}
#Galery .galimage .closeit {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}
.sourced {
  display: flex;
}
.ui.modal img {
  object-fit: scale-down;
}
#galiscroll.invisible {
  display: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1200px) {
  #logscreen {
    position: absolute;
    z-index: 1999;
    width: 100%;
    height: 100%;
    background-color: pink;
    background-blend-mode: color;
  }
  #logscreen > div {
    margin-top: 200px;
  }
  .sourced {
    width: 400px;
  }
  .modal > .wrapper {
    margin-top: 0;
    background-color: #940008;
  }
}
.sourcelogger {
  position: absolute;
  color: #aaa;
}
