@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800&display=swap';:root {
    --accent: #81a976
}

body {
	
    background: #1a1b1f;
    color: rgba(255,255,255,.75);
    overflow-x: hidden
}

*:not(i) {
    font-family: montserrat,sans-serif
}

a {
    text-decoration: none!important
}

.thumbnail {
  width: 150px;
  height: 150px;
  border: 2px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}


.hero {

    height: 100vh
}

.text-accent {
    color: #81a976
}

a.text-accent:not(.btn):hover {
    color: #81a976
}
.hero,.alt-hero {
    background: url(background.JPG) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}
.hero::after,.alt-hero::after {
	
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0
}

.hero::after {
    background: #1e1f23;
    background: -moz-linear-gradient(90deg,rgba(30,31,35,1) 20%,rgba(30,31,35,0.8463760504201681) 100%);
    background: -webkit-linear-gradient(90deg,rgba(30,31,35,1) 20%,rgba(30,31,35,0.8463760504201681) 100%);
    background: linear-gradient(90deg,rgba(30,31,35,1) 20%,rgba(30,31,35,0.8463760504201681) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e1f23",endColorstr="#1e1f23",GradientType=1)
	
}

.alt-hero::after {
    background: #1a1b1f;
    background: -moz-linear-gradient(0deg,rgba(26,27,31,1) 0%,rgba(26,27,31,0.8799894957983193) 100%);
    background: -webkit-linear-gradient(0deg,rgba(26,27,31,1) 0%,rgba(26,27,31,0.8799894957983193) 100%);
    background: linear-gradient(0deg,rgba(26,27,31,1) 0%,rgba(26,27,31,0.8799894957983193) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a1b1f",endColorstr="#1a1b1f",GradientType=1)
}

.alt-hero .container {
    position: relative;
    z-index: 1
}

.hero .container {
    position: relative;
    z-index: 1
	
}
.responsive-image {
  display: block;
  max-width: 75%;
  height: auto;
}

@media only screen and (max-width: 601px) {
  .responsive-image {
    content: url(logo1.png);
  }
}

@media only screen and (min-width: 601px) {
  .responsive-image {
    content: url(logo1.png);
  }
}



.hero h1,.alt-hero h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 4rem
}

.hero {
	
    min-height: 50rem
	
}

.hero h6,.alt-hero h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--accent);
    letter-spacing: .2em;
    margin-left: .3rem;
    font-size: 1.4rem;
    font-weight: 700
}

.hero svg {
    fill: #fff;
    margin-top: .3rem;
    width: 32rem;
    max-width: 100%
}

.text-white-75 {
    color: rgba(255,255,255,.75)
}

.text-white-25 {
    color: rgba(255,255,255,.25)
}

.card {
    border-radius: 0;
    border: none;
    background: #25262b
}

.servers .card img {
    width: 10rem;
    margin: 0 auto
}



.servers .content {
    background: #27282d
}

    .progress, .progress-bar {
      border-radius: 0;
    }

    .progress-bar {
      background: var(--accent);
      width: 0%;
      transition: width 1s ease-in-out;
    }

    .progress {
      height: 1.75rem;
      background: #34363c;
      position: relative;
      overflow: hidden;
    }
	    .progress5, .progress-bar5 {
      border-radius: 0;
    }

    .progress-bar5 {
      background: var(--accent);
      width: 0%;
      transition: width 1s ease-in-out;
    }

    .progress5 {
      height: 1.75rem;
      background: #34363c;
      position: relative;
      overflow: hidden;
    }

.servers .shine {
    display: inline-block;
    position: relative
}

.servers .shine::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 1px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 64px 0 #fff;
    -moz-box-shadow: 0 0 64px 0 #fff;
    box-shadow: 0 0 64px 0 #fff
}

.b-accent {
    background: var(--accent);
    color: #fff;
    transition: .2s ease-in-out background-color;
    -o-transition: .2s ease-in-out background-color;
    -moz-transition: .2s ease-in-out background-color;
    -webkit-transition: .2s ease-in-out background-color;
    border: 1px solid var(--accent)
}

.b-accent:hover {
    color: #fff;
    background-color: #99c58d
}

