body{
    /*min-height: 800px;*/
    /*border: 8px solid black;*/
    background-color: #23aee6;
    font-family: Verdana, sans-serif;
    text-align: center;
    /*height:100vh;*/
    margin:2%;
    /*background-image: url('super_poza.jpeg');*/
    background-position: center;
    color:white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Hide scrollbars */
}

h1{
  color:black;
}

h2{
  color:rgb(56, 55, 55);

}

h3{
  color:black;
}

p{
  color:rgb(0, 0, 0);
  font-size: larger;
  margin-left: 60px;
  margin-right: 60px;
}



/*not used*/
.container{
  display:flex;
}
.grid-container {
  display: grid;
  grid-template-columns: header2 main;
  gap: 10px;
  /*background-color: dodgerblue;*/
  padding: 10px;

  place-items: center;
}
/*until here :) */

/*Trying to reorganize the god damn website using a grid container :) more like grid layour but whatever */



/*div { width: 45%; height: 45%; float: left; }*/

.first_div{
    width: 970px;
    height: 800px;
    margin:0px;
    background-color: purple;
    float:left;
}

.second_div{
    width: 30%;
    height: 40%;
    margin:0px;
    background-color: purple;
    float:left;

}

.third_div{
    width: 30%;
    height: 40%;
    margin:0px;
    background-color: purple;
    float:left;

}

.fourth_div{
    width: 30%;
    height: 40%;
    margin:0px;
    background-color: purple;
    float:left;

}


/*
  .glass-borders {
    background-image: url("aero_glass.png"), linear-gradient( rgba(34, 34, 34, 0.5), rgba(26, 26, 26, 0.5), rgba(26, 26, 26, 0.5) );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
    border-bottom: 1px solid #5a5a5a;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-radius: 10px;
    padding: 7px;
    margin: 9px auto 9px auto;
  }*/

    .glass-borders-menu{
    /* From https://css.glass */
    /*background: rgba(60, 255, 0, 0.904);*/
    
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(0, 0, 0, 1);
    max-height:90vh;
    min-height: 90vh;
    /*overflow: scroll; /* Hide scrollbars */
  }

  .glass-borders{
    /* From https://css.glass */
    
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(0, 0, 0, 1);
    max-height: 90vh;
    min-height: 90vh;
    max-width: 80vh;
    overflow-y:scroll;
  }

  .backgrounds_smh{
    background: #d1e8ffc7;

  }
/*
  .layout {
    width: 100%;
  
    display: grid;
    grid:
      "sidebar body" 1fr
      / 0.1fr 0.9fr;
    gap: 8px;
  }
  */
  /*.sidebar { grid-area: sidebar; }
  .body { grid-area: body; }*/


  img {
    max-width: 320px;
    max-height: 100%;
 }

 /*
 header {
    position: fixed;
    top: 0;
    left: 3px;
    bottom: 0;
    padding: 0 15px;
    width: 250px;
    transition: all ease-in-out 0.3s;
    overflow-y: auto;
    z-index: 997;
    border-right: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    
  }
*/
/*from here*/
.everything_container{
  /*margin: 1rem;*/
  /*padding: 2rem 2rem;*/
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow:auto;
  width: 100vw;
  margin: 0 auto;
}

.best_div{
  overflow: auto;
  width: 80%;
  height: 80%;
  border: 5px solid #ccc; 
  display: inline-block;
  border: 1px solid rgb(0, 0, 0);
  /*padding: 1rem 1rem;*/
  /*grid-area: main;*/
}

.menu_div{
  width: 20%;
  height: 80%;
  display: inline-block;
  border: 1px solid rgb(0, 0, 0);
  /*padding: 1rem 1rem;*/
  /*grid-area: header2;*/

}
/* to here, is not used :) cry */

.copyright{
  position:fixed;
  left: 50%;
  bottom: 5px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}

.chapters{
  
}


.chapters:link, .chapters:visited {
  
  background: linear-gradient(#ffead1, #df6630);
  color: rgb(0, 0, 0);
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 12px;
  margin-bottom: 10px;
  width: 90%;
  padding: 10px;
  transition-duration: 5s;
  transition-property: background;
    -webkit-transition-duration: 70s;
    -moz-transition-duration: 70s;
    -o-transition-duration: 70s;
}

.chapters:active {
  background-color: rgb(0, 0, 0);
}

.chapters:hover{
  background: linear-gradient(#df6630, #ffead1);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.links_div{
  margin: 0 auto;
  text-align: left;
}

li{
  list-style: none;
}

ul {
  list-style: none;
}

.studies_me{
  text-align: center;

}

.about_me{
  text-align: center;

}

.experience_me{
  text-align: center;

}

.projects_me{
  text-align: center;

}

.contact_me{
  text-align: center;

}


.instagram{
  height: 25%;
  width:25%;
}

.linkedin{
  height: 25%;
  width:25%;
}


.normal-text-link{
    /*color: inherit;  */      /* Use the same color as the surrounding text */ 
    text-decoration: none; /* Remove underline */ 
}

/*STOLEN CODE FROM W3school, must edit, first test*/

.dropbtn {
  /*background-color: #f1b614;
  color: white;*/
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  height: 100%;
  width:100%;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  opacity: 0.5;
  
}

.dropbtn:hover, .dropbtn:focus {
  /*background-color: #b1d8f1;*/
  opacity: 0.5;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #23aee6;
  min-width: auto;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999;
  width:100%;
  opacity: 1;
  border-radius: 16px;
  /*margin-top: 10px;*/
  padding-top: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 9999;
}

.dropdown a:hover {/*background-color: #ddd;*/
z-index: 9999;}

.show {display: block;
z-index: 9999;}

#flipped, .content_flip{
  padding: 10px;
  text-align: center;
  /*background-color: #04AA6D;*/
  background: linear-gradient(#ffead1, #df6630);
  /*color: white;*/
  /*border: solid 1px #a6d8a8;*/
  margin: auto;
  cursor:pointer;
}

.content_flip:hover{
  background: linear-gradient(#df6630, #ffead1);
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
#flipped1{
  display:none;
}

#flipped2{
  display:none;
}
#flipped3{
  display:none;
}







/* THIS IS FOR THE desktop VERSION :)*/
@media screen and (min-width: 500px) {
#mobile {display:none}
body{
  background-color: #df6630;
}
  /*
body{
  display: flex;
  flex-direction: column;
}
/*for the menu*/
/*
.glass-borders-menu{
    background: rgba(250, 21, 212, 0.904);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(0, 0, 0, 1);
}*/



}

/* THIS IS FOR THE MOBILE VERSION :)*/
@media screen and (max-width: 500px) {

#desktop{display:none}

body{
  display: flex;
  flex-direction: column;
}
/*for the menu*/
.glass-borders-menu{
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    border: 1px solid rgba(0, 0, 0, 1);
    /*background: rgba(235, 11, 223, 0.904);*/
    min-width: 100%;
    min-height: 10vh;
    z-index: 1;

}


.dropbtn{
  background-color: none;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.drop_down{

}

.lets_test{
  background: rgba(250, 21, 212, 0.904);

}

}

.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#f1f1f1;
  border-radius:50%;
  opacity:0.7;
  animation: rise 10s infinite ease-in;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}