/*ANGELSSS!!!!*/

body {
    font-family: 'Gothics', 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;
    
}

/*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: #1a202c;
    border: 2px solid #ffcb81;
    border-color: #b19570;
    padding: 15px;
    width:88%;
    max-width: 100%;
    border-radius: 0px;
    position: center;
    overflow: auto;
    margin: 30px;
}

.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;
  
}

/* navigation section!! */
#navbar {
    height: 30px;
    background-color: #080808;
    /* navbar color */
    width: 10%;
    border-radius: 15px;
    outline: 5px;
    outline-color: #ffcb81;
    border: 2px solid #b19570;
    margin:40px;
}

#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: #ED64F5;
    /* 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: #ffcb81;
           
}

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: "Gothicat";
  src: url("https://goats-and-dragons.neocities.org/ttf/Gothicha.ttf");
}

@font-face {
  font-family: "Gothics";
  src: url("https://goats-and-dragons.neocities.org/ttf/Gothic.ttf");
}

@font-face {
  font-family: "Brassia";
  src: url("https://goats-and-dragons.neocities.org/ttf/Brassia-Regular.ttf");
}

@font-face {
  font-family: "Gloria";
  src: url("https://goats-and-dragons.neocities.org/ttf/Gloria[1].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: Gothicat ;
    
}

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(250, 221, 164), rgb(203, 170, 154), rgb(137, 149, 165, 0.80));
   border-radius: 10px;
}

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


/*da root*/

:root {
    
    --body-bg-image: url('https://goats-and-dragons.neocities.org/shrines/angels/imgs_Angels/bg3.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;
    }

/* 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;
    }
}