.b-secondary {
    border: 1px solid rgba(255,255,255,.5);
    color: rgba(255,255,255,.5);
    transition: .2s ease-in-out color,.2s ease-in-out border-color;
    -o-transition: .2s ease-in-out color,.2s ease-in-out border-color;
    -moz-transition: .2s ease-in-out color,.2s ease-in-out border-color;
    -webkit-transition: .2s ease-in-out color,.2s ease-in-out border-color;
    background: 0 0!important;
    outline: none!important
}

.b-secondary:hover {
    color: #fff;
    border-color: #fff
}

.btn-group>a {
    flex-basis: 50%
}

.servers .offline .btn-group a {
    flex-basis: 100%!important
}



section {
    padding-top: 6rem;
    padding-bottom: 6rem
}

section hgroup h2 {
    color: #fff
}

.social .card {
    position: relative;
    flex-direction: row;
    overflow: hidden;
    color: rgba(255,255,255,.75)!important
}

.social .card>div:first-child {
    padding: 0 2rem
}

.social .card>div:first-child i {
    font-size: 3rem
}

.social a:first-child i {
    color: #7289da!important
}

.social a:nth-child(2) i {
    color: #2c6d98!important
}

.social a:last-child i {
    color: #c1293d!important
}

.social .card>div:last-child i {
    transition: .2s ease-in-out transform;
    -o-transition: .2s ease-in-out transform;
    -moz-transition: .2s ease-in-out transform;
    -webkit-transition: .2s ease-in-out transform
}

.social a {
    transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    -moz-transition: .2s ease-in-out color;
    -webkit-transition: .2s ease-in-out color
}

.social .links>a {
    position: relative
}

.social .links>a>div {
    position: relative;
    z-index: 1
}

.social .links>a:hover::after {
    width: 100%
}

.social .links>a i {
    transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    -moz-transition: .2s ease-in-out color;
    -webkit-transition: .2s ease-in-out color
}

.social .links>a:hover i {
    color: #fff!important
}

.social .links>a::after {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    transition: .2s ease-in-out width;
    -o-transition: .2s ease-in-out width;
    -moz-transition: .2s ease-in-out width;
    -webkit-transition: .2s ease-in-out width;
    z-index: 0
}

.social .links>a:first-child::after {
    background: #7289da
}

.social .links>a:nth-child(2)::after {
    background: #2c6d98
}

.social .links>a:last-child::after {
    background: #c1293d
}

.hero {
    position: relative
}

nav.navbar {
    position: fixed;
    width: 100%;
    padding: 1.5rem 0;
    z-index: 50;
    transition: .2s ease-in-out background;
    -o-transition: .2s ease-in-out background;
    -moz-transition: .2s ease-in-out background;
    -webkit-transition: .2s ease-in-out background
}

nav.navbar.scrolled {
    background: #111215
}

.navbar .nav-link {
    text-transform: uppercase
}

.navbar .nav-item:not(:last-child) {
    margin-right: 1rem
}

.navbar-toggler {
    border: none;
    outline: none!important
}

footer {
    background: #111215;
    padding: 4rem 0
}

footer svg {
    fill: rgba(255,255,255,.25);
    max-width: 16rem;
    width: 90%
}

footer ul {
    list-style-type: none;
    padding-left: 0
}

footer ul a {
    color: rgba(255,255,255,.5);
    transition: .2s ease-in-out color;
    -o-transition: .2s ease-in-out color;
    -moz-transition: .2s ease-in-out color;
    -webkit-transition: .2s ease-in-out color
}

.navbar-collapse.show,.navbar-collapse.collapsing {
    padding-left: 1rem;
    padding-right: 1rem
}

footer a:hover {
    color: #fff
}

footer hr {
	margin-top: 50px;
    border-bottom: 1px solid rgba(255,255,255,.25);
    max-width: 24rem;
    width: 95%
	
}

footer .links a {
    margin: 0 .75rem
}

footer .legal {
    font-size: .9rem
}

footer .links i {
    font-size: 1.5rem;
    color: var(--accent)!important
}

.alt-hero>.container {
    padding: 16rem 0 10rem
}

.categories>a .card {
    height: 40rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer
}

.categories>a .card>* {
    position: relative;
    z-index: 1
}

.categories>a .card::before {
    content: '';
    display: block;
    height: 0;
    width: calc(100% + 2px);
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    background: var(--accent);
    transition: .2s ease-in-out height;
    -o-transition: .2s ease-in-out height;
    -moz-transition: .2s ease-in-out height;
    -webkit-transition: .2s ease-in-out height
}

