@charset "utf-8";

/*  This is an css comment tag and is used to help guide you */

* {
  box-sizing: border-box;
  }

body {
    width: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    position: relative;
    margin: 0;
    padding: 0; 
    border: 0px solid DarkViolet  ; /* colour of the body border (the whole page)  0 by default (off ) */
    border-radius: 0px; /*  0 by default (off) s */
    background-color: transparent; 
    font-family: Arial; 
    font-size: calc(2.5vw + 0.5vh + 1vmin); 
    font-weight: 400; 
    color : #ebebeb;  /* colour of the text on the page */
    line-height: 1.0;
    text-align: left; 
    float: left;
   overflow: hidden;
  }

  img {    
    vertical-align: middle;
  }

.wrapper {
    position: absolute;
    min-width: 100%!important;
    min-height: 70vh;
    top: 0;
    left: 0;
    padding: 0px;
   background-color: transparent;
   overflow: hidden;
}

.wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index:  -1;
    background: url('../images/backdrop_smokeyV22.jpg')no-repeat; /* background image */
    background-size:100% auto;
    opacity: 1.0;
  }

.heading {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 24vw;
  border-bottom: 3px solid #000;
  overflow:hidden;
  z-index: 4;
  opacity: 1.0;  /*  was 0.7 */  
} 

  .name {
    background-color:  transparent;     /*  background colour of the server name text */  
    width: 100%;
    padding: 0%;
    font-size: 160%;
    font-weight: 700; 
    border: 0px solid Pink ;  /* colour of the server name border  0 by default (off ) */
  }

  .discord-icon {
    width: 8%;
    vertical-align: middle;
  }

  .channels {
    background-color: #3f1724;  /* background colour of Discord Voice Channels text */
    font-size: 110%;
    font-weight: 600; 
    font-style: italic;
    padding: 1% 2% 2% 3%;
  }

 .join {
    background-color:  transparent;     /*  background colour of the server name text */  
    width: 100%;
    padding: 0%;
    border: 0px solid Pink ;  /* colour of the server name border  0 by default (off ) */
  }

  .btn { 
    border:solid 2px #fff; /* Join button border */
    background: transparent;
    float: right;
    cursor:pointer;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    font-family: Arial;
      /* Join Server button text */
    color: #fff; 
    font-size: 80%;
    font-weight: bold;
    margin: 0.2em 0.6em;
    padding: 0.2em 0.6em;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
  }

  .btn:hover {
    border:solid 2px #fff;
    background: #fff; /* Join Server hover background */
    color: #1f1f1f !important; /* Join Server hover text */
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
  }

 div.clear {
  clear: both;
}

  .info{
    min-width: 100%!important;
    white-space: nowrap;
    overflow: hidden;
  }

  .main{
    position: relative; 
  z-index: 4;
  }

  .channels {
    background-color: transparent;  /* background colour of Discord Voice Channels text */
    font-size: 120%;  /* Discord Voice Channels text size */
    font-weight: 600; 
    font-style: italic;
    text-shadow: 1px 1px 0px #000000;
    padding: 3% 1% 3% 3%;
  }

  .channel {
    background-color: transparent;  /* background colour of channel names text */
    font-weight: 600; 
    font-style: italic;
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
    padding: 0.5% 1% 0.5% 1%;
  }

  .ico {
    position: relative;
    display: inline;
  }

  .userinfo {
    padding: 0% 0% 0% 0%;
    overflow: hidden!important;
    white-space: nowrap!important;
  }

  .user {
    background-color: transparent; /* background colour of user names text */
    text-shadow: 1px 1px 0px #000000;
   padding: 1% 1% 1% 0%;
  }

  .label-admin {
    margin-left: 5px;
    background-color: #049053;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.3em;
    font-size: 60%;
    text-shadow: 1px 1px 0px #000000;
  }

  .label-bot {
    margin-left: 5px;
    background-color: #7289DA;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.3em;
    font-size: 60%;;
    text-shadow: 1px 1px 0px #000000;
  }

  img.mutedeaf {   
    width: 5%;
    vertical-align: middle;
  }

  .label-game {
    color: #e66f1f;   /* playing game text colour */
    font-size: 60%;
    text-shadow: 1px 1px 0px #000000;
  }

 hr { 
    width: 90%;
    display: block; 
    height: 1px;
    border: 0; 
    border-top: 1px solid #000; /* Spacer bar between channels and more online */
    margin: 1em 1em; 
    padding: 0; 
  }

 .crisp-edges {
    image-rendering: -webkit-optimize-contrast; /* Chrome, Edge, Opera, and Safari */
  }

