body,h1,h2 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
#servergoal{
	font-family:'SF Pixelate', sans-serif;
	font-size:18px;
}
.bgimg {
  background-image:linear-gradient(rgba(0,0,0,0.5) 70%, #121111), url('bg.png');
  background-position: center;
  background-size: cover;
  height:100vh;
}
 .progress-bar {
	background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRQK8xKglvrWc27GhGGIl2sksbQo-_IYt7XUQ&s");
    height: 25px;
    padding: 1px;
    width: 100%;
    margin: 0px 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
  }
  
  .progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
  }
    .blue span {
    background-color: #52a832;
  }

  .orange span {
    background-color: #fecf23;
    background-image: linear-gradient(top, #fecf23, #fd9215);
  }

  .green span {
    background-color: #a5df41;
    background-image: linear-gradient(top, #a5df41, #4ca916);
  }
  .stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%,
                      transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                      transparent 75%, transparent);
    animation: animate-stripes 3s linear infinite;
  }

  @keyframes animate-stripes {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 60px 0;
    }
  }
 .progress-bar {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRQK8xKglvrWc27GhGGIl2sksbQo-_IYt7XUQ&s");
    height: 25px;
    padding: 1px;
    width: 100%;
    margin: 0px 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
  }
  
  .progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
  }
    .blue span {
    background-color: #52a832;
  }

  .orange span {
    background-color: #fecf23;
    background-image: linear-gradient(top, #fecf23, #fd9215);
  }

  .green span {
    background-color: #a5df41;
    background-image: linear-gradient(top, #a5df41, #4ca916);
  }
  .stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%,
                      transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                      transparent 75%, transparent);
    animation: animate-stripes 3s linear infinite;
  }

  @keyframes animate-stripes {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 60px 0;
    }
  }
 .progress-bar {
    background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRQK8xKglvrWc27GhGGIl2sksbQo-_IYt7XUQ&s");
    height: 25px;
    padding: 1px;
    width: 100%;
    margin: 0px 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
  }
  
  .progress-bar span {
    display: inline-block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out;
  }
    .blue span {
    background-color: #52a832;
  }

  .orange span {
    background-color: #fecf23;
    background-image: linear-gradient(top, #fecf23, #fd9215);
  }

  .green span {
    background-color: #a5df41;
    background-image: linear-gradient(top, #a5df41, #4ca916);
  }
  .stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%,
                      transparent 25%,
                      transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                      transparent 75%, transparent);
    animation: animate-stripes 3s linear infinite;
  }

  @keyframes animate-stripes {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 60px 0;
    }
  }