.categories>a .card:hover::before {
    height: calc(100% + 2px)
}

.categories>a .card::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #25262b;
    background: -moz-linear-gradient(0deg,rgba(37,38,43,1) 0%,rgba(37,38,43,0.8) 100%);
    background: -webkit-linear-gradient(0deg,rgba(37,38,43,1) 0%,rgba(37,38,43,0.8) 100%);
    background: linear-gradient(0deg,rgba(37,38,43,1) 0%,rgba(37,38,43,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25262b",endColorstr="#25262b",GradientType=1);
    z-index: 0
}
.flex-grow-2 {
  margin-left: 15px; 
}
.store footer {
    margin-top: 6rem
}

.categories svg {
    width: 6rem
}

.feature h6 {
    margin-bottom: 1rem;
    letter-spacing: .1em;
    font-size: 1.2rem
}

.standout {
    background: var(--accent)
}

.standout input {
    border: none;
    background: rgba(0,0,0,.3);
    outline: none!important;
    padding: .75rem 1rem;
    color: #fff
}
.py5
margin-left: 100px;
}
.standout .prefix {
    border: none;
    background: rgba(0,0,0,.3);
    outline: none!important;
    padding: .75rem 1rem;
    color: rgba(255,255,255,.5);
    font-weight: 700
}

.purchase .credits {
    background: rgba(0,0,0,.2);
    padding: .75rem 1rem;
    color: rgba(255,255,255,.75)
}

.recipient img {
    height: 6rem;
    width: 6rem;
    border-radius: 9999px
}

.btn {
    border-radius: 0
}

.feature svg {
    height: 4rem;
    width: 4rem
}


.card.row {
    flex-direction: row
}



.market .features>div:nth-child(even) .row {
    flex-direction: row-reverse!important
}

.modal-content {
    background: #25262b;
    border-radius: 0!important
}

.modal-content button.close {
    outline: none!important;
    font-weight: 500;
    opacity: .5;
    color: #fff;
    text-shadow: none!important
}

.modal-header {
    align-items: center;
    background: rgba(0,0,0,.2);
    border-bottom: none!important;
    border-radius: 0!important
}

.modal-footer {
    border-top: none!important;
    background: rgba(0,0,0,.1);
    border-radius: 0!important
}

.modal-content input[type=text] {
    background: rgba(255,255,255,.05);
    outline: none!important;
    border: none!important;
    color: rgba(255,255,255,.75)
}

.badge {
    font-weight: 400;
    padding: .75rem;
    font-size: 1rem;
    border-radius: 0!important
}

section.cancel th {
    border: none!important;
    font-weight: 400;
    color: rgba(255,255,255,.75)
}

section.cancel td {
    vertical-align: middle;
    color: rgba(255,255,255,.5);
    border: none
}

section.cancel tbody tr:nth-child(odd) {
    background: rgba(0,0,0,.1)
}

section.cancel tr td:first-child {
    width: 1px
}

section.cancel a {
    color: #dc3545a3
}

section.cancel a:hover {
    color: #dc3545
}

.badge-danger {
    color: #dc3545;
    background: #dc354540
}

.badge-success {
    color: #28a745;
    background: #28a7453b
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

@media(min-width: 992px) {
    .market .features>div:nth-child(even) {
        margin-left:-5rem
    }
}

@media(max-width: 992px) {
    .navbar-collapse.show,.navbar-collapse.collapsing {
        margin-top:1rem
    }

    nav.navbar {
        background: #111215
    }
}

@media(max-width: 768px) {
    h1 {
        font-size:2.5rem!important
    }
}
#discord-button {
  position: fixed;
  bottom: 20px;
  right: 8px;
  z-index: 9999;
}

#discord-icon {
  width: 60px;
  cursor: pointer;
}

#discord-widget {
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 10px; 
  width: 350px;
  height: 500px;
  padding: -10px;
  border-radius: 5px;
}

#close-button {
  position: absolute;
  top: -5px;
  right: 5px;
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
}
.thumbnail {
	margin-bottom: 15px;
}


::-webkit-scrollbar {
  width: 10px;
}


::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 5px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}


::-webkit-scrollbar-track {
  background-color: transparent;
  border: none;
}
.container2 {
    text-align: center;
}

.container2 img {
    max-width: 100%;
    height: auto;
}

.container2 h1 {
    font-size: 1.5em;
}
