::-moz-selection { /* Code for Firefox */
  color: rgb(189, 146, 52);
  background: rgb(133, 114, 51);
}

::selection {
  color: rgb(189, 146, 52);
  background: rgb(133, 114, 51);
}

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(128, 128, 128); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ffa734;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #967226; 
}

*{
  margin: 0;
  padding: 0;
}

html{
  scroll-behavior: smooth;
}

body {
  background-image: url(media/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: block;
  justify-content: center;
  font-family: rubik;
  position: relative;
}

.preloader{
  background: white url(media/Galaxy_rp.png) no-repeat center center ;
  background-size: 300px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 100;
  margin: -100px;
  padding: 100px;
  transition: 0.5s ease;
}

.disppear{
  animation: loading 1s forwards;
}

@keyframes loading {
  100%{
    opacity: 0;
    visibility: hidden;
  }
}

.nav-a {
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 0 12px;
  line-height: 12px;
  transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
}
.nav-a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: rgb(133, 114, 51);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s,transform 0.2s ease-out;
}
.nav-a:active::before {
  background-color: rgb(133, 114, 51);
}
.nav-a:hover::before, a:focus::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#navigation {
  font-family: 'Oswald', sans-serif;
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  padding: 10px 0;
  height: 60px;
  align-items: center;
  transition: 0.4s ease;
}

.logo{
  margin: 0px 10px;
  height: 40px;
  width: 45px;
  transition: 0.5s ease;
}

.nav-a {
  color: #f2f2f2;
  text-align: center;
  margin: 0 11px;
  text-decoration: none;
  font-size: 17px;
  transition: 0.3s ease;
}

#navigation .nav-a:hover {
  color: rgb(133, 114, 51);
}

#navigation .nav-a.active {
  color: rgb(133, 114, 51);
}

.btn-rp1{
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  border-radius: 20px;
  display: flex;
  justify-content: right;
  margin-top: 1.5px;
  margin-right: 10px;
}

.nav-rp{
  color: rgb(0, 235, 121);
  text-align: center;
  padding: 11px 25px;
  text-decoration: none;
  font-size: small;
  transition: 0.15s ease;
  background: rgba(0, 235, 121, 0.133);
  border-radius: 20px;
  border: 2px solid rgb(0, 235, 121);
}

.nav-rp:hover{
  background-color: rgb(0, 235, 121);
  color: white;
}


.content {
  padding: 16px;
  font-size: 25px;
}

.rules-content{
  border: 2px solid;
  border-radius: 10px;
  margin-right: 10%;
  padding: 10px;
  background-color: rgba(60, 83, 186, 0.201);
  display: none;
  box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.4);
}

h3{
  margin: 10px 0;
}

#navigation.sticky {
  background-color: rgba(252, 252, 252, 0.953);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0px 0;
  z-index: 1;
  transition: 0.4s ease;
}

.sticky li a{
  color: black;
}

.sticky .logo{
  height: 33px;
  transition: 0.5s ease;
}

footer{
  background-image: url(media/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 400px 0px 200px 0px;
  position: relative;
  z-index: -1.5;
}

footer div{
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a{
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo{
  width: 400px;
}

.icons{
  font-size: 30px;
  display: flex;
  justify-content: center;
}

.icons a{
  margin-left: 5px;
  margin-right: 5px;
  border: none;
  background-image: linear-gradient(to right,rgb(133, 114, 51), rgb(189, 146, 52));
  -webkit-background-clip: text;
  color: transparent;
  transition: 0.15s ease;
}

.icons a:hover{
  font-size: 40px;
  color: black;
}

.icons .ju{
  margin-right: 20px;
}

.btn {
  background-color: rgb(133, 114, 51);
  border: none;
  color: white;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 25px;
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  transition: 0.15s ease;
}

.download{
  text-decoration: none;
  color: rgb(133, 114, 51);
  transition: 0.1s ease;
}

.download:hover{
  color: white;
}

.download2{
  text-decoration: none;
  color: rgb(133, 114, 51);
  transition: 0.1s ease;
}

.download2:hover{
  color: white;
  font-size: 25px;
  text-shadow: 0px 2px 10px rgb(0, 0, 0);
}

.btn:hover {
  background-color: white;
  color: black;
}

.btn2{
  background-color: rgb(133, 114, 51);
  border: none;
  color: white;
  padding: 2px 10px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
  transition: 0.15s ease;
}

.btn2:hover {
  background-color: white;
  color: black;
  box-shadow: 0px 2px 10px rgb(255, 255, 255);
}

.collapsible{
  background: rgba(60, 83, 186, 0.418);
  cursor: pointer;
  border: 1px solid;
  border-radius: 5px;
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px 10px;
  transition: 0.2s;
  letter-spacing: -1px;
  font-family: 'Courier New', monospace;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.active1, .collapsible:hover {
  background-color: white;
  color: black;
  letter-spacing: 5px;
  box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.589);
}

.plus{
  margin-left: 300px;
}

.ol{
  font-size: 20px;
}

.ol li{
  margin: 10px 0px;
}

.img1{
  position: relative;
  height: 500px;
  margin-top: -45px;
  z-index: -1;
}

#Download-Play{
  padding-top: 50px;
}

.art1 h1{
  text-align: center;
}

h1{
  text-align: center;
  font-size: 40px;
  margin: auto;
  width: 30%;
  border: none;
  padding: 10px;
  background-image: linear-gradient(to right,rgb(133, 114, 51), rgb(189, 146, 52));
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}

.art1 div{
  display: flex;
  justify-content: center;
}

.aside1{
  margin-left: 150px;
  margin-top: 100px;
}

.aside2{
  border: none;
  margin-left: 50px;
}
.art2{
  display: flex;
  justify-content: center;
  margin-right: 80px;
}

.art2 .rules-content{
  text-align: center;
}

.prerules{
  text-align: center;
  border: none;
  margin-top: 100px;
  margin-right: 150px;
  margin-bottom: 80px;
  font-size: 20px;
}

.img2{
  position: relative;
  height: 500px;
  z-index: -1;
}

#roleplay-rules h1{
  text-align: center;
  padding-top: 50px;
}

#roleplay-rules{
  background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.503),rgba(255, 255, 255, 0.501)),url(media/bg7.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 10px;
  position: relative;
  z-index: 0;
}

