@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: 1px;
    border: 0px;
    border-radius: 0px;
    background-color: #212529;
    font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 1.0;
    font-size: 16px;
    /* font-weight: 200; */
    color: #fff;
    line-height: 140%;
    text-align: left;
    overflow: hidden;
    float: left;
  }

  img {    
    vertical-align: middle;
  }

.wrapper {
    min-width: 100%;
    background-color: transparent;
    /* End of background colour */
    background-attachment: fixed;
    padding: 0px; /* suggest 8px for rounded corners, 0 by default */
    border: 1px solid #424549;
    border-radius: 0.5em;
    overflow: hidden;
  }

  .heading{
    background-color: #067ec1;
    padding: 3% 2% 0% 3%;
    border: 0px solid #424549;
  } 

  .name {
    background-color:  transparent;  /*  background colour of the server name text */  
    color: #fff;  /* name of the server */
    width: 100%;
    padding: 0 0 2%  0;
	font-family:Georgia;
    font-size: 16px;
    border: 0px solid Pink ;  /* colour of the server name border  0 by default (off ) */
  }

.location {   /*  where to display the number of users on the server */  
    position: absolute; 
    top: 14px; 
    right:15px; 
    font-size: 80%;
    font-weight: 600;
  }

  .discord-icon {
    width: 8%;
    vertical-align: middle;
  }

  .channels {
    background-color: transparent;    /* background colour of Discord Voice Channels text */ 
	font-family:Georgia;
    font-size: 14px;
    padding: 1% 1% 3% 3%;
  }

  a.join {
    width: 80%;
    background-color: #067ec1;   /* Join Server button background */
    color: #fff;  /* Join Server button text */
    font-size: 14px;
    text-decoration: none;
    border: 0px solid #000;   /* colour of the join button border 0 by default (off)*/ 
    text-align: center;
    display: block;
    padding: 0;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
	box-shadow:1px 1px 3px #00000075;
  }

  a.join:hover {
     background-color: #763240;  /* Join Server hover background */
     color: #c2a080;  /* Join Server hover text */
  }

  .info{   /* container holding all the information on channels and users */
    background-color: transparent;
    border: 0px solid Lawngreen ; /* colour of the main page border  0 by default (off ) */
    padding: 0%;
    border-radius: 0 0 12px 12px;  /* creates a radius for the bottom of this section, used only if there is a border radius for the wrapper line 44 */
    white-space: nowrap;
    overflow: hidden;
  }

  .channel {
    background-color: transparent;  /* background colour of channel names text */
    padding: 1%;
	font-family:Georgia;
    padding: 1% 1% 1% 3%;
  }

  .ico {
    position: relative;
    display: inline;
  }

.discord-avatar {
   border-radius:100%;
   width: 1.4em;
   border: solid 2px #fff!important;
   border-color: #3a3a3a!important;   
   display: inline;
   margin-bottom: 0px;
   margin-right: 5px!important;
   vertical-align: middle;
  }

  .discord-status {
     border-radius: 100%;
     width: 40%;
     border: solid 0.12em #e0d5d1!important;   /*  same colour as the background  */ 
     position: absolute;
     bottom: -20%;
     right: 10%;
     text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
  }

  .user {
    background-color: transparent;   /* background colour of user names text */
    padding: 1% 1% 1% 6%; 
	font-family:Georgia;
  }

  .label-admin {
    margin-left: 5px;
    background-color: #049053;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.3em;
	font-family:Georgia;
    font-size: 60%;
    /*font-size: 9px;*/
  }

  .label-bot {
    margin-left: 5px;
    background-color: #7289DA;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.3em;
	font-family:Georgia;
    font-size: 60%;
    vertical-align: middle;
  }

  img.mutedeaf {   
    width: 5%;
    vertical-align: middle;
  }

.label-game {
    color: #763240;   /* playing game text colour */
    font-size: 60%;
  }

  hr {
    width: 90%;
    display: block;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;    /* set to 1 or more for a spacer bar*/
    background-color: #763240;  /* background colour of  the spacer above more online */
    color: #763240;  /* colour of  the spacer above more online */
  }

  .moreusers {
    background-color: transparent;  /* background colour of more online section */
    padding: 0% 0% 4% 0%;
    white-space: nowrap;
    overflow: hidden;
  }

  input[type='checkbox'] {  /* hides the 'view' 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 #0d6efd;
    /* border-radius: 5px; */
    background-color: #067ec1;
    color: #fff;
    cursor: pointer;
    padding: 1px 5px;
    font-family: 'Georgia';
    font-size: 100%;
    /* font-weight: bold; */
    box-shadow: 1px 1px 3px #00000075;
  }

  label:hover {
    background-color: #763240; /* View button hover background */
    color: #c2a080; /* View button hover text */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .online {
    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: 20em;
  }

  .face{
    max-width: 12%;
  }

  .face img{
    max-width:100%;
    max-height:100%
  }

 .letter {   /*  Zzz animation when there are no users */ 
        position: relative;
        top: -webkit-calc(50% - 60px);
        top: calc(50% - 60px);
    }
    .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;
        }
    }
     @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%;
      }
  }