*{
    padding: 0;
    margin: 0;
}

body{
    background-color: #FAFAFB;
    overflow-x: hidden;
}

/* HOME */
#HOME{
    width: 100vw;
    height: 100vh;
    border: 0px solid black;
}

header{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: right;
}

header nav a{
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 24px;
    margin: 0px 10px 0px 10px;
    text-decoration: none;
    color:#5C5C5C;
}

header nav a:visited{
    text-decoration: none;
    color:#5C5C5C;
}

header nav a:hover{
    text-decoration: underline;
    color: #0036C0;
}

header nav a:active{
    text-decoration: underline;
    color: #0036C0;
}

#home-main{
    max-height: 100vh;
    height: 80vh;
    position: relative;
    /* border: 1px solid black; */
    margin: 0em 4em 0em 4em;
}

#h-img{
    position: absolute;
    float: right;
    right: 0;
}

#h-name{
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 150px;
    position: absolute;
    float: left;
    top: 25%;
    color: #0036C0C0;
    transform: scaleY(1.1);
}

#h-number{
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 300px;
    position: absolute;
    left: 675px;
    top: 15px;
    color: #0036C0C0;
}

#h-media{
    border: 2px solid #0036C0;
    border-radius: 30px;
    width: 215px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#h-media a:visited{
    color: #0036C0;
}

/* GAMES */
#GAMES{
    width: 100vw;
    height: 100vh;
    border: 0px solid white;
    position: relative;
}

#games-title{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #5C5C5C26;
    padding: 20px;
}

#games-main{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#games-info{
    min-width: 300px;
    min-height: 400px;
    border-radius: 25px;
}

/* PROFILE */
#PROFILE{
    width: 100vw;
    height: 100vh;
    border: 1px solid #FAFAFB;
    position: relative;
}

#p-name{
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 300px;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    color: #5C5C5C26;
    z-index: -1;
}

#p-profile{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20vh;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.secondaryheading{
    color: #0036C0;
    font-size: 40px;
    font-weight: 700;
}

#p-bio{
    max-width: 20vw;
    height: 30vh;
}

#p-bio-info{
    list-style: none;
}

#p-bio-info li{
    padding-bottom: 5px;
}

#p-img{
    max-height: 80vh;
}

#p-career{
   max-width: 25vw;
   width: 100%;
   height: 30vh;
   text-align: center;
   position: relative;
}

#p-career-type{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

#club-data, #career-data{
    font-weight: bold;
}

#p-career-type p:hover{
    text-decoration: underline;
    text-decoration-color: #0036C0;
    text-decoration-thickness: 3px;
}

#p-career-table, #p-club-table{
    border-collapse: collapse;
    padding-bottom: 20px;
}

.p-career-info{
    font-weight: 550;
    border-bottom: 1px solid grey;
}

#p-more{
    color: #0036C0;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
    /* position: absolute; */
    border: 2px solid #0036C0;
    border-radius: 30px;
    width: 75px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2px 4px 2px 4px;
}

#p-more:visited{
    color: #0036C0;
    text-decoration: none;
}

#p-more:hover{
    color: #0036C0;
    text-decoration: none;
}

#p-more:active{
    color: #0036C0;
    text-decoration: none;
}

/* STATS */
#STATS{
    width: 100vw;
    height: 100vh;
    border: 0px solid green;
    position: relative;
}

#s-title{
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 250px;
    text-align: left;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    color: #5C5C5C26;
    z-index: -1;
}

#stats-main{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 10vh;
}

#s-info{
    margin-top: 75px;
    min-width: 300px;
    min-height: 400px;
    background-color: #0036C0;
    border-radius: 25px;
}

#s-img{
    max-height: 90vh;
}

/* GALLERY */
#GALLERY{
    width: 100vw;
    height: 100vh;
}

#g-title{
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 60px;
    color: #5C5C5C26;
    padding: 20px;
}

#gallery-images{
    font-family: 'Inter', sans-serif;
    position: relative;
}

#g-images{
    display: flex;
    justify-content: space-evenly;
    padding-left: 1em;
    padding-right: 1em;
}

#g-images img{
    max-width: 400px;
    width: 100%;
    max-height: 250px;
    border-radius: 25px;
    padding: 10px;
    object-fit: cover;
}

