
@font-face {
    font-family: 'JHUF';
    src: url('fonts/JHUFNominal.woff2') format('woff2'),
        url('fonts/JHUFNominal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma Web Font';
    src: url('fonts/Tahoma.woff2') format('woff2'),
        url('fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, *:before, *:after {
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
    font-family: "Verdana";
    background: #f08ef9;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    cursor: url("../img/cursor.png"), auto;    
}

body {
    height: auto;
  background: url("https://assets.wetlegband.com/img/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;      
}

*:focus {
  outline: none !important;
}

::-moz-selection {
  background: none;
}

::selection {
  background: none;
}

canvas#doge {
    position: fixed;z-index: 0;width: 100dvw;height: 100dvh;opacity: 0;
}

.banner {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px;
}

.banner img {
    display: block;
    width: 45dvw;
    height: auto;  
    max-width: 728px;
    max-height: 90px;
}

.privacy-link {
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 0px;
    font-family: "Times New Roman", Times, serif;
    color: grey;
    font-size: 12px;
    text-decoration: none;
    padding: 10px;
}

.privacy-link:hover {
    color: white;
}


.icons {
    position: absolute;
    z-index: 10;
    top: 80px;
    left: 0px;
}

.icons a {
    display: block;
    margin: 0px;
    padding: 10px;
}

.icons a img {
    width: 120px;
    height: auto;
    display: block;
    margin: 0px;
}

.countdown {
    cursor: pointer;
  font-family: "Sixtyfour", sans-serif;
  font-weight: 400;
  font-style: normal;
    background: #000;
    color: lime;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    letter-spacing: 0px;
        line-height: 20px;
    vertical-align: middle;
  background-repeat: no-repeat;
  background-image:
    linear-gradient(0deg, var(--white), var(--white)),
    linear-gradient(0deg, var(--white), var(--white)),
    linear-gradient(0deg, var(--dark), var(--dark)),
    linear-gradient(0deg, var(--dark), var(--dark));
  background-position:
    100% 0,
    0 100%,
    0 0,
    0 0;
  background-size:
    2px 100%,
    100% 2px,
    2px 100%,
    100% 2px;  
      animation: blinker 1s step-end infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.countdown-container {
    position: fixed;
    bottom: 00px;
    left: 00px;  
    z-index: 0;    
}

.countdown-container img {
    display: block;
    margin: 10px auto 0px 0px;
    height: 30px;
    width: auto;
}

@keyframes fadein {
    0% {transform: scale(0,0) rotate(0deg)}
    100% {transform: scale(1,1) rotate(720deg)}
}

.welcome {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 10dvh;
    width: auto;
    z-index: 10;
}

.bienvenu {
    position: absolute;
    z-index: 8;
    margin-top: 50px;
    top: -55dvh;
    left: 50%;
    transform: translateX(-50%);
    height: 55dvh;
    width: auto;
    max-height: 350px;
    animation: movedown 2s forwards linear;
          -drag: none;
            user-select: none;
            -moz-user-select: none;
            -webkit-user-drag: none;
            -webkit-user-select: none;
            -ms-user-select: none;    
}

@keyframes movedown {
    0% {top: -55dvh}
    100% {top: calc(0dvw + 9dvh)}
}

#main {
    position: relative;
    width: 100dvw;
    height: 100dvh;
    top: 0px;
    left: 0px;
  padding: 0px 0px 0px 0px;
  color: #464147;
    overflow-y: auto;
  font-family: Tahoma, 'Tahoma Web Font', Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;  
    opacity: 1;  
}

.main-content {
    padding-bottom: 40px;
}

.catch {
    height: 10dvh;
    width: auto;
    position: absolute;
    right: 5dvw;
    top: 20dvh;
    z-index: 9;
    display: none;
}


#main .window {
  width: 100%;
  max-width: 800px;
    width: 320px;
  height: 100%;
  min-height: 80px;
  max-height: 550px;
    max-width: 450px;
    max-height: 800px;
    height: 550px;
  padding: 1px;
    position: absolute;
    z-index: 100;
  box-shadow: inset -1px -1px 0 0 #464147, inset 1px 1px 0 0 #dedcde, 5px 5px 10px rgba(0,0,0,0.2);    
}

#main .window.insta a, #main .window.tiktok a {
    color: #333;
    text-decoration: none;
}


