html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #000000;
   background-image: url();
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   color: #FF8C00;
   font-family: Impact;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#VCBG
{
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#News
{
   background-color: transparent;
   border: 1px solid #800000;
   font-family: Impact;
   font-weight: normal;
   font-size: 19px;
   line-height: 1.2;
   margin: 0;
   text-align: center;
   display: inline-block;
   position: relative;
   width: 100%;
   height: 436px;
}
#News .blogitem
{
   background-color: #1E1E1E;
   box-sizing: border-box;
   height: 100%;
   margin-bottom: 13px;
   margin-bottom: 3px;
   padding: 0px;
   text-align: center;
}
#News .blogdate
{
   font-family: Arial;
   font-weight: bold;
   font-size: 13px;
   color: #FF8C00;
}
#News .blogsubject, #News .blogsubject a:link, #News .blogsubject a:visited, #News .blogsubject a:hover
{
   font-family: Impact;
   font-weight: normal;
   font-size: 24px;
   color: #8B0000;
   text-decoration: underline;
}
#News .blogcomments, #News .blogcomments a:link, #News .blogcomments a:visited, #News .blogcomments a:hover
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   color: #FF8C00;
   text-decoration: none;
}
#News .blogcomments
{
   text-decoration: none;
}
#News .no-thumb
{
   display: none;
}
#News .blogitem
{
   margin: 0;
   display: block;
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
}
#News .blogsubject
{
   padding-top: 20px;
   padding-bottom: 10px;
   display: block;
}
#News .blogtext span
{
   margin-bottom: 15px;
   font-weight: 200 !important;
}
#News .blogbutton
{
   display: inline-block;
   font-family: Arial;
   text-decoration: none;
   margin-bottom: 0px;
   margin-top: 10px;
   font-weight: 400;
   line-height: 1.4285;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   background-image: none;
   border: 1px solid transparent;
   color: #fff;
   background-color: #FF8C00;
   border-color: #8B0000;
   padding: 10px 16px;
   line-height: 1.3333;
   border-radius: 6px;
}
#News .blogbutton:hover, #News .blogbutton:focus 
{
   color: #fff;
   background-color: #8B0000;
}
#News .carousel-inner
{
   box-sizing: border-box;
   height: 100%;
   overflow: hidden;
   width: 100%;
   position: relative;
}
#News .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   -webkit-transition: 0.6s ease-in-out left;
   transition: 0.6s ease-in-out left;
}
#News .carousel-inner > .carousel-item > img, #News .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#News .carousel-inner > .active, #News .carousel-inner > .carousel-item-next, #News .carousel-inner > .carousel-item-prev
{
   display: block;
}
#News .carousel-inner > .active
{
   left: 0;
}
#News .carousel-inner > .carousel-item-next, #News .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#News .carousel-inner > .carousel-item-next
{
   left: 100%;
}
#News .carousel-inner > .carousel-item-prev
{
   left: -100%;
}
#News .carousel-inner > .carousel-item-next.carousel-item-left, #News .carousel-inner > .carousel-item-prev.carousel-item-right
{
   left: 0;
}
#News .carousel-inner > .active.carousel-item-left
{
   left: -100%;
}
#News .carousel-inner > .active.carousel-item-right
{
   left: 100%;
}
#News .carousel-control
{
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   width: 15%;
   font-size: 20px;
   color: #fff;
   text-align: center;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
   opacity: 0.5;
}
#News .carousel-control:focus, #News .carousel-control:hover
{
   color: #fff;
   text-decoration: none;
   outline: 0;
   opacity: 0.9;
}
#News .carousel-control.carousel-item-left 
{
}
#News .carousel-control.carousel-item-right 
{
   right: 0px;
   left: auto;
}
#News .carousel-control .icon-prev, #News .carousel-control .icon-next
{
   position: absolute;
   top: 50%;
   width: 30px;
   height: 30px;
   z-index: 5;
   display: inline-block;
   margin-top: -15px;
}
#News .carousel-control .icon-prev
{
   background-image: url("images/News-prev.png");
   background-repeat: no-repeat;
   right: 50%;
   margin-right: -15px;
}
#News .carousel-control .icon-next
{
   background-image: url("images/News-next.png");
   background-repeat: no-repeat;
   left: 50%;
   margin-left: -15px;
}
#News .carousel-indicators
{
   bottom: 10px;
   left: 50%;
   list-style: none;
   margin-left: -30%;
   padding-left: 0;
   position: absolute;
   text-align: center;
   top: auto;
   width: 60%;
   z-index: 15;
}
#News .carousel-indicators li
{
   display: inline-block;
   width: 5px;
   height: 5px;
   margin: 1px 2px 1px 2px;
   cursor: pointer;
   text-indent: -999px;
   background-color: #000\9;
   background-color: rgba(0,0,0,0);
   border: 1px solid #FF8C00   ;
   border-radius: 10px;
}
#News .carousel-indicators .active
{
   width: 7px;
   height: 7px;
   margin: 0 1px 0 1px;
   background-color: #FF8C00;
}
#GRID-1
{
   display: grid;
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0px;
   grid-template-columns: 1fr;
   grid-template-rows: auto auto auto;
   grid-template-areas:
      "header"
      "nav"
      "footer";
}
#GRID-1 .header
{
   display: flex;
   grid-area: header;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: space-around;
   justify-content: space-around;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#GRID-1 .nav
{
   display: flex;
   grid-area: nav;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   -webkit-align-items: flex-start;
   align-items: flex-start;
   -webkit-align-content: flex-start;
   align-content: flex-start;
}
#GRID-1 .footer
{
   display: flex;
   grid-area: footer;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   padding: 0;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-align-items: center;
   align-items: center;
   -webkit-align-content: center;
   align-content: center;
}
#Chat
{
   border: 3px groove #FF8C00;
   margin: 0;
}
#Chat
{
   display: block;
   float: left;
   width: 100%;
   height: 506px;
   vertical-align: top;
}
#wb_H-NEWS
{
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: stretch round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#H-NEWS
{
   color: #FF8C00;
   font-family: Impact;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#wb_H-CHAT
{
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: stretch round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#H-CHAT
{
   color: #FF8C00;
   font-family: Impact;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#wb_H-DISCORD
{
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: stretch round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#H-DISCORD
{
   color: #FF8C00;
   font-family: Impact;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#wb_CPCRD
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 fill;
   border-image-width: 11px;
   border-image-repeat: round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#CPCRD-card-body
{
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#CPCRD-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0;
   margin: 0;
   padding: 0;
   color: #FF8C00;
   font-family: Impact;
   font-weight: normal;
   font-size: 11px;
   text-align: center;
}
#wb_H-PLATFORMS
{
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: stretch round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#H-PLATFORMS
{
   color: #FF8C00;
   font-family: Impact;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#wb_H-Games
{
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: stretch round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#H-Games
{
   color: #FF8C00;
   font-family: Impact;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#Games .image
{
   border-width: 0;
   display: block;
   float: left;
   height: 288px;
   width: auto;
}
#Games li
{
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#Games
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   height: 288px;
   padding: 0;
   margin: 0;
}
#Games .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
   overflow: hidden;
}
#Games .caption_background
{
   background-color: #696969;
   opacity: 0.70;
   position: absolute;
   bottom: 0;
   opacity: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#Games .caption_text
{
   margin: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   text-align: left;
}
#wb_H-Privileges
{
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: stretch round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#H-Privileges
{
   color: #FF8C00;
   font-family: Impact;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#Social_Media
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   table-layout: fixed;
   display: table;
   margin: 0;
}
#Social_Media .thumbnails
{
   margin: 0;
}
#Social_Media .thumbnail
{
   position: relative;
   min-height: 1px;
   box-sizing: border-box;
   float: left;
   padding: 0;
   width: 11.11111111%;
   text-align: center;
   vertical-align: top;
}
#Social_Media .thumbnail img
{
   border: 0px #000000 solid;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100%;
   box-sizing: border-box;
}
#Social_Media .clearfix:before,
#Social_Media .clearfix:after,
#Social_Media .thumbnails:before,
#Social_Media .thumbnails:after
{
   display: table;
   content: " ";
}
#Social_Media .clearfix:after,
#Social_Media .thumbnails:after
{
   clear: both;
}
#Social_Media .visible-col10
{
   display: none;
}
#wb_H-Mystrealms
{
   background-color: transparent;
   background-image: none;
   border: 11px solid #FFFFFF;
   border-image-source: url(images/BorderTech.png);
   border-image-slice: 11 16 11 16 fill;
   border-image-width: 11px;
   border-image-repeat: stretch round;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#H-Mystrealms
{
   color: #FF8C00;
   font-family: Impact;
   font-weight: bold;
   font-size: 32px;
   margin: 0;
   text-align: center;
}
#Mystrealms .image
{
   border-width: 0;
   display: block;
   float: left;
   height: 150px;
   width: auto;
}
#Mystrealms li
{
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#Mystrealms
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   height: 150px;
   padding: 0;
   margin: 0;
}
#Mystrealms .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
   overflow: hidden;
}
#Mystrealms .caption_background
{
   background-color: #696969;
   opacity: 0.70;
   position: absolute;
   bottom: 0;
   opacity: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#Mystrealms .caption_text
{
   margin: 4px;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   text-align: left;
}
#wb_HOME a, #HOME_markup li a
{
   display: block;
   text-align: center;
   vertical-align: middle;
}
#HOME_markup
{
   display: none;
   margin: 0;
   padding: 0;
}
#HOME_panel #HOME_markup
{
   display: block;
}
#HOME_markup ul
{
   list-style: none;
   list-style-type: none;
   margin: 0;
   padding: 0;
}
#HOME_markup li a, #HOME_markup li a:hover, #HOME_markup li .active
{
   padding: 10px 10px 10px 10px;
   box-shadow: none;
}
#HOME_markup .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #2E2E2E;
}
#HOME_panel
{
   display: none;
   position: absolute;
   position: fixed;
   top: 0;
   height: 100%;
   width: 250px;
   z-index: 9999;
}
#HOME_markup li a
{
   color: #F7F7F7;
   border: 1px ridge #2E2E2E;
   background-color: #3E3E3E;
   font-family: Impact;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
}
#wb_HOME a
{
   color: #F7F7F7;
   border: 1px solid #2E2E2E;
   background-color: #3E3E3E;
   font-family: Impact;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
}
#HOME_markup li a:hover
{
   color: #F7F7F7;
}
.HOME-effect:before, #HOME_markup li .active
{
   background-color: #484848;
   border: 1px ridge #2E2E2E;
}
#wb_HOME a:hover
{
   color: #F7F7F7;
   background-color: #484848;
   border: 1px solid #2E2E2E;
}
#HOME_panel
{
   background-color: #3E3E3E;
   overflow-y: auto;
}
#HOME
{
   line-height: 98px;
   width: 98px;
   height: 98px;
   position: absolute;
   z-index: 999;
}
#HOME_markup ul li i
{
   font-size: 16px;
   padding: 0px 10px 0px 0px;
   vertical-align: middle;
   width: 16px;
}
#HOME_markup span
{
   display: inline-block;
   height: 16px;
   vertical-align: middle;
   line-height: 16px;
}
#HOME-footer
{
   bottom: 0;
   color: #F7F7F7;
   font-family: Impact;
   font-size: 13px;
   left: 0;
   padding: 0px 0px 13px 0px;
   position: absolute;
   text-align: center;
   width: 100%;
}
#HOME-logo
{
   border-width: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#HOME-logo img
{
   border-width: 0;
   height: auto;
   max-width: 100%;
}
.HOME-effect
{
   display: inline-block;
   -webkit-transform: perspective(0px) translateX(0);
   transform: perspective(0px) translateX(0);
   position: relative;
   overflow: hidden;
   -webkit-transition: color 500ms linear;
   transition: color 500ms linear;
}
.HOME-effect:before 
{
   content: "";
   position: absolute;
   left: 50%;
   top: 50%;
   height: 0;
   width: 100%;;
   z-index: -1;
   opacity: 0;
   -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
   transform: translateX(-50%) translateY(-50%) rotate(45deg);
   -webkit-transition: all 500ms linear;
   transition: all 500ms linear;
}
.HOME-effect:hover:before, .HOME-effect:focus:before, .HOME-effect:active:before 
{
   height: 260%;
   opacity: 1;
}
        body {
            background-color: #2c2f33;
            color: #fff;
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
            flex-direction: column; /* Ensure widgets stack vertically */
            gap: 20px; /* Add space between widgets */
        }
        .discord-widget {
            display: flex;
            align-items: center;
            background-color: #23272a;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
            transition: transform 0.2s, box-shadow 0.2s;
            width: auto; /* Set width to auto */
            height: auto; /* Set height to auto */
        }
        .discord-widget:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 20px rgba(0, 0, 0, 0.4);
        }
        .server-logo {
            width: 80px; /* Fixed width for logo */
            height: 80px; /* Fixed height for logo */
            border-radius: 50%;
            margin-right: 20px;
            border: 2px solid #7289da;
            object-fit: cover;
        }
        .invite-info {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .invite-info a {
            color: #7289da;
            text-decoration: none;
            font-size: 20px;
            transition: color 0.2s;
        }
        .invite-info a:hover {
            color: #99aab5;
        }
        .member-count {
            margin-top: 5px;
            font-size: 16px;
        }
        .summary {
            margin-top: 10px;
            font-size: 14px;
            color: #99aab5;
            text-align: center;
        }
    