
/*  This is an css comment tag and is used to help guide you */

@charset "utf-8";

* {
  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;  
    line-height: 1.0;
    font-size: calc(2.5vw + 0.5vh + 1vmin); 
    font-weight: 400; 
    color : #ebebeb;  /* colour of the text on the page */
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    line-height: 140%;
    text-align: left; 
    float: left
  }

  .wrapper {
    top:0;
    left:0;
    right:0;
    position:relative;
    min-width: 100%;
    z-index: 0;
    background-color: #53575d;
    padding: 0px; /* suggest 8px for rounded corners, 0 by default */
    border: 0px solid #1e2b3a; /* colour of the main border suggest 4px for rounded corners,  0 by default (off ) */
    border-radius: 0; /*  suggest 12px for rounded corners 0 by default (off), if used be sure to set a radius for the top of the heading section (lines 58 - 60)  0px; change to 12px 12px 0px 0px; and the bottom of the info section (lines 131 - 133) 0px; change to 0px 0px 12px 12px; to prevent an inner squared effect  */
    overflow: hidden;
  }

  .heading{   /* background xmas colours gradient effect */
    background-color: green;
    background-image: url("../images/holly.png"); /* fallback */
    background-image: url("../images/holly.png"),  linear-gradient(135deg, #12CC28 0%, #BA293A 51%, #BF9B32 100%); /* W3C */
    background-size: 100%, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 0% bottom, left;
    border-top:6px ridge #0c8a25; /* heading - top border */
    border-right:6px ridge #c49a27; /*heading -  right border */
    border-left:6px ridge #0c8a25; /* heading -  left border */
    border-bottom:6px ridge #ce3e2e; /* heading -  bottom border */
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    padding: 3% 2% 0% 3%;
  }

  .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 ) */
  }

  .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 { /* background join server button */
    background-image:url('../images/xmasbutton.png');
    background-size: 100%, cover;
    background-repeat:no-repeat;
    background-color: red;
    float: right;
    cursor:pointer;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    text-shadow: 1px 1px 0px #474147;
   -webkit-box-shadow: 2px 2px 7px #171517;
   -moz-box-shadow: 2px 2px 7px #171517;
    box-shadow: 2px 2px 7px #171517;
    font-family: Arial;
    color: #ffffff;   /* Join Server button text */
    font-size: 80%;
    font-weight: bold;
    padding: 0.1em 0.3em;
    border-right: solid #080808 2px; /* border join server button */
    border-left: solid #080808 2px;
    border-bottom: solid #080808 2px;
    text-decoration: none;
  }

  .btn:hover {
    background-color: green;
    border-right: solid #080808 2px; /* border hover join server button */
    border-left: solid #080808 2px;
    border-bottom: solid #080808 2px;
    text-decoration: none;
    text-shadow: 0 0 0 #474147;
    webkit-box-shadow: 2px 2px 7px #171517;
   -moz-box-shadow: 2px 2px 7px #171517;
    box-shadow: 2px 2px 7px #171517;
  }

  .spacer{
    padding: 0 0 2.3em 0;
  }

  .info{
    min-width: 100%!important;
    position: relative;
    border-top: 0px ridge #ce3e2e; /* main -  top border */
    border-right: 6px ridge #1a2a3b; /* main -  right border */
    border-bottom: 6px ridge #1a2a3b; /* main -  bottom border */
    border-left: 6px ridge #1a2a3b; /* main -  left border */
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    white-space: nowrap;
    overflow: hidden;
  }

   .info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url('../images/backdrop-xmas.jpg')no-repeat; /* background image */
    background-size:100% auto;
    opacity: 0.3;
  }

  img {    
    vertical-align: middle;
  }

  .discord-icon {
    width: 8%;
    vertical-align: middle;
  }

  @font-face { /* import font used for Discord Voice Channels text. font MUST be in the same root folder as this file!!!!! */
    font-family: "DickensianChristmas";
    src: url("../DickensianChristmas.ttf");
  }
  
  .hchannel {
    font-size: 70%;
    font-family: 'DickensianChristmas';
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-shadow: 2px 2px 1px #474147;
  }

  .channels {
    background-color: transparent;  /* background colour of Discord Voice Channels text */
    font-size: 120%;
    font-weight: 600; 
    font-style: italic;
    text-shadow: 1px 1px 0px #000000;
    padding: 3% 1% 3% 3%;
  }