#main .window.insta #info img.icon, #main .window.tiktok #info img.icon {
    height: 16px;
    width: auto;
    display: inline;
    margin-right: 5px;
}


#main .window.privacy {
    max-width: 600px;
    width: 600px;
    height: 80dvh;
    max-height: 80dvh;
    opacity: 1;
    line-height: 1.5rem;
    position: fixed;
    z-index: 1111;
    top: 50%;
    left: -700px;
    transform: scale(1) translateX(-50%) translateY(-50%);
}

#main .window.privacy .content .content-section {
    padding: 0px 10px;
    height: calc(100% - 40px);
}

#main .window.tiktok .content {
    padding: 5px;
}


h1 {
    line-height: 2rem;
}

.reveal {
    animation: reveal 2s forwards linear;
}

@keyframes reveal {
    0% {left: -700px}
    100% {left: 50%;}
}

#main .window.tour {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 250px;
    max-width: 250px;
    height: 500px;
    top: 550px;
    left: 3dvw;
}

#main .window.insta {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 27dvw;
    height: 35dvw;
    top: 110dvh;
    left: 35dvw;
}

#main .window.signup {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    height: 235px;
    top: 400px;
    right: 2dvw;
    max-height: 235px;
    width: 300px;
    min-width: 250px;
}

#main .window.signup iframe {
    margin-top: -19px;
    margin-left: calc(-10% - 20px);
    transform: scale(0.8);
    width: 130% !important;
}

#main .window.signup img {
    display: block;
    margin: 0px auto 0px 0px;
    height: 40px;
}

#main .window.tiktok {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 27dvw;
    height: 550px;
    top: 700px;
    right: 2dvw;
    margin-bottom: 40px;
}

#main .window.wetleg {
    min-height: auto;
    min-width: auto;
    max-height: 200px;
    max-width: 300px;    
    width: 20dvw;
    height: 17dvw;
    right: 3dvw;
    top: calc(3dvh + 90px);
    z-index: 3;    
}

#main .window.wormsweeper {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 160px;
    height: 230px;
    left: 250px;
    top: 200dvh;
    z-index: 3;    
}

#main .window.wormsweeper iframe {
    box-shadow: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    height: 198px;
    width: 155px;
    display: block;
}

#main .window.wetleg .container {
    background: url("../img/lightbg.jpg");
    background-size: 160px;
    background-repeat: repeat;
}

#main .window.wetleg .smalllogo {
    position: absolute;
    width: 80%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

#main .window.wetleg .nailz {
    position: absolute;
    height: 80%;
    width: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: rotate 10s infinite linear;
    z-index: 9;
}

@keyframes rotate {
    0% {transform: translate(-50%,-50%) rotate(0deg)}
    100% {transform: translate(-50%,-50%) rotate(360deg)}
}

#main .window.quiz {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 20dvw !important;
    height: 25dvw;
    top: 15%;
    right: calc(30dvw + 60px);
}

#main .window.calendar {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: calc(40dvw + 30px);
    height: 35dvw;
    top: calc(90dvw + 60px);
    left: calc(30dvw + 60px);
}

#main .window.mp3 {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: calc(40dvw + 30px);
    height: 15dvw;
    top: calc(75dvw + 30px);
    left: calc(30dvw + 60px);
}

#main .window.clickbait {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 30dvw;
    height: 50dvh;
    top: 15%;
    left: 30px;
}

#main .window.clickbait span {
    color: #999999;
    font-size: 0.7rem;
}

#main .window.gossip {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 30dvw;
    height: 50dvh;
    top: 70%;
    left: 30px;
}

#main .window.gossip a {
    font-size: 0.8rem;
}

#main .window.discord {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: 20dvw;
    height: 25dvw;
    top: 15%;
    left: calc(50dvw + 90px);
}

#main .window.discord discord-widget {
    height: calc(25dvw - 30px) !important;
    width: calc(20dvw - 10px) !important;
    filter: contrast(2.5) saturate(0.5);
    animation: colour 40s infinite;
}

