/* COLOR PALLETTE */
:root{   
    --blue: #5A63A3; /*#5A69A3,   #4E528F*/
    --blue2: #323270;
    --dblue: #241E50; /*#323770*/

     --yellow2:#E8A83A;
    --yellow:#CFA96B;

    --black:#140D23;
    --white:#f3e9e8; /*#E3D4BE */
    --grey:#1E1E1E;

    --red:#870700;
    --red2:#A83F35;

    --green:#527267;
    --green2:#689083;
   
    /* --roboto-mono: Roboto Mono; */
}

/*    font-family: "Amaranth", sans-serif;     font-family: "Raleway", sans-serif;    */

*{
    margin:0;
    padding:0;
    outline:0;
    border:0;
    border-spacing: 0;
    box-sizing: border-box;
}

body{
background-image: linear-gradient(to top, white,#7784A7, #394770, #616E91, #D0D3DB, #DEE1EB),
                radial-gradient(73% 88% at -4% 60%, #26C6DA 0% 33%, transparent 100%);

max-height: 100vh !important;
overflow: hidden;

}




/* ------ */

/* The side navigation menu */
.sidenav {
display: grid;
grid-template-rows: 6vh 93vh;


  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;

  text-decoration: none;
  font-family: carter one;
 

  border: solid 1px black;
  background-color: #394770; /* Black*/

  overflow-x: hidden; /* Disable horizontal scroll */
  
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav-cent{
  
  margin: 30% 8% 8% 9%;

}

/* The navigation menu links */
.nav-button {
  
  text-decoration: none;
   font-size: 1.3rem;
  
  color: #ffffff;
  transition: 0.3s;

  padding: 20px ;
  margin-bottom: 10px;
  line-height: 2.5rem;

}


/* When you mouse over the navigation links, change their color */
.nav-button:hover {
  color: #DBB983;
  font-size: 1.4rem;
  
}




/* Position and style the close button (top right corner) */
.closebtn {
  color: #ffffff;
  margin: 5%;
  position: absolute;
  text-decoration: none;
  top: 0;
  right: 0;
  font-size: 1.3rem;
  margin-left: 5rem;
  transition: 0.3s;
}

.closebtn:hover {
  color: #A83F35;
  font-size: 1.4rem;
  transition: 0.3s;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 100vh) {
  .nav-button{padding-top: 1.5vh;}
  .nav-button {font-size: 1.3rem;}
}




.button-map{
   background-color: white;
    color: black;
    border: solid black 2px;

    position: absolute;
    left: 0;
    top: 0;
    margin:0.5%;
    
    padding:0.5%;
    border-radius: 50px;
    pointer-events: auto;
    cursor: pointer;
transition: 0.3s;
}

.button-map:hover{
  transform: scale(1.1);
background-color: #DBB983;
transition: 0.3s;
}




.socials{
  display: flex;
  align-items: center;
  justify-content: start;
  width: 10%;
  text-decoration: none;
  margin: 10% 3%;
  
}

.text-secondary{
  color: #CFA96B;
  font-size: 80%;
  text-decoration: none;
  transition: 0.3s;

}

.text-secondary:hover{ /*socials hover*/
  color:#E8A83A;
  filter: drop-shadow(0 0 0.90rem rgba(255, 255, 255, 0.5));
  transition: 0.3s;
}





.sidenav-poke{

  width:100%; height: 1px;

  display: flex;       align-items: end;justify-content: center;
  flex-wrap: wrap;

}




.pokebag{
  display: flex;
  align-items: end;
  justify-content: center;

  width: 100%;
  height: 5em;
   

}

.pokemon{
  margin:1%;
  overflow:show;
  z-index: 4;
 
  position: relative;
  top:-4.5vw;
  
transition: 0.3s;
}

.pokemon:hover{
filter: drop-shadow(0 0 0.20rem var(--yellow));
transition: 0.3s;
}





.center-cadriage{

display: flex;
align-items: center;
justify-content: center;
width: 100%;
    
    position: absolute; bottom:0;
    z-index: -5;
}

.cadriage{
  
    bottom:0;
    width: 100%;
    height: 45vh;

}