.location {
    position: absolute; 
    top: 0.5em; 
    left: 1em; 
    color: #fff; /* number of users online */
    font-size: 80%;
    font-weight: bold;
   z-index: 800!important;
  }
  
 .spacer{
    padding: 0 0 0 0;
  }

  .moreusers {
    background-color: transparent;  /* background colour of more online section */
    padding: 2% 0% 4% 0%;
    white-space: nowrap;
    overflow: hidden;
  }

  input[type='checkbox'] {  /* hides the 'show' button checkbox */  
    display: none;
  }

  input[type='checkbox']:checked ~ div {
    transform: scaleY(1);
  }

 #toggle:checked ~ div.hidden {
    display: block;
    overflow: hidden;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }

  label {
    border: 2px solid #fff;    /* Show button border */
    border-radius: 5px;
    background: transparent; /* Show button background */
    color: #fff; /* Show button text */
    cursor: pointer;
    padding: 1px 5px;
    font-family: 'Arial';
    font-size: 80%;
    font-weight: bold;
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
  }

  label:hover {
     /* Show button hover background */
    background-color: #fff; 
    color: #000;  /* Show button hover text */
    -webkit-transition: all .4s ease-in-out;
       -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
         -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
  }

  .moreonline {
    margin-left: 1em;
    padding: 1% 6% 1% 4%;
    font-weight: 500;  
  }

  div.hidden {
    display: none;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    padding: 2% 0 0 6%;
    overflow: hidden;
  }

  .main{    /* Minimum height of main viewing area */ 
    min-height: 14em;
  }

  .face{
    max-width: 10%;
  }

  .face img{
    max-width:100%;
    max-height:100%
  }

  .lh-sm {
    line-height: 1.2 !important;
  }

  .p-1 {
    padding: .25rem !important;
  }

  .ms-1 {
    margin-left: .25rem !important;
  }

  .ps-1 {
    padding-left: 3% !important;
  }

  .ps-2 {
    padding-left: .5rem !important;
  }

  .ps-3 {
    padding-left: 6% !important;
  }

  .mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }

  .avatar-link{
    position: relative;
    display: inline-block;
  }

  .avatar {
    background: rgba(15, 28, 63, 0.125);
    border-radius: 50%;
    height: 1.00em;
    object-fit: cover;
    width: 1.00em;
  }

  .dnd {
    border: 0.12em solid #484c4f;
    border-radius: 50%;
    height: 0.55em;
    position: absolute;
    right: -0.1em;
    bottom:  -0.05em;
    width: 0.55em;
    background-color: #f5444b;
    line-height: 0.1em;
    text-align: center;
  }

  .dnd:after {
    color: #000;
    content: ' \002D';
    position: absolute;
    right: 0.08em;
    top:  0.05em;
    font-size: calc(1.5vw + 0.5vh + 1vmin); 
  }

  .idle {
    border: 0.12em solid #484c4f;
    border-radius: 50%;
    height: 0.55em;
    position: absolute;
    right: -0.1em;
    bottom:  -0.05em;
    width: 0.55em;
    background-color: #fda43f;
  }

  .online {
    border: 0.12em solid #484c4f;
    border-radius: 50%;
    height: 0.55em;
    position: absolute;
    right: -0.1em;
    bottom:  -0.05em;
    width: 0.55em;
    background-color: #32a67c;
  }

  .voice { 
    margin-left: 3%;
  }

  img.voice { 
    width: 5%;
    vertical-align: middle;
  }

  .letter {   /*  Zzz animation when there are no users */ 
    position: relative;
    top: -webkit-calc(50% - 60px);
    top: calc(50% - 60px);
    text-shadow: 0px 0px 3px white;
  }
    .letter:nth-child(1) {
        -webkit-animation: fade 4s infinite 200ms;
        animation: fade 4s infinite 200ms;
    }
    .letter:nth-child(2) {
        -webkit-animation: fade 4s infinite 400ms;
        animation: fade 4s infinite 400ms;
    }
    .letter:nth-child(3) {
        -webkit-animation: fade 4s infinite 600ms;
        animation: fade 4s infinite 600ms;
    }
    .letter:nth-child(4) {
        -webkit-animation: fade 4s infinite 800ms;
        animation: fade 4s infinite 800ms;
    }
 
    @-webkit-keyframes fade {
        50% {
            opacity: 0.02;
        }
    }
 
    @keyframes fade {
        50% {
            opacity: 0.02;
        }
    }

    .video-background { /* class name used in javascript too */
    width: 100%; /* width needs to be set to 100% */
    height: 100%; /* height needs to be set to 100% */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0.4;
  }

h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #ddd;   /* colour of the server name */ 
    font-size: calc(5.5vw + 0.5vh + 1vmin);
    line-height: 1.0;
    font-family: sans-serif;
  z-index: 7;
    opacity: 1.0;
  }

  h1 span {
    display: inline-block;
    opacity: 0;
    animation: animate 1s linear forwards;    
  }

@keyframes animate {
    0%
    {
        opacity: 0;
        -webkit-transform: rotateY(90deg);
           -moz-transform: rotateY(90deg);
            -ms-transform: rotateY(90deg);
             -o-transform: rotateY(90deg);
                transform: rotateY(90deg);
        filter: blur(10px);
    }
    100%
    {
        opacity: 1;
        filter: blur(0);
        -webkit-transform: rotateY(0deg);
           -moz-transform: rotateY(0deg);
            -ms-transform: rotateY(0deg);
             -o-transform: rotateY(0deg);
                transform: rotateY(0deg);
    }
}

h1 span:nth-child(1)
{
    animation-delay: 1s;
}
h1 span:nth-child(2)
{
    animation-delay: 2s;
}
h1 span:nth-child(3)
{
    animation-delay: 2.5s;
}
h1 span:nth-child(4)
{
    animation-delay: 3.0s;
}
h1 span:nth-child(5)
{
    animation-delay: 3.5s;
}
h1 span:nth-child(6)
{
    animation-delay: 4s;
}
h1 span:nth-child(7)
{
    animation-delay: 4.2s;
}
h1 span:nth-child(8)
{
    animation-delay: 4.4s;
}
h1 span:nth-child(9)
{
    animation-delay: 4.6s;
}
h1 span:nth-child(10)
{
    animation-delay: 4.8s;
}
h1 span:nth-child(11)
{
    animation-delay: 5.0s;
}
h1 span:nth-child(12)
{
    animation-delay: 5.2s;
} 

     @media only screen and (max-width: 120px) {
        .heading {
          padding: 3% 0% 0% 8%;
        }
  }

  @media only screen and (max-width: 140px) {
      .moreusers {
        padding: 2% 0% 4% 0%;
      }
  }