@keyframes colour {
    0% {filter: contrast(2.5) saturate(0.5) hue-rotate(0deg);}
    100% {filter: contrast(2.5) saturate(0.5) hue-rotate(360deg);}
}

#main .window.videos {
    min-height: auto;
    min-width: auto;
    max-height: auto;
    max-width: auto;    
    width: calc(40dvw + 30px);
    height: 35dvw;
    top: 10dvw;
    left: 20dvw;
}




#main .window.clickbait p, #main .window.gossip p {
    font-size: 1rem;
    line-height: 1.1rem;
    font-family: Verdana, sans-serif;
    font-weight: bold;
}

#main .window.clickbait p a {
    font-size: 0.8rem;
    color: blue;
    display: block;
    margin-top: 5px;
    text-transform: underline;
}


#main .window.clickbait img, #main .window.quiz img,  #main .window.gossip img,  #main .window.calendar img {
    width: 100%;
}

h1 {
    color: #110174;
    font-size: 2rem;
    font-family: 'Times New Roman', Times, sans-serif;
    -webkit-text-stroke: 2px yellow;
    text-stroke: 2px yellow;
    text-shadow: 5px 5px 0px rgba(0,0,0,0.3); 
    filter: blur(0.5px);
}

#main .window.mp3 .container, #main .window.mp3 .content, #main .window.mp3 .content-section {
    height: 100%;
}

::-webkit-resizer {
    width: 18px !important;
    height: 18px !important;
    background-color: transparent !important;
    background-image: url("../img/resizer.png") !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    image-rendering: pixelated;
}

#main .popup{
    width: 290px;
    height: 50px;
    top: auto;
    left: auto;
    z-index: 11;
    opacity: 0;
    padding: 0px;
}

.popup.one {
    bottom: 0%;
    right: 0px;    
    animation: spam 0.0001s forwards;
    animation-delay: 1s;
}

.popup.two {
    animation: spam 0.0001s forwards;
    animation-delay: 1.2s;
    bottom: calc(0% + 70px);
    right: 10px;   
}

.popup.three {
    animation: spam 0.0001s forwards;
    animation-delay: 1.3s;
    bottom: calc(0% + 140px);
    right: 20px;   
}

.popup.four {
    animation: spam 0.0001s forwards;
    animation-delay: 1.4s;
    bottom: calc(0% + 210px);
    right: 30px;   
}

.popup.five {
    animation: spam 0.0001s forwards;
    animation-delay: 1.5s;
    bottom: calc(0% + 280px);
    right: 40px;   
}

.popup.six {
    animation: spam 0.0001s forwards;
    animation-delay: 1.6s;
    bottom: calc(0% + 350px);
    right: 50px;   
}


@keyframes spam {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popup, #main .popup.home .feed, #main .popup.content, #main .popup.container {
    height: 70px;
    min-height: 45px;
    width: 300px;
}

#main .popup img {
    width: 290px;
    height: 50px;
}


#main .popup.content .content-section {
    opacity: 1;
}

#main, #main * {
font-smooth: never !important;
-webkit-font-smoothing : none !important;       
}


#main .window .error {
    display: block;
    text-align: left;
    font-size: 1.3rem;
    padding: 10px;
}

#main .window .error img {
    height: 35px !important;
    width: auto !important;
    margin-top: 10px;
    display: inline !important;
}

#main .window .error span {
    display: block;
    margin-top: 15px;
    line-height: 1.3rem;
    vertical-align: middle;
    max-width: 250px;
}


#main .window .button a {
    color: #464147 !important;
}

#main .window img {
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.draggable{
  position: absolute;
  z-index: 100
}
.draggable-handler{
  cursor: pointer
}
.dragging{
  cursor: move;
  z-index: 200 !important
}

#main .window ul, #main .window li {
    list-style: none;
    margin: 0px;
}