.location {
    position: absolute; 
    top: 2.5em; 
    right: 1em; 
    color: #fff; /* number of users online */
    font-size: 80%;
    font-weight: bold;
  }

  .channel {
    background-color: transparent;  /* background colour of channel names text */
    padding: 1%;
    font-weight: 600; 
    font-style: italic;
    text-shadow: 1px 1px 0px #000000;
    padding: 1% 1% 1% 3%;
  }

  .ico {
    position: relative;
    display: inline;
  }

  .discord-avatar {
     border-radius:100%;
     width: 1.2em;
     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 #444A64;
     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 */
    text-shadow: 1px 1px 0px #000000;
    padding: 1% 1% 1% 6%;
  }

  .label-admin {
    margin-left: 5px;
    background-color: #049053;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.3em;
    font-size: 60%;
    /*font-size: 9px;*/
  }

.label-bot {
    margin-left: 5px;
    background-color: #7289DA;
    color: #fff;
    border-radius: 0.3em;
    padding: 0.3em;
    font-size: 60%;
    vertical-align: middle;
  }

  img.mutedeaf {   
    width: 5%;
    vertical-align: middle;
  }

  .label-game {
    color: #e66f1f; /* playing game text colour */
    text-shadow: 1px 1px 0px #000000;
    font-size: 60%;
  }

  hr {
    display: block;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 0px; /* set to 1 or more for a spacer bar*/
    background-color: #39536e;  /* background colour of  the spacer above more online */
    color: #263749;  /* colour of  the spacer above more online */
  }

  .moreusers {
    background-color: transparent; /* background colour of more online section */
    padding: 3% 0% 4% 0%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 200;
  }

  input[type='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 {    /* View more online button background */
    background-image:url('../images/xmasbutton.png');
    background-size: 100%, cover;
    background-repeat:no-repeat;
    background-color: red;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;
    text-shadow: 1px 1px 0px #474147;
    -webkit-box-shadow: 2px 2px 7px #171517;
    -moz-box-shadow: 2px 2px 7px #171517;
    box-shadow: 2px 2px 7px #171517;
    border-right: solid #080808 2px; /* border view more online button */
    border-left: solid #080808 2px;
    border-bottom: solid #080808 2px;
    cursor: pointer;
    padding: 2px 5px;
    font-family: 'Arial';
    font-size: 80%;
    font-weight: bold;
}

  label:hover {
    background-image:url('http://www.raw-recruits.com/discord/themes/test/xmas/images/xmasbutton.png');
    background-size: 100%, cover;
    background-repeat:no-repeat;
    background-color: green;
    -webkit-box-shadow: 2px 2px 7px #171517;
    -moz-box-shadow: 2px 2px 7px #171517;
    box-shadow: 2px 2px 7px #171517;
    border-right: solid #080808 2px; /* border hover view more online button */
    border-left: solid #080808 2px;
    border-bottom: solid #080808 2px;
    color: #ebebeb; /* View button hover text */
}

  .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 {
        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;
        }
    }

  #snow {                                               /*  snow animations */   
    position: relative;
    background-color: transparent; 
    background-size: cover;
  }

  #snow:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 110%;
    height: 110%;
    z-index: -1;
    background-image: url('../images/snow.png'), url('../images/snow3.png'), url('../images/snow2.png');
    -webkit-animation: snow 20s linear infinite;
    -moz-animation: snow 20s linear infinite;
    -ms-animation: snow 20s linear infinite;
    animation: snow 20s linear infinite;
    opacity: 0.3;
  }

/*Keyframes*/
  @keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
  }

  @-moz-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
  }

  @-webkit-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    50% {background-color:#b4cfe0;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px; background-color:#6b92b9;}
  }

  @-ms-keyframes snow {
    0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
    100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}
}
 
  .lights-1 {                                               /*  lights animation for Discord Channels */
   animation: twinkle 1s infinite;
  }

  .lights-2 {
   animation: twinkle 2s infinite;
  }

  .lights-3 {
    animation: twinkle 3s infinite;
  }

  .lights-4 {
    animation: twinkle 4s infinite;
  }

  .lights-5 {
    animation: twinkle 5s infinite;
  }

  .lights-6 {
   animation: twinkle 6s infinite;
  }

  .lights-7 {
    animation: twinkle 7s infinite;
  }

@keyframes twinkle {
    0%, 100% {
      color: #ffbfcf;
      text-shadow: 0 0 15px #ff0040, 0 0 25px #ff0040;
    }
    20% {
      color: #e2bfff;
      text-shadow: 0 0 15px #8c00ff, 0 0 25px #8c00ff;
    }
    40% {
      color: #bfe9ff;
      text-shadow: 0 0 15px #00a6ff, 0 0 25px #00a6ff;
    }
    60% {
      color: #bfffc9;
      text-shadow: 0 0 15px #00ff26, 0 0 25px #00ff26;
    }
    80% {
      color: #fffbbf;
      text-shadow: 0 0 15px #ffee00, 0 0 25px #ffee00;
    }
  }