.flex-streamer {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
  justify-content:center;
  gap:30px;
}
.streamer-cap{
  margin-top: 100px;
}
.streamer-pic{
  height: 300px;
  width: 300px;
  background: url('applystreamer.svg');
  background-size: cover;
  border-radius: 100%;
}
.streamer-name{
  font-size: 25px;
}
.streamer-info{
  font-size:20px;
}
.streamer-item {
  background-color: rgba(0,0,0,0.4);
  padding: 5px 5px 5px 5px;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(255, 255,255, 0.1);
  color:white;
  font-family:'SF Pixelate', sans-serif;
  text-shadow: 1px 1px black;
}
.maintitle{
  font-family: 'Minecraft', sans-serif;
  font-size: 25px;
  font-weight:1;
  text-align: center;
  color:white;
}
    .hcaption h1{
        font-family: 'Minecraft', sans-serif;
        font-size: 50px;
        font-weight:1;
        text-align: center;
        color:whitesmoke;
        margin:0px;
        text-shadow: 1px 1px black;
    }
    main{
      min-height: 100vh;
    }
    .ctitle{
        font-family: 'Minecraft', sans-serif;
        text-align: center;
        color:black;
    }
    .comment{
        font-family: 'Minecraft', sans-serif;
        text-align: center;
        color:white;
    }
    .ccomment{
        font-family: 'SF Pixelate', sans-serif;
        text-align: center;
        color:#111111;
        font-weight:700;
    }
    .mlogo{
        height:120px;
    }
    .slogo{
        height:30px;
    }
    #header{
        background-color:rgba(0, 0, 0, 0.8);
        width:100%;
        position:fixed;
        z-index:999;
    }
    .content{
      padding-top:40px;
      position: relative;
    }
    .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: absolute;
  right:10px;
  top:5px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: black;
}
    .btn {
  background-color: #303030;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Darker background on mouse-over */
.btn:hover {
  background-color: black;
}
    * {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item {
  padding: 10px;
  flex: 50%;
  margin:10px;
  margin-bottom:40px;
  text-align:center;
}
    .flex-itemx {
  padding: 10px;
  flex: 50%;
  margin:10px;
  margin-bottom:40px;
  text-align:left;
}
.flex-itemjava {
  padding: 10px;
  flex: 50%;
  margin:10px;
  margin-bottom:40px;
  text-align:left;
}
.flex-itembedrock {
  padding: 10px;
  flex: 50%;
  margin:10px;
  margin-bottom:40px;
  text-align:right;
}
.flex-xitembedrock {
  padding: 10px;
  flex: 50%;
  margin:10px;
  margin-bottom:40px;
  text-align:left;
}
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .flex-container {
    flex-direction: column;
  }
}
.vwrapper{
  background: rgba(0,0,0,0.6);
  width:100% ;
  height: 100%;
  position: fixed;
}
.video-container {
      position: fixed;
      width: 100%;
      height: 100vh; 
      overflow: hidden;
      display: flex;
      justify-content: center; 
      align-items: center;
    }

    .video-container video {
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      object-fit: cover; /* Fills the container, may be cropped */
      position: absolute; /* Position it within the container */
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); /* Center precisely */
    }
    .ccomments{
        font-family: 'SF Pixelate', sans-serif;
        text-align: center;
        color:#bdbdbd;
        font-size:10px;
        font-size: 2.5vh;
        background: rgba(0,0,0,0.5);
        margin-left:5px;
        margin-right: 5px;
		margin-top:0px;
        padding: 20px;
        border-radius: 10px;
    }
    .maincontent{
        background-color: white;
    }
    .fimg{
        height:250px;
        display: block;
  		margin-left: auto;
  		margin-right: auto;
    }
    .dropbtnup {
  background-color: white;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropup {
  position: absolute;
  display: inline-block;
  bottom:10px;
  left:50%;
  transform:translate(-50%,0%);
  z-index:998;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  bottom: 50px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {background-color: #ccc}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtnup {
  background-color: #969696;
}
    .hcaption{
        font-family: 'Minecraft', sans-serif;
        font-size: 50px;
        font-weight:1;
        text-align: center;
        color:black;
        padding-top:30px;
		padding-bottom:50px;
    }
    .hcaptions, .hcaptions h1{
        font-family: 'Minecraft', sans-serif;
        font-size: 50px;
        font-weight:1;
        text-align: center;
        color:white;
        padding-top:30px;
		padding-bottom:30px;
        text-shadow: 1px 1px black;
    }
    .gcontent{
        background-color:#ebebeb;
        width:100%;
    }
    .gcontents{
        background-color:#121111;
        width:100%;
    }
    .footer, footer{
        background-color:black;
        width:100%;
        position:relative;
    }
    .footercaption{
        padding-top:40px;
        padding-bottom:10px;
        color:white;
        text-align:center;
        font-family: 'SF Pixelate', sans-serif;
        font-weight:700;
        text-shadow: 1px 1px black;
    }
    .ipadd{
        font-family: 'SF Pixelate', sans-serif;
        color:white;
        background-color:black;
        padding-left:10px;
        padding-right:10px;
        padding-top:5px;
        padding-bottom:5px;
        text-shadow: 1px 1px black;
    }
    .button5:hover {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5 {
  background-color: #555555;
  color: white;
  text-shadow: 1px 1px black;
}
    .buttonx {
  background-color: #555555; /* Green */
  border: none;
  color: white;
  padding: 48px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  margin: 20px;
  transition-duration: 0.4s;
  cursor: pointer;
  font-family: 'SF Pixelate', sans-serif;
  font-weight:700;
  text-shadow: 1px 1px black;
}
    #staticon{
        color:#919191;
        margin-left:10px;
        text-shadow: 1px 1px black;
    }
    #onlineplayer{
        font-weight:700;
        font-family: 'SF Pixelate', sans-serif;
        font-size:20px;
    }
    #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
    #container {
	width: 100%;
	height: auto;
}

.row {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #AFAFAF;
}

.name1 {
	position: relative;
	display: inline-block;
	line-height: 45px;
    width: 75%;
}
.name2 {
	position: relative;
	display: inline-block;
	line-height: 45px;
    width: 75%;
}.name3 {
	position: relative;
	display: inline-block;
	line-height: 45px;
    width: 75%;
}.name4 {
	position: relative;
	display: inline-block;
	line-height: 45px;
    width: 75%;
}.name5 {
	position: relative;
	display: inline-block;
	line-height: 45px;
    width: 75%;
}
.score1 {
	position: relative;
	display: inline-block;
	width: 25%;
}.score2 {
	position: relative;
	display: inline-block;
	width: 25%;
}.score3 {
	position: relative;
	display: inline-block;
	width: 25%;
}.score4 {
	position: relative;
	display: inline-block;
	width: 25%;
}.score5 {
	position: relative;
	display: inline-block;
	width: 25%;
}

.social-icons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      padding-top: 40px;
    }

    .social-icons a {
      color: white;
      font-size: 32px;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      text-decoration: none;
      transition: transform 0.3s ease, background 0.3s ease;
      background: #1a1a1a;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
    }

    .social-icons a:hover {
      transform: scale(1.2) rotate(10deg);
    }

    /* Specific platform colors on hover */
    .social-icons a.discord:hover {
      background: #5865F2;
    }

    .social-icons a.facebook:hover {
      background: #1877F2;
    }

    .social-icons a.tiktok:hover {
      background: #000000;
      color: #ff0050;
    }

    .social-icons a.youtube:hover {
      background: #FF0000;
    }

    .social-icons a.instagram:hover {
      background: radial-gradient(circle at 30% 107%, 
        #fdf497 0%, 
        #fdf497 5%, 
        #fd5949 45%, 
        #d6249f 60%, 
        #285AEB 90%);
    }