#main .window .avatar {
  display: block;
}
#main .window .avatar img {
  display: block;
  width: 100%;
}
#main .window .inner {
  width: 100%;
  height: 100%;
  box-shadow: inset -1px -1px 0 0 #a099a1, inset 1px 1px 0 0 white;
  background: #cac6cb;
  padding: 3px;
}
#main .window.tiktok .inner {
    overflow: hidden;
}
#main .window .bar {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  height: 28px;
  padding: 2px 6px;
  background: #110174;
  color: white;
    font-size: 0.8rem;
}
#main .window .bar h1 {
  padding: 0 0 1px 3px;
  font-weight: 700;
}
#main .window .buttons {
  display: flex;
    position: absolute;
    top: 2px;
    right: 2px;
}
#main .window .buttons a {
  color: #464147;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 2px;
  width: 14px;
  height: 14px;
  padding: 0;
  padding-bottom: 10px;
  border: 0;
  background: #cac6cb;
  box-shadow: inset -1px -1px 0 0 #464147, inset 1px 1px 0 0 white, inset -2px -2px 0 0 #a099a1, inset 2px 2px 0 0 #dedcde;
}
#main .window .buttons a:active {
  color: #464147;
}
#main .window .buttons a.minimize:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 4px;
  width: 6px;
  height: 2px;
  background: #464147;
}
#main .window .buttons a.maximize:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border: 1px solid #464147;
  border-top-width: 2px;
}
#main .window .buttons a.close:before, #main .window .buttons a.close:after, #main .window .buttons a.closeprivacy:before, #main .window .buttons a.closeprivacy:after {
  transform-origin: center center;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -1px;
  width: 2px;
  height: 8px;
  background: #464147;
}
#main .window .buttons a.close:before, #main .window .buttons a.closeprivacy:before {
  transform: rotateZ(-45deg);
}
#main .window .buttons a.close:after, #main .window .buttons a.closeprivacy:after {
  transform: rotateZ(45deg);
}
#main .window .menu ul {
  display: flex;
  padding: 1px 0;
}
#main .window .menu a {
  cursor: default;
  display: block;
  padding: 4px 6px 5px;
  color: #464147;
  text-decoration: none;
}
#main .window .menu a:first-letter {
  text-decoration: underline;
}
#main .window .menu a[href] {
  cursor: pointer;
}
#main .window .menu a[href]:active {
  background: #F5C8BF;
  color: white;
}
#main .window .container {
  position: relative;
  height: calc(100% - 30px);
}
#main .window .content {
  height: 100%;
}
#main .window .content .content-section {
  opacity: 1;
  will-change: opacity, z-index;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#main .window .menu-input, #main .window .menu-label {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: calc(20% - 2px);
  height: 22px;
}
#main .window .menu-input:nth-of-type(1), #main .window .menu-label:nth-of-type(1) {
  left: 0;
}
#main .window .menu-input:nth-of-type(2), #main .window .menu-label:nth-of-type(2) {
  left: calc(20% + 0.5px);
}
#main .window .menu-input:nth-of-type(3), #main .window .menu-label:nth-of-type(3) {
  left: calc(40% + 1px);
}
#main .window .menu-input:nth-of-type(4), #main .window .menu-label:nth-of-type(4) {
  left: calc(60% + 1.5px);
}
#main .window .menu-input:nth-of-type(5), #main .window .menu-label:nth-of-type(5) {
  left: calc(80% + 2px);
}
#main .window .menu-label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  z-index: 4;
    font-size: 10px;
  background: #cac6cb;
  box-shadow: inset -1px -1px 0 0 #464147, inset 1px 1px 0 0 white, inset -2px -2px 0 0 #a099a1, inset 2px 2px 0 0 #dedcde;
}
#main .window .menu-input {
  opacity: 0;
  display: block;
  z-index: 3;
  margin: 0;
}
#main .window .menu-input:not(:disabled):active + label, #main .window .menu-input:checked + label {
  background-color: white;
  background-image: linear-gradient(45deg, #efeef0 23%, transparent 23%, transparent 73%, #efeef0 73%, #efeef0), linear-gradient(45deg, #efeef0 23%, transparent 23%, transparent 73%, #efeef0 73%, #efeef0);
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  box-shadow: inset -1px -1px 0 0 white, inset 1px 1px 0 0 #464147, inset -2px -2px 0 0 #dedcde, inset 2px 2px 0 0 #cac6cb;
}
#main .window .menu-input:disabled + label {
  cursor: default;
  color: #a099a1;
  text-shadow: 1px 1px 0 white;
}
#main .window .menu-input:nth-of-type(1):checked ~ .content .content-section.home {
  z-index: 2;
  opacity: 1;
}
#main .window .menu-input:nth-of-type(5):checked ~ .content .content-section.profile {
  z-index: 2;
  opacity: 1;
}

