@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,500;1,400;1,700&family=Roboto:wght@300;400&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* Font Styles */

h1 {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 700;
  font-size: 48px;
}

h2 {
  font-family: 'Roboto Mono';
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  color:#ACB0B9;
}

.desc {
  font-family: 'Roboto Mono';
  font-weight: 500;
  font-size: 20px;
  font-style: normal;
  padding-top: 5px;
 }

p {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color:#ACB0B9;
  text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
}

li {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color:#ACB0B9;
  text-shadow: 0px -2px 0px rgba(0, 0, 0, 0.25);
}
/*End of font styles*/

body{
  background: #1D2124;
  color: white;
  padding-left: 75px;
  padding-right: 75px;
  padding-top: 35px;
  padding-bottom: 25px;
  animation: fade-and-come-down 1.25s forwards;
}



.header {
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 30px;
  place-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(180deg, #3B158C 0%, #5C3DE3 100%);
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.25));
  text-shadow: 0px -4px 0px rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
}


.logo {
  float:left;
}

.headertxt {
  text-align:left;
  float:right;
}

@media only screen and (max-width: 800px) {
  body{
    padding-left:35px;
    padding-right:35px;
  }
  .logo {
      transform-origin: left;
      transform: scale(.7);
      width:110px
  }
  .header {
      grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 600px) {
  .logo {
    display: none;
  }
  
  .header {
    grid-template-columns: auto;
  }
}

.header--home {
  overflow: hidden;
}

@keyframes fade-and-come-down {
  from{
    transform: translateY(-100px);
    opacity: 0;
  }
  to{
    transform: translateX(0);
    opacity: 1;
  }
}
  .navbar {
    overflow: hidden;
    background: linear-gradient(180deg, #2E3337 0%, #23272A 96.5%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none; 
  }

  .navbar::-webkit-scrollbar { height: 0 !important }

  .navbar a {
    float: left;
    color:#8D8F9D;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    text-shadow: 0px -4px 0px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto Mono';
    font-weight: 500;
    font-size: 18px;
  }

  .navbuttons {
    display:
    grid;
    justify-content: start;
    grid-template-columns: auto auto auto auto auto auto auto auto;
    align-items: center;
  }


  .vl {
    width: 1px;
    height: 30px;
    background: #494C53;
    box-shadow: -1.5px 0px 0px rgb(0 0 0 / 25%);
  }

  .dropdown {
    float: right;
    font-family: 'Roboto Mono';
  }
  
  .dropdown .dropbtn {
    font-weight: 500;
    font-size: 18px;
    border: none;
    outline: none;
    color: #8D8F9D;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    white-space: nowrap;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
    color: #5C3DE3;
    text-shadow: 0px 0px 19px #8065F4, 0px -4px 0px rgba(0, 0, 0, 0.25);

  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #24282b;
    margin-left: 25px;
    width:150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

@media only screen and (max-width: 768px) {
  .dropdown-content {
    margin-left: 0;
    right: 75px;
  }
}
  
  .dropdown-content a {
    float: none;
    color: #8D8F9D;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  } 

.textbg{
  background: #0b0a0d;
  background: linear-gradient(180deg, #282A2E 0%, #2E3337 86.46%);
  margin-top: 20px;
  padding: 15px;
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
}

.footer {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 38px;
}

#respond {
  margin-top: 40px;
}

.head1 {
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.head1 img {
  margin-left: 0%;
  transform: translateX(0%);
  width: 100%;
}

.head2 {
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.head2 img {
  width: 100%;
  transform: translateX(0);
  margin-left: 0;
}

.head3 {
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  display: grid;
  place-items: center;
}

.head3 img {
  width: 100%;
  margin-left: 0;
  transform: translateX(0);
}

.head4 {
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.head4 img {
  width: 100%;
  margin-left: 0;
  transform: translateX(0);
}

.head5 {
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.head5 img {
  margin-left: 0;
  transform: translateX(0);
  width: 100%;
}

.head6 {
  font-family: Arial, Helvetica, sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-origin: border-box;
  height: 100%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: grid;
  place-items: center;
}

.head6 img {
  width: 100%;
  margin-left: 0;
  transform: translateX(0);
}

.gallery {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}

@media only screen and (max-width: 930px) {
  .gallery {
        grid-template-columns: auto auto;
  }
}

@media only screen and (max-width: 500px) {
  .gallery {
        grid-template-columns: auto;
  }
}

.galleryitem {
  float: left;
  height: 95%;
  background: #0b0a0d;
  background: linear-gradient(180deg, #282A2E 0%, #2E3337 86.46%);
  margin-top: 20px;
  text-align: center;
  padding: 15px;
  filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, 0.25));
  border-radius: 5px;
}

.discordframe {
  padding-top: 20px;
  float:
  center;
}

  .on a {
    color: #5c3de3;
    text-shadow: 0px 0px 19px #8065F4, 0px -4px 0px rgba(0, 0, 0, 0.25);
  }
