/* @font-face {
    font-family: ;
    src: url();
    font-family: ;
    src: url ()
} */

* {
    box-sizing: border-box;
}

body {
    background-color: #2e548c;
    margin: 0;
    color: aliceblue;
    text-decoration: none;
}

table {
    padding: 100px;

}

.nav-bar {
    background-color: #254370;
    display: flex;
    align-items: center;
    padding: 2px;
    justify-content: center;
    height: 90px;
}

.nav-bar a {
    color: aliceblue;
    margin: 0 60px;
    text-decoration: none;
    font-size: 20px;
}

.nav-bar a:hover {
    opacity: 50%;
}

.logo {
    width: 90px;
    position: absolute;
    left: 0px;
    top: 0px;
}


.banner {
    width: 100vw;
    font-size: 81px;
    background-image: url("images/banner-adjusted.jpg");
    height: 39vw;
    background-size: 100vw 39vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    font-family: 'Dela Gothic One', sans-serif;
    ;
    margin-bottom: 13px;

}

h1,
h2 {
    font-family: 'Poppins', sans-serif;
}

.high-school {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    padding-left: 20px;

}

.hs-header {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 1px;
    padding-left: 20px;
}

.hs-career {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
}


.hs-image {
    width: 110px;
}

.ncaa-header {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 1px;
    padding-left: 20px;

}

.ncaa {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 20px;
    padding-left: 20px;
}


.ncaa-image {
    width: 400px;
    height: 320px;
}

.nba-header {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 1px;
    padding-left: 20px;

}

.nba {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    padding-left: 20px;

}

.ja-dunk {
    width: 400px;
    height: 300px;
}





.life-header {
    padding-left: 350px;
    font-size: 40px;
}

.growing-up {
    display: flex;
    flex-direction: row;
    font-size: 22px;
    padding-left: 20px;

}

.family {
    width: 400px;
    height: 200px;
    margin-bottom: 50px;
    padding-left: 20px;
}

.father {
    display: flex;
    flex-direction: row;
    font-size: 22px;
    padding-left: 20px;
}

.draft {
    width: 400px;
    height: 250px;
    margin-bottom: 50px;
    padding-left: 20px;
}

.kaari {
    display: flex;
    flex-direction: row;
    font-size: 22px;
    padding-left: 20px;

}

.kid {
    width: 230px;
    height: fit-content;
    padding-left: 20px;
}


table {
    background-color: #254370;
    margin-left: 310px;


}

th {
    padding: 14px;
    background-color: #091559;
    font-size: 22px;
    border-color: aliceblue;
}

td {
    padding: 12px;
    font-size: 19px;
    border-color: aliceblue;
}

.stats-header {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.suspend {
    font-size: 20px;
}

.achievements {
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-bottom: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.start {
    font-size: 25px;
}

li {
    margin: 7px;
    font-size: 22px;
}

.li-images {
    display: flex;
    flex-direction: row;

    justify-content: space-evenly;


}

.star {
    width: 200px;
    border-style: solid;
    color: aliceblue;
    border-width: 5px;
}

.shoe {
    width: 200px;
    border-style: solid;
    color: aliceblue;
    border-width: 5px;
}

.rookie {
    width: 300px;
    border-style: solid;
    color: aliceblue;
    border-width: 5px;
}