.home .feed {
  height: calc(100% - 24px);
}

.profile header h2 {
  padding: 10px 0 10px;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.profile header h2 a {
  text-decoration: none;
  color: #464147;
}
.profile header hr {
  border-left: 0;
  border-right: 0;
  border-top-color: #a099a1;
  border-bottom-color: #dedcde;
  border-style: solid;
  margin: 0;
  background: none;
  width: 100%;
}
.profile header .info {
  display: flex;
  flex-flow: row wrap;
  padding: 6px 4px;
}
.profile header .info .avatar {
  width: 60px;
  height: 60px;
  margin-right: 6px;
}
.profile header .info ul {
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  width: calc(100% - 66px);
}
.profile header .info li {
  width: calc(100% / 3);
  text-align: center;
}
.profile header .info li strong, .profile header .info li span {
  display: block;
  line-height: 1.2;
}
.profile header .info li strong {
  font-weight: 700;
  font-size: 14px;
}
.profile header .info li span {
  color: #a099a1;
}
.profile header .info li:last-child {
  display: flex;
  width: 100%;
}
.profile header .info li:last-child button:first-child {
  width: 100%;
}
.profile header .info li:last-child button:last-child {
  position: relative;
  width: 22px;
  margin-left: 2px;
}
.profile header .info li:last-child button:last-child:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  background-repeat: no-repeat;
  background-position: center center;
}
.profile header .info .desc {
  width: 100%;
  padding: 4px 0;
}
.profile header .info .desc p {
  padding: 2px 0;
  line-height: 1.3;
}
.profile header .info .desc a {
  color: #464147;
}
.profile .feed {
  height: calc(100% - 179px);
}

.feed {
  padding: 2px;
  box-shadow: inset -1px -1px 0 0 #dedcde, inset 1px 1px 0 0 #a099a1, inset -2px -2px 0 0 #cac6cb, inset 2px 2px 0 0 #464147;
}
.feed .feed-type {
  height: 100%;
  overflow: auto;
}
.feed #windowhome a {
  text-decoration: none;
  color: #464147;
  font-weight: 700;
}
.feed #windowhome figure {
  padding: 2px;
margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 00px;
    margin-inline-end: 00px;    
}
.feed #windowhome figure:not(:last-child) {
  margin-bottom: 22px;
}
.feed #windowhome figure header {
  display: flex;
  align-items: center;
  padding: 4px 4px 6px;
}
.feed #windowhome figure header .avatar {
  width: 32px;
}
.feed #windowhome figure header a {
  display: block;
  margin-right: 8px;
  font-size: 12px;
  line-height: 12px;
}
.feed #windowhome figure header a:last-child {
  padding-bottom: 1px;
}
.feed #windowhome figure figcaption {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 3px 1px;
}
.feed #windowhome figure figcaption > div {
  padding: 3px;
}
.feed #windowhome figure figcaption > div:first-child {
  display: flex;
}
.feed #windowhome figure figcaption > div:first-child button {
  margin: 0 6px 0 0;
}
.feed #windowhome figure figcaption .caption {
  line-height: 1.2;
  width: 100%;
}
.feed #windowhome figure figcaption .likes span:empty:after {
  content: "13";
}
.feed #windowhome figure figcaption .view-all {
  width: 100%;
}
.feed #windowhome figure figcaption .view-all a {
  display: block;
  font-weight: 400;
  color: #a099a1;
}
.feed #windowhome figure figcaption .view-all.comment-0 {
  padding: 0;
}
.feed #windowhome figure figcaption .view-all.comment-0 a {
  display: none;
}
.feed #windowhome figure figcaption .view-all:not(.comment-1):not(.comment-0) a span:before {
  content: "all ";
}
.feed #windowhome figure figcaption .view-all:not(.comment-1):not(.comment-0) a:after {
  content: "s";
}
.feed #windowhome figure figcaption time {
  display: block;
  width: 100%;
  padding: 3px;
  color: #a099a1;
  font-size: 9px;
  line-height: 9px;
  text-transform: uppercase;
}
.feed #windowhome figure img {
  display: block;
  width: 100%;
}
.feed #profile {
  display: flex;
  flex-flow: row wrap;
  padding: 1px;
}
.feed #profile a {
  width: calc(100% / 3);
  display: block;
  border: 1px solid #cac6cb;
}
.feed #profile a:active {
  border: 1px dotted #464147;
}
.feed #profile span {
  display: block;
  position: relative;
  overflow: hidden;
}
.feed #profile img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}

