/*Stellar Drakes!!*/

body {
    font-family: 'rainyhearts', sans-serif;
    font-size:22px;
    max-width: 65rem;
    padding: 15px;
    margin: 0 auto;
    
    /* you can delete the line below if you'd prefer to not use an image */
    color: #fceaff; 
    background-image: var(--body-bg-image);
    background-color: #000000;
    
    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #08031A;
    
}

:root {
    
    --body-bg-image: url('https://goats-and-dragons.neocities.org/imgs/bgs6.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 
    --stargif-image: url("https://goats-and-dragons.neocities.org/shrines/dragons/imgs_dragon/divider-drako.png");
    --content: #ffcb81;
    --gradient-bg: linear-gradient(0deg, #0000 0%, #1c246288 33%, #18084388 90%);
    --accent-color: violet;
    }


/*DA FLEX*/

#flex {
    display: flex;
}

.flex {
    display: flex;
    justify-content: center;
}

.doughael { 
   display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
   left: 0; 

}
#star_gif {
  background-image: var(--stargif-image);
  height: 70px;
  position: center;
}

.images{
 width: 80%;
 height: 80%;
  
}

.line1 {
    font-family: 'rainyhearts';
    background-image: linear-gradient(25deg, rgb(107, 160, 165), rgb(234, 176, 91), rgb(224, 76, 102, 0.80));
    text-align: left;
    padding: 5px;
    color: #ffffff;
    font-size: 30px;
    border: 2px solid #b19570;
}

.box-top {
    background-color: #080808;
    border: 2px solid #b19570;
    border-color: #b19570;
    padding: 15px;
    width:40%;
    max-width: 100%;
    margin:40px;
    border-radius: 0px;
    position: center;
    overflow: auto;
}


.box {
    background-color: #000000;
    border: 2px solid #483d8b;
    border-color: #483d8b;
    padding: 15px;
    width:88%;
    max-width: 100%;
    border-radius: 10px;
    background-image: url('https://goats-and-dragons.neocities.org/HYPERAVERSE/Stellar_Drakes/nothing2.png');
    position: center;
    overflow: auto;
    margin: 30px;
     box-shadow:
    0 0 5px 5px #f8ddff,  /* inner white */
    0 0 0px 0px #b685c3, /* middle indigo */
    0 0 40px 10px #d890ff; /* outer purple */
}

.box2 {
   border: 2px solid #ED64F5;
    border-color: #ffcb81;
    padding: 15px; 
    background-color: #96abbe;
    position: center;
    border-radius: 10px; 
    overflow: auto;
    white-space: normal;
    margin: 30px
}

.char {
    border-radius: 30px;
    border: none;
    margin-right: 5px;
    width: 150px;
    height: 150px;
}  

/* Glass effect given by Clueless Expert on YT!*/

.glass{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}


.glass-effect{
  width: auto;
  height: auto;
  background: radial-gradient(rgba(0,0,0,0), rgba(255,255,255,0.6));
  border-radius: 20px;
  filter: blur(4px);
  box-shadow: 5px 10px 20px rgba(0,0,0,0.6);
  padding: 20px;
  margin: 0 auto;
  
  
}

#footer {
    background-color: none;
    /* background color for footer */
    height: 70px;
    padding: 10px;
    border: 2px;
    border-color: #ffcb81;
    margin-top: 10px;
    text-align: center;
    /* this centers the footer text */
}


/* navigation section!! */
#navbar {
    width: 70%;
    height: 30px;
    padding: 10px;
    font-size: 25px;
    border-radius: 30px;
    font-family:  rainyhearts;
    background-color: #000000;
    
    margin: 5px;
    text-align: center;
}


#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

#navbar li {
    padding-top: 6px;
}

/* navigation links*/
#navbar li a {
    color: #ffffff;
    /* navbar text color */
    font-weight: 800;
    text-decoration: none;
    /* this removes the underline */
}

/* navigation link when a link is hovered over */
#navbar li a:hover {
    color: #483d8b;
           
}

a:link {
    color: #ffcb81;
    /* navbar text color */
    text-decoration: none;
    /* this removes the underline */
}

a:hover {
    color: #FFFFFF;
}

a:visited{
 color: #ce923c;
}

#flex {
    display: flex;
}


/*Fonts and stuff */

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: Nunito;
    src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
    font-style: italic;
    font-weight: bold;
}
@font-face {
  font-family: "KiwiSoda";
  src: url("https://goats-and-dragons.neocities.org/KiwiSoda.ttf");
}
@font-face {
  font-family: "rainyhearts";
  src: url("https://goats-and-dragons.neocities.org/rainyhearts.ttf");
}

@font-face {
  font-family: "DigitalDisco";
  src: url("https://memento-mori-mox.neocities.org/DigitalDisco.ttf");
}

@font-face {
  font-family: "Ruigs";
  src: url("https://goats-and-dragons.neocities.org/ttf/Ruigslay[1].ttf");
}




h1,h2,h4,h5 {
    color: #ffffff;
    text-align: center;
    font-family: DigitalDisco ;
    
}

h1 {
    font-size: 35px;
}
h2 {
   font-size:29px;
}  
h5 {
  font-size: 20px;
}

strong {
    /* this styles bold text */
    color: #ED64F5;
}


    /* width */
    ::-webkit-scrollbar {
      width: 10px;
      height: 10px;
      }

    /* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
    /* Handle */
   ::-webkit-scrollbar-thumb {
   background: linear-gradient(25deg, rgb(236, 163, 250), rgb(203, 170, 154), rgb(137, 149, 165, 0.80));
   border-radius: 10px;
}

   /* Handle on hover */
   ::-webkit-scrollbar-thumb:hover {
  background: #ffFFFF; 
}

/*da root*/


/* the "container" is what wraps your entire website */
/* if you want something (like the header) to be Wider than
    the other elements, you will need to move that div outside
    of the container */
#container {
    max-width: 900px;
    /* this is the width of your layout! */
    /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
    margin: 0 auto;
    /* this centers the entire page */
}



/* BELOW THIS POINT IS MEDIA QUERY */

/* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */

@media only screen and (max-width: 800px) {
    #flex {
        flex-wrap: wrap;
    }

    aside {
        width: 100%;
    }
  

    /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */
    main {
        order: 1;
    }

    #leftSidebar1 {
        order: 2;
    }

    #rightSidebar1 {
        order: 3;
    }

    #navbar ul {
        flex-wrap: wrap;
    }
}