.btnrp{
  text-decoration: none;
}

.btn-rp{
  text-decoration: none;
  background: rgba(60, 83, 186, 0.418);
  color: white;
  font-size: 20px;
  padding: 20px 40px 20px 40px;
  border: none; 
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  transition: 0.15s ease;
}

.btn-rp:hover{
  background: white;
  color: black;
  box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.519);
  margin-top: 10px
}

.btn-ds{
  background: rgba(60, 83, 186, 0.418);
  color: white;
  font-size: 30px;
  padding: 20px 40px 20px 40px;
  border: none; 
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
  transition: 0.15s ease;
}

.btn-ds:hover{
  background: white;
  color: black;
  box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.519);
  margin-top: 10px
}

#discord div{
  display: flex;
  justify-content: center;
}

#discord{
  width: 100%;
  background-image: url(media/bg6.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.aside3{
  border: none;
  margin-top: 180px;
  margin-left: 20px;
  font-size: 20px;
}

#discord div iframe{
  position: relative;
  margin-top: 80px;
  margin-right: 40px;
  margin-left: -50px;
  width: 600px; 
  height: 350px;
  z-index: 0;
}

#facebook{
  background-image: linear-gradient(to bottom,rgba(255, 255, 255, 0.503),rgba(255, 255, 255, 0.501)),url(media/bg8.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 50px 0px 0px -10px;
  position: relative;
  z-index: 0.5;
}

#facebook div{
  display: flex;
  justify-content: center;
}

#facebook div img{
  position: relative;
  margin-bottom: -70px;
  margin-left: 60px;
  margin-right: 100px;
  width: 400px; 
  height: 600px;
  border: none;
  border-radius: 8px;
  z-index: 0.6;
}

.aside4{
  border: none;
  margin-top: 150px;
  margin-left: 50px;
  font-size: 20px;
}

@media (max-width: 991px) {
  .collapsible{
    font-size: 25px;
    margin-left: -40px;
  }
  .plus{
    margin-left: 50px;
  }
  .img1{
    height: 400px;
    margin-top: 0px;
    margin-left: 50px;
  }
  .aside1{
    margin-left: 0px;
    margin-top: 100px;
  }
  .ol{
    font-size: 14px;
  }
  .img2{
    position: relative;
    height: 400px;
    margin-right: -80px;
  }
  .prerules{
    margin-top: -20px;
  }

  #facebook div img{
    margin-right: 80px;
    width: 600px; 
    height: 450px;
  }

  #discord div iframe{
    margin-top: 80px;
    margin-left: 20px;
    width: 600px; 
    height: 350px;
  }
  .aside4{
    border: none;
    margin-top: 100px;
    margin-left: 50px;
    font-size: 20px;
  }
  
  #discord{
    margin-right: 50px;
  }
}

:root {
  --loader-color: rgb(189, 146, 52);
  --back-color: rgb(133, 114, 51);
  --time: 3s;
  --size: 5px;
}

.loader {
	overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; left: 0;
  display: flex;
  align-content: center; 
  justify-content: flex-start;  
	z-index: 100;
}

.loader__element {
	height: var(--size);
	width: 100%;
	background: var(--back-color);
}

.loader__element:before {
	content: '';
	display: block;
	background-color: var(--loader-color);
	height: var(--size);
	width: 0;
  animation: getWidth var(--time) ease-in infinite;
}

@keyframes getWidth {
	100% { width: 100%; }
}

.disppear-line{
  animation: loading 1s forwards;
}

@keyframes loading {
  100%{
    opacity: 0;
    visibility: hidden;
  }
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: rgb(133, 114, 51);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;} 
  to {top: 30px; opacity: 1;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {top: 30px; opacity: 1;} 
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

.header{
  height: 100vh;
  background: url(media/wallpaper-header2.jpg); 
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size:  105% 120%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-header{
  position: relative;
  height: 300px;
  width: auto;
  cursor: pointer;
  transition: 0.1s ease;
}

.img-header:hover{
  height: 320px;
  width: auto;
}

header{
  text-align: center;
  height: 500px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

@font-face{
  font-family: Object-black;
  src: url(Object-Black.ttf);
}

.GR-header{
  color: white;
  font-family: Object-black;
  margin-top: 5px;
  font-size: 50px;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}

.GR-header span{
  background-image: linear-gradient(to right,rgb(133, 114, 51), rgb(189, 146, 52));
  -webkit-background-clip: text;
  color: transparent;
}


#scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

#scroll-down {
  margin-left: -16px;
  bottom: 5%;
  position: fixed;
  font-size: 30px;
  color: rgb(189, 146, 52);
  z-index: 1;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.sticky2{
  display: none;
}


@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  60% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

#Mylinks ul{
  width: 200%;
  display: flex;
}

#Mylinks ul li{
  float: left;
  list-style: none;
}