::-webkit-scrollbar-track {
  background-color: white;
  background-image: linear-gradient(45deg, #efeef0 23%, transparent 23%, transparent 73%, #efeef0 73%, #efeef0), linear-gradient(45deg, #efeef0 23%, transparent 23%, transparent 73%, #efeef0 73%, #efeef0);
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
}
::-webkit-scrollbar-thumb {
  box-shadow: inset -1px -1px 0 0 #464147, inset 1px 1px 0 0 #cac6cb, inset -2px -2px 0 0 #a099a1, inset 2px 2px 0 0 white;
  width: 16px;
  height: 16px;
  background-color: #cac6cb;
  z-index: 1;
}

::-webkit-scrollbar-corner {
  background-color: #cac6cb;
}

::-webkit-resizer {
  width: 16px;
  height: 16px;
  background-color: #cac6cb;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAN0lEQVR4Ae3MgQUAMBRDwU5fFF05lb/CARTBw2Ulof0DxPtcwp3hNuEYnjbcEW4TjuFpwx3h9gMWGgZ2Y/PT2gAAAABJRU5ErkJggg==");
  background-position: bottom right;
  background-repeat: no-repeat;
  image-rendering: pixelated;
}

::-webkit-scrollbar-button {
  box-shadow: inset -1px -1px 0 0 #464147, inset 1px 1px 0 0 #cac6cb, inset -2px -2px 0 0 #a099a1, inset 2px 2px 0 0 white;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #cac6cb;
  image-rendering: pixelated;
  background-repeat: no-repeat;
  background-position: 63% center;
}
::-webkit-scrollbar-button:active {
  background-position: 2px 2px;
}
::-webkit-scrollbar-button:horizontal:decrement {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHklEQVQY02NgoBT8xyX8H5fwf1zCpOjAYwceV1EEAAO2D/HsQ4vsAAAAAElFTkSuQmCC");
}
::-webkit-scrollbar-button:horizontal:increment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAHUlEQVQY02NgIB/8xy3xH7fEf9wS/0nUQZqrKAYAK44P8ZRmzLQAAAAASUVORK5CYII=");
}
::-webkit-scrollbar-button:vertical:decrement {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGklEQVR4AWMYxuA/SYphmETFhDX9x4mHGQAAcL4P8dQiMq8AAAAASUVORK5CYII=");
}
::-webkit-scrollbar-button:vertical:increment {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAQAAAD8fJRsAAAAF0lEQVQY02NgoBf4jwJxSOHQhcNAOgMAWWAP8Rv2U3UAAAAASUVORK5CYII=");
}
::-webkit-scrollbar-button:horizontal:increment:start {
  display: none;
}
::-webkit-scrollbar-button:horizontal:decrement:end {
  display: none;
}
::-webkit-scrollbar-button:vertical:increment:start {
  display: none;
}
::-webkit-scrollbar-button:vertical:decrement:end {
  display: none;
}
::-webkit-scrollbar-button:active {
  border-top: 1px solid #a099a1;
  border-left: 1px solid #a099a1;
  border-bottom: 1px solid #a099a1;
  border-right: 1px solid #a099a1;
  box-shadow: none;
}



@media (max-width: 1440px) {


.bienvenu {
    top: -45dvh;
    height: 45dvh;
}

@keyframes movedown {
    0% {top: -45dvh}
    100% {top: calc(5dvw)}
}   
}


@media (max-width: 1440px) and (min-height: 800px) {


.bienvenu {
    top: -45dvh;
    height: 35dvh;
}
}


