@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    color: #333333;
    margin: 0px;
    padding: 0px;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}
 
 header {
     position: fixed;
     background-image: url("images/mobile_header2.png");
     width: 100vw;
     height: 30vw;
    max-width: 100vw;
    background-size: cover;
    top: 0;
    box-sizing: border-box;   
 }

 .menu_bar {
	display:none;
}

header {
	width: 100%;
}

header nav {
	z-index:1000;
    margin-top: 30vw;
    width: 100%;
    margin-bottom: 0;
    background: #f2c849;
}

header nav ul {
	list-style:none;
}

header nav ul li {
	display:inline-block;
	position: relative;
}

header nav ul li:hover {
	background:wheat;
}

header nav ul li a {
    color: #333333;
	display:block;
	text-decoration:none;
	padding: 20px;
}

header nav ul li a span {
	margin-right:10px;
}


.menuType{
    display: none;
    grid-template-columns: 50% 50%;
    

}

header nav ul li .menuType {
	/* display: none; */
	background:#6a97c7;
	position: absolute;
	width: 150%;
    z-index:1000;
    padding: 0;
}

header nav ul li .menuType li {
	/* display: none; */
	overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,.5);
   
}

header nav ul li .menuType li a {
    color: #f4f4f4;
	
}
header nav ul li .menuType li a:hover {
    color: #333333;
}

header nav ul li .menuType li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .menuSort {
	display: none;
	background:#6a97c7;
	position: absolute;
	width: 100%;
    z-index:1000;
    padding: 0px;
    text-align: center;

}

header nav ul li .menuSort li {
	display:block;
	overflow: hidden;
}

header nav ul li .menuSort li a {
	color: #f4f4f4;
}

header nav ul li .menuSort li a:hover {
    color: #333333;
}

header nav ul li .menuSort li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

header nav ul li .caret  {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}

 #bigContainerResult{
    position: relative;
    top: 25vw;
    padding: 0px 15px;
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    width:100%;
    height: 30px;
    align-items: center;
    justify-content: center;
    color: gray;
    display:none;
    z-index: -9;
}

#searchName {
    background-color: #f4f4f4;
    border: none;
    border-radius: 3px;
    height: 25px;
    font-family: 'Roboto', sans-serif;

}

#listOfPokemon {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 55vw;
    margin-right: 10px ;
    margin-left: 10px ;
    padding: 0px;
    
}

.card {
    background: #f4f4f4;
    width: 150px;
    height: 200px;
    list-style: none;
    font-size: 12px;
    border-radius: 15px;
    margin: 10px;
    text-align: center;
    padding-bottom: 5px;
    box-shadow: 11px 9px 23px -12px rgba(0,0,0,0.38);
} 

.name {
    background-color: #f2c849;
    margin: 0px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.btn_aboutMe {
    background-color: rgba(212, 217, 67, 1);
    border-color: transparent;
    border-radius: 7px;
    width: 100px;
    height: 25px;
    font-family: 'Roboto', sans-serif;;
    font-size: 15px;
    margin-top: 15px;
    color: #333333
}

.btn_aboutMe:hover {
    box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.16);
}

#footer {
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    font-size: 12px;
    height: 50px;
    align-items: center;
    box-sizing: border-box; 
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

.overlay {
     background: rgba(0,0,0,0.3);
     position: fixed;
     top:0;
     bottom: 0;
     left: 0;
     right: 0;
     align-items: center;
     justify-content: center;
     display: flex;
     /*visibility: hidden;*/
}

 .popup{
     background: rgb(147, 217, 245);;
     box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
     border-radius: 10px;
     font-family: 'Roboto', sans-serif;
     padding: 20px;
     text-align: center;
     width: 75vw;
     /* transition: .3s ease all;
     transform: scale(0.7);
	 opacity: 0; */
}

.popup.active {
     visibility: visible;
}

.popup .btn-close-popup {
	font-size: 30px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
    color: #48688a;
}

.popup .btn-close-popup:hover {
	color: #000;
} 

.name_popup {
    position: relative;
    top: -15px;
}

.white_bar {
    background: #f4f4f4;
    border-radius: 5px;
    width: 45vw;
    height: 10px;
    display: flex;
    justify-content: center;
    margin-left: 15vw;
    box-sizing: border-box;
    margin-top: -12px;
    font-weight: bold;
    position: relative;
    top: -17px;
}

.pokemon_info {
    text-align: left;
    margin-left: 9px;
    margin-right: 9px;
    background-color: #e5e970;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
}


.typeElement{
    width: 70px;
    height: 70px;

}

#pokemonGalery{
    display: block;
}

#info h1{
    margin-top: 36vw;
    text-align: center;
}

.chartData{
    width: 100%;
    height: 400px;

}
#info h2{
     margin-top:20px;
    text-align: center;
}

#containerCharts {
    display: none;
}

#info p {
    background: #f4f4f4;
    width: 280px;
    height: 150px;
    list-style: none;
    font-size: 15px;
    border-radius: 15px;
    margin: 10px;
    text-align: justify;
    padding: 15px;
    box-shadow: 11px 9px 23px -12px rgba(0,0,0,0.38);
    display: flex;
    justify-content: center;
    align-items: center;

}
/* 
strong  {
    text-align: left;
} */