#gallery-images a{
    color:#5C5C5C;
    text-decoration: none;
    margin-left: 48vw;
    font-size: 12px;
}

#gallery-images a:visited{
    color:#5C5C5C;
    text-decoration: none;
}

#gallery-images a:hover{
    color: #0036C0;
    text-decoration: underline;
}

#gallery-images a:active{
    color: #0036C0;
    text-decoration: underline;
}

.tertiaryheading{
    color: #0036C0;
    font-size: 24px;
    font-weight: 700;
}

#gallery-videos{
    font-family: 'Inter', sans-serif;
}

#g-videos{
    display: flex;
    justify-content: space-evenly;
    padding-left: 1em;
    padding-right: 1em;
}

#g-videos video{
    max-width: 400px;
    object-fit: cover;
    width: 100%;
    border-radius: 25px;
    padding: 10px;
    max-height: 250px;
}

#gallery-videos a{
    color:#5C5C5C;
    text-decoration: none;
    margin-left: 48vw;
    font-size: 12px;
}

#gallery-videoss a:visited{
    color:#5C5C5C;
    text-decoration: none;
}

#gallery-videos a:hover{
    color: #0036C0;
    text-decoration: underline;
}

#gallery-videos a:active{
    color: #0036C0;
    text-decoration: underline;
}

/* CONTACT */
#CONTACT{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#contact-main{
    border-radius: 25px;
    width: 80vw;
    height: 60vh;
    background-color: #0036C0;
    position: relative;
    margin-bottom: 50px;
}

#c-img{
    position: absolute;
    max-height: 85vh;
    z-index: 1;
    left: 20px;
    top: 0;
}

#c-info{
    padding-top: 40px;
    padding-left: 45%;
    font-family: 'Inter', sans-serif;
    color: white;
    display: flex-row;
}

#c-info-title{
    font-weight: 800;
    font-size: 48px;
    padding-bottom: 20px;
}

#c-media{
    height: 100%;
    font-size: 24px;
}

#c-media a{
    color: white;
    text-decoration: none;
    display: flex;
    padding: 10px 0px 10px 0px;
}

#c-media a p{
    padding: 5px 0px 0px 15px;
}

#c-media a:visited{
    color: white;
    text-decoration: none;
}

#c-media a:hover{
    color: white;
    text-decoration: underline;
}

#c-media a:active{
    color: white;
    text-decoration: underline;
}

footer{
    position: absolute;
    background-color: #0036C0;
    height: 15vh;
    width: 100vw;
    bottom: 0;
    display: flex;
    align-items: center;
}

#footer-name{
    color: white;
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    font-size: 24px;
    padding-left: 20px;
    text-decoration: none;
}

#footer-name:visited{
    color: white;
    text-decoration: none;
}

#footer-name:hover{
    color: white;
    text-decoration: none;
}

#footer-name:active{
    color: white;
    text-decoration: none;
}

#footer-nav{
    width: 100%;
    padding-right: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 20px;
    color:white;
    text-align: center;
}

#footer-nav a{
    text-transform: uppercase;
    margin: 0px 20px 0px 20px;
    text-decoration: none;
    color:white;
}

#footer-nav a:visited{
    text-decoration: none;
    color:white;
}

#footer-nav a:hover{
    text-decoration: underline;
    color: white;
}

#footer-nav a:active{
    text-decoration: underline;
    color: white;
}

#footer-nav p{
    padding-top: 20px;
}

/* IMAGE GALLERY PAGE */
#imagegallery-GALLERY{
    display: flex;
    flex-wrap: wrap;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
    padding-bottom: 15vh;
    position: relative;
}

#imagegallery-GALLERY img{
    max-width: 350px;
    width: 100%;
    max-height: 250px;
    border-radius: 25px;
    padding: 10px;
    object-fit: cover;
}

/* VIDEO GALLERY PAGE */
#videogallery-GALLERY{
    display: flex;
    flex-wrap: wrap;
    border-radius: 25px;
    justify-content: center;
    align-items: center;
}

#videogallery-GALLERY video{
    max-width: 350px;
    width: 100%;
    max-height: 250px;
    border-radius: 25px;
    padding: 10px;
    object-fit: cover;
}