@media (max-width: 1200px) {


    .profile header .info ul {
        padding-inline-start: 0px;
    }    
    
@keyframes movedown {
    0% {top: -45dvh}
    100% {top: calc(5dvw)}
}       
    
}


@media (min-width: 800px) and (max-height: 800px) {

#main .window.insta {   

}

#main .window.tiktok {  
height: 80dvh;
}

    
    .bienvenu {
        height: 35dvh;
    }    
    
}

@media (min-width: 1600px) {
    .bienvenu {
        height: 30dvh;
    }
}



/***** START MAIN MOBILE *****/

@media (max-width: 800px) {
    
    html, body {
        overflow-x: hidden;
    }
    
    body {
        height: auto;
    }

    .catch {
        position: relative;
        display: block;
        margin: 0px auto;
        top: auto;
        right: auto;
    }    
    
    .banner {
        top: 65px;
    }
    
    .banner img {
        width: 90dvw;
        height: auto;
    }    
    
#main .window .container {
  position: relative;
  height: calc(100% - 23px);
}    
    
.bienvenu {
    margin-top: 50px;
    top: -35vw;
    width: 90%;
    height: auto;
}    
    
    .icons {
        position: relative;
        left: 45dvw;
        display: flex;
        top: 30dvh;
        overflow: hidden;
        transform: translateX(-50%);
    }    
    
    .icons a {
        flex: 1;
        margin: 0px;
        padding: 0px;
        width: 25dvw;
    }
    
    .icons a img {
        width: 29dvw;
    }

@keyframes movedown {
    0% {top: -35vw}
    100% {top: calc(5dvw)}
}
  
    
#main .window {
        display: block;
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        margin: 45px auto;
        width: 70dvw !important;
        height: 60dvh !important;
    }   
    
    #main .window.wormsweeper {
    width: 160px !important;
    height: 230px !important;
    }    
       
#main .window.insta {
    left: 5dvw !important;
    }
    
#main .window.tiktok {
    right: 5dvw !important;
    }    
    
    #main .window.signup {
        margin-left: 40px;
        height: 250px !important;
    }    
   
    #main .window.top {
        margin-top: 80dvw;
    }  
    
    #main .window.privacy {
        top: 100px !important;
        left: 10dvw !important;
        transform: none !important;
        display: none;
    }   
    
    .privacy-link {
        top: 50px;
        right: 0px;
    }    
    
    
.reveal {
    display: block;
}

    .countdown-container {
        position: relative;
        display: block;
        margin: 20px auto;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .countdown {
        display: block;
        width: 200px;
        margin: 0px auto;
    }
    
    .countdown-container img {
        height: auto;
        width: 50dvw;
        display: block;
        margin: 0px auto;
    }    

#main {
    position: relative;
    z-index: 2;
    top: 0px;
    left: 0px;
    height: 100dvh;
    background: transparent;
    padding-bottom: 50dvh;
}    
    
    #div1 {
    font-size: 1.5rem;
    padding: 8px 0px 14px 0px;        
    }
    
    #marquee img {
        height: 25px !important;
    }
    
    #main {
        overflow-y: scroll;
  background: url("https://assets.wetlegband.com/img/background-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
        background-attachment: fixed;
    background-position: center bottom;           
    } 
    
    #main .window .bar {
        font-size: 0.8rem;
        height: 24px;
    }    
    
}


        
        @media (min-width: 800px) and (max-height: 700px) {
        #main .window.wetleg {
            top: calc(5dvh + 90px);
        }            
        }
        
        @media (min-width: 800px) and (min-aspect-ratio: 1.5/1) {
        #main .window.signup {
            height: 35dvh;
            bottom: 2dvh;
        }            
        }  

@media (min-width: 800px) and (max-width: 1000px) {
    #main .window.insta {
        left: 30dvw;
    }
}


@media (max-width: 800px) and (max-height: 850px) {
    .icons {
        top: 35dvh;
    }
    .window.top {
        margin-top: 95dvh;
    }
}

@media (min-width: 800px) and (max-height: 880px) {
    #main .window.insta {
        top: 150dvh;
    }
}