hr {
    display: none;
}
body {
    margin: 0px;
    padding: 0px;
}
#textbar {
    font-size: 22px;
    width: 30%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    border-width: 1px;
    text-indent: 15px;
    margin-left: 30px;
}
#hd {
    background-color: red;
    border-bottom-style: solid;
    border-bottom-width: 30px;
    margin-bottom: 30px;
}
#logo {
    height: 100px;
    margin: 10px;
}
#start {
    height: 18px;
    width: auto;
    position: relative;
    top: 3px;
    left: -35px;
    border-left-style: solid;
    border-width: 1px;
    padding-left: 5px;
    cursor: pointer;
    z-index: 3;
}

#pokeball {
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#main {
    width: fit-content;
    text-align: center;
    padding: 20px;
    margin: 10px;
    height: 380px;
    
}
#sprite {
    width: 250px;
    height: auto;
    display: block;
    margin-bottom: 15px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 20px;
}
#spcon {
    padding: 5px;
    margin-bottom: 5px; 
}
#maintype, #sectype{
    width: 60px;
    height: auto;
    margin-bottom: 5px;
    display: inline-block;
}
#pokename {
    font-size: 36px;
    margin-bottom: 20px;
    padding: 5px 10px 5px 10px;
}
#card {
    margin: 15px 0px 15px 15px; 
    padding: 10px 0px 0px 0px;
}
#info, #info2 {
    display: inline-block;
    padding: 20px;
    margin: 10px;
    width: 45%;
    margin-top: 0px;
    height: 420px;
    position: relative;
}

#bstat {
    font-size: 30px;
}
.stname {
    width: 85px;  
}
.val {
    left: 5px;
}
.stcon {
    height: 40px;
}
.stname, .bar, .val {
    display: inline-block;
    font-size: 20px;
    position: relative;
}

.bar {
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    top: 10px;
    background-color: deepskyblue;
}
.stname, .val {
    top: 5px;
}
.stname {
    left: 10px;
}
#tot {
    font-size: 24px;
    position: relative;
    top: 16px;
}
#info2 {
    position: absolute;

}
#audpanel {
    height: 80px;
    margin: 0px;
}
#aud {
    position: relative;
    left: 50px;
    height: 30px;
    bottom: 8px;
}
#cry, #aud {
    display: flex;
}
#cry {
    width: fit-content;
    font-size: 24px;
    transform: translateY(19px);
}
#hg, #wg {
    font-size: 24px;
    margin-top: 20px;
    display: block;
}
#char, #evol {
    font-size: 28px;
}
.minicard {
    width: fit-content;
    text-align: center;
    margin: 20px 10px 20px 0px;
    cursor: pointer;
}
.evo {
    height: 140px;
    display: block;
}
.evoname {
    font-size: 24px;
    position: relative;
    top: 165px;
}
@font-face {
    font-family: mf;
    src: url(Fonts/Roboto_Condensed/static/RobotoCondensed-Light.ttf);
}
@font-face {
    font-family: mf_bold;
    src: url(Fonts/Roboto_Condensed/static/RobotoCondensed-Bold.ttf);
}
*{
   font-family: mf;
}
#char, #tot, #bstat, #evol, #Wg, #Hg, #cry, #lg, #islg, #tp, #pokename, .evoname, .namesp {
   font-weight: bold;
}
.stcon{
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-bottom-width: 1px;
    width: 120%;
}
#hpcon {
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-top-width: 1px;
    margin-top: 15px;
}
#wg, #hg, #Wg, #Hg, #lg, #islg, #tp, #cry {
    font-size: 22px;
    display: inline-block;
}
#wg, #hg {
    position: relative;
    top: 1px;
    left: 5px;
}
#char {
    display: block;
}
#info2 {
    width: fit-content;
    transform: translateX(20%);
}
.stcon {
    width: 120%;
}
#lg {
    color: gold;
    text-shadow: 1px 1px 1px black;
}
#lgcon {
    transform: translateY(-10px);
}
#islg {
    transform: translateY(2px);
}
#tp {
    color: black;
    transform: translateX(1px);
}
#islg {
    transform: translate(5px, 1.5px);
}
#evol {
    margin-top: 20px;
    margin-bottom: 10px;
}
#evolcon {
    margin-left: 25px;
}
#info, #info2 {
    height: fit-content;
}
#sp{
    display: block;
}
#info2 {
    padding-bottom: 0px;
}
#textbar {
    position: relative;
    z-index: 2;
}
#menu {
    width: 30%;
    max-height: 480px;
    display: none;
    background-color: white;
    position: absolute;
    transform: translateY(-30px);
    z-index: 1;
    margin-left: 31.5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.8);
    padding-top: 40px;
    padding-bottom: 5px;
    overflow-x: auto
}
#bar {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 30px;
}
#info {
    position: absolute;
    top: 275px;
    left: 320px;
    padding-left: 10px;
}
#info2 {
    position: relative;
    transform: translateY(0px);
    padding-top: 0px;
}
.pokemenu {
    height: 30px;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}
#model {
    display: none;
}
#main {
    height: fit-content;
    padding-bottom: 10px;
    min-height: 320px;
}
#types {
    position: relative;
    bottom: 0px;
}
#sprite {
    position: relative;
    margin-left: 0px;
}
.namesp {
    position: relative;
    font-size: 22px;
    height: 22px;
    top: 0.5px;
    left: 7%;
    cursor: pointer;
}
#name0 {
    display: none;
}
#menu {
    height: fit-content;
}
#textbar {
    background-color: rgb(240, 240, 240);
    visibility: hidden;
}
#textbar::placeholder {
    font-style: italic;
    font-weight: bold;
    opacity: 0.7;
}
#menucon {
    overflow: auto;
    max-height: 370px;
}
.stname, .val {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#pstevocon, #currevo, #nxtevocon {
    max-width: 600px;
    position: relative;
}
#evolcon {
    height: auto;
    padding-bottom: 40px;
}
#rgcon, #lfcon, #pstevocon, #currevo, #nxtevocon {
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#rgcon, #lfcon {
    margin-right: 8px;
    transform: translateY(0px);
}
#fl1, #fl2 {   
    height: 40px;
    width: auto; 
    margin: 0px;
}
#evol {
    display: block;
    margin-bottom: 0px;
}
#fill {
    height: 50px;
}
